Trace number 4467066

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72003.9 3682.33

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
graphs/normalized-graph11reduc_wcsp.wbo
MD5SUM4f9f31b2d576e76fab744cedabc86032
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1810
Best CPU time to get the best result obtained on this benchmark3128.81
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5855
Total number of constraints283196
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3080
Min constraint cost 1
Max constraint cost 3080
Sum of constraints costs 64455868
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
1.68/1.76	c Default LC presolving (default).
1.68/1.76	c ** Before presolving: virtualMemUsedAtLc = 1781113253, getVmSize() = 1069568000, SCIPgetMemUsed() = 972221286, SCIPgetMemTotal() = 994589278, SCIPgetMemExternEstim() = 786523975
1.68/1.76	c ** set memory limit for presolving in LC to 8.79048e+12 for SCIP **
17.61/17.78	c ** Estimated virtualMemUsedAtSolver = 2304704488, getVmSize() = 2850304000, SCIPgetMemUsed() = 1905702213, SCIPgetMemTotal() = 2670532757, SCIPgetMemExternEstim() = 786523975
17.61/17.78	c ** set memory limit for solvers to 4.18136e+11 for each SCIP **
17.61/17.78	c Original Problem   :
17.61/17.78	c   Problem name     : instance-4467066-1723650835
17.61/17.78	c   Variables        : 288711 (288711 binary, 0 integer, 0 implicit integer, 0 continuous)
17.61/17.78	c   Constraints      : 566053
17.61/17.78	c   Objective sense  : minimize
17.61/17.78	c Presolved Problem  :
17.61/17.78	c   Variables        : 571393 (288580 binary, 0 integer, 282813 implicit integer, 0 continuous)
17.61/17.78	c   Constraints      : 565921
17.61/17.78	c Constraints        : Number
17.61/17.78	c   knapsack         : 1 
17.61/17.78	c   setppc           : 243 
17.61/17.78	c   linear           : 282838 
17.61/17.78	c   indicator        : 282839 
17.61/17.78	c ** Instance transfer method used: 0
19.31/19.46	c ** ParaScipInstance copy increased the number of variables. **
53.12/52.61	c LC is working with racing ramp-up and with rebuilding tree after racing.
53.12/52.61	c                                Nodes    Active                                            
53.12/52.61	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
6053.13/356.85	c       357              2           1        20                -           0.0000          -
6160.09/362.28	c       362             17          16        20                -           0.0000          -
6379.75/373.33	c       373             17          16        20                -           0.0000          -
6486.72/378.79	c       379             37          36        20                -           0.0000          -
6704.61/389.77	c       390             37          36        20                -           0.0000          -
6815.53/395.37	c       395             57          56        20                -           0.0000          -
7033.38/406.34	c       406             57          56        20                -           0.0000          -
7142.30/411.84	c       412             57          56        20                -           0.0000          -
7370.03/423.35	c       423             81          80        20                -           0.0000          -
7476.98/428.72	c       429             77          76        20                -           0.0000          -
7706.73/440.30	c       440             97          96        20                -           0.0000          -
7813.70/445.76	c       446             97          96        20                -           0.0000          -
8041.64/457.23	c       457            117         116        20                -           0.0000          -
8148.72/462.67	c       463            117         116        20                -           0.0000          -
8375.64/474.08	c       474            137         136        20                -           0.0000          -
8481.80/479.44	c       479            137         136        20                -           0.0000          -
8709.74/491.03	c       491            157         156        20                -           0.0000          -
8816.69/496.38	c       496            157         156        20                -           0.0000          -
9049.21/508.11	c       508            181         180        20                -           0.0000          -
9151.45/513.27	c       513            177         176        20                -           0.0000          -
9254.45/518.41	c       518            197         196        20                -           0.0000          -
9383.27/524.91	c       525            197         196        20                -           0.0000          -
9482.42/529.95	c       530            197         196        20                -           0.0000          -
9587.50/535.25	c       535            217         216        20                -           0.0000          -
9716.40/541.77	c       542            217         216        20                -           0.0000          -
9817.53/546.89	c       547            217         216        20                -           0.0000          -
9924.60/552.21	c       552            237         236        20                -           0.0000          -
10051.52/558.64	c       559            237         236        20                -           0.0000          -
10156.63/563.93	c       564            237         236        20                -           0.0000          -
10261.71/569.29	c       569            257         256        20                -           0.0000          -
10386.63/575.59	c       576            261         260        20                -           0.0000          -
10493.71/581.03	c       581            257         256        20                -           0.0000          -
10598.80/586.29	c       586            277         276        20                -           0.0000          -
10721.73/592.49	c       592            277         276        20                -           0.0000          -
10833.52/598.06	c       598            277         276        20                -           0.0000          -
10932.65/603.12	c       603            297         296        20                -           0.0000          -
11056.83/609.35	c       609            301         300        20                -           0.0000          -
11167.80/614.93	c       615            301         300        20                -           0.0000          -
11266.93/620.03	c       620            317         316        20                -           0.0000          -
11383.92/625.87	c       626            317         316        20                -           0.0000          -
11492.97/631.36	c       631            317         316        20                -           0.0000          -
11600.05/636.74	c       637            337         336        20                -           0.0000          -
11713.11/642.45	c       642            337         336        20                -           0.0000          -
11820.10/647.85	c       648            337         336        20                -           0.0000          -
11929.12/653.37	c       653            357         356        20                -           0.0000          -
12040.18/658.96	c       659            357         356        20                -           0.0000          -
12145.26/664.25	c       664            357         356        20                -           0.0000          -
12258.33/670.03	c       670            377         376        20                -           0.0000          -
12367.39/675.48	c       675            377         376        20                -           0.0000          -
12470.52/680.69	c       681            377         376        20                -           0.0000          -
12587.54/686.59	c       687            397         396        20                -           0.0000          -
12694.64/691.93	c       692            397         396        20                -           0.0000          -
12796.42/697.03	c       697            397         396        20                -           0.0000          -
12917.46/703.19	c       703            417         416        20                -           0.0000          -
13021.80/708.41	c       708            417         416        20                -           0.0000          -
13120.97/713.42	c       713            417         416        20                -           0.0000          -
13222.12/718.51	c       719            437         436        20                -           0.0000          -
13347.06/724.82	c       725            437         436        20                -           0.0000          -
13477.94/731.48	c       731            437         436        20                -           0.0000          -
13672.30/741.28	c       741            457         456        20                -           0.0000          -
13808.02/748.08	c       748            457         456        20                -           0.0000          -
13997.55/757.65	c       758            477         476        20                -           0.0000          -
14136.37/764.60	c       765            477         476        20                -           0.0000          -
14323.67/774.06	c       774            501         500        20                -           0.0000          -
14464.27/781.14	c       781            497         496        20                -           0.0000          -
14645.99/790.39	c       790            517         516        20                -           0.0000          -
14790.78/797.63	c       798            517         516        20                -           0.0000          -
14971.26/806.76	c       807            537         536        20                -           0.0000          -
15116.96/814.10	c       814            537         536        20                -           0.0000          -
15292.54/823.02	c       823            557         556        20                -           0.0000          -
15443.26/830.56	c       831            557         556        20                -           0.0000          -
15617.78/839.36	c       839            577         576        20                -           0.0000          -
15768.53/846.98	c       847            577         576        20                -           0.0000          -
15939.08/855.57	c       856            597         596        20                -           0.0000          -
16093.77/863.38	c       863            597         596        20                -           0.0000          -
16262.35/871.85	c       872            617         616        20                -           0.0000          -
16419.03/879.75	c       880            617         616        20                -           0.0000          -
16581.67/888.01	c       888            637         636        20                -           0.0000          -
16743.33/896.11	c       896            637         636        20                -           0.0000          -
16904.97/904.24	c       904            657         656        20                -           0.0000          -
17067.68/912.45	c       912            657         656        20                -           0.0000          -
17290.02/923.68	c       924            677         676        20                -           0.0000          -
17464.72/932.47	c       932            677         676        20                -           0.0000          -
17611.65/939.89	c       940            697         696        20                -           0.0000          -
17786.35/948.66	c       949            697         696        20                -           0.0000          -
17931.28/956.00	c       956            717         716        20                -           0.0000          -
18107.98/964.87	c       965            717         716        20                -           0.0000          -
18253.43/972.17	c       972            737         736        20                -           0.0000          -
18427.63/981.02	c       981            737         736        20                -           0.0000          -
18572.54/988.24	c       988            757         756        20                -           0.0000          -
18751.23/997.20	c       997            757         756        20                -           0.0000          -
18890.20/1004.26	c      1004            777         776        20                -           0.0000          -
19070.87/1013.33	c      1013            777         776        20                -           0.0000          -
19206.43/1020.18	c      1020            797         796        20                -           0.0000          -
19390.53/1029.49	c      1029            797         796        20                -           0.0000          -
19525.52/1036.23	c      1036            817         816        20                -           0.0000          -
19716.14/1045.82	c      1046            817         816        20                -           0.0000          -
19845.16/1052.34	c      1052            837         836        20                -           0.0000          -
20040.44/1062.17	c      1062            837         836        20                -           0.0000          -
20166.77/1068.51	c      1069            857         856        20                -           0.0000          -
20367.29/1078.63	c      1079            857         856        20                -           0.0000          -
20492.39/1084.90	c      1085            877         876        20                -           0.0000          -
20695.51/1095.17	c      1095            877         876        20                -           0.0000          -
20818.02/1101.33	c      1101            897         896        20                -           0.0000          -
21028.49/1111.94	c      1112            897         896        20                -           0.0000          -
21145.62/1117.83	c      1118            917         916        20                -           0.0000          -
21360.03/1128.61	c      1129            917         916        20                -           0.0000          -
21473.19/1134.35	c      1134            937         936        20                -           0.0000          -
21691.58/1145.36	c      1145            937         936        20                -           0.0000          -
21800.77/1150.86	c      1151            957         956        20                -           0.0000          -
22021.13/1162.01	c      1162            957         956        20                -           0.0000          -
22128.32/1167.34	c      1167            977         976        20                -           0.0000          -
22229.57/1172.45	c      1172            977         976        20                -           0.0000          -
22354.64/1178.72	c      1179            977         976        20                -           0.0000          -
22455.88/1183.81	c      1184            997         996        20                -           0.0000          -
22557.13/1189.01	c      1189            997         996        20                -           0.0000          -
22684.16/1195.34	c      1195            997         996        20                -           0.0000          -
22805.26/1201.48	c      1201           1017        1016        20                -           0.0000          -
23013.72/1212.00	c      1212           1017        1016        20                -           0.0000          -
23130.83/1217.87	c      1218           1037        1036        20                -           0.0000          -
23285.69/1225.69	c      1226           1037        1036        20                -           0.0000          -
23519.94/1237.40	c      1237           1050           0        20                -           0.0000          -
26013.06/1363.11	c      1363           1050           0        20                -           0.0000          -
26121.50/1368.51	c      1369           1050           0        20                -           0.0000          -
26328.00/1378.98	c      1379           1050           0        20                -           0.0000          -
26441.17/1384.62	c      1385           1066          16        20                -           0.0000          -
26657.56/1395.52	c      1396           1066          16        20                -           0.0000          -
26767.46/1401.12	c      1401           1086          36        20                -           0.0000          -
26983.17/1411.99	c      1412           1086          36        20                -           0.0000          -
27094.35/1417.57	c      1418           1106          56        20                -           0.0000          -
27308.76/1428.31	c      1428           1106          56        20                -           0.0000          -
27419.96/1434.03	c      1434           1126          76        20                -           0.0000          -
27630.40/1444.54	c      1445           1126          76        20                -           0.0000          -
27747.53/1450.43	c      1450           1146          96        20                -           0.0000          -
27954.01/1460.82	c      1461           1146          96        20                -           0.0000          -
28073.14/1466.86	c      1467           1166         116        20                -           0.0000          -
28273.66/1477.02	c      1477           1166         116        20                -           0.0000          -
28375.54/1482.04	c      1482           1191         141        20                -           0.0000          -
28597.24/1493.28	c      1493           1186         136        20                -           0.0000          -
28702.46/1498.59	c      1499           1191         141        20                -           0.0000          -
28922.79/1509.65	c      1510           1206         156        20                -           0.0000          -
29028.01/1514.98	c      1515           1211         161        20                -           0.0000          -
29246.39/1526.00	c      1526           1226         176        20                -           0.0000          -
29355.58/1531.46	c      1531           1231         181        20                -           0.0000          -
29569.97/1542.26	c      1542           1246         196        20                -           0.0000          -
29671.23/1547.32	c      1547           1271         221        20                -           0.0000          -
29893.51/1558.56	c      1559           1266         216        20                -           0.0000          -
29998.74/1563.85	c      1564           1291         241        20                -           0.0000          -
30217.10/1574.82	c      1575           1286         236        20                -           0.0000          -
30318.36/1579.92	c      1580           1301         251        20                -           0.0000          -
30544.64/1591.32	c      1591           1306         256        20                -           0.0000          -
30647.88/1596.54	c      1597           1321         271        20                -           0.0000          -
30868.22/1607.68	c      1608           1326         276        20                -           0.0000          -
30976.12/1613.05	c      1613           1341         291        20                -           0.0000          -
31191.79/1624.00	c      1624           1346         296        20                -           0.0000          -
31293.72/1629.13	c      1629           1346         296        20                -           0.0000          -
31517.34/1640.37	c      1640           1366         316        20                -           0.0000          -
31618.58/1645.42	c      1645           1386         336        20                -           0.0000          -
31840.92/1656.65	c      1657           1386         336        20                -           0.0000          -
31946.14/1661.97	c      1662           1406         356        20                -           0.0000          -
32164.50/1672.98	c      1673           1406         356        20                -           0.0000          -
32273.67/1678.41	c      1678           1426         376        20                -           0.0000          -
32488.02/1689.23	c      1689           1426         376        20                -           0.0000          -
32599.20/1694.86	c      1695           1426         376        20                -           0.0000          -
32811.61/1705.54	c      1706           1446         396        20                -           0.0000          -
32924.76/1711.22	c      1711           1446         396        20                -           0.0000          -
33137.18/1721.90	c      1722           1466         416        20                -           0.0000          -
33254.29/1727.80	c      1728           1466         416        20                -           0.0000          -
33462.70/1738.35	c      1738           1486         436        20                -           0.0000          -
33561.94/1743.37	c      1743           1506         456        20                -           0.0000          -
33669.15/1748.71	c      1749           1506         456        20                -           0.0000          -
33788.24/1754.73	c      1755           1506         456        20                -           0.0000          -
33891.47/1759.98	c      1760           1526         476        20                -           0.0000          -
33998.66/1765.35	c      1765           1526         476        20                -           0.0000          -
34114.44/1771.17	c      1771           1526         476        20                -           0.0000          -
34220.98/1776.60	c      1777           1546         496        20                -           0.0000          -
34330.94/1782.12	c      1782           1546         496        20                -           0.0000          -
34443.32/1787.75	c      1788           1546         496        20                -           0.0000          -
34556.46/1793.45	c      1793           1566         516        20                -           0.0000          -
34661.66/1798.76	c      1799           1566         516        20                -           0.0000          -
34776.79/1804.57	c      1805           1566         516        20                -           0.0000          -
34895.89/1810.55	c      1811           1586         536        20                -           0.0000          -
35003.09/1816.03	c      1816           1586         536        20                -           0.0000          -
35110.26/1821.38	c      1821           1586         536        20                -           0.0000          -
35233.35/1827.56	c      1828           1606         556        20                -           0.0000          -
35343.04/1833.11	c      1833           1606         556        20                -           0.0000          -
35445.73/1838.23	c      1838           1606         556        20                -           0.0000          -
35546.97/1843.38	c      1843           1626         576        20                -           0.0000          -
35656.16/1848.83	c      1849           1626         576        20                -           0.0000          -
35777.24/1855.00	c      1855           1626         576        20                -           0.0000          -
35884.38/1860.37	c      1860           1646         596        20                -           0.0000          -
35991.67/1865.76	c      1866           1646         596        20                -           0.0000          -
36112.67/1871.80	c      1872           1646         596        20                -           0.0000          -
36223.82/1877.40	c      1877           1666         616        20                -           0.0000          -
36327.05/1882.66	c      1883           1666         616        20                -           0.0000          -
36444.17/1888.52	c      1889           1666         616        20                -           0.0000          -
36559.30/1894.33	c      1894           1686         636        20                -           0.0000          -
36662.53/1899.56	c      1900           1686         636        20                -           0.0000          -
36775.66/1905.27	c      1905           1686         636        20                -           0.0000          -
36896.75/1911.32	c      1911           1706         656        20                -           0.0000          -
36997.99/1916.42	c      1916           1706         656        20                -           0.0000          -
37107.18/1921.94	c      1922           1706         656        20                -           0.0000          -
37232.23/1928.22	c      1928           1726         676        20                -           0.0000          -
37333.46/1933.31	c      1933           1726         676        20                -           0.0000          -
37438.68/1938.64	c      1939           1726         676        20                -           0.0000          -
37568.47/1945.17	c      1945           1746         696        20                -           0.0000          -
37670.93/1950.40	c      1950           1746         696        20                -           0.0000          -
37792.01/1956.47	c      1956           1746         696        20                -           0.0000          -
37901.20/1962.03	c      1962           1770         720        20                -           0.0000          -
38008.39/1967.30	c      1967           1766         716        20                -           0.0000          -
38124.16/1973.16	c      1973           1766         716        20                -           0.0000          -
38238.64/1978.95	c      1979           1789         739        20                -           0.0000          -
38347.79/1984.42	c      1984           1786         736        20                -           0.0000          -
38453.00/1989.74	c      1990           1786         736        20                -           0.0000          -
38572.08/1995.77	c      1996           1806         756        20                -           0.0000          -
38675.30/2000.95	c      2001           1796         746        20                -           0.0000          -
38782.47/2006.39	c      2006           1810         760        20                -           0.0000          -
38907.53/2012.64	c      2013           1806         756        20                -           0.0000          -
39015.27/2018.03	c      2018           1826         776        20                -           0.0000          -
39131.81/2024.02	c      2024           1826         776        20                -           0.0000          -
39237.00/2029.29	c      2029           1826         776        20                -           0.0000          -
39346.19/2034.75	c      2035           1846         796        20                -           0.0000          -
39459.32/2040.46	c      2040           1846         796        20                -           0.0000          -
39568.50/2046.02	c      2046           1846         796        20                -           0.0000          -
39677.65/2051.46	c      2051           1866         816        20                -           0.0000          -
39789.39/2057.09	c      2057           1866         816        20                -           0.0000          -
39903.94/2062.85	c      2063           1866         816        20                -           0.0000          -
40011.13/2068.27	c      2068           1886         836        20                -           0.0000          -
40118.33/2073.60	c      2074           1886         836        20                -           0.0000          -
40235.43/2079.54	c      2080           1886         836        20                -           0.0000          -
40336.65/2084.69	c      2085           1906         856        20                -           0.0000          -
40441.87/2090.02	c      2090           1906         856        20                -           0.0000          -
40566.90/2096.21	c      2096           1906         856        20                -           0.0000          -
40672.11/2101.59	c      2102           1926         876        20                -           0.0000          -
40795.18/2107.70	c      2108           1926         876        20                -           0.0000          -
40898.40/2112.94	c      2113           1926         876        20                -           0.0000          -
41002.35/2118.20	c      2118           1950         900        20                -           0.0000          -
41119.36/2124.04	c      2124           1946         896        20                -           0.0000          -
41225.92/2129.49	c      2129           1946         896        20                -           0.0000          -
41333.12/2134.81	c      2135           1966         916        20                -           0.0000          -
41440.27/2140.27	c      2140           1966         916        20                -           0.0000          -
41553.44/2145.95	c      2146           1966         916        20                -           0.0000          -
41657.29/2151.20	c      2151           1986         936        20                -           0.0000          -
41763.86/2156.56	c      2157           1986         936        20                -           0.0000          -
41881.00/2162.44	c      2162           1986         936        20                -           0.0000          -
41984.24/2167.64	c      2168           2006         956        20                -           0.0000          -
42087.49/2172.81	c      2173           2006         956        20                -           0.0000          -
42206.62/2178.84	c      2179           2006         956        20                -           0.0000          -
42307.89/2183.97	c      2184           2030         980        20                -           0.0000          -
42431.82/2190.15	c      2190           2026         976        20                -           0.0000          -
42552.09/2196.28	c      2196           2026         976        20                -           0.0000          -
42655.33/2201.47	c      2201           2046         996        20                -           0.0000          -
42764.54/2206.97	c      2207           2046         996        20                -           0.0000          -
42877.71/2212.68	c      2213           2046         996        20                -           0.0000          -
42979.04/2217.77	c      2218           2066        1016        20                -           0.0000          -
43098.09/2223.76	c      2224           2066        1016        20                -           0.0000          -
43203.84/2229.04	c      2229           2066        1016        20                -           0.0000          -
43303.10/2234.07	c      2234           2086        1036        20                -           0.0000          -
43404.52/2239.18	c      2239           2086        1036        20                -           0.0000          -
43521.54/2245.07	c      2245           2086        1036        20                -           0.0000          -
43630.14/2250.58	c      2251           2106        1056        20                -           0.0000          -
43753.24/2256.74	c      2257           2106        1056        20                -           0.0000          -
43861.07/2262.17	c      2262           2106        1056        20                -           0.0000          -
43967.65/2267.50	c      2268           2126        1076        20                -           0.0000          -
44080.82/2273.20	c      2273           2126        1076        20                -           0.0000          -
44184.05/2278.47	c      2278           2146        1096        20                -           0.0000          -
44301.19/2284.31	c      2284           2146        1096        20                -           0.0000          -
44404.43/2289.51	c      2290           2146        1096        20                -           0.0000          -
44517.59/2295.23	c      2295           2166        1116        20                -           0.0000          -
44658.55/2302.31	c      2302           2166        1116        20                -           0.0000          -
44763.78/2307.67	c      2308           2166        1116        20                -           0.0000          -
44878.93/2313.40	c      2313           2186        1136        20                -           0.0000          -
44980.19/2318.59	c      2319           2186        1136        20                -           0.0000          -
45103.29/2324.70	c      2325           2186        1136        20                -           0.0000          -
45212.47/2330.21	c      2330           2206        1156        20                -           0.0000          -
45328.38/2336.12	c      2336           2206        1156        20                -           0.0000          -
45438.82/2341.65	c      2342           2206        1156        20                -           0.0000          -
45542.07/2346.87	c      2347           2226        1176        20                -           0.0000          -
45651.25/2352.36	c      2352           2226        1176        20                -           0.0000          -
45752.51/2357.48	c      2357           2226        1176        20                -           0.0000          -
45851.79/2362.49	c      2362           2246        1196        20                -           0.0000          -
45972.90/2368.55	c      2369           2246        1196        20                -           0.0000          -
46088.05/2374.35	c      2374           2266        1216        20                -           0.0000          -
46270.72/2383.56	c      2384           2266        1216        20                -           0.0000          -
46380.65/2389.04	c      2389           2266        1216        20                -           0.0000          -
46594.35/2399.86	c      2400           2286        1236        20                -           0.0000          -
46695.61/2404.90	c      2405           2286        1236        20                -           0.0000          -
46919.96/2416.27	c      2416           2306        1256        20                -           0.0000          -
47027.18/2421.68	c      2422           2326        1276        20                -           0.0000          -
47243.60/2432.59	c      2433           2326        1276        20                -           0.0000          -
47350.82/2437.91	c      2438           2346        1296        20                -           0.0000          -
47569.22/2448.95	c      2449           2346        1296        20                -           0.0000          -
47671.20/2454.12	c      2454           2366        1316        20                -           0.0000          -
47892.83/2465.24	c      2465           2366        1316        20                -           0.0000          -
48006.03/2470.90	c      2471           2386        1336        20                -           0.0000          -
48220.46/2481.76	c      2482           2386        1336        20                -           0.0000          -
48323.61/2486.94	c      2487           2406        1356        20                -           0.0000          -
48546.52/2498.14	c      2498           2406        1356        20                -           0.0000          -
48657.13/2503.70	c      2504           2426        1376        20                -           0.0000          -
48873.53/2514.70	c      2515           2426        1376        20                -           0.0000          -
48983.39/2520.14	c      2520           2446        1396        20                -           0.0000          -
49201.74/2531.15	c      2531           2446        1396        20                -           0.0000          -
49308.32/2536.55	c      2537           2466        1416        20                -           0.0000          -
49528.70/2547.66	c      2548           2466        1416        20                -           0.0000          -
49629.96/2552.79	c      2553           2486        1436        20                -           0.0000          -
49858.24/2564.21	c      2564           2486        1436        20                -           0.0000          -
49963.48/2569.52	c      2570           2506        1456        20                -           0.0000          -
50187.85/2580.81	c      2581           2506        1456        20                -           0.0000          -
50289.11/2585.98	c      2586           2526        1476        20                -           0.0000          -
50515.43/2597.32	c      2597           2526        1476        20                -           0.0000          -
50616.70/2602.49	c      2602           2546        1496        20                -           0.0000          -
50843.06/2613.89	c      2614           2546        1496        20                -           0.0000          -
50944.33/2618.91	c      2619           2566        1516        20                -           0.0000          -
51170.66/2630.40	c      2630           2566        1516        20                -           0.0000          -
51293.77/2636.56	c      2637           2586        1536        20                -           0.0000          -
51494.31/2646.63	c      2647           2586        1536        20                -           0.0000          -
51595.58/2651.75	c      2652           2606        1556        20                -           0.0000          -
51814.00/2662.79	c      2663           2606        1556        20                -           0.0000          -
51922.03/2668.18	c      2668           2626        1576        20                -           0.0000          -
52133.68/2678.87	c      2679           2626        1576        20                -           0.0000          -
52246.85/2684.51	c      2685           2646        1596        20                -           0.0000          -
52453.36/2694.98	c      2695           2646        1596        20                -           0.0000          -
52555.36/2700.09	c      2700           2656        1606        20                -           0.0000          -
52771.05/2711.00	c      2711           2666        1616        20                -           0.0000          -
52872.82/2716.03	c      2716           2681        1631        20                -           0.0000          -
53091.33/2727.08	c      2727           2686        1636        20                -           0.0000          -
53193.97/2732.28	c      2732           2701        1651        20                -           0.0000          -
53408.92/2743.04	c      2743           2706        1656        20                -           0.0000          -
53517.64/2748.57	c      2749           2721        1671        20                -           0.0000          -
53726.68/2759.04	c      2759           2726        1676        20                -           0.0000          -
53827.98/2764.15	c      2764           2731        1681        20                -           0.0000          -
54041.84/2774.99	c      2775           2746        1696        20                -           0.0000          -
54147.07/2780.25	c      2780           2756        1706        20                -           0.0000          -
54357.56/2790.89	c      2791           2766        1716        20                -           0.0000          -
54458.82/2795.96	c      2796           2776        1726        20                -           0.0000          -
54673.27/2806.79	c      2807           2786        1736        20                -           0.0000          -
54779.15/2812.12	c      2812           2796        1746        20                -           0.0000          -
54988.98/2822.61	c      2823           2806        1756        20                -           0.0000          -
55088.26/2827.65	c      2828           2806        1756        20                -           0.0000          -
55302.71/2838.46	c      2838           2826        1776        20                -           0.0000          -
55409.95/2843.82	c      2844           2826        1776        20                -           0.0000          -
55615.06/2854.19	c      2854           2846        1796        20                -           0.0000          -
55727.66/2859.85	c      2860           2846        1796        20                -           0.0000          -
55926.24/2869.88	c      2870           2866        1816        20                -           0.0000          -
56041.40/2875.69	c      2876           2866        1816        20                -           0.0000          -
56238.00/2885.57	c      2886           2886        1836        20                -           0.0000          -
56339.28/2890.68	c      2891           2886        1836        20                -           0.0000          -
56551.76/2901.37	c      2901           2906        1856        20                -           0.0000          -
56657.02/2906.60	c      2907           2906        1856        20                -           0.0000          -
56861.58/2916.95	c      2917           2926        1876        20                -           0.0000          -
56971.02/2922.47	c      2922           2926        1876        20                -           0.0000          -
57171.39/2932.52	c      2933           2946        1896        20                -           0.0000          -
57284.58/2938.25	c      2938           2946        1896        20                -           0.0000          -
57479.78/2948.07	c      2948           2966        1916        20                -           0.0000          -
57598.95/2954.10	c      2954           2966        1916        20                -           0.0000          -
57787.06/2963.57	c      2964           2986        1936        20                -           0.0000          -
57908.20/2969.63	c      2970           2986        1936        20                -           0.0000          -
58126.62/2980.70	c      2981           3006        1956        20                -           0.0000          -
58239.75/2986.34	c      2986           3006        1956        20                -           0.0000          -
58430.39/2995.98	c      2996           3026        1976        20                -           0.0000          -
58529.68/3001.01	c      3001           3026        1976        20                -           0.0000          -
58734.20/3011.22	c      3011           3046        1996        20                -           0.0000          -
58909.70/3020.13	c      3020           3046        1996        20                -           0.0000          -
59032.09/3026.27	c      3026           3046        1996        20                -           0.0000          -
59139.32/3031.66	c      3032           3066        2016        20                -           0.0000          -
59240.59/3036.71	c      3037           3066        2016        20                -           0.0000          -
59355.77/3042.59	c      3043           3066        2016        20                -           0.0000          -
59462.99/3047.96	c      3048           3086        2036        20                -           0.0000          -
59566.88/3053.19	c      3053           3086        2036        20                -           0.0000          -
59681.42/3058.91	c      3059           3086        2036        20                -           0.0000          -
59788.62/3064.36	c      3064           3106        2056        20                -           0.0000          -
59899.83/3069.98	c      3070           3106        2056        20                -           0.0000          -
60007.04/3075.36	c      3075           3106        2056        20                -           0.0000          -
60116.26/3080.81	c      3081           3126        2076        20                -           0.0000          -
60247.29/3087.42	c      3087           3126        2076        20                -           0.0000          -
60359.12/3093.06	c      3093           3146        2096        20                -           0.0000          -
60461.70/3098.26	c      3098           3146        2096        20                -           0.0000          -
60577.38/3104.09	c      3104           3146        2096        20                -           0.0000          -
60688.07/3109.65	c      3110           3166        2116        20                -           0.0000          -
60791.33/3114.88	c      3115           3166        2116        20                -           0.0000          -
60904.51/3120.58	c      3121           3166        2116        20                -           0.0000          -
61017.69/3126.22	c      3126           3186        2136        20                -           0.0000          -
61126.90/3131.73	c      3132           3186        2136        20                -           0.0000          -
61232.74/3137.11	c      3137           3186        2136        20                -           0.0000          -
61343.33/3142.66	c      3143           3206        2156        20                -           0.0000          -
61458.49/3148.44	c      3148           3206        2156        20                -           0.0000          -
61583.60/3154.72	c      3155           3226        2176        20                -           0.0000          -
61700.74/3160.70	c      3161           3226        2176        20                -           0.0000          -
61802.02/3165.74	c      3166           3226        2176        20                -           0.0000          -
61915.18/3171.46	c      3171           3246        2196        20                -           0.0000          -
62018.45/3176.63	c      3177           3246        2196        20                -           0.0000          -
62135.60/3182.56	c      3183           3246        2196        20                -           0.0000          -
62250.75/3188.36	c      3188           3266        2216        20                -           0.0000          -
62359.97/3193.89	c      3194           3266        2216        20                -           0.0000          -
62469.16/3199.37	c      3199           3266        2216        20                -           0.0000          -
62586.32/3205.26	c      3205           3286        2236        20                -           0.0000          -
62705.46/3211.24	c      3211           3286        2236        20                -           0.0000          -
62836.52/3217.82	c      3218           3306        2256        20                -           0.0000          -
62980.10/3225.10	c      3225           3306        2256        20                -           0.0000          -
63079.27/3230.13	c      3230           3306        2256        20                -           0.0000          -
63195.92/3235.93	c      3236           3326        2276        20                -           0.0000          -
63299.82/3241.15	c      3241           3326        2276        20                -           0.0000          -
63416.95/3247.08	c      3247           3326        2276        20                -           0.0000          -
63531.50/3252.85	c      3253           3346        2296        20                -           0.0000          -
63640.70/3258.36	c      3258           3346        2296        20                -           0.0000          -
63776.35/3265.16	c      3265           3366        2316        20                -           0.0000          -
63935.32/3273.16	c      3273           3366        2316        20                -           0.0000          -
64041.81/3278.52	c      3279           3366        2316        20                -           0.0000          -
64154.98/3284.23	c      3284           3386        2336        20                -           0.0000          -
64274.12/3290.27	c      3290           3386        2336        20                -           0.0000          -
64397.24/3296.50	c      3296           3406        2356        20                -           0.0000          -
64568.69/3305.08	c      3305           3406        2356        20                -           0.0000          -
64709.62/3312.16	c      3312           3426        2376        20                -           0.0000          -
64883.73/3320.95	c      3321           3426        2376        20                -           0.0000          -
65018.76/3327.75	c      3328           3446        2396        20                -           0.0000          -
65199.45/3336.82	c      3337           3446        2396        20                -           0.0000          -
65328.52/3343.30	c      3343           3466        2416        20                -           0.0000          -
65513.18/3352.62	c      3353           3466        2416        20                -           0.0000          -
65636.30/3358.84	c      3359           3486        2436        20                -           0.0000          -
65824.94/3368.39	c      3368           3486        2436        20                -           0.0000          -
65942.09/3374.29	c      3374           3506        2456        20                -           0.0000          -
66139.27/3384.15	c      3384           3506        2456        20                -           0.0000          -
66249.89/3389.78	c      3390           3526        2476        20                -           0.0000          -
66448.46/3399.75	c      3400           3526        2476        20                -           0.0000          -
66554.43/3405.07	c      3405           3546        2496        20                -           0.0000          -
66754.83/3415.15	c      3415           3546        2496        20                -           0.0000          -
66859.48/3420.42	c      3420           3566        2516        20                -           0.0000          -
67060.04/3430.50	c      3430           3566        2516        20                -           0.0000          -
67163.31/3435.75	c      3436           3586        2536        20                -           0.0000          -
67363.88/3445.88	c      3446           3586        2536        20                -           0.0000          -
67465.16/3451.01	c      3451           3606        2556        20                -           0.0000          -
67669.66/3461.20	c      3461           3606        2556        20                -           0.0000          -
67768.95/3466.27	c      3466           3626        2576        20                -           0.0000          -
67971.50/3476.45	c      3476           3626        2576        20                -           0.0000          -
68070.79/3481.46	c      3481           3646        2596        20                -           0.0000          -
68277.28/3491.87	c      3492           3646        2596        20                -           0.0000          -
68398.41/3497.95	c      3498           3666        2616        20                -           0.0000          -
68583.07/3507.21	c      3507           3666        2616        20                -           0.0000          -
68684.35/3512.36	c      3512           3686        2636        20                -           0.0000          -
68888.85/3522.67	c      3523           3686        2636        20                -           0.0000          -
68990.12/3527.78	c      3528           3701        2651        20                -           0.0000          -
69195.21/3538.05	c      3538           3706        2656        20                -           0.0000          -
69299.88/3543.32	c      3543           3721        2671        20                -           0.0000          -
69500.44/3553.43	c      3553           3726        2676        20                -           0.0000          -
69609.66/3558.91	c      3559           3731        2681        20                -           0.0000          -
69804.26/3568.74	c      3569           3746        2696        20                -           0.0000          -
69917.45/3574.42	c      3574           3751        2701        20                -           0.0000          -
70108.73/3584.07	c      3584           3766        2716        20                -           0.0000          -
70211.34/3589.29	c      3589           3771        2721        20                -           0.0000          -
70411.91/3599.33	c      3599           3786        2736        20                -           0.0000          -
70511.22/3604.34	c      3604           3796        2746        20                -           0.0000          -
70715.77/3614.61	c      3615           3806        2756        20                -           0.0000          -
70817.05/3619.73	c      3620           3811        2761        20                -           0.0000          -
71015.65/3629.76	c      3630           3826        2776        20                -           0.0000          -
71121.40/3635.08	c      3635           3831        2781        20                -           0.0000          -
71320.09/3645.07	c      3645           3846        2796        20                -           0.0000          -
71419.52/3650.08	c      3650           3851        2801        20                -           0.0000          -
71625.30/3660.41	c      3660           3866        2816        20                -           0.0000          -
71730.64/3665.71	c      3666           3871        2821        20                -           0.0000          -
71929.14/3675.70	c      3676           3886        2836        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (148374 MiB free)
  memory of node 1: 193494 MiB (139783 MiB free)
  memory of node 2: 193531 MiB (191308 MiB free)
  memory of node 3: 193531 MiB (133012 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 -w /tmp/evaluation-result-4467066-1723650835/watcher-4467066-1723650835 -o /tmp/evaluation-result-4467066-1723650835/solver-4467066-1723650835 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723644372-773461 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4467066-1723650835.wbo -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 CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=777246, runsolver pid=777243
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 42.09 38.06 39.90 43/950 777247
/proc/meminfo: memFree=627119836/790760804 swapFree=131071996/131071996
[pid=777246] ppid=777243 vsize=91176 memory=79752 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/777246/stat : 777246 (fscip) R 777243 777246 773449 0 -1 4194304 17878 0 0 0 9 2 0 0 20 0 1 0 131666579 93364224 19938 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
/proc/777246/statm: 22794 19938 2347 3035 0 19190 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 91176 KiB
Current children cumulated memory: 79752 KiB

[startup+0.220151 s]*
/proc/loadavg: 42.09 38.06 39.90 43/950 777247
/proc/meminfo: memFree=627056312/790760804 swapFree=131071996/131071996
[pid=777246] ppid=777243 vsize=153384 memory=141704 CPUtime=0.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/stat : 777246 (fscip) R 777243 777246 773449 0 -1 4194304 33399 0 0 0 17 5 0 0 20 0 1 0 131666579 157065216 35426 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
/proc/777246/statm: 38346 35426 2347 3035 0 34742 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 153384 KiB
Current children cumulated memory: 141704 KiB

[startup+0.319888 s]*
/proc/loadavg: 42.09 38.06 39.90 44/950 777247
/proc/meminfo: memFree=627006732/790760804 swapFree=131071996/131071996
[pid=777246] ppid=777243 vsize=201048 memory=189708 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/stat : 777246 (fscip) R 777243 777246 773449 0 -1 4194304 45351 0 0 0 26 7 0 0 20 0 1 0 131666579 205873152 47427 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
/proc/777246/statm: 50262 47427 2347 3035 0 46658 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 201048 KiB
Current children cumulated memory: 189708 KiB

[startup+0.700295 s]
/proc/loadavg: 42.09 38.06 39.90 43/950 777247
/proc/meminfo: memFree=626904960/790760804 swapFree=131071996/131071996
[pid=777246] ppid=777243 vsize=376220 memory=364524 CPUtime=0.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/stat : 777246 (fscip) R 777243 777246 773449 0 -1 4194304 88028 0 0 0 56 13 0 0 20 0 1 0 131666579 385249280 91131 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
/proc/777246/statm: 94055 91131 2347 3035 0 90451 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 376220 KiB
Current children cumulated memory: 364524 KiB

[startup+1.50031 s]
/proc/loadavg: 42.09 38.06 39.90 43/950 777247
/proc/meminfo: memFree=626594508/790760804 swapFree=131071996/131071996
[pid=777246] ppid=777243 vsize=929072 memory=915296 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/stat : 777246 (fscip) R 777243 777246 773449 0 -1 4194304 225059 0 0 0 117 32 0 0 20 0 1 0 131666579 951369728 228824 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
/proc/777246/statm: 232268 228824 2555 3035 0 228664 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 929072 KiB
Current children cumulated memory: 915296 KiB

[startup+3.12394 s]
/proc/loadavg: 42.08 38.12 39.91 43/950 777247
/proc/meminfo: memFree=625456596/790760804 swapFree=131071996/131071996
[pid=777246] ppid=777243 vsize=1814832 memory=1789008 CPUtime=3.1 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/stat : 777246 (fscip) R 777243 777246 773449 0 -1 4194304 431722 0 0 0 245 65 0 0 20 0 1 0 131666579 1858387968 447252 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
/proc/777246/statm: 453772 447252 2598 3035 0 450168 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1814832 KiB
Current children cumulated memory: 1789008 KiB

[startup+6.30027 s]
/proc/loadavg: 42.08 38.12 39.91 43/950 777247
/proc/meminfo: memFree=625019416/790760804 swapFree=131071996/131071996
[pid=777246] ppid=777243 vsize=2183444 memory=2147956 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/stat : 777246 (fscip) R 777243 777246 773449 0 -1 4194304 504053 0 0 0 548 79 0 0 20 0 1 0 131666579 2235846656 536989 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
/proc/777246/statm: 545861 536989 2662 3035 0 542257 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2183444 KiB
Current children cumulated memory: 2147956 KiB

[startup+12.7003 s]
/proc/loadavg: 42.08 38.19 39.92 43/950 777248
/proc/meminfo: memFree=625003116/790760804 swapFree=131071996/131071996
[pid=777246] ppid=777243 vsize=2183444 memory=2147956 CPUtime=12.63 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/stat : 777246 (fscip) R 777243 777246 773449 0 -1 4194304 504083 0 0 0 1183 80 0 0 20 0 1 0 131666579 2235846656 536989 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
/proc/777246/statm: 545861 536989 2662 3035 0 542257 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2183444 KiB
Current children cumulated memory: 2147956 KiB

[startup+25.5006 s]
/proc/loadavg: 42.06 38.37 39.95 43/970 777270
/proc/meminfo: memFree=619580120/790760804 swapFree=131071996/131071996
[pid=777246] ppid=777243 vsize=9376600 memory=7687204 CPUtime=25.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/stat : 777246 (fscip) S 777243 777246 773449 0 -1 1077936128 1791683 0 0 0 2273 278 0 0 20 0 21 0 131666579 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
/proc/777246/statm: 2344150 1921801 2710 3035 0 2032867 0
[pid=777246/tid=777249] ppid=777243 vsize=9376600 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777249/stat : 777249 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777250] ppid=777243 vsize=9376600 memory=0 CPUtime=1.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777250/stat : 777250 (fscip) R 777243 777246 773449 0 -1 4194368 183815 0 0 0 78 25 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777251] ppid=777243 vsize=9376600 memory=0 CPUtime=1.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777251/stat : 777251 (fscip) S 777243 777246 773449 0 -1 1077936192 262553 0 0 0 131 38 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777252] ppid=777243 vsize=9376600 memory=2790880 CPUtime=1.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777252/stat : 777252 (fscip) S 777243 777246 773449 0 -1 1077936192 262553 0 0 0 129 38 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777253] ppid=777243 vsize=9376600 memory=2316 CPUtime=1.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777253/stat : 777253 (fscip) S 777243 777246 773449 0 -1 1077936192 262554 0 0 0 130 38 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777254] ppid=777243 vsize=9376600 memory=10544 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777254/stat : 777254 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777255] ppid=777243 vsize=9376600 memory=280325134017232 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777255/stat : 777255 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777256] ppid=777243 vsize=9376600 memory=2147956 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777256/stat : 777256 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777257] ppid=777243 vsize=9376600 memory=16164 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777257/stat : 777257 (fscip) S 777243 777246 773449 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777258] ppid=777243 vsize=9376600 memory=2316 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777258/stat : 777258 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777259] ppid=777243 vsize=9376600 memory=3617574911948609079 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777259/stat : 777259 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777260] ppid=777243 vsize=9376600 memory=38844130910404740 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777260/stat : 777260 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777261] ppid=777243 vsize=9376600 memory=4488024 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777261/stat : 777261 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777262] ppid=777243 vsize=9376600 memory=280325134285632 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777262/stat : 777262 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777263] ppid=777243 vsize=9376600 memory=33000 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777263/stat : 777263 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777264] ppid=777243 vsize=9376600 memory=1804 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777264/stat : 777264 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777265] ppid=777243 vsize=9376600 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/777246/task/777265/stat : 777265 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777266] ppid=777243 vsize=9376600 memory=-8951326923256637979 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777266/stat : 777266 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777267] ppid=777243 vsize=9376600 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/777246/task/777267/stat : 777267 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777268] ppid=777243 vsize=9376600 memory=280325133683460 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777268/stat : 777268 (fscip) S 777243 777246 773449 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 131668357 9601638400 1921801 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
Current children cumulated CPU time: 25.51 s
Current children cumulated vsize: 9376600 KiB
Current children cumulated memory: 7687204 KiB

