Trace number 4465226

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72000.8 3637.37

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_14.opb
MD5SUM850b351e493109d76788c3bb5eecff4d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark141
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3297
Total number of constraints6383
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1411
Number of bits of the biggest sum of numbers11
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)
0.00/0.07	c Default LC presolving (default).
0.00/0.07	c ** Before presolving: virtualMemUsedAtLc = 83120128, getVmSize() = 83120128, SCIPgetMemUsed() = 29005011, SCIPgetMemTotal() = 60868235, SCIPgetMemExternEstim() = 15290817
0.00/0.07	c ** set memory limit for presolving in LC to 8.79583e+12 for SCIP **
0.42/0.46	c ** Estimated virtualMemUsedAtSolver = 104036832, getVmSize() = 164372480, SCIPgetMemUsed() = 82705927, SCIPgetMemTotal() = 140764431, SCIPgetMemExternEstim() = 15290817
0.42/0.46	c ** set memory limit for solvers to 4.18829e+11 for each SCIP **
0.42/0.46	c Original Problem   :
0.42/0.46	c   Problem name     : instance-4465226-1722454211
0.42/0.46	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
0.42/0.46	c   Constraints      : 6383
0.42/0.46	c   Objective sense  : minimize
0.42/0.46	c Presolved Problem  :
0.42/0.46	c   Variables        : 3297 (3297 binary, 0 integer, 0 implicit integer, 0 continuous)
0.42/0.46	c   Constraints      : 4654
0.42/0.46	c Constraints        : Number
0.42/0.46	c   knapsack         : 195 
0.42/0.46	c   setppc           : 1365 
0.42/0.46	c   linear           : 3094 
0.42/0.46	c ** Instance transfer method used: 0
0.42/0.47	c ** ParaScipInstance copy does not increase the number of variables. **
0.70/0.73	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.70/0.73	c                                Nodes    Active                                            
0.70/0.73	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
89.75/5.37	c         5              2           1        20                -          14.0000          -
193.01/10.51	c        11             61          60        20                -          15.0000          -
292.28/15.57	c        16             21          20        20                -          15.0000          -
393.49/20.61	c        21            251         100        20                -          16.0000          -
492.63/25.66	c        26            351          81        20                -          18.0000          -
593.79/30.71	c        31            482         120        20                -          18.0000          -
692.99/35.76	c        36            601         199        20                -          19.0000          -
699.72/36.09	c *      36            601         199        20         191.0000          19.0000          -
796.09/40.91	c        41            705         246        20         191.0000          19.0000          -
895.31/45.95	c        46            742         273        20         191.0000          19.0000          -
994.50/51.03	c        51            797         312        20         191.0000          19.0000          -
1096.66/56.06	c        56            855         353        20         191.0000          19.0000          -
1195.73/61.13	c        61            894         373        20         191.0000          19.0000          -
1297.98/66.20	c        66            916         387        20         191.0000          19.0000          -
1397.21/71.25	c        71            926         397        20         191.0000          19.0000          -
1496.44/76.30	c        76            960         425        20         191.0000          19.0000          -
1597.65/81.35	c        81            980           0        20         191.0000          19.0000          -
1696.87/86.36	c        86           1032          46        20         191.0000          19.0000          -
1751.19/89.05	c *      89           1067          77        20         180.0000          19.0000          -
1799.99/91.56	c        92           1097          97        20         180.0000          19.0000          -
1847.63/94.04	c *      94           1106         102        20         172.0000          19.0000          -
1901.11/96.66	c        97           1110         100        20         172.0000          19.0000          -
2002.31/101.72	c       102           1155         139        20         172.0000          19.0000          -
2103.51/106.81	c       107           1163         147        20         172.0000          19.0000          -
2202.79/111.82	c       112           1178         154        20         172.0000          19.0000          -
2304.16/116.94	c       117           1207         171        20         172.0000          19.0000          -
2403.50/121.99	c       122           1240         202        20         172.0000          19.0000          -
2502.63/127.03	c       127           1264         220        20         172.0000          19.0000          -
2604.62/132.04	c       132           1298         250        20         172.0000          19.0000          -
2703.76/137.11	c       137           1315         257        20         172.0000          19.0000          -
2806.32/142.28	c       142           1356         297        20         172.0000          19.0000          -
2907.59/147.38	c       147           1364         301        20         172.0000          19.0000          -
3008.85/152.48	c       152           1454         373        20         172.0000          19.0000          -
3110.10/157.50	c       158           1648         483        20         172.0000          19.0000          -
3209.36/162.55	c       163           1791         575        20         172.0000          19.0000          -
3310.61/167.63	c       168           1938         680        20         172.0000          19.0000          -
3409.90/172.68	c       173           2197         775        20         172.0000          19.0000          -
3509.18/177.69	c       178           2381         873        20         172.0000          19.0000          -
3610.45/182.73	c       183           2599         957        20         172.0000          20.0000          -
3709.73/187.75	c       188           2871        1081        20         172.0000          21.0000          -
3810.98/192.84	c       193           3141        1197        20         172.0000          21.0000          -
3912.22/197.97	c       198           3431        1310        20         172.0000          21.0000          -
4011.45/203.01	c       203           2458         917        20         172.0000          21.0000          -
4113.33/208.06	c       208           2749        1052        20         172.0000          22.0000          -
4212.67/213.07	c       213           3050        1160        20         172.0000          22.0000          -
4313.94/218.15	c       218           3281        1252        20         172.0000          22.0000          -
4413.19/223.19	c       223           3660        1368        20         172.0000          22.0000          -
4513.74/228.27	c       228           4013        1454        20         172.0000          22.0000          -
4615.01/233.32	c       233           4160        1559        20         172.0000          22.0000          -
4714.26/238.35	c       238           4211        1472        20         172.0000          22.1081          -
4815.50/243.42	c       243           4637        1569        20         172.0000          23.0000          -
4914.74/248.47	c       248           4948        1699        20         172.0000          24.0000          -
5015.98/253.54	c       254           5298        1845        20         172.0000          24.0000          -
5115.21/258.59	c       259           5708        2034        20         172.0000          24.0000          -
5216.44/263.60	c       264           5104        1921        20         172.0000          24.0000          -
5315.73/268.64	c       269           5600        2018        20         172.0000          24.0000          -
5417.00/273.70	c       274           5895        2124        20         172.0000          24.0000          -
5518.26/278.82	c       279           6331        2180        20         172.0000          24.0000          -
5617.49/283.87	c       284           6819        2300        20         172.0000          24.0000          -
5716.75/288.89	c       289           7112        2428        20         172.0000          24.0000          -
5818.03/293.90	c       294           7490        2621        20         172.0000          24.0000          -
5917.28/298.92	c       299           7885        2793        20         172.0000          24.0000          -
6021.28/304.18	c       304           8010        2008        20         172.0000          24.0000          -
6121.69/309.26	c       309           8739        3045        20         172.0000          25.0000          -
6222.87/314.31	c       314           8993        3210        20         172.0000          25.0000          -
6322.07/319.36	c       319           9300        3360        20         172.0000          25.0000          -
6423.22/324.41	c       324           9581        3497        20         172.0000          25.0000          -
6522.43/329.46	c       329           9951        3660        20         172.0000          25.0000          -
6621.63/334.48	c       334          10322        3815        20         172.0000          25.0000          -
6722.70/339.50	c       340          10592        3938        20         172.0000          25.0000          -
6825.69/344.70	c       345          10988        4047        20         172.0000          25.0000          -
6924.47/349.72	c       350          11331        4134        20         172.0000          25.0000          -
7025.58/354.82	c       355          11639        4307        20         172.0000          25.0000          -
7124.60/359.83	c       360          13587        3729        20         172.0000          25.0000          -
7223.73/364.84	c       365          14048        3810        20         172.0000          25.0000          -
7322.86/369.86	c       370          14532        3889        20         172.0000          26.0000          -
7423.97/374.97	c       375          15083        3934        20         172.0000          26.0000          -
7523.08/380.04	c       380          15665        3959        20         172.0000          26.0000          -
7625.01/385.12	c       385          16245        3952        20         172.0000          26.0000          -
7725.92/390.15	c       390          16707        3922        20         172.0000          27.0000          -
7826.27/395.22	c       395          17322        3918        20         172.0000          27.0000          -
7925.42/400.26	c       400          17920        3919        20         172.0000          27.0000          -
8028.52/405.45	c       405          18627        3909        20         172.0000          27.0000          -
8129.60/410.55	c       411          19097        3946        20         172.0000          27.0000          -
8230.56/415.61	c       416          19658        4002        20         172.0000          28.0000          -
8329.68/420.67	c       421          20242        4007        20         172.0000          28.0000          -
8428.75/425.69	c       426          20821        4034        20         172.0000          28.0000          -
8529.90/430.73	c       431          21428        4060        20         172.0000          28.0000          -
8631.03/435.84	c       436          22068        4070        20         172.0000          28.5000          -
8730.15/440.88	c       441          22682        4081        20         172.0000          29.0000    493.10%
8831.28/445.93	c       446          23292        4034        20         172.0000          29.0000    493.10%
8930.34/450.94	c       451          23793        4047        20         172.0000          29.0000    493.10%
9032.11/456.05	c       456          24520        4037        20         172.0000          29.0000    493.10%
9133.15/461.15	c       461          25089        4063        20         172.0000          29.0000    493.10%
9233.61/466.27	c       466          25713        4056        20         172.0000          29.0000    493.10%
9334.76/471.36	c       471          26288        4070        20         172.0000          29.0000    493.10%
9435.95/476.41	c       476          26887        4057        20         172.0000          29.0000    493.10%
9535.01/481.43	c       481          27506        4032        20         172.0000          29.0000    493.10%
9636.12/486.51	c       487          28096        4021        20         172.0000          29.0000    493.10%
9735.15/491.56	c       492          28714        3980        20         172.0000          29.0000    493.10%
9834.12/496.60	c       497          29307        3946        20         172.0000          30.0000    473.33%
9895.39/499.61	c *     500          29670        3933        20         168.0000          30.0000    460.00%
9936.89/501.75	c       502          29911        3951        20         168.0000          30.0000    460.00%
10037.90/506.81	c       507          30519        3907        20         168.0000          30.0000    460.00%
10139.02/511.92	c       512          31107        3905        20         168.0000          30.0000    460.00%
10238.05/516.94	c       517          31764        3933        20         168.0000          30.0000    460.00%
10337.16/522.00	c       522          32273        3945        20         168.0000          31.0000    441.94%
10438.89/527.09	c       527          32871        3972        20         168.0000          31.0000    441.94%
10540.15/532.17	c       532          33400        3954        20         168.0000          31.0000    441.94%
10644.48/537.41	c       537          33969        3960        20         168.0000          31.0000    441.94%
10745.61/542.51	c       543          34545        3940        20         168.0000          31.0000    441.94%
10844.75/547.56	c       548          35164        3919        20         168.0000          31.0000    441.94%
10945.88/552.61	c       553          35799        3904        20         168.0000          31.0000    441.94%
11045.05/557.66	c       558          36380        3929        20         168.0000          31.0000    441.94%
11146.16/562.71	c       563          36948        3880        20         168.0000          31.0000    441.94%
11245.29/567.75	c       568          37564        3806        20         168.0000          31.0000    441.94%
11346.43/572.82	c       573          38077        3716        20         168.0000          31.0000    441.94%
11445.39/577.87	c       578          38603        3738        20         168.0000          31.0000    441.94%
11546.44/582.92	c       583          39170        3763        20         168.0000          31.0000    441.94%
11645.58/587.97	c       588          39762        3790        20         168.0000          31.0000    441.94%
11744.66/593.02	c       593          40337        3797        20         168.0000          31.0000    441.94%
11846.48/598.07	c       598          40808        3820        20         168.0000          31.0000    441.94%
11945.63/603.12	c       603          41358        3819        20         168.0000          31.5000    433.33%
12046.66/608.18	c       608          41839        3833        20         168.0000          32.0000    425.00%
12146.84/613.23	c       613          42373        3919        20         168.0000          32.0000    425.00%
12245.87/618.24	c       618          42875        3970        20         168.0000          32.0000    425.00%
12344.99/623.25	c       623          43380        4011        20         168.0000          32.0000    425.00%
12443.82/628.30	c       628          43897        4093        20         168.0000          32.0000    425.00%
12544.94/633.36	c       633          44439        4087        20         168.0000          32.0000    425.00%
12643.92/638.38	c       638          44818        4074        20         168.0000          32.0000    425.00%
12744.99/643.40	c       643          45360        4033        20         168.0000          32.0000    425.00%
12843.69/648.44	c       648          45899        4051        20         168.0000          32.0000    425.00%
12946.60/653.64	c       654          46373        4115        20         168.0000          32.0000    425.00%
13045.45/658.68	c       659          46888        4209        20         168.0000          32.2000    421.74%
13146.55/663.74	c       664          47378        4294        20         168.0000          33.0000    409.09%
13245.77/668.76	c       669          47827        4395        20         168.0000          33.0000    409.09%
13346.73/673.83	c       674          48316        4486        20         168.0000          33.0000    409.09%
13445.75/678.89	c       679          48751        4622        20         168.0000          33.0000    409.09%
13546.92/683.94	c       684          49096        4748        20         168.0000          33.0000    409.09%
13645.97/688.99	c       689          49434        4883        20         168.0000          33.0000    409.09%
13745.01/694.00	c       694          49708        4955        20         168.0000          33.0000    409.09%
13843.72/699.01	c       699          50149        5032        20         168.0000          33.0000    409.09%
13942.82/704.02	c       704          50650        5103        20         168.0000          33.0000    409.09%
14044.66/709.07	c       709          51149        5198        20         168.0000          33.0000    409.09%
14143.73/714.10	c       714          51609        5311        20         168.0000          33.0000    409.09%
14244.85/719.19	c       719          52067        5398        20         168.0000          33.0000    409.09%
14345.06/724.20	c       724          52507        5529        20         168.0000          33.0000    409.09%
14444.17/729.24	c       729          52894        5635        20         168.0000          33.0000    409.09%
14544.89/734.30	c       734          53274        5799        20         168.0000          33.0000    409.09%
14643.89/739.39	c       739          53714        5953        20         168.0000          33.0000    409.09%
14746.94/744.54	c       745          54221        6051        20         168.0000          33.0000    409.09%
14845.89/749.59	c       750          54771        6103        20         168.0000          33.0000    409.09%
14946.98/754.64	c       755          55239        6225        20         168.0000          33.0000    409.09%
15045.84/759.69	c       760          55763        6276        20         168.0000          33.0000    409.09%
15146.89/764.74	c       765          56209        6381        20         168.0000          33.0000    409.09%
15245.94/769.79	c       770          56702        6457        20         168.0000          33.0000    409.09%
15346.93/774.84	c       775          57234        6484        20         168.0000          33.0000    409.09%
15446.02/779.89	c       780          57657        6581        20         168.0000          33.0000    409.09%
15546.98/784.92	c       785          57966        6658        20         168.0000          33.0000    409.09%
15645.87/789.99	c       790          58339        6786        20         168.0000          33.0000    409.09%
15747.73/795.05	c       795          16489         721        20         168.0000          33.0000    409.09%
15846.91/800.10	c       800          16661         647        20         168.0000          34.0000    394.12%
15946.17/805.12	c       805          16661         647        20         168.0000          34.0000    394.12%
16046.95/810.14	c       810          17058         839        20         168.0000          34.0000    394.12%
16146.10/815.15	c       815          17438         931        20         168.0000          34.0000    394.12%
16245.06/820.16	c       820          17855        1024        20         168.0000          34.0000    394.12%
16345.08/825.22	c       825          18295        1164        20         168.0000          34.0000    394.12%
16444.20/830.27	c       830          18295        1164        20         168.0000          34.0000    394.12%
16545.22/835.32	c       835          18295        1164        20         168.0000          34.0000    394.12%
16644.28/840.39	c       840          18392        1165        20         168.0000          34.0000    394.12%
16745.21/845.40	c       845          18891        1189        20         168.0000          34.0000    394.12%
16846.03/850.51	c       851          19408        1219        20         168.0000          34.0000    394.12%
16949.10/855.77	c       856          19562        1205        20         168.0000          34.0000    394.12%
17050.21/860.82	c       861          19964        1211        20         168.0000          34.0000    394.12%
17149.21/865.86	c       866          20230        1212        20         168.0000          34.0000    394.12%
17250.20/870.93	c       871          20564        1220        20         168.0000          34.0000    394.12%
17349.20/875.95	c       876          20565        1219        20         168.0000          34.0000    394.12%
17448.06/881.02	c       881          20565        1219        20         168.0000          34.0000    394.12%
17549.87/886.11	c       886          21066        1306        20         168.0000          34.0000    394.12%
17648.93/891.12	c       891          21482        1385        20         168.0000          34.0000    394.12%
17750.07/896.18	c       896          21601        1380        20         168.0000          34.0000    394.12%
17850.22/901.27	c       901          21896        1448        20         168.0000          34.0000    394.12%
17951.12/906.34	c       906          22604        1486        20         168.0000          34.0000    394.12%
18050.09/911.40	c       911          22797        1494        20         168.0000          34.0000    394.12%
18155.07/916.67	c       917          23124        1511        20         168.0000          34.0000    394.12%
18256.02/921.78	c       922          23677        1489        20         168.0000          34.0000    394.12%
18356.88/926.83	c       927          24012        1519        20         168.0000          34.0000    394.12%
18455.87/931.88	c       932          24131        1519        20         168.0000          34.0000    394.12%
18556.89/936.94	c       937          24238        1533        20         168.0000          34.0000    394.12%
18655.90/941.99	c       942          24379        1530        20         168.0000          34.0000    394.12%
18754.99/947.04	c       947          24379        1530        20         168.0000          34.0000    394.12%
18856.84/952.09	c       952          24815        1540        20         168.0000          34.0000    394.12%
18957.81/957.14	c       957          24815        1540        20         168.0000          34.0000    394.12%
19056.77/962.19	c       962          25149        1557        20         168.0000          34.0000    394.12%
19157.21/967.21	c       967          25223        1569        20         168.0000          34.0000    394.12%
19256.28/972.28	c       972          25731        1580        20         168.0000          34.0000    394.12%
19357.38/977.31	c       977          25935        1572        20         168.0000          34.0000    394.12%
19456.43/982.34	c       982          26046        1582        20         168.0000          34.0000    394.12%
19557.35/987.48	c       987          26650        1573        20         168.0000          34.0000    394.12%
19658.41/992.52	c       993          73606       12159        20         168.0000          34.0000    394.12%
19757.43/997.58	c       998          26793        1579        20         168.0000          34.0000    394.12%
19858.39/1002.64	c      1003          26826        1575        20         168.0000          34.0000    394.12%
19957.47/1007.67	c      1008          27187        1638        20         168.0000          34.0000    394.12%
20056.55/1012.67	c      1013          27687        1721        20         168.0000          34.0000    394.12%
20155.50/1017.68	c      1018          28273        1766        20         168.0000          34.0000    394.12%
20256.37/1022.73	c      1023          75806       12893        20         168.0000          34.0000    394.12%
20355.33/1027.76	c      1028          76086       13007        20         168.0000          34.0000    394.12%
20454.38/1032.78	c      1033          29190        1856        20         168.0000          34.0000    394.12%
20555.37/1037.88	c      1038          76750       13283        20         168.0000          34.0000    394.12%
20656.40/1042.90	c      1043          30066        1928        20         168.0000          34.0000    394.12%
20755.50/1047.91	c      1048          30416        1937        20         168.0000          34.0000    394.12%
20854.39/1053.00	c      1053          30973        1941        20         168.0000          34.0000    394.12%
20956.29/1058.14	c      1058          31573        1931        20         168.0000          34.0000    394.12%
21058.18/1063.22	c      1063          32047        2004        20         168.0000          34.0000    394.12%
21157.24/1068.27	c      1068          32528        2005        20         168.0000          34.0000    394.12%
21256.15/1073.29	c      1073          79292       14190        20         168.0000          34.0000    394.12%
21356.99/1078.37	c      1078          79728       14305        20         168.0000          34.2000    391.23%
21458.04/1083.43	c      1083          80048       14423        20         168.0000          34.5000    386.96%
21558.98/1088.52	c      1089          80535       14562        20         168.0000          35.0000    380.00%
21657.97/1093.57	c      1094          80853       14661        20         168.0000          35.0000    380.00%
21759.03/1098.62	c      1099          81202       14782        20         168.0000          35.0000    380.00%
21857.91/1103.64	c      1104          81563       14886        20         168.0000          35.0000    380.00%
21956.72/1108.67	c      1109          81926       14989        20         168.0000          35.0000    380.00%
22057.46/1113.73	c      1114          82293       15093        20         168.0000          35.0000    380.00%
22158.45/1118.82	c      1119          82665       15209        20         168.0000          35.0000    380.00%
22257.38/1123.87	c      1124          83016       15301        20         168.0000          35.0000    380.00%
22358.13/1128.92	c      1129          83468       15406        20         168.0000          35.0000    380.00%
22457.24/1133.95	c      1134          83853       15547        20         168.0000          35.0000    380.00%
22556.17/1139.02	c      1139          84188       15628        20         168.0000          35.0000    380.00%
22655.29/1144.03	c      1144          84656       15732        20         168.0000          35.0000    380.00%
22757.13/1149.10	c      1149          85077       15850        20         168.0000          35.0000    380.00%
22856.07/1154.13	c      1154          85435       15983        20         168.0000          35.0000    380.00%
22958.34/1159.25	c      1159          85822       16070        20         168.0000          35.0000    380.00%
23057.41/1164.30	c      1164          86222       16217        20         168.0000          35.0000    380.00%
23158.23/1169.31	c      1169          86612       16342        20         168.0000          35.0000    380.00%
23257.18/1174.39	c      1174          87014       16427        20         168.0000          35.0000    380.00%
23358.13/1179.42	c      1179          87346       16526        20         168.0000          35.0000    380.00%
23457.19/1184.49	c      1184          87771       16613        20         168.0000          35.0000    380.00%
23471.81/1185.17	c *    1185          87771       16613        20         161.0000          35.0000    360.00%
23556.04/1189.50	c      1190          88152       16742        20         161.0000          35.0000    360.00%
23657.03/1194.56	c      1195          88537       16818        20         161.0000          35.0000    360.00%
23756.08/1199.59	c      1200          88959       16914        20         161.0000          35.0000    360.00%
23856.78/1204.62	c      1205          89248       17024        20         161.0000          35.0000    360.00%
23955.85/1209.64	c      1210          89584       17151        20         161.0000          35.0000    360.00%
24054.92/1214.67	c      1215          89883       17261        20         161.0000          35.0000    360.00%
24156.01/1219.75	c      1220          90251       17372        20         161.0000          35.0000    360.00%
24256.85/1224.88	c      1225          90613       17474        20         161.0000          35.0000    360.00%
24355.80/1229.90	c      1230          90998       17613        20         161.0000          35.0000    360.00%
24456.81/1234.92	c      1235          91334       17703        20         161.0000          35.0000    360.00%
24555.58/1240.02	c      1240          91711       17838        20         161.0000          35.0000    360.00%
24659.40/1245.15	c      1245          92066       17941        20         161.0000          35.0000    360.00%
24759.45/1250.23	c      1250          92449       18073        20         161.0000          35.0000    360.00%
24858.47/1255.29	c      1255          92797       18201        20         161.0000          35.0000    360.00%
24959.33/1260.39	c      1260          93114       18323        20         161.0000          35.0000    360.00%
25060.00/1265.43	c      1265          93424       18429        20         161.0000          35.0000    360.00%
25158.96/1270.48	c      1270          93738       18530        20         161.0000          35.1111    358.54%
25259.96/1275.54	c      1276          94110       18664        20         161.0000          36.0000    347.22%
25360.86/1280.62	c      1281          94429       18754        20         161.0000          36.0000    347.22%
25459.99/1285.69	c      1286          94801       18879        20         161.0000          36.0000    347.22%
25560.99/1290.70	c      1291          95196       18993        20         161.0000          36.0000    347.22%
25661.98/1295.83	c      1296          95569       19106        20         161.0000          36.0000    347.22%
25760.79/1300.88	c      1301          95920       19217        20         161.0000          36.0000    347.22%
25861.74/1306.00	c      1306          96246       19331        20         161.0000          36.0000    347.22%
25960.75/1311.01	c      1311          96512       19426        20         161.0000          36.0000    347.22%
26059.77/1316.03	c      1316          96753       19519        20         161.0000          36.0000    347.22%
26161.68/1321.11	c      1321          97025       19661        20         161.0000          36.0000    347.22%
26262.59/1326.16	c      1326          97411       19760        20         161.0000          36.0000    347.22%
26362.71/1331.21	c      1331          97682       19867        20         161.0000          36.0000    347.22%
26461.72/1336.28	c      1336          97983       19983        20         161.0000          36.0000    347.22%
26562.76/1341.36	c      1341          98348       20067        20         161.0000          36.0000    347.22%
26663.70/1346.41	c      1346          98738       20165        20         161.0000          36.0000    347.22%
26762.72/1351.46	c      1351          99122       20281        20         161.0000          36.0000    347.22%
26863.33/1356.51	c      1357          99509       20370        20         161.0000          36.0000    347.22%
26962.38/1361.56	c      1362          99948       20499        20         161.0000          36.0000    347.22%
27063.38/1366.61	c      1367         100377       20592        20         161.0000          36.0000    347.22%
27162.44/1371.66	c      1372         100740       20675        20         161.0000          36.0000    347.22%
27261.49/1376.70	c      1377         101198       20758        20         161.0000          36.0000    347.22%
27362.56/1381.71	c      1382         101650       20864        20         161.0000          36.0000    347.22%
27461.43/1386.75	c      1387         101968       20960        20         161.0000          36.0000    347.22%
27562.21/1391.86	c      1392         102307       21069        20         161.0000          36.0000    347.22%
27661.17/1396.89	c      1397         102749       21163        20         161.0000          36.0000    347.22%
27762.03/1401.92	c      1402         103064       21253        20         161.0000          36.0000    347.22%
27860.87/1406.97	c      1407         103435       21351        20         161.0000          36.0000    347.22%
27962.80/1412.07	c      1412         103752       21413        20         161.0000          36.0000    347.22%
28061.65/1417.10	c      1417         104171       21511        20         161.0000          36.0000    347.22%
28160.49/1422.11	c      1422         104486       21619        20         161.0000          36.0000    347.22%
28259.64/1427.14	c      1427         104854       21709        20         161.0000          36.0000    347.22%
28360.74/1432.16	c      1432         105231       21823        20         161.0000          36.0000    347.22%
28460.95/1437.21	c      1437         105590       21890        20         161.0000          36.0000    347.22%
28559.92/1442.26	c      1442         105968       21963        20         161.0000          36.0000    347.22%
28659.06/1447.28	c      1447         106333       22088        20         161.0000          36.0000    347.22%
28760.10/1452.32	c      1452         106624       22149        20         161.0000          36.0000    347.22%
28860.87/1457.42	c      1457         107002       22262        20         161.0000          36.0000    347.22%
28959.81/1462.46	c      1462         107436       22312        20         161.0000          36.0000    347.22%
29060.87/1467.52	c      1468         107717       22410        20         161.0000          36.0000    347.22%
29159.79/1472.54	c      1473         108074       22543        20         161.0000          36.0000    347.22%
29258.88/1477.60	c      1478         108378       22641        20         161.0000          36.0000    347.22%
29360.03/1482.63	c      1483         108704       22743        20         161.0000          36.0000    347.22%
29459.00/1487.63	c      1488         109043       22825        20         161.0000          36.0000    347.22%
29557.91/1492.69	c      1493         109403       22933        20         161.0000          36.0000    347.22%
29658.84/1497.71	c      1498         109785       23025        20         161.0000          36.0000    347.22%
29757.91/1502.79	c      1503         110141       23126        20         161.0000          36.0000    347.22%
29858.65/1507.83	c      1508         110417       23220        20         161.0000          36.0000    347.22%
29957.71/1512.87	c      1513         110793       23326        20         161.0000          36.0000    347.22%
30058.78/1517.93	c      1518         111113       23416        20         161.0000          36.0000    347.22%
30157.66/1522.99	c      1523         111431       23508        20         161.0000          36.0000    347.22%
30256.76/1528.03	c      1528         111750       23613        20         161.0000          36.0000    347.22%
30358.48/1533.12	c      1533         112151       23700        20         161.0000          36.0000    347.22%
30457.15/1538.13	c      1538         112486       23818        20         161.0000          36.0000    347.22%
30558.14/1543.17	c      1543         112877       23944        20         161.0000          36.0000    347.22%
30658.48/1548.23	c      1548         113162       24001        20         161.0000          36.0000    347.22%
30757.55/1553.24	c      1553         113501       24132        20         161.0000          36.0000    347.22%
30858.63/1558.33	c      1558         113899       24215        20         161.0000          36.0000    347.22%
30959.70/1563.41	c      1563         114239       24331        20         161.0000          36.0000    347.22%
31060.78/1568.56	c      1569         114581       24448        20         161.0000          36.0000    347.22%
31161.71/1573.61	c      1574         114972       24510        20         161.0000          36.0000    347.22%
31260.77/1578.68	c      1579         115358       24603        20         161.0000          36.0000    347.22%
31361.89/1583.74	c      1584         115740       24689        20         161.0000          36.0000    347.22%
31462.79/1588.80	c      1589         116091       24777        20         161.0000          36.0000    347.22%
31561.85/1593.82	c      1594         116534       24880        20         161.0000          36.0000    347.22%
31662.92/1598.92	c      1599         116949       24959        20         161.0000          36.0000    347.22%
31761.99/1603.97	c      1604         117264       25045        20         161.0000          36.0000    347.22%
31861.00/1609.02	c      1609         117657       25141        20         161.0000          36.0000    347.22%
31962.74/1614.07	c      1614         118000       25235        20         161.0000          36.0000    347.22%
32061.45/1619.08	c      1619         118236       25312        20         161.0000          36.0000    347.22%
32161.92/1624.17	c      1624         118533       25429        20         161.0000          36.0000    347.22%
32261.14/1629.19	c      1629         118801       25531        20         161.0000          36.0000    347.22%
32361.34/1634.26	c      1634         119083       25622        20         161.0000          36.0000    347.22%
32462.31/1639.31	c      1639         119391       25724        20         161.0000          36.0000    347.22%
32561.39/1644.37	c      1644         119723       25788        20         161.0000          36.0000    347.22%
32662.37/1649.40	c      1649         120079       25908        20         161.0000          36.0000    347.22%
32761.39/1654.41	c      1654         120393       25988        20         161.0000          36.0000    347.22%
32862.44/1659.51	c      1660         120700       26102        20         161.0000          36.0000    347.22%
32961.50/1664.57	c      1665         121031       26193        20         161.0000          36.0000    347.22%
33062.40/1669.62	c      1670         121382       26273        20         161.0000          36.0000    347.22%
33161.22/1674.67	c      1675         121788       26389        20         161.0000          36.0000    347.22%
33262.23/1679.72	c      1680         122053       26531        20         161.0000          36.0000    347.22%
33361.15/1684.77	c      1685         122442       26628        20         161.0000          36.0000    347.22%
33462.22/1689.82	c      1690         122854       26724        20         161.0000          36.0000    347.22%
33561.35/1694.87	c      1695         123221       26796        20         161.0000          36.0000    347.22%
33660.45/1699.88	c      1700         123489       26867        20         161.0000          36.0000    347.22%
33761.53/1704.97	c      1705         123913       26932        20         161.0000          36.0000    347.22%
33860.48/1710.02	c      1710         124336       27018        20         161.0000          36.0000    347.22%
33959.54/1715.04	c      1715         124741       27077        20         161.0000          36.0000    347.22%
34061.13/1720.11	c      1720         125155       27151        20         161.0000          36.0000    347.22%
34162.30/1725.17	c      1725         125566       27204        20         161.0000          36.0000    347.22%
34262.45/1730.23	c      1730         126013       27323        20         161.0000          36.0000    347.22%
34361.33/1735.25	c      1735         126440       27423        20         161.0000          36.0000    347.22%
34462.45/1740.37	c      1740         126882       27507        20         161.0000          36.0000    347.22%
34565.20/1745.56	c      1746         127250       27600        20         161.0000          36.0000    347.22%
34666.18/1750.62	c      1751         127688       27704        20         161.0000          36.0000    347.22%
34767.00/1755.76	c      1756         128099       27805        20         161.0000          36.0000    347.22%
34866.11/1760.80	c      1761         128517       27854        20         161.0000          36.0000    347.22%
34967.06/1765.86	c      1766         128923       27981        20         161.0000          36.0000    347.22%
35068.08/1770.92	c      1771         129200       28104        20         161.0000          36.0000    347.22%
35072.89/1771.17	c *    1771         129200       28104        20         160.0000          36.0000    344.44%
35166.82/1775.97	c      1776         129568       28149        20         160.0000          36.0000    344.44%
35265.88/1781.02	c      1781         129940       28271        20         160.0000          36.0000    344.44%
35367.47/1786.07	c      1786         130292       28382        20         160.0000          36.0000    344.44%
35466.25/1791.12	c      1791         130573       28452        20         160.0000          36.0000    344.44%
35567.55/1796.17	c      1796         130894       28576        20         160.0000          36.0000    344.44%
35667.74/1801.22	c      1801         131230       28671        20         160.0000          36.0000    344.44%
35766.73/1806.28	c      1806         131653       28775        20         160.0000          36.0000    344.44%
35867.86/1811.33	c      1811         132044       28837        20         160.0000          36.0000    344.44%
35966.93/1816.38	c      1816         132368       28941        20         160.0000          36.0000    344.44%
36068.10/1821.43	c      1821         132727       29009        20         160.0000          36.0000    344.44%
36167.24/1826.46	c      1826         133130       29073        20         160.0000          36.0000    344.44%
36268.33/1831.53	c      1832         133521       29173        20         160.0000          36.0000    344.44%
36367.43/1836.58	c      1837         133894       29272        20         160.0000          36.0000    344.44%
36468.33/1841.63	c      1842         134267       29309        20         160.0000          36.0051    344.38%
36567.18/1846.69	c      1847         134594       29398        20         160.0000          36.0051    344.38%
36668.20/1851.74	c      1852         134934       29534        20         160.0000          36.0051    344.38%
36767.31/1856.79	c      1857         135319       29609        20         160.0000          36.1667    342.40%
36868.37/1861.84	c      1862         135740       29656        20         160.0000          36.5000    338.36%
36967.36/1866.87	c      1867         136118       29744        20         160.0000          37.0000    332.43%
37068.18/1871.94	c      1872         136477       29832        20         160.0000          37.0000    332.43%
37166.95/1876.99	c      1877         136886       29919        20         160.0000          37.0000    332.43%
37268.63/1882.04	c      1882         137279       30011        20         160.0000          37.0000    332.43%
37367.58/1887.07	c      1887         137585       30104        20         160.0000          37.0000    332.43%
37466.56/1892.11	c      1892         137974       30208        20         160.0000          37.0000    332.43%
37567.56/1897.14	c      1897         138352       30331        20         160.0000          37.0000    332.43%
37667.85/1902.20	c      1902         138751       30405        20         160.0000          37.0000    332.43%
37766.92/1907.26	c      1907         139160       30482        20         160.0000          37.0000    332.43%
37867.93/1912.34	c      1912         139567       30565        20         160.0000          37.0000    332.43%
37968.96/1917.40	c      1917         139889       30677        20         160.0000          37.0000    332.43%
38067.94/1922.45	c      1922         140265       30774        20         160.0000          37.0000    332.43%
38166.99/1927.50	c      1928         140583       30816        20         160.0000          37.0000    332.43%
38268.00/1932.55	c      1933         140969       30951        20         160.0000          37.0000    332.43%
38367.00/1937.56	c      1938         141403       31024        20         160.0000          37.0000    332.43%
38468.09/1942.64	c      1943         141792       31120        20         160.0000          37.0000    332.43%
38567.21/1947.70	c      1948         142195       31169        20         160.0000          37.0000    332.43%
38668.17/1952.77	c      1953         142575       31251        20         160.0000          37.0000    332.43%
38769.26/1957.83	c      1958         142945       31342        20         160.0000          37.0000    332.43%
38868.25/1962.88	c      1963         143429       31374        20         160.0000          37.0000    332.43%
38969.06/1967.93	c      1968         143798       31457        20         160.0000          37.0000    332.43%
39068.03/1972.97	c      1973         144152       31555        20         160.0000          37.0000    332.43%
39166.95/1978.03	c      1978         144562       31609        20         160.0000          37.0000    332.43%
39268.88/1983.08	c      1983         145024       31637        20         160.0000          37.0000    332.43%
39367.59/1988.13	c      1988         145435       31680        20         160.0000          37.0000    332.43%
39469.87/1993.20	c      1993         145845       31774        20         160.0000          37.0000    332.43%
39568.82/1998.24	c      1998         146163       31834        20         160.0000          37.0000    332.43%
39667.91/2003.26	c      2003         146472       31961        20         160.0000          37.0000    332.43%
39768.86/2008.35	c      2008         146867       32073        20         160.0000          37.0000    332.43%
39869.88/2013.40	c      2013         147204       32160        20         160.0000          37.0000    332.43%
39969.05/2018.45	c      2018         147524       32242        20         160.0000          37.0000    332.43%
40069.88/2023.50	c      2024         147902       32343        20         160.0000          37.0000    332.43%
40168.83/2028.53	c      2029         148344       32427        20         160.0000          37.0000    332.43%
40269.93/2033.60	c      2034         148762       32466        20         160.0000          37.0000    332.43%
40369.00/2038.62	c      2039         149117       32601        20         160.0000          37.0000    332.43%
40468.07/2043.63	c      2044         149480       32695        20         160.0000          37.0000    332.43%
40566.70/2048.69	c      2049         149919       32757        20         160.0000          37.0000    332.43%
40671.64/2053.92	c      2054         150294       32820        20         160.0000          37.0000    332.43%
40770.51/2058.95	c      2059         150696       32911        20         160.0000          37.0000    332.43%
40869.35/2064.02	c      2064         151136       32972        20         160.0000          37.0000    332.43%
40971.14/2069.07	c      2069         151571       33015        20         160.0000          37.0000    332.43%
41070.15/2074.12	c      2074         151991       33113        20         160.0000          37.0000    332.43%
41171.39/2079.18	c      2079         152394       33171        20         160.0000          37.0000    332.43%
41271.46/2084.21	c      2084         152796       33221        20         160.0000          37.0000    332.43%
41370.50/2089.24	c      2089         153331       33260        20         160.0000          37.0000    332.43%
41471.47/2094.33	c      2094         153799       33316        20         160.0000          37.0000    332.43%
41570.64/2099.38	c      2099         154244       33388        20         160.0000          37.0000    332.43%
41671.63/2104.40	c      2104         154736       33441        20         160.0000          37.0000    332.43%
41770.72/2109.43	c      2109         155115       33539        20         160.0000          37.0000    332.43%
41869.84/2114.47	c      2114         155519       33648        20         160.0000          37.0000    332.43%
41970.92/2119.57	c      2120         155900       33750        20         160.0000          37.0000    332.43%
42071.63/2124.65	c      2125         156360       33805        20         160.0000          37.0000    332.43%
42170.55/2129.70	c      2130         156810       33865        20         160.0000          37.0000    332.43%
42271.50/2134.76	c      2135         157257       33904        20         160.0000          37.0000    332.43%
42372.43/2139.81	c      2140         157771       33972        20         160.0000          37.0000    332.43%
42471.49/2144.87	c      2145         158225       34001        20         160.0000          37.0000    332.43%
42572.53/2149.93	c      2150         158574       34124        20         160.0000          37.0000    332.43%
42671.59/2154.94	c      2155          85543       10442        20         160.0000          37.0000    332.43%
42770.62/2160.03	c      2160         159355       34240        20         160.0000          37.0000    332.43%
42872.37/2165.09	c      2165          86173       10580        20         160.0000          37.0000    332.43%
42971.17/2170.12	c      2170          86407       10638        20         160.0000          37.0000    332.43%
43072.27/2175.18	c      2175          86676       10713        20         160.0000          37.0000    332.43%
43172.65/2180.25	c      2180          87000       10794        20         160.0000          37.0000    332.43%
43273.79/2185.30	c      2185         161457       34584        20         160.0000          37.0000    332.43%
43372.80/2190.31	c      2190         161880       34675        20         160.0000          37.0000    332.43%
43471.92/2195.39	c      2195          87812       11136        20         160.0000          37.0000    332.43%
43573.09/2200.46	c      2200         162598       34812        20         160.0000          37.0000    332.43%
43674.26/2205.51	c      2206         162919       34887        20         160.0000          37.0000    332.43%
43773.46/2210.56	c      2211         163331       34933        20         160.0000          37.0000    332.43%
43872.55/2215.58	c      2216         163806       35024        20         160.0000          37.0000    332.43%
43971.67/2220.59	c      2221         164113       35105        20         160.0000          37.0000    332.43%
44072.79/2225.62	c      2226          89882       11747        20         160.0000          37.0000    332.43%
44171.90/2230.68	c      2231         164960       35268        20         160.0000          37.0000    332.43%
44272.81/2235.71	c      2236          90333       11973        20         160.0000          37.0000    332.43%
44373.68/2240.83	c      2241          90619       12139        20         160.0000          37.0000    332.43%
44474.62/2245.93	c      2246         165997       35442        20         160.0000          37.0000    332.43%
44573.55/2250.98	c      2251         166379       35488        20         160.0000          37.0000    332.43%
44672.60/2256.00	c      2256         166759       35557        20         160.0000          37.0000    332.43%
44774.56/2261.08	c      2261         167131       35668        20         160.0000          37.0000    332.43%
44873.34/2266.10	c      2266         167509       35679        20         160.0000          37.0000    332.43%
44972.16/2271.12	c      2271         167889       35786        20         160.0000          37.0000    332.43%
45073.03/2276.17	c      2276         168277       35874        20         160.0000          37.0000    332.43%
45172.06/2281.19	c      2281         168618       35895        20         160.0000          37.0051    332.37%
45271.94/2286.20	c      2286         169010       35988        20         160.0000          37.0051    332.37%
45371.04/2291.27	c      2291         169439       36092        20         160.0000          37.0051    332.37%
45472.14/2296.40	c      2296         169948       36144        20         160.0000          37.0153    332.25%
45573.25/2301.47	c      2301         170368       36176        20         160.0000          37.5000    326.67%
45672.31/2306.49	c      2306         170769       36236        20         160.0000          37.5000    326.67%
45773.39/2311.57	c      2312         171220       36280        20         160.0000          38.0000    321.05%
45874.34/2316.62	c      2317         171652       36365        20         160.0000          38.0000    321.05%
45973.12/2321.67	c      2322         172089       36418        20         160.0000          38.0000    321.05%
46072.11/2326.68	c      2327         172619       36465        20         160.0000          38.0000    321.05%
46173.13/2331.78	c      2332         173106       36554        20         160.0000          38.0000    321.05%
46274.09/2336.83	c      2337         173532       36657        20         160.0000          38.0000    321.05%
46372.92/2341.88	c      2342         173925       36727        20         160.0000          38.0000    321.05%
46473.54/2346.90	c      2347         174308       36812        20         160.0000          38.0000    321.05%
46572.46/2351.96	c      2352         174757       36846        20         160.0000          38.0000    321.05%
46671.40/2357.04	c      2357         175116       36920        20         160.0000          38.0000    321.05%
46773.22/2362.08	c      2362         175503       37011        20         160.0000          38.0000    321.05%
46872.21/2367.09	c      2367         175927       37096        20         160.0000          38.0000    321.05%
46971.09/2372.13	c      2372         176256       37133        20         160.0000          38.0000    321.05%
47073.00/2377.25	c      2377         176581       37267        20         160.0000          38.0000    321.05%
47174.17/2382.30	c      2382         176919       37335        20         160.0000          38.0000    321.05%
47273.05/2387.35	c      2387         177320       37415        20         160.0000          38.0000    321.05%
47374.15/2392.48	c      2392         177756       37467        20         160.0000          38.0000    321.05%
47475.06/2397.58	c      2398         178196       37500        20         160.0000          38.0000    321.05%
47576.06/2402.67	c      2403         178642       37538        20         160.0000          38.0000    321.05%
47674.90/2407.69	c      2408         179054       37574        20         160.0000          38.0000    321.05%
47775.88/2412.79	c      2413         179496       37649        20         160.0000          38.0000    321.05%
47876.76/2417.80	c      2418         179938       37748        20         160.0000          38.0000    321.05%
47977.79/2422.90	c      2423         180312       37816        20         160.0000          38.0000    321.05%
48076.79/2427.91	c      2428         180641       37872        20         160.0000          38.0000    321.05%
48175.83/2432.94	c      2433         181099       37934        20         160.0000          38.0000    321.05%
48274.94/2438.03	c      2438         181581       38006        20         160.0000          38.0000    321.05%
48376.78/2443.07	c      2443         181931       38088        20         160.0000          38.0000    321.05%
48475.87/2448.14	c      2448         182357       38157        20         160.0000          38.0000    321.05%
48576.57/2453.19	c      2453         182810       38200        20         160.0000          38.0000    321.05%
48676.84/2458.21	c      2458         183264       38218        20         160.0000          38.0000    321.05%
48775.76/2463.29	c      2463         183760       38277        20         160.0000          38.0000    321.05%
48876.32/2468.32	c      2468         184217       38318        20         160.0000          38.0000    321.05%
48975.13/2473.39	c      2473         184639       38378        20         160.0000          38.0000    321.05%
49076.18/2478.44	c      2478         185045       38480        20         160.0000          38.0000    321.05%
49177.03/2483.50	c      2484         185472       38528        20         160.0000          38.0000    321.05%
49275.89/2488.53	c      2489         185869       38604        20         160.0000          38.0000    321.05%
49374.75/2493.57	c      2494         186356       38673        20         160.0000          38.0000    321.05%
49475.47/2498.62	c      2499         186753       38739        20         160.0000          38.0000    321.05%
49574.37/2503.67	c      2504         187250       38809        20         160.0000          38.0000    321.05%
49675.39/2508.71	c      2509         187694       38866        20         160.0000          38.0000    321.05%
49774.21/2513.76	c      2514         188011       38916        20         160.0000          38.0000    321.05%
49873.17/2518.77	c      2519         188421       38963        20         160.0000          38.0000    321.05%
49972.22/2523.78	c      2524         188863       39035        20         160.0000          38.0000    321.05%
50073.05/2528.84	c      2529         189297       39148        20         160.0000          38.0000    321.05%
50174.10/2533.92	c      2534         189716       39230        20         160.0000          38.0000    321.05%
50273.18/2538.97	c      2539         190172       39310        20         160.0000          38.0000    321.05%
50374.92/2544.10	c      2544         190661       39382        20         160.0000          38.0000    321.05%
50473.88/2549.15	c      2549         191105       39469        20         160.0000          38.0000    321.05%
50574.65/2554.17	c      2554         191519       39564        20         160.0000          38.0000    321.05%
50674.75/2559.26	c      2559         191891       39669        20         160.0000          38.0000    321.05%
50773.47/2564.29	c      2564         192313       39719        20         160.0000          38.0000    321.05%
50874.29/2569.37	c      2569         192698       39728        20         160.0000          38.0000    321.05%
50973.45/2574.38	c      2574         193088       39797        20         160.0000          38.0000    321.05%
51074.36/2579.47	c      2579         193568       39889        20         160.0000          38.0000    321.05%
51175.03/2584.52	c      2585         194027       39964        20         160.0000          38.0000    321.05%
51274.11/2589.56	c      2590         194478       40051        20         160.0000          38.0000    321.05%
51374.82/2594.62	c      2595         194748       40110        20         160.0000          38.0000    321.05%
51473.90/2599.66	c      2600         195192       40205        20         160.0000          38.0000    321.05%
51574.96/2604.71	c      2605         195618       40258        20         160.0000          38.0000    321.05%
51673.68/2609.77	c      2610         196036       40343        20         160.0000          38.0000    321.05%
51774.70/2614.89	c      2615         196511       40446        20         160.0000          38.0000    321.05%
51875.73/2620.03	c      2620         197155       40484        20         160.0000          38.0000    321.05%
51977.69/2625.08	c      2625         197608       40559        20         160.0000          38.0000    321.05%
52078.62/2630.17	c      2630         197928       40615        20         160.0000          38.0000    321.05%
52177.51/2635.18	c      2635         198338       40688        20         160.0000          38.0000    321.05%
52277.44/2640.29	c      2640         198830       40783        20         160.0000          38.0000    321.05%
52378.33/2645.34	c      2645         199226       40839        20         160.0000          38.0000    321.05%
52477.16/2650.39	c      2650         199664       40906        20         160.0000          38.0000    321.05%
52578.29/2655.42	c      2655         200031       41036        20         160.0000          38.0000    321.05%
52677.34/2660.49	c      2660         200426       41078        20         160.0000          38.0000    321.05%
52780.35/2665.61	c      2666         200857       41135        20         160.0000          38.0000    321.05%
52879.42/2670.66	c      2671         201269       41181        20         160.0000          38.0000    321.05%
52980.44/2675.71	c      2676         201558       41241        20         160.0000          38.0000    321.05%
53079.23/2680.73	c      2681         201955       41303        20         160.0000          38.0000    321.05%
53180.06/2685.80	c      2686         202313       41382        20         160.0000          38.0000    321.05%
53279.17/2690.87	c      2691         202783       41461        20         160.0000          38.0000    321.05%
53380.12/2695.94	c      2696         203242       41520        20         160.0000          38.0000    321.05%
53479.20/2700.95	c      2701         203699       41561        20         160.0000          38.0000    321.05%
53578.30/2706.01	c      2706         204087       41636        20         160.0000          38.0000    321.05%
53679.82/2711.10	c      2711         204428       41720        20         160.0000          38.0000    321.05%
53778.99/2716.13	c      2716         204822       41801        20         160.0000          38.0000    321.05%
53879.91/2721.19	c      2721         205226       41857        20         160.0000          38.0000    321.05%
53979.81/2726.23	c      2726         205644       41898        20         160.0000          38.0000    321.05%
54078.83/2731.29	c      2731         206086       41957        20         160.0000          38.0000    321.05%
54179.86/2736.36	c      2736         206309       42069        20         160.0000          38.0000    321.05%
54278.86/2741.39	c      2741         206640       42149        20         160.0000          38.0000    321.05%
54381.94/2746.50	c      2746         206978       42303        20         160.0000          38.0000    321.05%
54480.91/2751.56	c      2752         207329       42361        20         160.0000          38.0000    321.05%
54581.86/2756.63	c      2757         207744       42401        20         160.0000          38.0000    321.05%
54680.72/2761.68	c      2762         208095       42499        20         160.0000          38.0000    321.05%
54779.66/2766.69	c      2767         208534       42566        20         160.0000          38.0000    321.05%
54880.64/2771.75	c      2772         208819       42649        20         160.0000          38.0000    321.05%
54981.58/2776.82	c      2777         209246       42716        20         160.0000          38.0000    321.05%
55080.30/2781.90	c      2782         209629       42775        20         160.0000          38.0000    321.05%
55181.11/2786.91	c      2787         210151       42847        20         160.0000          38.0000    321.05%
55280.14/2791.97	c      2792         210630       42932        20         160.0000          38.0000    321.05%
55378.92/2797.04	c      2797         211154       43015        20         160.0000          38.0000    321.05%
55480.61/2802.08	c      2802         211697       43060        20         160.0000          38.0000    321.05%
55581.69/2807.15	c      2807         212157       43089        20         160.0000          38.0000    321.05%
55681.80/2812.24	c      2812         212595       43168        20         160.0000          38.0000    321.05%
55780.85/2817.29	c      2817         213046       43226        20         160.0000          38.0000    321.05%
55881.71/2822.34	c      2822         213478       43272        20         160.0000          38.0000    321.05%
55980.61/2827.35	c      2827         213917       43379        20         160.0000          38.0000    321.05%
56081.29/2832.40	c      2832         214329       43421        20         160.0000          38.0000    321.05%
56180.19/2837.48	c      2837         214726       43479        20         160.0000          38.0000    321.05%
56281.24/2842.54	c      2843         215134       43539        20         160.0000          38.0000    321.05%
56380.26/2847.55	c      2848         215602       43608        20         160.0000          38.0000    321.05%
56479.32/2852.56	c      2853         215962       43644        20         160.0000          38.0000    321.05%
56580.24/2857.61	c      2858         216414       43719        20         160.0000          38.0000    321.05%
56679.31/2862.64	c      2863         216894       43795        20         160.0000          38.0000    321.05%
56780.31/2867.73	c      2868         217382       43823        20         160.0000          38.0000    321.05%
56879.43/2872.76	c      2873         217894       43902        20         160.0000          38.0000    321.05%
56980.36/2877.81	c      2878         218327       43974        20         160.0000          38.0000    321.05%
57081.28/2882.94	c      2883         218758       44035        20         160.0000          38.0000    321.05%
57180.09/2887.99	c      2888         219097       44100        20         160.0000          38.0000    321.05%
57279.12/2893.04	c      2893         219434       44182        20         160.0000          38.0000    321.05%
57381.07/2898.09	c      2898         219855       44241        20         160.0000          38.0000    321.05%
57479.83/2903.10	c      2903         220230       44258        20         160.0000          38.0000    321.05%
57578.77/2908.12	c      2908         220652       44338        20         160.0000          38.0000    321.05%
57680.84/2913.25	c      2913         221015       44365        20         160.0000          38.0000    321.05%
57779.84/2918.27	c      2918         221410       44426        20         160.0000          38.0000    321.05%
57878.96/2923.27	c      2923         221826       44512        20         160.0000          38.0000    321.05%
57979.68/2928.35	c      2928         222262       44556        20         160.0000          38.0000    321.05%
58080.68/2933.43	c      2933         222524       44641        20         160.0000          38.0000    321.05%
58179.45/2938.45	c      2938         222802       44695        20         160.0000          38.0000    321.05%
58280.33/2943.50	c      2944         223211       44773        20         160.0000          38.0000    321.05%
58379.30/2948.58	c      2949         223623       44856        20         160.0000          38.0000    321.05%
58480.25/2953.68	c      2954         224021       44924        20         160.0000          38.0000    321.05%
58581.24/2958.73	c      2959         224383       45027        20         160.0000          38.0000    321.05%
58680.27/2963.77	c      2964         224798       45108        20         160.0000          38.0000    321.05%
58781.25/2968.83	c      2969         225225       45224        20         160.0000          38.0000    321.05%
58880.26/2973.86	c      2974         225665       45277        20         160.0000          38.0000    321.05%
58980.87/2978.93	c      2979         226073       45351        20         160.0000          38.0000    321.05%
59079.87/2983.98	c      2984         226415       45387        20         160.0000          38.0000    321.05%
59178.79/2989.02	c      2989         226842       45468        20         160.0000          38.0000    321.05%
59280.44/2994.08	c      2994         227258       45504        20         160.0000          38.0000    321.05%
59379.42/2999.09	c      2999         227593       45541        20         160.0000          38.0000    321.05%
59480.28/3004.15	c      3004         228128       45582        20         160.0000          38.0000    321.05%
59580.50/3009.30	c      3009         228474       45696        20         160.0000          38.0000    321.05%
59681.53/3014.35	c      3014         228866       45767        20         160.0000          38.0000    321.05%
59780.62/3019.36	c      3019         229270       45873        20         160.0000          38.0000    321.05%
59881.49/3024.43	c      3024         229650       45938        20         160.0000          38.0000    321.05%
59980.33/3029.46	c      3029         230030       46080        20         160.0000          38.0000    321.05%
60079.30/3034.48	c      3034         230414       46093        20         160.0000          38.0000    321.05%
60178.20/3039.50	c      3040         230837       46154        20         160.0000          38.0000    321.05%
60279.10/3044.55	c      3045         231254       46275        20         160.0000          38.0000    321.05%
60379.96/3049.66	c      3050         231728       46375        20         160.0000          38.0000    321.05%
60478.76/3054.70	c      3055         232177       46505        20         160.0000          38.0000    321.05%
60579.77/3059.70	c      3060         232613       46609        20         160.0000          38.0000    321.05%
60678.58/3064.75	c      3065         233009       46677        20         160.0000          38.0000    321.05%
60779.60/3069.82	c      3070         233499       46728        20         160.0000          38.0000    321.05%
60878.40/3074.84	c      3075         233887       46806        20         160.0000          38.0000    321.05%
60979.27/3079.95	c      3080         234382       46887        20         160.0000          38.0000    321.05%
61078.07/3085.00	c      3085         234743       47041        20         160.0000          38.0000    321.05%
61177.07/3090.01	c      3090         235064       47125        20         160.0000          38.0000    321.05%
61278.68/3095.11	c      3095         235495       47191        20         160.0000          38.0000    321.05%
61377.62/3100.14	c      3100         235933       47360        20         160.0000          38.0000    321.05%
61478.49/3105.16	c      3105         236344       47495        20         160.0000          38.0000    321.05%
61578.47/3110.21	c      3110         236728       47575        20         160.0000          38.0000    321.05%
61677.51/3115.25	c      3115         237177       47693        20         160.0000          38.0000    321.05%
61776.54/3120.26	c      3120         237620       47796        20         160.0000          38.0000    321.05%
61877.24/3125.31	c      3125         238109       47827        20         160.0000          38.0000    321.05%
61976.32/3130.38	c      3130         238486       47905        20         160.0000          38.0000    321.05%
62077.08/3135.42	c      3135         239015       47952        20         160.0000          38.0000    321.05%
62175.98/3140.49	c      3140         239547       47978        20         160.0000          38.0000    321.05%
62276.99/3145.54	c      3146         240036       48035        20         160.0000          38.0000    321.05%
62375.60/3150.56	c      3151         240562       48046        20         160.0000          38.0000    321.05%
62474.60/3155.59	c      3156         241087       48090        20         160.0000          38.0000    321.05%
62575.33/3160.64	c      3161         241574       48143        20         160.0000          38.0000    321.05%
62676.10/3165.73	c      3166         241987       48178        20         160.0000          38.0000    321.05%
62775.10/3170.79	c      3171         242494       48212        20         160.0000          38.0000    321.05%
62876.01/3175.81	c      3176         242934       48285        20         160.0000          38.0000    321.05%
62974.89/3180.82	c      3181         243336       48357        20         160.0000          38.0000    321.05%
63075.77/3185.92	c      3186         243598       48402        20         160.0000          38.0000    321.05%
63174.64/3190.96	c      3191         244030       48450        20         160.0000          38.0000    321.05%
63273.61/3196.01	c      3196         244416       48519        20         160.0000          38.0000    321.05%
63377.31/3201.19	c      3201         244817       48572        20         160.0000          38.0000    321.05%
63477.48/3206.21	c      3206         245213       48608        20         160.0000          38.0000    321.05%
63578.50/3211.30	c      3211         245570       48715        20         160.0000          38.0000    321.05%
63677.56/3216.34	c      3216         245968       48826        20         160.0000          38.0000    321.05%
63776.54/3221.40	c      3221         246395       48924        20         160.0000          38.0000    321.05%
63877.53/3226.44	c      3226         246736       48991        20         160.0000          38.0000    321.05%
63978.44/3231.51	c      3232         247132       49033        20         160.0000          38.0051    321.00%
64077.39/3236.57	c      3237         247584       49098        20         160.0000          38.0051    321.00%
64178.44/3241.62	c      3242         248068       49154        20         160.0000          38.1667    319.21%
64277.30/3246.67	c      3247         248558       49153        20         160.0000          38.5000    315.58%
64376.36/3251.68	c      3252         248998       49134        20         160.0000          38.6667    313.79%
64477.28/3256.73	c      3257         249449       49168        20         160.0000          39.0000    310.26%
64576.33/3261.78	c      3262         249757       49323        20         160.0000          39.0000    310.26%
64676.99/3266.84	c      3267         250097       49473        20         160.0000          39.0000    310.26%
64777.78/3271.92	c      3272         250444       49598        20         160.0000          39.0000    310.26%
64876.66/3276.94	c      3277         250823       49710        20         160.0000          39.0000    310.26%
64975.46/3281.95	c      3282         251123       49802        20         160.0000          39.0000    310.26%
65077.07/3287.04	c      3287         251474       49978        20         160.0000          39.0000    310.26%
65176.26/3292.10	c      3292         251873       50055        20         160.0000          39.0000    310.26%
65276.90/3297.16	c      3297         252271       50179        20         160.0000          39.0000    310.26%
65375.88/3302.18	c      3302         252695       50279        20         160.0000          39.0000    310.26%
65475.66/3307.27	c      3307         253173       50346        20         160.0000          39.0000    310.26%
65576.53/3312.30	c      3312         253547       50437        20         160.0000          39.0000    310.26%
65675.55/3317.37	c      3317         253993       50447        20         160.0000          39.0000    310.26%
65776.65/3322.42	c      3322         254478       50539        20         160.0000          39.0000    310.26%
65875.58/3327.47	c      3327         254973       50581        20         160.0000          39.0000    310.26%
65974.68/3332.48	c      3332         255487       50606        20         160.0000          39.0000    310.26%
66073.77/3337.49	c      3337         255914       50660        20         160.0000          39.0000    310.26%
66172.72/3342.50	c      3342         256229       50658        20         160.0000          39.0000    310.26%
66273.50/3347.54	c      3348         256605       50730        20         160.0000          39.0000    310.26%
66372.59/3352.58	c      3353         257062       50814        20         160.0000          39.0000    310.26%
66473.66/3357.65	c      3358         257445       50938        20         160.0000          39.0000    310.26%
66572.63/3362.66	c      3363         257828       51027        20         160.0000          39.0000    310.26%
66673.45/3367.71	c      3368         258065       51093        20         160.0000          39.0000    310.26%
66772.41/3372.78	c      3373         258496       51128        20         160.0000          39.0000    310.26%
66873.16/3377.83	c      3378         258955       51162        20         160.0000          39.0000    310.26%
66972.16/3382.90	c      3383         259417       51222        20         160.0000          39.0000    310.26%
67072.90/3387.92	c      3388         259744       51276        20         160.0000          39.0000    310.26%
67171.95/3392.94	c      3393         260057       51308        20         160.0000          39.0000    310.26%
67270.84/3398.01	c      3398         260548       51348        20         160.0000          39.0000    310.26%
67372.65/3403.12	c      3403         261032       51373        20         160.0000          39.0000    310.26%
67471.77/3408.14	c      3408         261487       51394        20         160.0000          39.0000    310.26%
67573.85/3413.22	c      3413         261980       51452        20         160.0000          39.0000    310.26%
67672.90/3418.24	c      3418         262541       51465        20         160.0000          39.0000    310.26%
67771.68/3423.27	c      3423         263012       51494        20         160.0000          39.0000    310.26%
67870.43/3428.28	c      3428         263481       51520        20         160.0000          39.0000    310.26%
67971.39/3433.30	c      3433         263908       51561        20         160.0000          39.0000    310.26%
68070.29/3438.35	c      3438         264447       51601        20         160.0000          39.0000    310.26%
68169.23/3443.38	c      3443         264949       51659        20         160.0000          39.0000    310.26%
68270.19/3448.43	c      3448         265410       51660        20         160.0000          39.0000    310.26%
68369.19/3453.47	c      3453         265838       51689        20         160.0000          39.0000    310.26%
68470.13/3458.53	c      3459         266279       51719        20         160.0000          39.0000    310.26%
68568.85/3463.55	c      3464         266636       51776        20         160.0000          39.0000    310.26%
68669.75/3468.65	c      3469         267157       51841        20         160.0000          39.0000    310.26%
68770.83/3473.70	c      3474         267639       51856        20         160.0000          39.0000    310.26%
68869.92/3478.75	c      3479         268053       51892        20         160.0000          39.0000    310.26%
68970.95/3483.81	c      3484         268397       51992        20         160.0000          39.0000    310.26%
69069.59/3488.87	c      3489         268723       52083        20         160.0000          39.0000    310.26%
69170.59/3493.92	c      3494         269118       52098        20         160.0000          39.0000    310.26%
69271.97/3499.08	c      3499         269537       52140        20         160.0000          39.0000    310.26%
69371.53/3504.13	c      3504         269922       52187        20         160.0000          39.0000    310.26%
69472.27/3509.18	c      3509         270372       52238        20         160.0000          39.0000    310.26%
69572.38/3514.23	c      3514         270825       52258        20         160.0000          39.0000    310.26%
69671.28/3519.25	c      3519         271305       52270        20         160.0000          39.0000    310.26%
69770.04/3524.26	c      3524         271765       52369        20         160.0000          39.0000    310.26%
69868.80/3529.28	c      3529         272126       52400        20         160.0000          39.0000    310.26%
69969.61/3534.35	c      3534         272575       52430        20         160.0000          39.0000    310.26%
70068.65/3539.36	c      3539         273162       52461        20         160.0000          39.0000    310.26%
70169.52/3544.42	c      3544         273650       52509        20         160.0000          39.0000    310.26%
70270.58/3549.51	c      3550         274127       52558        20         160.0000          39.0000    310.26%
70369.62/3554.57	c      3555         274582       52611        20         160.0000          39.0000    310.26%
70470.46/3559.62	c      3560         275033       52674        20         160.0000          39.0000    310.26%
70569.36/3564.64	c      3565         275445       52697        20         160.0000          39.0000    310.26%
70670.16/3569.72	c      3570         275824       52736        20         160.0000          39.0000    310.26%
70769.16/3574.74	c      3575         276274       52796        20         160.0000          39.0000    310.26%
70870.09/3579.81	c      3580         276770       52874        20         160.0000          39.0000    310.26%
70968.68/3584.89	c      3585         277199       52986        20         160.0000          39.0000    310.26%
71069.74/3589.99	c      3590         277742       53146        20         160.0000          39.0000    310.26%
71171.28/3595.09	c      3595         278211       53287        20         160.0000          39.0000    310.26%
71270.17/3600.10	c      3600         278679       53348        20         160.0000          39.0000    310.26%
71372.23/3605.27	c      3605         279134       53417        20         160.0000          39.0000    310.26%
71475.27/3610.44	c      3610         279608       53411        20         160.0000          39.0000    310.26%
71576.30/3615.51	c      3616         279977       53444        20         160.0000          39.0000    310.26%
71675.40/3620.56	c      3621         280453       53477        20         160.0000          39.0000    310.26%
71778.35/3625.70	c      3626         280888       53525        20         160.0000          39.0000    310.26%
71877.38/3630.75	c      3631         281319       53595        20         160.0000          39.0000    310.26%
71976.13/3635.78	c      3636         281724       53669        20         160.0000          39.0000    310.26%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (190940 MiB free)
  memory of node 1: 193531 MiB (192027 MiB free)
  memory of node 2: 193531 MiB (192930 MiB free)
  memory of node 3: 193531 MiB (192857 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465226-1722454211/watcher-4465226-1722454211 -o /tmp/evaluation-result-4465226-1722454211/solver-4465226-1722454211 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70628 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465226-1722454211.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100102 s]*
/proc/loadavg: 20.08 28.18 48.09 15/926 70748
/proc/meminfo: memFree=786936820/790760804 swapFree=131071996/131071996
[pid=70679] ppid=70674 vsize=94760 memory=78604 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/stat : 70679 (fscip) R 70674 70679 70587 0 -1 4194304 16805 0 0 0 10 2 0 0 20 0 1 0 12003743 97034240 19651 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
/proc/70679/statm: 23690 19651 2646 3035 0 20086 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 94760 KiB
Current children cumulated memory: 78604 KiB

[startup+0.231515 s]*
/proc/loadavg: 20.08 28.18 48.09 13/894 70768
/proc/meminfo: memFree=786896548/790760804 swapFree=131071996/131071996
[pid=70679] ppid=70674 vsize=100468 memory=87524 CPUtime=0.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/stat : 70679 (fscip) R 70674 70679 70587 0 -1 4194304 23018 0 0 0 22 3 0 0 20 0 1 0 12003743 102879232 21881 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
/proc/70679/statm: 25117 21881 2726 3035 0 21513 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 100468 KiB
Current children cumulated memory: 87524 KiB

[startup+0.331167 s]*
/proc/loadavg: 20.08 28.18 48.09 6/862 70780
/proc/meminfo: memFree=787051140/790760804 swapFree=131071996/131071996
[pid=70679] ppid=70674 vsize=110960 memory=96212 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/stat : 70679 (fscip) R 70674 70679 70587 0 -1 4194304 23653 0 0 0 31 3 0 0 20 0 1 0 12003743 113623040 24053 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
/proc/70679/statm: 27740 24053 2774 3035 0 24136 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 110960 KiB
Current children cumulated memory: 96212 KiB