[startup+51.1236 s]
/proc/loadavg: 42.17 38.70 40.02 43/970 777276
/proc/meminfo: memFree=602035704/790760804 swapFree=131071996/131071996
[pid=777246] ppid=777243 vsize=26743640 memory=25092568 CPUtime=51.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/stat : 777246 (fscip) S 777243 777246 773449 0 -1 1077936128 5878847 0 0 0 4314 850 0 0 20 0 21 0 131666579 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 17 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
/proc/777246/statm: 6685910 6273142 2710 3035 0 6396277 0
[pid=777246/tid=777249] ppid=777243 vsize=26743640 memory=10544 CPUtime=1.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777249/stat : 777249 (fscip) S 777243 777246 773449 0 -1 1077936192 262553 0 0 0 129 38 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777250] ppid=777243 vsize=26743640 memory=2147956 CPUtime=1.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777250/stat : 777250 (fscip) S 777243 777246 773449 0 -1 1077936192 271820 0 0 0 131 38 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777251] ppid=777243 vsize=26743640 memory=6442495347155625824 CPUtime=1.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777251/stat : 777251 (fscip) S 777243 777246 773449 0 -1 1077936192 262553 0 0 0 131 38 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777252] ppid=777243 vsize=26743640 memory=0 CPUtime=1.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777252/stat : 777252 (fscip) S 777243 777246 773449 0 -1 1077936192 262553 0 0 0 129 38 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777253] ppid=777243 vsize=26743640 memory=5863476022000762976 CPUtime=1.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777253/stat : 777253 (fscip) S 777243 777246 773449 0 -1 1077936192 262554 0 0 0 130 38 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777254] ppid=777243 vsize=26743640 memory=-6442510761463036777 CPUtime=1.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777254/stat : 777254 (fscip) S 777243 777246 773449 0 -1 1077936192 262554 0 0 0 130 39 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777255] ppid=777243 vsize=26743640 memory=2147956 CPUtime=1.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777255/stat : 777255 (fscip) S 777243 777246 773449 0 -1 1077936192 262553 0 0 0 130 38 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777256] ppid=777243 vsize=26743640 memory=16451616 CPUtime=1.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777256/stat : 777256 (fscip) S 777243 777246 773449 0 -1 1077936192 262553 0 0 0 132 36 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777257] ppid=777243 vsize=26743640 memory=2316 CPUtime=1.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777257/stat : 777257 (fscip) S 777243 777246 773449 0 -1 1077936192 262553 0 0 0 129 38 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777258] ppid=777243 vsize=26743640 memory=2790880 CPUtime=1.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777258/stat : 777258 (fscip) S 777243 777246 773449 0 -1 1077936192 262552 0 0 0 130 36 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777259] ppid=777243 vsize=26743640 memory=11448 CPUtime=1.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777259/stat : 777259 (fscip) S 777243 777246 773449 0 -1 1077936192 262554 0 0 0 133 36 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777260] ppid=777243 vsize=26743640 memory=0 CPUtime=0.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777260/stat : 777260 (fscip) R 777243 777246 773449 0 -1 4194368 60899 0 0 0 12 8 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777261] ppid=777243 vsize=26743640 memory=0 CPUtime=1.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777261/stat : 777261 (fscip) S 777243 777246 773449 0 -1 1077936192 262553 0 0 0 130 37 0 0 20 0 21 0 131668357 27385487360 6273142 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777262] ppid=777243 vsize=26743640 memory=280325134017232 CPUtime=1.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

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