[startup+0.700479 s]
/proc/loadavg: 20.08 28.18 48.09 3/877 70804
/proc/meminfo: memFree=786892112/790760804 swapFree=131071996/131071996
[pid=70679] ppid=70674 vsize=1645792 memory=333552 CPUtime=0.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/stat : 70679 (fscip) S 70674 70679 70587 0 -1 1077936128 82537 0 0 0 57 13 0 0 20 0 21 0 12003743 1685291008 83388 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
/proc/70679/statm: 411448 83388 2790 3035 0 127259 0
[pid=70679/tid=70785] ppid=70674 vsize=1645792 memory=6120 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70785/stat : 70785 (fscip) S 70674 70679 70587 0 -1 1077936192 2634 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70786] ppid=70674 vsize=1645792 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70786/stat : 70786 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70787] ppid=70674 vsize=1645792 memory=10556 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70787/stat : 70787 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70788] ppid=70674 vsize=1645792 memory=13576 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70788/stat : 70788 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70789] ppid=70674 vsize=1645792 memory=2556 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70789/stat : 70789 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70790] ppid=70674 vsize=1645792 memory=2268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70790/stat : 70790 (fscip) S 70674 70679 70587 0 -1 1077936192 2632 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70791] ppid=70674 vsize=1645792 memory=5472 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70791/stat : 70791 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 1 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70792] ppid=70674 vsize=1645792 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70792/stat : 70792 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70793] ppid=70674 vsize=1645792 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70793/stat : 70793 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70794] ppid=70674 vsize=1645792 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70794/stat : 70794 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70795] ppid=70674 vsize=1645792 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70795/stat : 70795 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 1 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70796] ppid=70674 vsize=1645792 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70796/stat : 70796 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 1 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70797] ppid=70674 vsize=1645792 memory=94775191 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70797/stat : 70797 (fscip) S 70674 70679 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70798] ppid=70674 vsize=1645792 memory=1848 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70798/stat : 70798 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70799] ppid=70674 vsize=1645792 memory=38604 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70799/stat : 70799 (fscip) R 70674 70679 70587 0 -1 4194368 1343 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70800] ppid=70674 vsize=1645792 memory=33100 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70800/stat : 70800 (fscip) S 70674 70679 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70801] ppid=70674 vsize=1645792 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70801/stat : 70801 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70802] ppid=70674 vsize=1645792 memory=52404 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70802/stat : 70802 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70803] ppid=70674 vsize=1645792 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70803/stat : 70803 (fscip) S 70674 70679 70587 0 -1 1077936192 2633 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70804] ppid=70674 vsize=1645792 memory=26 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70804/stat : 70804 (fscip) S 70674 70679 70587 0 -1 1077936192 2632 0 0 0 0 0 0 0 20 0 21 0 12003789 1685291008 83454 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 1645792 KiB
Current children cumulated memory: 333552 KiB

[startup+1.50643 s]
/proc/loadavg: 20.08 28.18 48.09 25/947 70940
/proc/meminfo: memFree=784999084/790760804 swapFree=131071996/131071996
[pid=70679] ppid=70674 vsize=3141416 memory=2198040 CPUtime=14.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/stat : 70679 (fscip) S 70674 70679 70587 0 -1 1077936128 542863 0 0 0 1293 153 0 0 20 0 41 0 12003743 3216809984 549444 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 17 31 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
/proc/70679/statm: 785354 549444 2950 3035 0 673989 0
[pid=70679/tid=70785] ppid=70674 vsize=3141416 memory=24 CPUtime=0.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70785/stat : 70785 (fscip) R 70674 70679 70587 0 -1 4194368 20822 0 0 0 65 5 0 0 20 0 41 0 12003789 3216809984 549510 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70786] ppid=70674 vsize=3141416 memory=5472 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70786/stat : 70786 (fscip) R 70674 70679 70587 0 -1 4194368 29790 0 0 0 59 9 0 0 20 0 41 0 12003789 3216809984 549510 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70787] ppid=70674 vsize=3141416 memory=13576 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70787/stat : 70787 (fscip) R 70674 70679 70587 0 -1 4194368 26256 0 0 0 60 9 0 0 20 0 41 0 12003789 3216809984 549510 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70788] ppid=70674 vsize=3141416 memory=2556 CPUtime=0.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70788/stat : 70788 (fscip) R 70674 70679 70587 0 -1 4194368 20831 0 0 0 66 5 0 0 20 0 41 0 12003789 3216809984 549510 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70789] ppid=70674 vsize=3141416 memory=0 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70789/stat : 70789 (fscip) R 70674 70679 70587 0 -1 4194368 30170 0 0 0 59 9 0 0 20 0 41 0 12003789 3216809984 549510 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70790] ppid=70674 vsize=3141416 memory=267576 CPUtime=0.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70790/stat : 70790 (fscip) R 70674 70679 70587 0 -1 4194368 26034 0 0 0 59 6 0 0 20 0 41 0 12003789 3216809984 549510 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70791] ppid=70674 vsize=3141416 memory=94775191 CPUtime=0.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70791/stat : 70791 (fscip) R 70674 70679 70587 0 -1 4194368 20159 0 0 0 66 5 0 0 20 0 41 0 12003789 3216809984 549510 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70792] ppid=70674 vsize=3141416 memory=25333125866717268 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70792/stat : 70792 (fscip) R 70674 70679 70587 0 -1 4194368 29659 0 0 0 58 10 0 0 20 0 41 0 12003789 3216809984 549510 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70793] ppid=70674 vsize=3141416 memory=0 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70793/stat : 70793 (fscip) R 70674 70679 70587 0 -1 4194368 26120 0 0 0 62 6 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70794] ppid=70674 vsize=3141416 memory=26 CPUtime=0.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70794/stat : 70794 (fscip) R 70674 70679 70587 0 -1 4194368 20233 0 0 0 65 6 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70795] ppid=70674 vsize=3141416 memory=1848 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70795/stat : 70795 (fscip) R 70674 70679 70587 0 -1 4194368 29804 0 0 0 59 9 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70796] ppid=70674 vsize=3141416 memory=38604 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70796/stat : 70796 (fscip) R 70674 70679 70587 0 -1 4194368 25695 0 0 0 61 7 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70797] ppid=70674 vsize=3141416 memory=2268 CPUtime=0.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70797/stat : 70797 (fscip) R 70674 70679 70587 0 -1 4194368 20830 0 0 0 66 5 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70798] ppid=70674 vsize=3141416 memory=0 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70798/stat : 70798 (fscip) R 70674 70679 70587 0 -1 4194368 30433 0 0 0 60 8 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70799] ppid=70674 vsize=3141416 memory=0 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70799/stat : 70799 (fscip) R 70674 70679 70587 0 -1 4194368 25800 0 0 0 60 8 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70800] ppid=70674 vsize=3141416 memory=0 CPUtime=0.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70800/stat : 70800 (fscip) R 70674 70679 70587 0 -1 4194368 17734 0 0 0 66 4 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70801] ppid=70674 vsize=3141416 memory=30962685530996822 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70801/stat : 70801 (fscip) R 70674 70679 70587 0 -1 4194368 29321 0 0 0 59 9 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70802] ppid=70674 vsize=3141416 memory=8475341374828090513 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70802/stat : 70802 (fscip) R 70674 70679 70587 0 -1 4194368 26393 0 0 0 61 7 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70803] ppid=70674 vsize=3141416 memory=5450909891216438826 CPUtime=0.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70803/stat : 70803 (fscip) R 70674 70679 70587 0 -1 4194368 20822 0 0 0 67 5 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70804] ppid=70674 vsize=3141416 memory=-6163001859702092992 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70804/stat : 70804 (fscip) R 70674 70679 70587 0 -1 4194368 29542 0 0 0 60 8 0 0 20 0 41 0 12003789 3216809984 549576 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70823] ppid=70674 vsize=3141416 memory=33100 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70823/stat : 70823 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70824] ppid=70674 vsize=3141416 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70824/stat : 70824 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70825] ppid=70674 vsize=3141416 memory=52404 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70825/stat : 70825 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70826] ppid=70674 vsize=3141416 memory=280681079303872 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70826/stat : 70826 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70827] ppid=70674 vsize=3141416 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70827/stat : 70827 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70829] ppid=70674 vsize=3141416 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70829/stat : 70829 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70830] ppid=70674 vsize=3141416 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70830/stat : 70830 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70831] ppid=70674 vsize=3141416 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70831/stat : 70831 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70832] ppid=70674 vsize=3141416 memory=6085301377744081574 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70832/stat : 70832 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70833] ppid=70674 vsize=3141416 memory=38844130910404740 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70833/stat : 70833 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70834] ppid=70674 vsize=3141416 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70834/stat : 70834 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70835] ppid=70674 vsize=3141416 memory=10 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70835/stat : 70835 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70836] ppid=70674 vsize=3141416 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70836/stat : 70836 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70837] ppid=70674 vsize=3141416 memory=-6008232151767263635 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70837/stat : 70837 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70838] ppid=70674 vsize=3141416 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70838/stat : 70838 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70839] ppid=70674 vsize=3141416 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70839/stat : 70839 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70840] ppid=70674 vsize=3141416 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70840/stat : 70840 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70841] ppid=70674 vsize=3141416 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70841/stat : 70841 (fscip) S 70674 70679 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12003816 3216809984 549642 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0

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