[pid=777246/tid=777288] ppid=777243 vsize=116380416 memory=6720663246699184493 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/777246/task/777288/stat : 777288 (fscip) S 777243 777246 773449 0 -1 1077936192 300 0 0 0 3 0 0 0 20 0 41 0 131671848 119173545984 27730885 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777289] ppid=777243 vsize=116380416 memory=280325138084432 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/777246/task/777289/stat : 777289 (fscip) S 777243 777246 773449 0 -1 1077936192 349 0 0 0 1 1 0 0 20 0 41 0 131671848 119173545984 27730885 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777290] ppid=777243 vsize=116380416 memory=110745664 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/777246/task/777290/stat : 777290 (fscip) S 777243 777246 773449 0 -1 1077936192 332 0 0 0 2 0 0 0 20 0 41 0 131671848 119173545984 27730885 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777291] ppid=777243 vsize=116380416 memory=11448 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/777246/task/777291/stat : 777291 (fscip) S 777243 777246 773449 0 -1 1077936192 303 0 0 0 2 0 0 0 20 0 41 0 131671848 119173545984 27730885 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777292] ppid=777243 vsize=116380416 memory=7448197755230577712 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/777246/task/777292/stat : 777292 (fscip) S 777243 777246 773449 0 -1 1077936192 331 0 0 0 2 0 0 0 20 0 41 0 131671848 119173545984 27730885 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777293] ppid=777243 vsize=116380416 memory=7232888072564664674 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/777246/task/777293/stat : 777293 (fscip) S 777243 777246 773449 0 -1 1077936192 347 0 0 0 3 0 0 0 20 0 41 0 131671854 119173545984 27730885 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777294] ppid=777243 vsize=116380416 memory=110923540 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/777246/task/777294/stat : 777294 (fscip) S 777243 777246 773449 0 -1 1077936192 332 0 0 0 2 0 0 0 20 0 41 0 131671854 119173545984 27730885 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777295] ppid=777243 vsize=116380416 memory=20384 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/777246/task/777295/stat : 777295 (fscip) S 777243 777246 773449 0 -1 1077936192 315 0 0 0 0 2 0 0 20 0 41 0 131671854 119173545984 27730885 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777296] ppid=777243 vsize=116380416 memory=110799928 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/777246/task/777296/stat : 777296 (fscip) S 777243 777246 773449 0 -1 1077936192 330 0 0 0 2 0 0 0 20 0 41 0 131671854 119173545984 27730885 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
Current children cumulated CPU time: 71265.9 s
Current children cumulated vsize: 116380416 KiB
Current children cumulated memory: 110923540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3679.3 s]
/proc/loadavg: 20.01 20.05 21.70 21/885 779775
/proc/meminfo: memFree=667686680/790760804 swapFree=131071996/131071996
[pid=777246] ppid=777243 vsize=116380416 memory=110924300 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/777246/stat : 777246 (fscip) S 777243 777246 773449 0 -1 1077936128 257179743 0 0 0 7168666 31396 0 0 20 0 41 0 131666579 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
/proc/777246/statm: 29095104 27731075 2934 3035 0 28603615 0
[pid=777246/tid=777249] ppid=777243 vsize=116380416 memory=280325134655344 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/777246/task/777249/stat : 777249 (fscip) R 777243 777246 773449 0 -1 4194368 10731060 0 0 0 358637 1536 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777250] ppid=777243 vsize=116380416 memory=0 CPUtime=3603.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777250/stat : 777250 (fscip) R 777243 777246 773449 0 -1 4194368 12906441 0 0 0 358494 1878 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777251] ppid=777243 vsize=116380416 memory=110799496 CPUtime=3603.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777251/stat : 777251 (fscip) R 777243 777246 773449 0 -1 4194368 24242310 0 0 0 358587 1809 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777252] ppid=777243 vsize=116380416 memory=6720663246699184493 CPUtime=3585.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777252/stat : 777252 (fscip) R 777243 777246 773449 0 -1 4194368 4765868 0 0 0 357154 1413 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777253] ppid=777243 vsize=116380416 memory=0 CPUtime=3602.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777253/stat : 777253 (fscip) R 777243 777246 773449 0 -1 4194368 13672066 0 0 0 358343 1934 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777254] ppid=777243 vsize=116380416 memory=110924300 CPUtime=3604.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777254/stat : 777254 (fscip) R 777243 777246 773449 0 -1 4194368 24978936 0 0 0 358538 1919 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777255] ppid=777243 vsize=116380416 memory=11448 CPUtime=3603.35 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777255/stat : 777255 (fscip) R 777243 777246 773449 0 -1 4194368 10704122 0 0 0 358757 1578 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777256] ppid=777243 vsize=116380416 memory=42004 CPUtime=3604.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777256/stat : 777256 (fscip) R 777243 777246 773449 0 -1 4194368 11422559 0 0 0 358690 1721 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777257] ppid=777243 vsize=116380416 memory=62 CPUtime=3602.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777257/stat : 777257 (fscip) R 777243 777246 773449 0 -1 4194368 12357579 0 0 0 359135 1147 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777258] ppid=777243 vsize=116380416 memory=11448 CPUtime=3605.72 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777258/stat : 777258 (fscip) R 777243 777246 773449 0 -1 4194368 4697548 0 0 0 359470 1102 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777259] ppid=777243 vsize=116380416 memory=11448 CPUtime=3571.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777259/stat : 777259 (fscip) R 777243 777246 773449 0 -1 4194368 7085734 0 0 0 355948 1206 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777260] ppid=777243 vsize=116380416 memory=0 CPUtime=3604.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777260/stat : 777260 (fscip) R 777243 777246 773449 0 -1 4194368 12333941 0 0 0 359282 1135 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777261] ppid=777243 vsize=116380416 memory=25333125866717268 CPUtime=3564.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777261/stat : 777261 (fscip) R 777243 777246 773449 0 -1 4194368 10768150 0 0 0 354872 1609 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777262] ppid=777243 vsize=116380416 memory=0 CPUtime=3606.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777262/stat : 777262 (fscip) R 777243 777246 773449 0 -1 4194368 10524990 0 0 0 358979 1629 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777263] ppid=777243 vsize=116380416 memory=3340420008380650 CPUtime=3605.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777263/stat : 777263 (fscip) R 777243 777246 773449 0 -1 4194368 24581974 0 0 0 358644 1875 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777264] ppid=777243 vsize=116380416 memory=110923540 CPUtime=3606.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777264/stat : 777264 (fscip) R 777243 777246 773449 0 -1 4194368 4578123 0 0 0 359513 1144 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777265] ppid=777243 vsize=116380416 memory=110924300 CPUtime=3607.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777265/stat : 777265 (fscip) R 777243 777246 773449 0 -1 4194368 7869862 0 0 0 359288 1430 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777266] ppid=777243 vsize=116380416 memory=110923540 CPUtime=3589.25 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777266/stat : 777266 (fscip) R 777243 777246 773449 0 -1 4194368 24203191 0 0 0 357094 1831 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777267] ppid=777243 vsize=116380416 memory=16164 CPUtime=3604.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777267/stat : 777267 (fscip) R 777243 777246 773449 0 -1 4194368 9979205 0 0 0 359017 1390 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777268] ppid=777243 vsize=116380416 memory=2316 CPUtime=3603.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/777246/task/777268/stat : 777268 (fscip) R 777243 777246 773449 0 -1 4194368 13946670 0 0 0 358347 1959 0 0 20 0 41 0 131668357 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777277] ppid=777243 vsize=116380416 memory=10544 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/777246/task/777277/stat : 777277 (fscip) S 777243 777246 773449 0 -1 1077936192 335 0 0 0 2 0 0 0 20 0 41 0 131671847 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777278] ppid=777243 vsize=116380416 memory=110924300 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/777246/task/777278/stat : 777278 (fscip) S 777243 777246 773449 0 -1 1077936192 333 0 0 0 3 0 0 0 20 0 41 0 131671847 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777279] ppid=777243 vsize=116380416 memory=6720663246699184493 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/777246/task/777279/stat : 777279 (fscip) S 777243 777246 773449 0 -1 1077936192 229 0 0 0 2 0 0 0 20 0 41 0 131671847 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777280] ppid=777243 vsize=116380416 memory=110924300 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/777246/task/777280/stat : 777280 (fscip) S 777243 777246 773449 0 -1 1077936192 342 0 0 0 2 0 0 0 20 0 41 0 131671847 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777281] ppid=777243 vsize=116380416 memory=280325135963840 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/777246/task/777281/stat : 777281 (fscip) S 777243 777246 773449 0 -1 1077936192 333 0 0 0 2 0 0 0 20 0 41 0 131671847 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777282] ppid=777243 vsize=116380416 memory=206980800675 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/777246/task/777282/stat : 777282 (fscip) S 777243 777246 773449 0 -1 1077936192 334 0 0 0 3 0 0 0 20 0 41 0 131671847 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777283] ppid=777243 vsize=116380416 memory=11448 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/777246/task/777283/stat : 777283 (fscip) S 777243 777246 773449 0 -1 1077936192 312 0 0 0 2 0 0 0 20 0 41 0 131671847 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777284] ppid=777243 vsize=116380416 memory=110792172 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/777246/task/777284/stat : 777284 (fscip) S 777243 777246 773449 0 -1 1077936192 395 0 0 0 2 0 0 0 20 0 41 0 131671847 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777285] ppid=777243 vsize=116380416 memory=0 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/777246/task/777285/stat : 777285 (fscip) S 777243 777246 773449 0 -1 1077936192 455 0 0 0 2 0 0 0 20 0 41 0 131671848 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777286] ppid=777243 vsize=116380416 memory=11448 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/777246/task/777286/stat : 777286 (fscip) S 777243 777246 773449 0 -1 1077936192 220 0 0 0 2 0 0 0 20 0 41 0 131671848 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777287] ppid=777243 vsize=116380416 memory=3478395230337126 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/777246/task/777287/stat : 777287 (fscip) S 777243 777246 773449 0 -1 1077936192 330 0 0 0 2 0 0 0 20 0 41 0 131671848 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777288] ppid=777243 vsize=116380416 memory=3478395230337127 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/777246/task/777288/stat : 777288 (fscip) S 777243 777246 773449 0 -1 1077936192 303 0 0 0 3 0 0 0 20 0 41 0 131671848 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777289] ppid=777243 vsize=116380416 memory=110923540 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/777246/task/777289/stat : 777289 (fscip) S 777243 777246 773449 0 -1 1077936192 352 0 0 0 1 1 0 0 20 0 41 0 131671848 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777290] ppid=777243 vsize=116380416 memory=110923540 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/777246/task/777290/stat : 777290 (fscip) S 777243 777246 773449 0 -1 1077936192 335 0 0 0 2 0 0 0 20 0 41 0 131671848 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777291] ppid=777243 vsize=116380416 memory=13684 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/777246/task/777291/stat : 777291 (fscip) S 777243 777246 773449 0 -1 1077936192 305 0 0 0 2 0 0 0 20 0 41 0 131671848 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777292] ppid=777243 vsize=116380416 memory=12088 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/777246/task/777292/stat : 777292 (fscip) S 777243 777246 773449 0 -1 1077936192 334 0 0 0 2 0 0 0 20 0 41 0 131671848 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777293] ppid=777243 vsize=116380416 memory=2772 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/777246/task/777293/stat : 777293 (fscip) S 777243 777246 773449 0 -1 1077936192 350 0 0 0 3 0 0 0 20 0 41 0 131671854 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777294] ppid=777243 vsize=116380416 memory=42004 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/777246/task/777294/stat : 777294 (fscip) S 777243 777246 773449 0 -1 1077936192 335 0 0 0 2 0 0 0 20 0 41 0 131671854 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777295] ppid=777243 vsize=116380416 memory=110924300 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/777246/task/777295/stat : 777295 (fscip) S 777243 777246 773449 0 -1 1077936192 317 0 0 0 0 2 0 0 20 0 41 0 131671854 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
[pid=777246/tid=777296] ppid=777243 vsize=116380416 memory=110924300 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/777246/task/777296/stat : 777296 (fscip) S 777243 777246 773449 0 -1 1077936192 333 0 0 0 2 0 0 0 20 0 41 0 131671854 119173545984 27731075 809668444160 4194304 16623229 140729658171344 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 42246144 140729658180612 140729658180730 140729658180730 140729658187760 0
Current children cumulated CPU time: 72000.6 s
Current children cumulated vsize: 116380416 KiB
Current children cumulated memory: 110924300 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=71686.9 s, system=316.975 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3680 s]*
/proc/loadavg: 20.01 20.05 21.70 2/846 779775
/proc/meminfo: memFree=702895056/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3680.8 s]
/proc/loadavg: 20.01 20.05 21.70 2/846 779775
/proc/meminfo: memFree=702895056/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3681.2 s]
/proc/loadavg: 20.01 20.05 21.70 2/846 779775
/proc/meminfo: memFree=734962588/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3681.3 s]
/proc/loadavg: 20.01 20.05 21.70 2/846 779775
/proc/meminfo: memFree=734962588/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): 3682.33
CPU time (s): 72003.9
CPU user time (s): 71686.9
CPU system time (s): 316.975
CPU usage (%): 1955.39
Max. virtual memory (cumulated for all children) (KiB): 116380416
Max. memory (cumulated for all children) (KiB): 110924300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71686.9
system time used= 316.975
maximum resident set size= 110924300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257179764
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= 6943228
involuntary context switches= 147819