[pid=70679/tid=70826] ppid=70674 vsize=15835532 memory=280681080805456 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70826/stat : 70826 (fscip) S 70674 70679 70587 0 -1 1077936192 58 0 0 0 3 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70827] ppid=70674 vsize=15835532 memory=28710864242344023 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70827/stat : 70827 (fscip) S 70674 70679 70587 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70829] ppid=70674 vsize=15835532 memory=608382117620048 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70829/stat : 70829 (fscip) S 70674 70679 70587 0 -1 1077936192 122 0 0 0 2 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70830] ppid=70674 vsize=15835532 memory=11528 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70830/stat : 70830 (fscip) S 70674 70679 70587 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70831] ppid=70674 vsize=15835532 memory=13748 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70831/stat : 70831 (fscip) S 70674 70679 70587 0 -1 1077936192 138 0 0 0 2 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70832] ppid=70674 vsize=15835532 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70832/stat : 70832 (fscip) S 70674 70679 70587 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70833] ppid=70674 vsize=15835532 memory=198340509722 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70833/stat : 70833 (fscip) S 70674 70679 70587 0 -1 1077936192 117 0 0 0 1 2 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70834] ppid=70674 vsize=15835532 memory=7032 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70834/stat : 70834 (fscip) S 70674 70679 70587 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70835] ppid=70674 vsize=15835532 memory=28104 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70835/stat : 70835 (fscip) S 70674 70679 70587 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70836] ppid=70674 vsize=15835532 memory=14232920 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70836/stat : 70836 (fscip) S 70674 70679 70587 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70837] ppid=70674 vsize=15835532 memory=11528 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70837/stat : 70837 (fscip) S 70674 70679 70587 0 -1 1077936192 116 0 0 0 0 2 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70838] ppid=70674 vsize=15835532 memory=14662440 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70838/stat : 70838 (fscip) S 70674 70679 70587 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70839] ppid=70674 vsize=15835532 memory=14738032 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70839/stat : 70839 (fscip) S 70674 70679 70587 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70840] ppid=70674 vsize=15835532 memory=14735620 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70840/stat : 70840 (fscip) S 70674 70679 70587 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70841] ppid=70674 vsize=15835532 memory=11528 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70841/stat : 70841 (fscip) S 70674 70679 70587 0 -1 1077936192 117 0 0 0 1 1 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70842] ppid=70674 vsize=15835532 memory=198340509722 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70842/stat : 70842 (fscip) S 70674 70679 70587 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70843] ppid=70674 vsize=15835532 memory=67009 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70843/stat : 70843 (fscip) S 70674 70679 70587 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 12003816 16215584768 3702918 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
Current children cumulated CPU time: 70919.3 s
Current children cumulated vsize: 15835532 KiB
Current children cumulated memory: 14811672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.91 s]
/proc/loadavg: 80.93 80.66 79.94 83/1026 74315
/proc/meminfo: memFree=727348876/790760804 swapFree=131071996/131071996
[pid=70679] ppid=70674 vsize=15978088 memory=14937748 CPUtime=72000.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/stat : 70679 (fscip) S 70674 70679 70587 0 -1 1077936128 49682632 0 0 0 7187086 12927 0 0 20 0 41 0 12003743 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 17 63 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
/proc/70679/statm: 3994522 3734437 3030 3035 0 3920739 0
[pid=70679/tid=70785] ppid=70674 vsize=15978088 memory=14869252 CPUtime=3597.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70785/stat : 70785 (fscip) R 70674 70679 70587 0 -1 4194368 2321173 0 0 0 359329 436 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70786] ppid=70674 vsize=15978088 memory=19916 CPUtime=3605.67 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70786/stat : 70786 (fscip) R 70674 70679 70587 0 -1 4194368 3231504 0 0 0 360049 518 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70787] ppid=70674 vsize=15978088 memory=0 CPUtime=3602.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70787/stat : 70787 (fscip) R 70674 70679 70587 0 -1 4194368 1553880 0 0 0 359407 847 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70788] ppid=70674 vsize=15978088 memory=280681079690640 CPUtime=3596.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70788/stat : 70788 (fscip) R 70674 70679 70587 0 -1 4194368 2442469 0 0 0 359237 446 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70789] ppid=70674 vsize=15978088 memory=280681081878368 CPUtime=3606.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70789/stat : 70789 (fscip) R 70674 70679 70587 0 -1 4194368 3285096 0 0 0 360113 549 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70790] ppid=70674 vsize=15978088 memory=280681080954000 CPUtime=3597.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70790/stat : 70790 (fscip) R 70674 70679 70587 0 -1 4194368 2019918 0 0 0 358577 1129 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70791] ppid=70674 vsize=15978088 memory=30962685530996822 CPUtime=3598 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70791/stat : 70791 (fscip) R 70674 70679 70587 0 -1 4194368 3285807 0 0 0 359162 638 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70792] ppid=70674 vsize=15978088 memory=280681079200064 CPUtime=3601.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70792/stat : 70792 (fscip) R 70674 70679 70587 0 -1 4194368 3214564 0 0 0 359649 524 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70793] ppid=70674 vsize=15978088 memory=8102047690148392871 CPUtime=3598.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70793/stat : 70793 (fscip) R 70674 70679 70587 0 -1 4194368 1493665 0 0 0 359073 815 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70794] ppid=70674 vsize=15978088 memory=28710864242344023 CPUtime=3596.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70794/stat : 70794 (fscip) R 70674 70679 70587 0 -1 4194368 2377947 0 0 0 359321 367 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70795] ppid=70674 vsize=15978088 memory=13748 CPUtime=3605.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70795/stat : 70795 (fscip) R 70674 70679 70587 0 -1 4194368 2690148 0 0 0 360127 463 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70796] ppid=70674 vsize=15978088 memory=11528 CPUtime=3600.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70796/stat : 70796 (fscip) R 70674 70679 70587 0 -1 4194368 1498489 0 0 0 359185 897 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70797] ppid=70674 vsize=15978088 memory=14662440 CPUtime=3599.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70797/stat : 70797 (fscip) R 70674 70679 70587 0 -1 4194368 3154078 0 0 0 359165 751 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70798] ppid=70674 vsize=15978088 memory=30962685530996822 CPUtime=3604.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70798/stat : 70798 (fscip) R 70674 70679 70587 0 -1 4194368 3193116 0 0 0 359934 543 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70799] ppid=70674 vsize=15978088 memory=-7236272519816241785 CPUtime=3598.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70799/stat : 70799 (fscip) R 70674 70679 70587 0 -1 4194368 1649786 0 0 0 358958 887 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70800] ppid=70674 vsize=15978088 memory=14883108 CPUtime=3594.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70800/stat : 70800 (fscip) R 70674 70679 70587 0 -1 4194368 2410538 0 0 0 358950 485 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70801] ppid=70674 vsize=15978088 memory=0 CPUtime=3603.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70801/stat : 70801 (fscip) R 70674 70679 70587 0 -1 4194368 2946091 0 0 0 359816 487 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70802] ppid=70674 vsize=15978088 memory=14903084 CPUtime=3593.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70802/stat : 70802 (fscip) R 70674 70679 70587 0 -1 4194368 1306365 0 0 0 358183 1119 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70803] ppid=70674 vsize=15978088 memory=13576 CPUtime=3594.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70803/stat : 70803 (fscip) R 70674 70679 70587 0 -1 4194368 2823880 0 0 0 358959 535 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70804] ppid=70674 vsize=15978088 memory=5472 CPUtime=3601 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70804/stat : 70804 (fscip) R 70674 70679 70587 0 -1 4194368 2741311 0 0 0 359692 408 0 0 20 0 41 0 12003789 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70823] ppid=70674 vsize=15978088 memory=2556 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70823/stat : 70823 (fscip) S 70674 70679 70587 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70824] ppid=70674 vsize=15978088 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70824/stat : 70824 (fscip) S 70674 70679 70587 0 -1 1077936192 123 0 0 0 1 2 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70825] ppid=70674 vsize=15978088 memory=-3478727888518809193 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70825/stat : 70825 (fscip) S 70674 70679 70587 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70826] ppid=70674 vsize=15978088 memory=27932 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70826/stat : 70826 (fscip) S 70674 70679 70587 0 -1 1077936192 59 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70827] ppid=70674 vsize=15978088 memory=10556 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70827/stat : 70827 (fscip) S 70674 70679 70587 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70829] ppid=70674 vsize=15978088 memory=14821360 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70829/stat : 70829 (fscip) S 70674 70679 70587 0 -1 1077936192 124 0 0 0 2 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70830] ppid=70674 vsize=15978088 memory=14885900 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70830/stat : 70830 (fscip) S 70674 70679 70587 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70831] ppid=70674 vsize=15978088 memory=2700 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70831/stat : 70831 (fscip) S 70674 70679 70587 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70832] ppid=70674 vsize=15978088 memory=14914756 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70832/stat : 70832 (fscip) S 70674 70679 70587 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70833] ppid=70674 vsize=15978088 memory=14915648 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70833/stat : 70833 (fscip) S 70674 70679 70587 0 -1 1077936192 119 0 0 0 1 2 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70834] ppid=70674 vsize=15978088 memory=6440096 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70834/stat : 70834 (fscip) S 70674 70679 70587 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70835] ppid=70674 vsize=15978088 memory=280681079497568 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70835/stat : 70835 (fscip) S 70674 70679 70587 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70836] ppid=70674 vsize=15978088 memory=14926484 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70836/stat : 70836 (fscip) S 70674 70679 70587 0 -1 1077936192 131 0 0 0 0 2 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70837] ppid=70674 vsize=15978088 memory=280681080213040 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70837/stat : 70837 (fscip) S 70674 70679 70587 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70838] ppid=70674 vsize=15978088 memory=3471202190293795999 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70838/stat : 70838 (fscip) S 70674 70679 70587 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70839] ppid=70674 vsize=15978088 memory=14931872 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70839/stat : 70839 (fscip) S 70674 70679 70587 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70840] ppid=70674 vsize=15978088 memory=4736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70840/stat : 70840 (fscip) S 70674 70679 70587 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70841] ppid=70674 vsize=15978088 memory=17102016 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70841/stat : 70841 (fscip) S 70674 70679 70587 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70842] ppid=70674 vsize=15978088 memory=2732 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70842/stat : 70842 (fscip) S 70674 70679 70587 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
[pid=70679/tid=70843] ppid=70674 vsize=15978088 memory=14919456 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/70679/task/70843/stat : 70843 (fscip) S 70674 70679 70587 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 12003816 16361562112 3734437 809668444160 4194304 16623229 140732198009760 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 55005184 140732198016010 140732198016128 140732198016128 140732198023152 0
Current children cumulated CPU time: 72000.1 s
Current children cumulated vsize: 15978088 KiB
Current children cumulated memory: 14937748 KiB

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

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