# summary of solver processes directly reported to runsolver:
#   pid: 777246
#   total CPU time (s): 72003.9
#   total CPU user time (s): 71686.9
#   total CPU system time (s): 316.975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.616 second user time and 83.3803 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 17:53:55
IDJOB=4467066
IDBENCH=144141
IDSOLVER=3096
FILE ID=nodeD105/4467066-1723650835
RUNJOBID= nodeD105-1723644372-773461
SLURM_JOB_ID= 8267920
Free space on /tmp= 8622776 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph11reduc_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4467066-1723650835/watcher-4467066-1723650835 -o /tmp/evaluation-result-4467066-1723650835/solver-4467066-1723650835 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723644372-773461 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4467066-1723650835.wbo -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 4f9f31b2d576e76fab744cedabc86032
RANDOM SEED=1759233623

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        627178340 kB
MemAvailable:   631766360 kB
Buffers:         1245308 kB
Cached:          6632288 kB
SwapCached:            0 kB
Active:          1739880 kB
Inactive:       158050308 kB
Active(anon):       2180 kB
Inactive(anon): 151949352 kB
Active(file):    1737700 kB
Inactive(file):  6100956 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             37748 kB
Writeback:            36 kB
AnonPages:      151907428 kB
Mapped:           138660 kB
Shmem:             38920 kB
KReclaimable:     338132 kB
Slab:             777088 kB
SReclaimable:     338132 kB
SUnreclaim:       438956 kB
KernelStack:       16448 kB
PageTables:       316800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   18911588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1166208 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19365888 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:     1331200 kB
DirectMap2M:    188958720 kB
DirectMap1G:    615514112 kB

Free space on /tmp at the end= 8622884 MiB
End job on nodeD105 at 2024-08-14 18:55:17