# cumulated CPU time of all completed processes:  user=71871.1 s, system=129.721 s

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

[startup+3637.2 s]
/proc/loadavg: 80.93 80.66 79.94 64/987 74315
/proc/meminfo: memFree=730074092/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.3 s]
/proc/loadavg: 80.93 80.66 79.94 64/987 74315
/proc/meminfo: memFree=730074092/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): 3637.37
CPU time (s): 72000.8
CPU user time (s): 71871.1
CPU system time (s): 129.721
CPU usage (%): 1979.47
Max. virtual memory (cumulated for all children) (KiB): 15978088
Max. memory (cumulated for all children) (KiB): 14937748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71871.1
system time used= 129.721
maximum resident set size= 14938000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49682741
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= 338077
involuntary context switches= 487138


# summary of solver processes directly reported to runsolver:
#   pid: 70679
#   total CPU time (s): 72000.8
#   total CPU user time (s): 71871.1
#   total CPU system time (s): 129.721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.7331 second user time and 97.4964 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 21:30:11
IDJOB=4465226
IDBENCH=147627
IDSOLVER=3094
FILE ID=nodeD102/4465226-1722454211
RUNJOBID= nodeD102-1722454211-70628
SLURM_JOB_ID= 8254238
Free space on /tmp= 8622916 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_14.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465226-1722454211/watcher-4465226-1722454211 -o /tmp/evaluation-result-4465226-1722454211/solver-4465226-1722454211 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70628 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465226-1722454211.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 850b351e493109d76788c3bb5eecff4d
RANDOM SEED=644129930

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        787208880 kB
MemAvailable:   785169812 kB
Buffers:          154672 kB
Cached:           656948 kB
SwapCached:            0 kB
Active:           309060 kB
Inactive:         907736 kB
Active(anon):       2180 kB
Inactive(anon):   425528 kB
Active(file):     306880 kB
Inactive(file):   482208 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            114360 kB
Writeback:             0 kB
AnonPages:        405420 kB
Mapped:            89768 kB
Shmem:             22536 kB
KReclaimable:     120096 kB
Slab:             449928 kB
SReclaimable:     120096 kB
SUnreclaim:       329832 kB
KernelStack:       15264 kB
PageTables:        12064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     393244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           205824 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 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:      462848 kB
DirectMap2M:    45123584 kB
DirectMap1G:    760217600 kB

Free space on /tmp at the end= 8622796 MiB
End job on nodeD102 at 2024-07-31 22:30:49