Trace number 4466015

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) 72001.3 3633.23

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_25_4.opb
MD5SUM5f642955075bb0dd80aabe9a80ec63b9
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-78
Best CPU time to get the best result obtained on this benchmark71244.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15754
Sum of products size (including duplicates)31508
Number of different products7877
Sum of products size15754

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.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 53866496, getVmSize() = 53866496, SCIPgetMemUsed() = 27258126, SCIPgetMemTotal() = 31321894, SCIPgetMemExternEstim() = 16611367
0.00/0.04	c ** set memory limit for presolving in LC to 8.79592e+12 for SCIP **
0.00/0.11	c ** Estimated virtualMemUsedAtSolver = 41779452, getVmSize() = 70647808, SCIPgetMemUsed() = 29390300, SCIPgetMemTotal() = 46057812, SCIPgetMemExternEstim() = 16611367
0.00/0.11	c ** set memory limit for solvers to 4.18848e+11 for each SCIP **
0.00/0.11	c Original Problem   :
0.00/0.11	c   Problem name     : instance-4466015-1722458179
0.00/0.11	c   Variables        : 8377 (500 binary, 0 integer, 7877 implicit integer, 0 continuous)
0.00/0.11	c   Constraints      : 8877
0.00/0.11	c   Objective sense  : minimize
0.00/0.11	c Presolved Problem  :
0.00/0.11	c   Variables        : 500 (500 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.11	c   Constraints      : 7877
0.00/0.11	c Constraints        : Number
0.00/0.11	c   setppc           : 7877 
0.00/0.11	c ** Instance transfer method used: 0
0.12/0.12	c ** ParaScipInstance copy does not increase the number of variables. **
0.24/0.28	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.24/0.28	c                                Nodes    Active                                            
0.24/0.28	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
1.08/0.43	c *       0              0           1        20         -49.0000                -          -
1.08/0.43	c *       0              0           1        20         -54.0000                -          -
1.08/0.43	c *       0              0           1        20         -65.0000                -          -
2.88/0.45	c *       0              0           1        20         -70.0000                -          -
56.77/3.23	c *       3           4588         405        20         -73.0000        -500.0000          -
96.25/5.25	c         5              2           1        20         -73.0000        -196.0000    168.49%
208.62/10.90	c        11              3           2        20         -73.0000        -196.0000    168.49%
208.62/10.93	c *      11              3           2        20         -74.0000        -196.0000    164.86%
253.95/13.28	c *      13              3           4        20         -75.0000        -196.0000    161.33%
307.26/16.01	c        16              2           1        20         -75.0000        -148.0000     97.33%
374.62/19.32	c *      19              3           2        20         -76.0000        -147.9870     94.72%
408.85/21.12	c        21              4           3        20         -76.0000        -147.8104     94.49%
510.11/26.16	c        26              6           5        20         -76.0000        -147.4690     94.04%
610.52/31.20	c        31              7           6        20         -76.0000        -147.0512     93.49%
709.70/36.28	c        36              9           8        20         -76.0000        -146.8176     93.18%
810.71/41.35	c        41             25          24        20         -76.0000        -146.8176     93.18%
909.84/46.38	c        46             36          35        20         -76.0000        -146.8176     93.18%
1012.82/51.53	c        52             52          51        20         -76.0000        -146.7413     93.08%
1111.93/56.58	c        57             97          96        20         -76.0000        -146.3387     92.55%
1131.66/57.58	c *      58             97          96        20         -77.0000        -146.3387     90.05%
1216.84/61.82	c        62            103         102        20         -77.0000        -146.3387     90.05%
1315.90/66.87	c        67            115         114        20         -77.0000        -146.3387     90.05%
1417.00/71.93	c        72            113         112        20         -77.0000        -146.0147     89.63%
1516.14/76.98	c        77            142         141        20         -77.0000        -145.7046     89.23%
1615.25/82.01	c        82            142         141        20         -77.0000        -145.5351     89.01%
1716.73/87.10	c        87            166         165        20         -77.0000        -145.2183     88.60%
1817.94/92.15	c        92            172         171        20         -77.0000        -145.2063     88.58%
1917.02/97.17	c        97            195         194        20         -77.0000        -145.0109     88.33%
2016.18/102.18	c       102            205         204        20         -77.0000        -144.8655     88.14%
2116.54/107.25	c       107            212         211        20         -77.0000        -144.8090     88.06%
2217.66/112.32	c       112            225         224        20         -77.0000        -144.8090     88.06%
2316.67/117.39	c       117            242         241        20         -77.0000        -144.6794     87.90%
2419.82/122.50	c       123            252         251        20         -77.0000        -144.6794     87.90%
2518.97/127.55	c       128            272         271        20         -77.0000        -144.5457     87.72%
2618.15/132.57	c       133            280         279        20         -77.0000        -144.5457     87.72%
2719.23/137.64	c       138            287         286        20         -77.0000        -144.5457     87.72%
2818.42/142.67	c       143            277         276        20         -77.0000        -144.1283     87.18%
2919.47/147.76	c       148            287         286        20         -77.0000        -144.1283     87.18%
3020.58/152.83	c       153            315         314        20         -77.0000        -143.6043     86.50%
3119.63/157.87	c       158            325         324        20         -77.0000        -143.4211     86.26%
3220.75/162.95	c       163            336         335        20         -77.0000        -143.4211     86.26%
3319.79/168.02	c       168            347         346        20         -77.0000        -143.4164     86.26%
3421.52/173.06	c       173            362         361        20         -77.0000        -143.4164     86.26%
3520.49/178.11	c       178            376         375        20         -77.0000        -143.4164     86.26%
3621.81/183.19	c       183            388         387        20         -77.0000        -143.4164     86.26%
3722.16/188.25	c       188            426         425        20         -77.0000        -143.3710     86.20%
3823.34/193.31	c       193            442         441        20         -77.0000        -143.1035     85.85%
3922.54/198.36	c       198            455         454        20         -77.0000        -143.0521     85.78%
4023.71/203.41	c       203            464         463        20         -77.0000        -142.9716     85.68%
4122.89/208.48	c       208            482         481        20         -77.0000        -142.9165     85.61%
4224.03/213.55	c       214            492         491        20         -77.0000        -142.9096     85.60%
4325.18/218.60	c       219            512         511        20         -77.0000        -142.7508     85.39%
4424.26/223.62	c       224            529         528        20         -77.0000        -142.7051     85.33%
4525.50/228.71	c       229            542         541        20         -77.0000        -142.5418     85.12%
4624.30/233.77	c       234            556         555        20         -77.0000        -142.5076     85.07%
4725.22/238.82	c       239            576         575        20         -77.0000        -142.4218     84.96%
4824.22/243.88	c       244            592         591        20         -77.0000        -142.3101     84.82%
4925.37/248.93	c       249            611         610        20         -77.0000        -142.3101     84.82%
5024.44/253.98	c       254            625         624        20         -77.0000        -142.3101     84.82%
5126.06/259.05	c       259            637         636        20         -77.0000        -142.3091     84.82%
5225.09/264.09	c       264            652         651        20         -77.0000        -142.2626     84.76%
5326.17/269.17	c       269            675         674        20         -77.0000        -142.1261     84.58%
5426.61/274.21	c       274            695         694        20         -77.0000        -142.0423     84.47%
5525.70/279.26	c       279            719         718        20         -77.0000        -141.8607     84.23%
5626.75/284.31	c       284            736         735        20         -77.0000        -141.7301     84.07%
5725.68/289.38	c       289            758         757        20         -77.0000        -141.6484     83.96%
5826.78/294.42	c       294            782         781        20         -77.0000        -141.5537     83.84%
5925.92/299.47	c       299            802         801        20         -77.0000        -141.3907     83.62%
6027.06/304.52	c       305            827         826        20         -77.0000        -141.2754     83.47%
6126.16/309.55	c       310            848         847        20         -77.0000        -141.2262     83.41%
6227.21/314.63	c       315            872         871        20         -77.0000        -141.1491     83.31%
6326.38/319.68	c       320            894         893        20         -77.0000        -141.1220     83.28%
6427.54/324.73	c       325            912         911        20         -77.0000        -141.1019     83.25%
6526.64/329.79	c       330            932         931        20         -77.0000        -140.8561     82.93%
6627.81/334.83	c       335            952         951        20         -77.0000        -140.7503     82.79%
6726.94/339.90	c       340            962         961        20         -77.0000        -140.6766     82.70%
6828.05/344.99	c       345            978         977        20         -77.0000        -140.6447     82.66%
6927.22/350.00	c       350            992         991        20         -77.0000        -140.6146     82.62%
7029.08/355.10	c       355           1007        1006        20         -77.0000        -140.6014     82.60%
7130.21/360.16	c       360           1027        1026        20         -77.0000        -140.5623     82.55%
7230.67/365.24	c       365           1042        1041        20         -77.0000        -140.3445     82.27%
7329.82/370.27	c       370           1047        1046        20         -77.0000        -140.3445     82.27%
7430.98/375.30	c       375           1051           1        20         -77.0000        -140.3445     82.27%
7530.15/380.38	c       380           1056           6        20         -77.0000        -140.3445     82.27%
7631.30/385.47	c       385           1060          10        20         -77.0000        -140.3445     82.27%
7732.48/390.56	c       391           1063          13        20         -77.0000        -140.3445     82.27%
7833.64/395.60	c       396           1068          18        20         -77.0000        -140.3445     82.27%
7932.74/400.62	c       401           1076          26        20         -77.0000        -140.3445     82.27%
8031.85/405.68	c       406           1099          49        20         -77.0000        -140.3445     82.27%
8132.95/410.78	c       411           1126          76        20         -77.0000        -140.3445     82.27%
8234.05/415.82	c       416           1148          98        20         -77.0000        -140.3445     82.27%
8335.11/420.90	c       421           1171         121        20         -77.0000        -140.3445     82.27%
8434.23/425.93	c       426           1193         143        20         -77.0000        -140.3445     82.27%
8533.40/431.02	c       431           1199         149        20         -77.0000        -140.3445     82.27%
8635.17/436.09	c       436           1221         171        20         -77.0000        -140.3445     82.27%
8736.55/441.14	c       441           1245         195        20         -77.0000        -140.3445     82.27%
8836.83/446.20	c       446           1281         231        20         -77.0000        -140.3445     82.27%
8935.99/451.24	c       451           1297         247        20         -77.0000        -140.3445     82.27%
9035.02/456.29	c       456           1308         258        20         -77.0000        -140.3445     82.27%
9136.12/461.35	c       461           1322         272        20         -77.0000        -140.3445     82.27%
9237.26/466.40	c       466           1346         296        20         -77.0000        -140.3445     82.27%
9336.30/471.43	c       471           1373         323        20         -77.0000        -140.3445     82.27%
9437.32/476.52	c       477           1396         346        20         -77.0000        -140.3445     82.27%
9536.27/481.57	c       482           1415         365        20         -77.0000        -140.3445     82.27%
9637.44/486.62	c       487           1426         376        20         -77.0000        -140.3445     82.27%
9736.67/491.67	c       492           1442         392        20         -77.0000        -140.3445     82.27%
9837.87/496.72	c       497           1456         406        20         -77.0000        -140.3445     82.27%
9937.09/501.77	c       502           1473         423        20         -77.0000        -140.3445     82.27%
10036.27/506.79	c       507           1505         455        20         -77.0000        -140.3445     82.27%
10137.38/511.89	c       512           1525         475        20         -77.0000        -140.3445     82.27%
10238.51/516.95	c       517           1542         492        20         -77.0000        -140.3445     82.27%
10337.68/522.00	c       522           1564         514        20         -77.0000        -140.3445     82.27%
10439.40/527.04	c       527           1580         530        20         -77.0000        -140.3445     82.27%
10538.41/532.10	c       532           1591         541        20         -77.0000        -140.3445     82.27%
10639.48/537.19	c       537           1622         572        20         -77.0000        -140.3445     82.27%
10739.98/542.21	c       542           1660         610        20         -77.0000        -140.3445     82.27%
10839.12/547.25	c       547           1684         634        20         -77.0000        -140.3445     82.27%
10938.26/552.29	c       552           1711         661        20         -77.0000        -140.3445     82.27%
11041.40/557.40	c       557           1729         679        20         -77.0000        -140.3445     82.27%
11140.56/562.46	c       562           1770         720        20         -77.0000        -140.3445     82.27%
11241.71/567.51	c       568           1810         760        20         -77.0000        -140.3445     82.27%
11340.87/572.56	c       573           1837         787        20         -77.0000        -140.3445     82.27%
11441.97/577.61	c       578           1885         835        20         -77.0000        -140.3445     82.27%
11541.13/582.66	c       583           1894         844        20         -77.0000        -140.3445     82.27%
11642.28/587.71	c       588           1918         868        20         -77.0000        -140.3445     82.27%
11741.44/592.78	c       593           1946         896        20         -77.0000        -140.3445     82.27%
11842.57/597.84	c       598           1968         918        20         -77.0000        -140.3445     82.27%
11941.74/602.88	c       603           1986         936        20         -77.0000        -140.3445     82.27%
12042.88/607.93	c       608           2014         964        20         -77.0000        -140.3445     82.27%
12142.05/612.95	c       613           2054        1004        20         -77.0000        -140.3445     82.27%
12243.79/618.05	c       618           2094        1044        20         -77.0000        -140.3445     82.27%
12343.03/623.10	c       623           2133        1083        20         -77.0000        -140.3445     82.27%
12444.20/628.16	c       628           2170        1120        20         -77.0000        -140.3445     82.27%
12544.50/633.21	c       633           2207        1157        20         -77.0000        -140.3445     82.27%
12643.48/638.22	c       638           2235        1185        20         -77.0000        -140.3445     82.27%
12742.61/643.29	c       643           2254        1204        20         -77.0000        -140.3445     82.27%
12845.73/648.40	c       648           2270        1220        20         -77.0000        -140.3445     82.27%
12944.88/653.45	c       653           2303        1253        20         -77.0000        -140.3445     82.27%
13046.02/658.50	c       659           2323        1273        20         -77.0000        -140.3445     82.27%
13145.15/663.55	c       664           2358        1308        20         -77.0000        -140.3445     82.27%
13244.32/668.59	c       669           2393        1343        20         -77.0000        -140.3445     82.27%
13345.19/673.64	c       674           2404        1354        20         -77.0000        -140.3445     82.27%
13444.28/678.66	c       679           2426        1376        20         -77.0000        -140.3445     82.27%
13543.45/683.69	c       684           2455        1405        20         -77.0000        -140.3445     82.27%
13644.50/688.74	c       689           2476        1426        20         -77.0000        -140.3445     82.27%
13743.54/693.74	c       694           2495        1445        20         -77.0000        -140.3445     82.27%
13842.66/698.76	c       699           2521        1473        20         -77.0000        -140.3445     82.27%
13943.81/703.86	c       704           2548        1498        20         -77.0000        -140.3445     82.27%
14044.98/708.92	c       709           2583        1533        20         -77.0000        -140.3445     82.27%
14144.15/713.96	c       714           2605        1555        20         -77.0000        -140.3445     82.27%
14243.28/718.99	c       719           2641        1591        20         -77.0000        -140.3445     82.27%
14344.98/724.03	c       724           2663        1613        20         -77.0000        -140.3445     82.27%
14444.18/729.10	c       729           2689        1639        20         -77.0000        -140.3445     82.27%
14543.35/734.11	c       734           2722        1672        20         -77.0000        -140.3445     82.27%
14644.51/739.17	c       739           2746        1696        20         -77.0000        -140.3445     82.27%
14743.63/744.17	c       744           2776        1726        20         -77.0000        -140.3445     82.27%
14842.81/749.18	c       749           2826        1776        20         -77.0000        -140.3445     82.27%
14943.19/754.20	c       754           2857        1807        20         -77.0000        -140.3445     82.27%
15042.41/759.23	c       759           2880        1830        20         -77.0000        -140.3445     82.27%
15141.61/764.25	c       764           2915        1865        20         -77.0000        -140.3445     82.27%
15240.73/769.29	c       769           2947        1897        20         -77.0000        -140.3445     82.27%
15341.91/774.35	c       774           2993        1943        20         -77.0000        -140.3445     82.27%
15441.04/779.39	c       779           3018        1968        20         -77.0000        -140.3445     82.27%
15541.98/784.48	c       784           3061        2011        20         -77.0000        -140.3445     82.27%
15643.14/789.54	c       790           3085        2035        20         -77.0000        -140.3445     82.27%
15742.39/794.59	c       795           3143        2093        20         -77.0000        -140.3445     82.27%
15843.42/799.64	c       800           3167        2117        20         -77.0000        -140.3445     82.27%
15942.54/804.67	c       805           3200        2150        20         -77.0000        -140.3445     82.27%
16043.70/809.74	c       810           3227        2177        20         -77.0000        -140.3445     82.27%
16144.86/814.80	c       815           3260        2210        20         -77.0000        -140.3445     82.27%
16244.03/819.86	c       820           2171        1121        20         -77.0000        -140.3047     82.21%
16344.86/824.93	c       825           2201        1151        20         -77.0000        -140.2499     82.14%
16443.95/829.99	c       830           2225        1175        20         -77.0000        -140.0897     81.93%
16542.83/835.04	c       835           2255        1205        20         -77.0000        -140.0783     81.92%
16644.58/840.09	c       840           2286        1236        20         -77.0000        -140.0633     81.90%
16745.92/845.14	c       845           2302        1252        20         -77.0000        -140.0633     81.90%
16844.88/850.16	c       850           2330        1280        20         -77.0000        -140.0625     81.90%
16944.26/855.17	c       855           2351        1301        20         -77.0000        -140.0134     81.84%
17043.23/860.18	c       860           2384        1334        20         -77.0000        -139.9804     81.79%
17143.61/865.27	c       865           2411        1361        20         -77.0000        -139.9619     81.77%
17244.61/870.31	c       870           2439        1389        20         -77.0000        -139.9541     81.76%
17343.70/875.34	c       875           2466        1416        20         -77.0000        -139.8962     81.68%
17444.56/880.41	c       880           2491        1441        20         -77.0000        -139.8604     81.64%
17543.69/885.47	c       885           2529        1479        20         -77.0000        -139.8569     81.63%
17642.50/890.48	c       890           2558        1508        20         -77.0000        -139.8473     81.62%
17741.40/895.49	c       896           2598        1548        20         -77.0000        -139.7977     81.56%
17844.33/900.61	c       901           2614        1564        20         -77.0000        -139.7274     81.46%
17943.34/905.66	c       906           2641        1591        20         -77.0000        -139.7140     81.45%
18044.42/910.77	c       911           2654        1604        20         -77.0000        -139.7140     81.45%
18145.54/915.81	c       916           2680        1630        20         -77.0000        -139.7140     81.45%
18244.74/920.86	c       921           2712        1662        20         -77.0000        -139.6772     81.40%
18343.80/925.89	c       926           2731        1681        20         -77.0000        -139.6710     81.39%
18444.88/930.99	c       931           2761        1711        20         -77.0000        -139.6502     81.36%
18546.62/936.05	c       936           2791        1741        20         -77.0000        -139.6282     81.34%
18645.62/941.11	c       941           2819        1769        20         -77.0000        -139.6282     81.34%
18744.81/946.12	c       946           2836        1786        20         -77.0000        -139.5757     81.27%
18847.17/951.27	c       951           2851        1801        20         -77.0000        -139.5558     81.24%
18948.27/956.34	c       956           2881        1831        20         -77.0000        -139.5492     81.23%
19049.34/961.40	c       961           2913        1863        20         -77.0000        -139.5235     81.20%
19148.46/966.45	c       966           2942        1892        20         -77.0000        -139.4741     81.14%
19249.61/971.50	c       972           2962        1912        20         -77.0000        -139.4741     81.14%
19348.78/976.54	c       977           2981        1931        20         -77.0000        -139.4694     81.13%
19449.88/981.60	c       982           3010        1960        20         -77.0000        -139.4466     81.10%
19548.88/986.66	c       987           3036        1986        20         -77.0000        -139.3889     81.02%
19649.97/991.70	c       992           3069        2019        20         -77.0000        -139.3644     80.99%
19749.14/996.76	c       997           3091        2041        20         -77.0000        -139.3185     80.93%
19850.15/1001.80	c      1002           3121        2071        20         -77.0000        -139.2639     80.86%
19949.05/1006.86	c      1007           3142        2092        20         -77.0000        -139.2639     80.86%
20049.93/1011.91	c      1012           3166        2116        20         -77.0000        -139.2488     80.84%
20149.10/1016.97	c      1017           3192        2142        20         -77.0000        -139.2460     80.84%
20248.28/1022.02	c      1022           3215        2165        20         -77.0000        -139.2310     80.82%
20350.03/1027.09	c      1027           3230        2180        20         -77.0000        -139.2310     80.82%
20451.04/1032.14	c      1032           3253        2203        20         -77.0000        -139.2157     80.80%
20550.48/1037.19	c      1037           3276        2226        20         -77.0000        -139.2083     80.79%
20650.82/1042.23	c      1042           3308        2258        20         -77.0000        -139.2033     80.78%
20749.79/1047.29	c      1047           3331        2281        20         -77.0000        -139.1978     80.78%
20850.73/1052.36	c      1052           3361        2311        20         -77.0000        -139.1902     80.77%
20951.68/1057.42	c      1057           3398        2348        20         -77.0000        -139.1863     80.76%
21052.65/1062.50	c      1062           3417        2367        20         -77.0000        -139.1863     80.76%
21151.82/1067.52	c      1068           3434        2384        20         -77.0000        -139.1836     80.76%
21252.73/1072.60	c      1073           3463        2413        20         -77.0000        -139.1679     80.74%
21351.83/1077.62	c      1078           3484        2434        20         -77.0000        -139.1514     80.72%
21450.83/1082.63	c      1083           3506        2456        20         -77.0000        -139.1514     80.72%
21551.99/1087.70	c      1088           3526        2476        20         -77.0000        -139.1430     80.71%
21653.16/1092.82	c      1093           3554        2504        20         -77.0000        -139.1365     80.70%
21752.28/1097.89	c      1098           3576        2526        20         -77.0000        -139.1133     80.67%
21853.37/1102.93	c      1103           3604        2554        20         -77.0000        -139.0950     80.64%
21952.49/1108.01	c      1108           3631        2581        20         -77.0000        -139.0912     80.64%
22054.05/1113.05	c      1113           3650        2600        20         -77.0000        -139.0912     80.64%
22153.25/1118.10	c      1118           3686        2636        20         -77.0000        -139.0795     80.62%
22254.56/1123.17	c      1123           3713        2663        20         -77.0000        -139.0262     80.55%
22354.91/1128.24	c      1128           3736        2686        20         -77.0000        -139.0074     80.53%
22453.97/1133.29	c      1133           3771        2721        20         -77.0000        -138.9879     80.50%
22554.62/1138.31	c      1138           3803        2753        20         -77.0000        -138.9783     80.49%
22655.63/1143.41	c      1143           3825        2775        20         -77.0000        -138.9712     80.48%
22754.64/1148.48	c      1148           3849        2799        20         -77.0000        -138.9560     80.46%
22855.69/1153.53	c      1154           3889        2839        20         -77.0000        -138.9455     80.45%
22956.69/1158.61	c      1159           3927        2877        20         -77.0000        -138.9344     80.43%
23055.86/1163.66	c      1164           3961        2911        20         -77.0000        -138.9099     80.40%
23156.94/1168.71	c      1169           3991        2941        20         -77.0000        -138.9066     80.40%
23258.05/1173.80	c      1174           4021        2971        20         -77.0000        -138.8957     80.38%
23357.15/1178.82	c      1179           4058        3008        20         -77.0000        -138.8904     80.38%
23456.32/1183.87	c      1184           4076        3026        20         -77.0000        -138.8904     80.38%
23557.43/1188.94	c      1189           4103        3053        20         -77.0000        -138.8899     80.38%
23563.37/1189.27	c *    1189           4103        3053        20         -78.0000        -138.8899     78.06%
23656.33/1193.99	c      1194           4128        3078        20         -78.0000        -138.8764     78.05%
23757.92/1199.07	c      1199           4171        3121        20         -78.0000        -138.8610     78.03%
23859.15/1204.17	c      1204           4201        3151        20         -78.0000        -138.8454     78.01%
23959.68/1209.28	c      1209           4231        3181        20         -78.0000        -138.8321     77.99%
24060.96/1214.37	c      1214           4243        3193        20         -78.0000        -138.8321     77.99%
24161.88/1219.44	c      1219           4268        3218        20         -78.0000        -138.8111     77.96%
24263.04/1224.50	c      1225           4296        3246        20         -78.0000        -138.7808     77.92%
24362.23/1229.55	c      1230           4327        3277        20         -78.0000        -138.7585     77.90%
24461.46/1234.58	c      1235           4354        3304        20         -78.0000        -138.7500     77.88%
24562.62/1239.67	c      1240           4381        3331        20         -78.0000        -138.7271     77.86%
24661.80/1244.69	c      1245           4402        3352        20         -78.0000        -138.7271     77.86%
24763.04/1249.72	c      1250           4417        3367        20         -78.0000        -138.7171     77.84%
24864.23/1254.80	c      1255           4445        3395        20         -78.0000        -138.6881     77.81%
24965.41/1259.90	c      1260           4461        3411        20         -78.0000        -138.6881     77.81%
25064.53/1264.97	c      1265           4485        3435        20         -78.0000        -138.6872     77.80%
25163.64/1270.03	c      1270           4521        3471        20         -78.0000        -138.6848     77.80%
25265.41/1275.09	c      1275           4548        3498        20         -78.0000        -138.6782     77.79%
25364.80/1280.13	c      1280           4572        3522        20         -78.0000        -138.6782     77.79%
25465.71/1285.18	c      1285           4591        3541        20         -78.0000        -138.6737     77.79%
25566.16/1290.23	c      1290           4617        3567        20         -78.0000        -138.6737     77.79%
25665.31/1295.28	c      1295           4651        3601        20         -78.0000        -138.6520     77.76%
25766.60/1300.34	c      1300           4665        3615        20         -78.0000        -138.6520     77.76%
25865.66/1305.39	c      1305           4691        3641        20         -78.0000        -138.6330     77.73%
25966.57/1310.44	c      1310           4711        3661        20         -78.0000        -138.6317     77.73%
26065.66/1315.49	c      1316           4736        3686        20         -78.0000        -138.6317     77.73%
26166.77/1320.56	c      1321           4754        3704        20         -78.0000        -138.6297     77.73%
26267.86/1325.63	c      1326           4789        3739        20         -78.0000        -138.6097     77.70%
26367.06/1330.67	c      1331           4820        3770        20         -78.0000        -138.5506     77.63%
26466.16/1335.69	c      1336           4851        3801        20         -78.0000        -138.5450     77.62%
26567.31/1340.75	c      1341           4869        3819        20         -78.0000        -138.5385     77.61%
26666.35/1345.77	c      1346           4899        3849        20         -78.0000        -138.5224     77.59%
26767.49/1350.88	c      1351           4925        3875        20         -78.0000        -138.5197     77.59%
26868.63/1355.97	c      1356           4951        3901        20         -78.0000        -138.5097     77.58%
26967.77/1361.02	c      1361           4984        3934        20         -78.0000        -138.5082     77.57%
27069.45/1366.08	c      1366           5020        3970        20         -78.0000        -138.5035     77.57%
27170.72/1371.13	c      1371           5042        3992        20         -78.0000        -138.4995     77.56%
27269.85/1376.19	c      1376           5062        4012        20         -78.0000        -138.4995     77.56%
27370.36/1381.24	c      1381           5092        4042        20         -78.0000        -138.4973     77.56%
27469.51/1386.30	c      1386           5108        4058        20         -78.0000        -138.4685     77.52%
27570.79/1391.38	c      1391           5136        4086        20         -78.0000        -138.4592     77.51%
27669.97/1396.39	c      1396           5172        4122        20         -78.0000        -138.4463     77.50%
27770.92/1401.45	c      1401           5219        4169        20         -78.0000        -138.4447     77.49%
27870.08/1406.49	c      1406           5241        4191        20         -78.0000        -138.4041     77.44%
27971.24/1411.57	c      1412           5266        4216        20         -78.0000        -138.3991     77.43%
28072.37/1416.64	c      1417           5289        4239        20         -78.0000        -138.3940     77.43%
28173.35/1421.72	c      1422           5316        4266        20         -78.0000        -138.3571     77.38%
28272.51/1426.77	c      1427           5342        4292        20         -78.0000        -138.3518     77.37%
28373.60/1431.83	c      1432           5384        4334        20         -78.0000        -138.3485     77.37%
28472.77/1436.89	c      1437           5407        4357        20         -78.0000        -138.3425     77.36%
28573.91/1441.94	c      1442           5431        4381        20         -78.0000        -138.3346     77.35%
28673.03/1446.97	c      1447           5464        4414        20         -78.0000        -138.3286     77.34%
28772.24/1451.99	c      1452           5496        4446        20         -78.0000        -138.3206     77.33%
28871.43/1457.00	c      1457           5521        4471        20         -78.0000        -138.3043     77.31%
28970.47/1462.01	c      1462           5551        4501        20         -78.0000        -138.3004     77.31%
29072.22/1467.04	c      1467           5581        4531        20         -78.0000        -138.3000     77.31%
29171.20/1472.12	c      1472           5611        4561        20         -78.0000        -138.2813     77.28%
29272.38/1477.15	c      1477           5641        4591        20         -78.0000        -138.2783     77.28%
29372.88/1482.21	c      1482           5671        4621        20         -78.0000        -138.2735     77.27%
29472.00/1487.24	c      1487           5691        4641        20         -78.0000        -138.2735     77.27%
29573.12/1492.34	c      1492           5733        4683        20         -78.0000        -138.2680     77.27%
29674.31/1497.42	c      1497           5765        4715        20         -78.0000        -138.2495     77.24%
29773.38/1502.48	c      1502           5795        4745        20         -78.0000        -138.2464     77.24%
29874.49/1507.53	c      1508           5821        4771        20         -78.0000        -138.2405     77.23%
29973.57/1512.58	c      1513           5851        4801        20         -78.0000        -138.2154     77.20%
30074.63/1517.63	c      1518           5869        4819        20         -78.0000        -138.2154     77.20%
30173.70/1522.68	c      1523           5898        4848        20         -78.0000        -138.2092     77.19%
30274.72/1527.76	c      1528           5923        4873        20         -78.0000        -138.2026     77.18%
30373.81/1532.79	c      1533           5945        4895        20         -78.0000        -138.1972     77.18%
30474.85/1537.84	c      1538           5962        4912        20         -78.0000        -138.1972     77.18%
30573.88/1542.89	c      1543           6001        4951        20         -78.0000        -138.1790     77.15%
30674.98/1547.94	c      1548           6026        4976        20         -78.0000        -138.1790     77.15%
30774.15/1552.99	c      1553           6044        4994        20         -78.0000        -138.1681     77.14%
30873.30/1558.03	c      1558           6076        5026        20         -78.0000        -138.1614     77.13%
30974.66/1563.11	c      1563           6104        5054        20         -78.0000        -138.1581     77.13%
31075.85/1568.16	c      1568           6121        5071        20         -78.0000        -138.1558     77.12%
31174.90/1573.19	c      1573           6155        5105        20         -78.0000        -138.1493     77.11%
31275.23/1578.25	c      1578           6192        5142        20         -78.0000        -138.1254     77.08%
31374.25/1583.29	c      1583           6225        5175        20         -78.0000        -138.1236     77.08%
31475.30/1588.31	c      1588           6271        5221        20         -78.0000        -138.1021     77.05%
31576.26/1593.45	c      1593           6289        5239        20         -78.0000        -138.1021     77.05%
31675.43/1598.46	c      1598           6330        5280        20         -78.0000        -138.1000     77.05%
31774.62/1603.47	c      1603           6344        5294        20         -78.0000        -138.0292     76.96%
31877.70/1608.62	c      1609           6375        5325        20         -78.0000        -138.0203     76.95%
31976.89/1613.69	c      1614           6405        5355        20         -78.0000        -138.0079     76.93%
32078.09/1618.76	c      1619           6424        5374        20         -78.0000        -137.9773     76.89%
32179.31/1623.82	c      1624           6442        5392        20         -78.0000        -137.9773     76.89%
32280.45/1628.91	c      1629           6464        5414        20         -78.0000        -137.9670     76.88%
32379.62/1633.97	c      1634           6485        5435        20         -78.0000        -137.9634     76.88%
32478.73/1639.01	c      1639           6511        5461        20         -78.0000        -137.9492     76.86%
32580.30/1644.06	c      1644           6546        5496        20         -78.0000        -137.9336     76.84%
32679.77/1649.12	c      1649           6579        5529        20         -78.0000        -137.9084     76.81%
32780.75/1654.17	c      1654           6614        5564        20         -78.0000        -137.9038     76.80%
32881.23/1659.23	c      1659           6645        5595        20         -78.0000        -137.8824     76.77%
32980.36/1664.28	c      1664           6691        5641        20         -78.0000        -137.8617     76.75%
33081.50/1669.33	c      1669           6721        5671        20         -78.0000        -137.8554     76.74%
33180.61/1674.36	c      1674           6767        5717        20         -78.0000        -137.8518     76.73%
33281.70/1679.44	c      1679           6797        5747        20         -78.0000        -137.8507     76.73%
33380.87/1684.49	c      1684           6841        5791        20         -78.0000        -137.8229     76.70%
33482.02/1689.54	c      1690           6871        5821        20         -78.0000        -137.8128     76.68%
33581.20/1694.60	c      1695           6908        5858        20         -78.0000        -137.8095     76.68%
33682.29/1699.64	c      1700           6944        5894        20         -78.0000        -137.8083     76.68%
33781.34/1704.69	c      1705           6985        5935        20         -78.0000        -137.8004     76.67%
33882.41/1709.76	c      1710           7003        5953        20         -78.0000        -137.7859     76.65%
33983.54/1714.82	c      1715           7041        5991        20         -78.0000        -137.7599     76.62%
34082.58/1719.87	c      1720           7069        6019        20         -78.0000        -137.7486     76.60%
34183.75/1724.92	c      1725           7099        6049        20         -78.0000        -137.7486     76.60%
34282.86/1729.99	c      1730           7120        6070        20         -78.0000        -137.7406     76.59%
34384.58/1735.08	c      1735           7149        6099        20         -78.0000        -137.7406     76.59%
34483.59/1740.12	c      1740           7185        6135        20         -78.0000        -137.7370     76.59%
34584.87/1745.15	c      1745           7216        6166        20         -78.0000        -137.7370     76.59%
34685.19/1750.22	c      1750           7256        6206        20         -78.0000        -137.7285     76.57%
34784.30/1755.28	c      1755           7284        6234        20         -78.0000        -137.7285     76.57%
34885.43/1760.30	c      1760           7325        6275        20         -78.0000        -137.7235     76.57%
34984.52/1765.33	c      1765           7346        6296        20         -78.0000        -137.7235     76.57%
35083.68/1770.34	c      1770           7391        6341        20         -78.0000        -137.7219     76.57%
35184.85/1775.42	c      1775           7430        6380        20         -78.0000        -137.7219     76.57%
35284.03/1780.46	c      1780           7465        6415        20         -78.0000        -137.7186     76.56%
35385.18/1785.54	c      1786           7516        6466        20         -78.0000        -137.7186     76.56%
35484.00/1790.55	c      1791           7558        6508        20         -78.0000        -137.7129     76.56%
35582.98/1795.56	c      1796           7586        6536        20         -78.0000        -137.7129     76.56%
35684.07/1800.60	c      1801           7615        6565        20         -78.0000        -137.7124     76.55%
35785.21/1805.74	c      1806           7654        6604        20         -78.0000        -137.7124     76.55%
35888.30/1810.90	c      1811           7679        6629        20         -78.0000        -137.6867     76.52%
35987.55/1815.97	c      1816           7741        6691        20         -78.0000        -137.6718     76.50%
36086.57/1821.02	c      1821           7761        6711        20         -78.0000        -137.6718     76.50%
36188.60/1826.06	c      1826           7801        6751        20         -78.0000        -137.6718     76.50%
36289.55/1831.14	c      1831           7844        6794        20         -78.0000        -137.6562     76.48%
36388.94/1836.19	c      1836           7881        6831        20         -78.0000        -137.6492     76.47%
36489.25/1841.24	c      1841           7906        6856        20         -78.0000        -137.6492     76.47%
36588.45/1846.29	c      1846           7977        6927        20         -78.0000        -137.6402     76.46%
36689.75/1851.33	c      1851           8008        6958        20         -78.0000        -137.6402     76.46%
36788.64/1856.36	c      1856           8046        6996        20         -78.0000        -137.6241     76.44%
36889.78/1861.47	c      1861           8091        7041        20         -78.0000        -137.6195     76.44%
36988.98/1866.49	c      1866           8113        7061        20         -78.0000        -137.6195     76.44%
37090.14/1871.58	c      1872           8161        7109        20         -78.0000        -137.6134     76.43%
37190.96/1876.63	c      1877           8211        7157        20         -78.0000        -137.6057     76.42%
37290.16/1881.68	c      1882           8255        7201        20         -78.0000        -137.6057     76.42%
37391.31/1886.72	c      1887           8284        7230        20         -78.0000        -137.5806     76.39%
37490.27/1891.73	c      1892           8317        7263        20         -78.0000        -137.5806     76.39%
37591.26/1896.83	c      1897           8360        7306        20         -78.0000        -137.5728     76.38%
37690.31/1901.88	c      1902           8421        7367        20         -78.0000        -137.5681     76.37%
37791.24/1906.91	c      1907           8471        7417        20         -78.0000        -137.5681     76.37%
37890.42/1911.94	c      1912           8507        7453        20         -78.0000        -137.5595     76.36%
37992.14/1917.05	c      1917           8561        7507        20         -78.0000        -137.5573     76.36%
38091.20/1922.11	c      1922           8606        7552        20         -78.0000        -137.5573     76.36%
38192.11/1927.16	c      1927           8652        7598        20         -78.0000        -137.5498     76.35%
38292.54/1932.22	c      1932           8682        7628        20         -78.0000        -137.5498     76.35%
38391.44/1937.28	c      1937           8715        7659        20         -78.0000        -137.5386     76.33%
38490.51/1942.30	c      1942           8740        7684        20         -78.0000        -137.5386     76.33%
38591.79/1947.31	c      1947           8771        7715        20         -78.0000        -137.5357     76.33%
38692.76/1952.45	c      1952           8804        7748        20         -78.0000        -137.5357     76.33%
38793.86/1957.50	c      1958           8829        7773        20         -78.0000        -137.5357     76.33%
38892.75/1962.55	c      1963           8864        7808        20         -78.0000        -137.5269     76.32%
38991.90/1967.59	c      1968           8883        7827        20         -78.0000        -137.5269     76.32%
39093.05/1972.61	c      1973           8918        7862        20         -78.0000        -137.5221     76.31%
39194.15/1977.70	c      1978           8953        7897        20         -78.0000        -137.5221     76.31%
39293.33/1982.72	c      1983           8986        7930        20         -78.0000        -137.5158     76.30%
39394.44/1987.83	c      1988           9031        7973        20         -78.0000        -137.5125     76.30%
39493.62/1992.89	c      1993           9074        8014        20         -78.0000        -137.5125     76.30%
39594.65/1997.94	c      1998           9101        8041        20         -78.0000        -137.5065     76.29%
39693.68/2002.99	c      2003           9140        8078        20         -78.0000        -137.5065     76.29%
39795.42/2008.04	c      2008           9171        8109        20         -78.0000        -137.5040     76.29%
39894.56/2013.11	c      2013           9234        8172        20         -78.0000        -137.5040     76.29%
39995.63/2018.14	c      2018           9265        8203        20         -78.0000        -137.5000     76.28%
40096.16/2023.22	c      2023           9311        8249        20         -78.0000        -137.4807     76.26%
40195.30/2028.27	c      2028           9332        8270        20         -78.0000        -137.4807     76.26%
40296.52/2033.32	c      2033           9360        8298        20         -78.0000        -137.4807     76.26%
40395.81/2038.37	c      2038           9402        8340        20         -78.0000        -137.4563     76.23%
40496.54/2043.41	c      2043           9451        8387        20         -78.0000        -137.4541     76.22%
40595.58/2048.48	c      2048           9471        8407        20         -78.0000        -137.4541     76.22%
40696.75/2053.54	c      2054           9521        8453        20         -78.0000        -137.4445     76.21%
40795.86/2058.59	c      2059           9568        8498        20         -78.0000        -137.4445     76.21%
40896.97/2063.62	c      2064           9595        8521        20         -78.0000        -137.4283     76.19%
40996.16/2068.67	c      2069           9647        8573        20         -78.0000        -137.4283     76.19%
41095.34/2073.70	c      2074           9678        8604        20         -78.0000        -137.4167     76.18%
41198.48/2078.82	c      2079           9731        8653        20         -78.0000        -137.4147     76.17%
41297.68/2083.87	c      2084           9747        8669        20         -78.0000        -137.4147     76.17%
41398.73/2088.90	c      2089           9801        8721        20         -78.0000        -137.4034     76.16%
41497.72/2093.93	c      2094           9853        8771        20         -78.0000        -137.4034     76.16%
41596.87/2099.01	c      2099           9898        8816        20         -78.0000        -137.4004     76.15%
41698.70/2104.06	c      2104           9941        8857        20         -78.0000        -137.3916     76.14%
41797.85/2109.10	c      2109           9956        8872        20         -78.0000        -137.3916     76.14%
41900.15/2114.22	c      2114          10011        8927        20         -78.0000        -137.3864     76.14%
41999.23/2119.26	c      2119          10022        8938        20         -78.0000        -137.3864     76.14%
42100.41/2124.31	c      2124          10081        8997        20         -78.0000        -137.3677     76.11%
42199.42/2129.35	c      2129          10125        9039        20         -78.0000        -137.3677     76.11%
42300.52/2134.44	c      2134          10173        9087        20         -78.0000        -137.3540     76.09%
42401.71/2139.51	c      2140          10221        9133        20         -78.0000        -137.3520     76.09%
42500.79/2144.55	c      2145          10274        9184        20         -78.0000        -137.3520     76.09%
42601.81/2149.61	c      2150          10310        9220        20         -78.0000        -137.3500     76.09%
42700.80/2154.62	c      2155          10344        9254        20         -78.0000        -137.3500     76.09%
42801.91/2159.71	c      2160          10401        9307        20         -78.0000        -137.3292     76.06%
42901.04/2164.76	c      2165          10450        9354        20         -78.0000        -137.3275     76.06%
43002.08/2169.81	c      2170          10501        9405        20         -78.0000        -137.3211     76.05%
43101.25/2174.87	c      2175          10550        9450        20         -78.0000        -137.3211     76.05%
43202.51/2179.92	c      2180          10599        9497        20         -78.0000        -137.2875     76.01%
43301.46/2184.96	c      2185          10633        9529        20         -78.0000        -137.2875     76.01%
43400.51/2190.02	c      2190          10680        9574        20         -78.0000        -137.2710     75.99%
43502.14/2195.04	c      2195          10724        9618        20         -78.0000        -137.2567     75.97%
43601.12/2200.07	c      2200          10781        9675        20         -78.0000        -137.2383     75.95%
43700.13/2205.11	c      2205          10822        9716        20         -78.0000        -137.2383     75.95%
43800.81/2210.16	c      2210          10878        9770        20         -78.0000        -137.2340     75.94%
43901.28/2215.22	c      2215          10921        9813        20         -78.0000        -137.2236     75.93%
44002.36/2220.33	c      2220          10967        9859        20         -78.0000        -137.2236     75.93%
44101.51/2225.35	c      2225          11018        9910        20         -78.0000        -137.2208     75.92%
44200.61/2230.39	c      2230          11073        9961        20         -78.0000        -137.2162     75.92%
44301.66/2235.44	c      2235          11109        9993        20         -78.0000        -137.2162     75.92%
44402.75/2240.50	c      2240          11163       10043        20         -78.0000        -137.2162     75.92%
44501.87/2245.51	c      2246          11194       10072        20         -78.0000        -137.2162     75.92%
44600.84/2250.53	c      2251          11230       10108        20         -78.0000        -137.2032     75.90%
44699.94/2255.54	c      2256          11282       10158        20         -78.0000        -137.1939     75.89%
44800.99/2260.62	c      2261          11316       10192        20         -78.0000        -137.1939     75.89%
44902.13/2265.75	c      2266          11351       10227        20         -78.0000        -137.1826     75.88%
45003.22/2270.84	c      2271          11379       10255        20         -78.0000        -137.1826     75.88%
45102.22/2275.87	c      2276          11414       10290        20         -78.0000        -137.1826     75.88%
45203.05/2280.95	c      2281          11435       10311        20         -78.0000        -137.1761     75.87%
45301.94/2285.99	c      2286          11467       10341        20         -78.0000        -137.1761     75.87%
45403.76/2291.10	c      2291          11495       10369        20         -78.0000        -137.1749     75.87%
45504.65/2296.17	c      2296          11561       10431        20         -78.0000        -137.1732     75.86%
45603.88/2301.19	c      2301          11587       10457        20         -78.0000        -137.1732     75.86%
45704.22/2306.22	c      2306          11616       10486        20         -78.0000        -137.1732     75.86%
45803.24/2311.28	c      2311          11653       10521        20         -78.0000        -137.1653     75.85%
45904.23/2316.33	c      2316          11711       10577        20         -78.0000        -137.1653     75.85%
46005.09/2321.42	c      2321          11751       10613        20         -78.0000        -137.1587     75.84%
46104.25/2326.47	c      2326          11774       10634        20         -78.0000        -137.1587     75.84%
46205.41/2331.52	c      2332          11815       10675        20         -78.0000        -137.1587     75.84%
46304.51/2336.59	c      2337          11840       10700        20         -78.0000        -137.1317     75.81%
46405.55/2341.60	c      2342          11870       10728        20         -78.0000        -137.1317     75.81%
46504.45/2346.65	c      2347          11916       10768        20         -78.0000        -137.1315     75.81%
46605.33/2351.73	c      2352          11943       10795        20         -78.0000        -137.1282     75.81%
46704.50/2356.77	c      2357          11984       10836        20         -78.0000        -137.1282     75.81%
46803.66/2361.78	c      2362          12015       10867        20         -78.0000        -137.1043     75.77%
46904.83/2366.89	c      2367          12047       10899        20         -78.0000        -137.1043     75.77%
47005.99/2371.93	c      2372          12084       10936        20         -78.0000        -137.0976     75.77%
47105.16/2377.01	c      2377          12112       10964        20         -78.0000        -137.0976     75.77%
47206.90/2382.03	c      2382          12156       11008        20         -78.0000        -137.0957     75.76%
47306.18/2387.05	c      2387          12191       11041        20         -78.0000        -137.0957     75.76%
47408.39/2392.20	c      2392          12225       11073        20         -78.0000        -137.0940     75.76%
47507.50/2397.21	c      2397          12271       11115        20         -78.0000        -137.0680     75.73%
47606.50/2402.23	c      2402          12321       11163        20         -78.0000        -137.0680     75.73%
47707.56/2407.34	c      2407          12370       11210        20         -78.0000        -137.0480     75.70%
47806.66/2412.35	c      2412          12411       11249        20         -78.0000        -137.0231     75.67%
47907.76/2417.42	c      2417          12456       11294        20         -78.0000        -137.0231     75.67%
48008.90/2422.50	c      2422          12507       11345        20         -78.0000        -136.9992     75.64%
48108.06/2427.52	c      2428          12540       11378        20         -78.0000        -136.9992     75.64%
48207.22/2432.58	c      2433          12606       11440        20         -78.0000        -136.9929     75.63%
48308.32/2437.60	c      2438          12656       11490        20         -78.0000        -136.9764     75.61%
48407.32/2442.70	c      2443          12699       11533        20         -78.0000        -136.9636     75.59%
48508.29/2447.78	c      2448          12719       11553        20         -78.0000        -136.9636     75.59%
48607.36/2452.78	c      2453          12761       11595        20         -78.0000        -136.9621     75.59%
48708.41/2457.81	c      2458          12798       11632        20         -78.0000        -136.9621     75.59%
48809.54/2462.91	c      2463          12838       11672        20         -78.0000        -136.9320     75.55%
48908.72/2467.96	c      2468          12901       11733        20         -78.0000        -136.9225     75.54%
49012.51/2473.15	c      2473          12916       11748        20         -78.0000        -136.9225     75.54%
49111.66/2478.17	c      2478          12960       11790        20         -78.0000        -136.9225     75.54%
49211.84/2483.23	c      2483          12999       11829        20         -78.0000        -136.9178     75.54%
49313.00/2488.30	c      2488          13028       11856        20         -78.0000        -136.9178     75.54%
49412.18/2493.39	c      2493          13066       11894        20         -78.0000        -136.8973     75.51%
49513.31/2498.43	c      2498          13091       11917        20         -78.0000        -136.8973     75.51%
49612.23/2503.48	c      2503          13128       11954        20         -78.0000        -136.8783     75.48%
49713.27/2508.51	c      2509          13181       12007        20         -78.0000        -136.8574     75.46%
49812.36/2513.53	c      2514          13214       12040        20         -78.0000        -136.8574     75.46%
49913.46/2518.65	c      2519          13251       12075        20         -78.0000        -136.8493     75.45%
50014.63/2523.73	c      2524          13281       12103        20         -78.0000        -136.8493     75.45%
50113.65/2528.75	c      2529          13313       12135        20         -78.0000        -136.8474     75.45%
50214.59/2533.85	c      2534          13350       12172        20         -78.0000        -136.8474     75.45%
50315.73/2538.92	c      2539          13394       12216        20         -78.0000        -136.8295     75.42%
50414.80/2543.94	c      2544          13421       12239        20         -78.0000        -136.7888     75.37%
50516.59/2549.04	c      2549          13456       12274        20         -78.0000        -136.7888     75.37%
50615.91/2554.10	c      2554          13495       12313        20         -78.0000        -136.7837     75.36%
50716.88/2559.15	c      2559          13530       12348        20         -78.0000        -136.7837     75.36%
50817.25/2564.21	c      2564          13561       12379        20         -78.0000        -136.7805     75.36%
50916.44/2569.26	c      2569          13592       12410        20         -78.0000        -136.7805     75.36%
51015.37/2574.29	c      2574          13637       12455        20         -78.0000        -136.7780     75.36%
51116.47/2579.37	c      2579          13659       12477        20         -78.0000        -136.7780     75.36%
51217.65/2584.44	c      2584          13701       12519        20         -78.0000        -136.7664     75.34%
51318.79/2589.50	c      2590          13719       12537        20         -78.0000        -136.7664     75.34%
51417.95/2594.57	c      2595          13771       12587        20         -78.0000        -136.7610     75.33%
51518.90/2599.62	c      2600          13790       12606        20         -78.0000        -136.7610     75.33%
51617.77/2604.66	c      2605          13841       12655        20         -78.0000        -136.7598     75.33%
51718.64/2609.73	c      2610          13864       12678        20         -78.0000        -136.7598     75.33%
51817.79/2614.75	c      2615          13887       12701        20         -78.0000        -136.7598     75.33%
51918.70/2619.83	c      2620          13926       12740        20         -78.0000        -136.7553     75.33%
52017.87/2624.88	c      2625          13961       12769        20         -78.0000        -136.7355     75.30%
52119.02/2629.96	c      2630          14014       12822        20         -78.0000        -136.7355     75.30%
52218.13/2635.01	c      2635          14052       12860        20         -78.0000        -136.7351     75.30%
52319.93/2640.04	c      2640          14086       12894        20         -78.0000        -136.7351     75.30%
52419.10/2645.11	c      2645          14112       12920        20         -78.0000        -136.7073     75.27%
52520.53/2650.17	c      2650          14164       12972        20         -78.0000        -136.7073     75.27%
52620.66/2655.23	c      2655          14198       13006        20         -78.0000        -136.6974     75.25%
52719.84/2660.24	c      2660          14241       13047        20         -78.0000        -136.6925     75.25%
52818.95/2665.25	c      2665          14265       13071        20         -78.0000        -136.6925     75.25%
52920.12/2670.39	c      2670          14307       13107        20         -78.0000        -136.6925     75.25%
53021.21/2675.42	c      2675          14348       13148        20         -78.0000        -136.6880     75.24%
53120.34/2680.48	c      2680          14391       13189        20         -78.0000        -136.6880     75.24%
53219.51/2685.49	c      2685          14414       13212        20         -78.0000        -136.6880     75.24%
53320.66/2690.53	c      2691          14451       13247        20         -78.0000        -136.6880     75.24%
53421.82/2695.65	c      2696          14491       13285        20         -78.0000        -136.6818     75.23%
53520.98/2700.69	c      2701          14543       13337        20         -78.0000        -136.6673     75.21%
53622.15/2705.73	c      2706          14606       13400        20         -78.0000        -136.6573     75.20%
53723.30/2710.80	c      2711          14631       13425        20         -78.0000        -136.6573     75.20%
53822.41/2715.83	c      2716          14677       13471        20         -78.0000        -136.6144     75.15%
53921.58/2720.86	c      2721          14737       13531        20         -78.0000        -136.6144     75.15%
54022.74/2725.92	c      2726          14765       13559        20         -78.0000        -136.6076     75.14%
54121.80/2731.00	c      2731          14811       13605        20         -78.0000        -136.6066     75.14%
54223.54/2736.03	c      2736          14863       13657        20         -78.0000        -136.6066     75.14%
54322.59/2741.10	c      2741          14895       13685        20         -78.0000        -136.6056     75.14%
54423.62/2746.17	c      2746          14913       13703        20         -78.0000        -136.5930     75.12%
54524.19/2751.21	c      2751          14948       13738        20         -78.0000        -136.5930     75.12%
54623.58/2756.29	c      2756          14998       13788        20         -78.0000        -136.5661     75.08%
54724.54/2761.34	c      2761          15026       13816        20         -78.0000        -136.5661     75.08%
54823.53/2766.37	c      2766          15058       13848        20         -78.0000        -136.5289     75.04%
54922.59/2771.38	c      2771          15096       13886        20         -78.0000        -136.5289     75.04%
55023.60/2776.48	c      2776          15124       13914        20         -78.0000        -136.5276     75.04%
55124.80/2781.54	c      2782          15165       13955        20         -78.0000        -136.5276     75.04%
55226.03/2786.61	c      2787          15207       13997        20         -78.0000        -136.5222     75.03%
55325.13/2791.66	c      2792          15248       14036        20         -78.0000        -136.5222     75.03%
55424.30/2796.68	c      2797          15290       14074        20         -78.0000        -136.5130     75.02%
55525.18/2801.76	c      2802          15331       14115        20         -78.0000        -136.5000     75.00%
55626.42/2806.83	c      2807          15361       14145        20         -78.0000        -136.5000     75.00%
55725.65/2811.88	c      2812          15383       14167        20         -78.0000        -136.5000     75.00%
55824.65/2816.89	c      2817          15412       14196        20         -78.0000        -136.4936     74.99%
55925.77/2821.92	c      2822          15432       14216        20         -78.0000        -136.4936     74.99%
56027.28/2827.06	c      2827          15477       14257        20         -78.0000        -136.4906     74.99%
56126.22/2832.10	c      2832          15541       14315        20         -78.0000        -136.4868     74.98%
56227.30/2837.18	c      2837          15575       14347        20         -78.0000        -136.4868     74.98%
56326.61/2842.19	c      2842          15603       14375        20         -78.0000        -136.4868     74.98%
56428.82/2847.30	c      2847          15620       14392        20         -78.0000        -136.4813     74.98%
56527.92/2852.35	c      2852          15662       14432        20         -78.0000        -136.4813     74.98%
56628.90/2857.40	c      2857          15697       14461        20         -78.0000        -136.4813     74.98%
56728.14/2862.45	c      2862          15731       14495        20         -78.0000        -136.4628     74.95%
56829.36/2867.55	c      2868          15801       14559        20         -78.0000        -136.4625     74.95%
56928.61/2872.58	c      2873          15824       14582        20         -78.0000        -136.4625     74.95%
57029.69/2877.65	c      2878          15869       14623        20         -78.0000        -136.4625     74.95%
57130.79/2882.70	c      2883          15931       14683        20         -78.0000        -136.4532     74.94%
57229.82/2887.72	c      2888          15969       14721        20         -78.0000        -136.4532     74.94%
57328.92/2892.76	c      2893          16002       14754        20         -78.0000        -136.4524     74.94%
57427.92/2897.78	c      2898          16032       14784        20         -78.0000        -136.4524     74.94%
57528.93/2902.85	c      2903          16069       14819        20         -78.0000        -136.4445     74.93%
57628.08/2907.89	c      2908          16111       14861        20         -78.0000        -136.4445     74.93%
57729.09/2912.98	c      2913          16143       14893        20         -78.0000        -136.4381     74.92%
57828.22/2918.01	c      2918          16184       14932        20         -78.0000        -136.4381     74.92%
57932.00/2923.14	c      2923          16214       14958        20         -78.0000        -136.4381     74.92%
58031.10/2928.19	c      2928          16237       14981        20         -78.0000        -136.4077     74.88%
58131.37/2933.24	c      2933          16288       15028        20         -78.0000        -136.3946     74.86%
58230.22/2938.28	c      2938          16337       15071        20         -78.0000        -136.3840     74.85%
58331.28/2943.31	c      2943          16362       15096        20         -78.0000        -136.3840     74.85%
58432.39/2948.41	c      2948          16404       15136        20         -78.0000        -136.3793     74.85%
58531.36/2953.42	c      2953          16471       15203        20         -78.0000        -136.3707     74.83%
58630.44/2958.43	c      2958          16501       15233        20         -78.0000        -136.3707     74.83%
58731.49/2963.54	c      2964          16556       15286        20         -78.0000        -136.3654     74.83%
58832.54/2968.61	c      2969          16597       15325        20         -78.0000        -136.3654     74.83%
58931.64/2973.67	c      2974          16645       15373        20         -78.0000        -136.3550     74.81%
59032.71/2978.72	c      2979          16668       15396        20         -78.0000        -136.3550     74.81%
59131.90/2983.77	c      2984          16696       15424        20         -78.0000        -136.3544     74.81%
59231.05/2988.79	c      2989          16740       15468        20         -78.0000        -136.3544     74.81%
59332.23/2993.86	c      2994          16780       15506        20         -78.0000        -136.3518     74.81%
59431.24/2998.88	c      2999          16851       15569        20         -78.0000        -136.3396     74.79%
59530.43/3003.90	c      3004          16898       15614        20         -78.0000        -136.3396     74.79%
59631.54/3008.95	c      3009          16930       15644        20         -78.0000        -136.3189     74.77%
59730.59/3013.99	c      3014          16976       15688        20         -78.0000        -136.3189     74.77%
59832.34/3019.05	c      3019          16999       15711        20         -78.0000        -136.3006     74.74%
59931.51/3024.08	c      3024          17061       15769        20         -78.0000        -136.2988     74.74%
60030.63/3029.09	c      3029          17091       15797        20         -78.0000        -136.2988     74.74%
60131.49/3034.19	c      3034          17136       15840        20         -78.0000        -136.2860     74.73%
60230.77/3039.20	c      3039          17175       15875        20         -78.0000        -136.2860     74.73%
60330.93/3044.24	c      3044          17215       15913        20         -78.0000        -136.2539     74.68%
60430.07/3049.28	c      3049          17247       15945        20         -78.0000        -136.2539     74.68%
60531.16/3054.34	c      3054          17284       15978        20         -78.0000        -136.2416     74.67%
60630.18/3059.37	c      3059          17337       16029        20         -78.0000        -136.2345     74.66%
60729.24/3064.38	c      3064          17382       16074        20         -78.0000        -136.2321     74.66%
60830.23/3069.44	c      3069          17414       16106        20         -78.0000        -136.2321     74.66%
60929.41/3074.49	c      3074          17454       16146        20         -78.0000        -136.2287     74.65%
61030.25/3079.51	c      3080          17516       16206        20         -78.0000        -136.2254     74.65%
61131.33/3084.60	c      3085          17554       16244        20         -78.0000        -136.2254     74.65%
61230.36/3089.65	c      3090          17598       16288        20         -78.0000        -136.2159     74.64%
61329.34/3094.69	c      3095          17652       16342        20         -78.0000        -136.2015     74.62%
61430.37/3099.77	c      3100          17696       16384        20         -78.0000        -136.2015     74.62%
61531.42/3104.83	c      3105          17765       16447        20         -78.0000        -136.1977     74.61%
61632.34/3109.90	c      3110          17801       16483        20         -78.0000        -136.1919     74.61%
61731.53/3114.95	c      3115          17841       16519        20         -78.0000        -136.1881     74.60%
61830.64/3119.97	c      3120          17849       16527        20         -78.0000        -136.1881     74.60%
61929.77/3125.02	c      3125          17899       16575        20         -78.0000        -136.1881     74.60%
62031.57/3130.09	c      3130          17927       16603        20         -78.0000        -136.1681     74.57%
62132.64/3135.16	c      3135          17976       16652        20         -78.0000        -136.1681     74.57%
62232.85/3140.20	c      3140          18019       16691        20         -78.0000        -136.1638     74.57%
62331.79/3145.26	c      3145          18058       16730        20         -78.0000        -136.1622     74.57%
62430.96/3150.30	c      3150          18086       16758        20         -78.0000        -136.1622     74.57%
62531.99/3155.37	c      3155          18110       16778        20         -78.0000        -136.1436     74.54%
62633.05/3160.42	c      3160          18157       16823        20         -78.0000        -136.1406     74.54%
62732.23/3165.48	c      3165          18209       16875        20         -78.0000        -136.1406     74.54%
62833.38/3170.52	c      3171          18277       16939        20         -78.0000        -136.1249     74.52%
62932.56/3175.58	c      3176          18314       16976        20         -78.0000        -136.1249     74.52%
63033.46/3180.60	c      3181          18360       17018        20         -78.0000        -136.1249     74.52%
63132.34/3185.63	c      3186          18391       17049        20         -78.0000        -136.1019     74.49%
63233.08/3190.74	c      3191          18442       17098        20         -78.0000        -136.1019     74.49%
63331.96/3195.79	c      3196          18497       17151        20         -78.0000        -136.0974     74.48%
63433.04/3200.84	c      3201          18537       17189        20         -78.0000        -136.0935     74.48%
63532.22/3205.86	c      3206          18606       17254        20         -78.0000        -136.0818     74.46%
63633.03/3210.97	c      3211          18658       17302        20         -78.0000        -136.0818     74.46%
63732.13/3216.03	c      3216          18703       17343        20         -78.0000        -136.0664     74.44%
63833.96/3221.09	c      3221          18771       17411        20         -78.0000        -136.0615     74.44%
63935.15/3226.20	c      3226          18808       17446        20         -78.0000        -136.0238     74.39%
64035.29/3231.24	c      3231          18861       17499        20         -78.0000        -136.0171     74.38%
64134.37/3236.30	c      3236          18883       17517        20         -78.0000        -136.0171     74.38%
64235.06/3241.31	c      3241          18920       17554        20         -78.0000        -136.0097     74.37%
64334.12/3246.32	c      3246          18969       17601        20         -78.0000        -136.0097     74.37%
64433.41/3251.35	c      3251          19004       17636        20         -78.0000        -135.9856     74.34%
64534.46/3256.41	c      3256          19051       17683        20         -78.0000        -135.9792     74.33%
64633.61/3261.47	c      3261          19101       17729        20         -78.0000        -135.9784     74.33%
64734.78/3266.51	c      3267          19134       17762        20         -78.0000        -135.9784     74.33%
64833.91/3271.55	c      3272          19172       17800        20         -78.0000        -135.9707     74.32%
64935.07/3276.64	c      3277          19202       17828        20         -78.0000        -135.9707     74.32%
65036.22/3281.74	c      3282          19236       17860        20         -78.0000        -135.9707     74.32%
65137.36/3286.87	c      3287          19271       17895        20         -78.0000        -135.9684     74.32%
65238.54/3291.92	c      3292          19311       17935        20         -78.0000        -135.9513     74.30%
65337.59/3296.97	c      3297          19341       17963        20         -78.0000        -135.9513     74.30%
65436.36/3302.03	c      3302          19362       17984        20         -78.0000        -135.9513     74.30%
65538.15/3307.12	c      3307          19422       18038        20         -78.0000        -135.9438     74.29%
65639.38/3312.17	c      3312          19463       18071        20         -78.0000        -135.9438     74.29%
65739.99/3317.20	c      3317          19489       18097        20         -78.0000        -135.9384     74.28%
65839.42/3322.29	c      3322          19526       18134        20         -78.0000        -135.9384     74.28%
65940.61/3327.33	c      3327          19586       18192        20         -78.0000        -135.9380     74.28%
66039.91/3332.39	c      3332          19628       18232        20         -78.0000        -135.9378     74.28%
66141.12/3337.42	c      3337          19679       18283        20         -78.0000        -135.9378     74.28%
66242.33/3342.50	c      3343          19718       18320        20         -78.0000        -135.9353     74.28%
66341.59/3347.57	c      3348          19764       18366        20         -78.0000        -135.9104     74.24%
66442.86/3352.62	c      3353          19811       18413        20         -78.0000        -135.9104     74.24%
66544.12/3357.70	c      3358          19870       18468        20         -78.0000        -135.8946     74.22%
66643.39/3362.75	c      3363          19903       18501        20         -78.0000        -135.8922     74.22%
66744.66/3367.80	c      3368          19956       18554        20         -78.0000        -135.8922     74.22%
66843.89/3372.85	c      3373          19987       18585        20         -78.0000        -135.8922     74.22%
66945.15/3377.90	c      3378          20014       18608        20         -78.0000        -135.8922     74.22%
67044.42/3382.91	c      3383          20056       18648        20         -78.0000        -135.8922     74.22%
67143.67/3388.00	c      3388          20081       18673        20         -78.0000        -135.8922     74.22%
67242.71/3393.02	c      3393          20110       18700        20         -78.0000        -135.8807     74.21%
67344.48/3398.04	c      3398          20190       18768        20         -78.0000        -135.8807     74.21%
67443.45/3403.08	c      3403          20228       18800        20         -78.0000        -135.8747     74.20%
67546.04/3408.23	c      3408          20271       18841        20         -78.0000        -135.8571     74.18%
67646.83/3413.32	c      3413          20311       18875        20         -78.0000        -135.8408     74.15%
67745.92/3418.37	c      3418          20381       18941        20         -78.0000        -135.8311     74.14%
67846.91/3423.42	c      3423          20414       18974        20         -78.0000        -135.8311     74.14%
67945.89/3428.45	c      3428          20463       19021        20         -78.0000        -135.8146     74.12%
68046.96/3433.55	c      3434          20526       19080        20         -78.0000        -135.8058     74.11%
68146.11/3438.59	c      3439          20552       19104        20         -78.0000        -135.8058     74.11%
68247.23/3443.63	c      3444          20598       19150        20         -78.0000        -135.8031     74.11%
68348.27/3448.70	c      3449          20633       19183        20         -78.0000        -135.8031     74.11%
68447.40/3453.74	c      3454          20655       19205        20         -78.0000        -135.8031     74.11%
68546.60/3458.75	c      3459          20684       19234        20         -78.0000        -135.7943     74.10%
68647.80/3463.88	c      3464          20735       19283        20         -78.0000        -135.7822     74.08%
68748.98/3468.92	c      3469          20788       19334        20         -78.0000        -135.7822     74.08%
68848.27/3473.97	c      3474          20856       19390        20         -78.0000        -135.7822     74.08%
68947.36/3479.00	c      3479          20923       19449        20         -78.0000        -135.7699     74.06%
69046.55/3484.02	c      3484          20969       19495        20         -78.0000        -135.7664     74.06%
69148.36/3489.10	c      3489          21012       19534        20         -78.0000        -135.7664     74.06%
69249.44/3494.19	c      3494          21031       19553        20         -78.0000        -135.7642     74.06%
69349.77/3499.22	c      3499          21083       19601        20         -78.0000        -135.7502     74.04%
69448.82/3504.28	c      3504          21159       19677        20         -78.0000        -135.7478     74.04%
69550.04/3509.36	c      3509          21203       19715        20         -78.0000        -135.7478     74.04%
69649.14/3514.39	c      3514          21267       19775        20         -78.0000        -135.7202     74.00%
69750.20/3519.47	c      3519          21314       19814        20         -78.0000        -135.7202     74.00%
69851.20/3524.52	c      3525          21356       19854        20         -78.0000        -135.7202     74.00%
69950.38/3529.56	c      3530          21397       19895        20         -78.0000        -135.7143     73.99%
70049.53/3534.58	c      3535          21456       19952        20         -78.0000        -135.7143     73.99%
70150.62/3539.62	c      3540          21493       19989        20         -78.0000        -135.7073     73.98%
70249.71/3544.66	c      3545          21541       20033        20         -78.0000        -135.7015     73.98%
70350.79/3549.71	c      3550          21587       20075        20         -78.0000        -135.7006     73.98%
70451.83/3554.89	c      3555          21651       20139        20         -78.0000        -135.6966     73.97%
70553.01/3559.94	c      3560          21669       20157        20         -78.0000        -135.6966     73.97%
70652.16/3564.99	c      3565          21721       20209        20         -78.0000        -135.6930     73.97%
70753.96/3570.04	c      3570          21771       20251        20         -78.0000        -135.6920     73.96%
70853.20/3575.08	c      3575          21821       20293        20         -78.0000        -135.6902     73.96%
70954.59/3580.14	c      3580          21887       20351        20         -78.0000        -135.6902     73.96%
71053.78/3585.19	c      3585          21931       20393        20         -78.0000        -135.6902     73.96%
71154.02/3590.24	c      3590          22008       20458        20         -78.0000        -135.6607     73.92%
71253.37/3595.29	c      3595          22046       20496        20         -78.0000        -135.6607     73.92%
71354.57/3600.34	c      3600          22100       20544        20         -78.0000        -135.6575     73.92%
71453.78/3605.39	c      3605          22141       20585        20         -78.0000        -135.6510     73.91%
71552.99/3610.40	c      3610          22194       20636        20         -78.0000        -135.6510     73.91%
71653.91/3615.43	c      3615          22223       20661        20         -78.0000        -135.6510     73.91%
71752.89/3620.46	c      3620          22275       20705        20         -78.0000        -135.6510     73.91%
71854.00/3625.53	c      3626          22338       20766        20         -78.0000        -135.6421     73.90%
71953.12/3630.59	c      3631          22361       20785        20         -78.0000        -135.6268     73.88%

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 (187558 MiB free)
  memory of node 1: 193531 MiB (191526 MiB free)
  memory of node 2: 193531 MiB (192084 MiB free)
  memory of node 3: 193531 MiB (188077 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-4466015-1722458179/watcher-4466015-1722458179 -o /tmp/evaluation-result-4466015-1722458179/solver-4466015-1722458179 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70627 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4466015-1722458179.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100102 s]*
/proc/loadavg: 76.08 79.45 79.71 43/938 74853
/proc/meminfo: memFree=777919348/790760804 swapFree=131071996/131071996
[pid=74848] ppid=74845 vsize=1550104 memory=66876 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/stat : 74848 (fscip) R 74845 74848 70587 0 -1 4194304 13517 0 0 0 9 3 0 0 20 0 21 0 12400479 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
/proc/74848/statm: 387526 16719 2694 3035 0 56882 0
[pid=74848/tid=74854] ppid=74845 vsize=1550104 memory=4026531957 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74854/stat : 74854 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74855] ppid=74845 vsize=1550104 memory=207064662359 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74855/stat : 74855 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74856] ppid=74845 vsize=1550104 memory=61809696769523 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74856/stat : 74856 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74857] ppid=74845 vsize=1550104 memory=57420256970457 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74857/stat : 74857 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74858] ppid=74845 vsize=1550104 memory=62879193958335 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74858/stat : 74858 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74859] ppid=74845 vsize=1550104 memory=56299337632141 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74859/stat : 74859 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74860] ppid=74845 vsize=1550104 memory=15255935111169167 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74860/stat : 74860 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74861] ppid=74845 vsize=1550104 memory=14697417564027959 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74861/stat : 74861 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74862] ppid=74845 vsize=1550104 memory=3978709514613686304 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74862/stat : 74862 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74863] ppid=74845 vsize=1550104 memory=4123103952940302368 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74863/stat : 74863 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74864] ppid=74845 vsize=1550104 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74864/stat : 74864 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74865] ppid=74845 vsize=1550104 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74865/stat : 74865 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74866] ppid=74845 vsize=1550104 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74866/stat : 74866 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74867] ppid=74845 vsize=1550104 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74867/stat : 74867 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74868] ppid=74845 vsize=1550104 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74868/stat : 74868 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74869] ppid=74845 vsize=1550104 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74869/stat : 74869 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74870] ppid=74845 vsize=1550104 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74870/stat : 74870 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74871] ppid=74845 vsize=1550104 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74871/stat : 74871 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74872] ppid=74845 vsize=1550104 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74872/stat : 74872 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74873] ppid=74845 vsize=1550104 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74873/stat : 74873 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1587306496 16719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 1550104 KiB
Current children cumulated memory: 66876 KiB

[startup+0.22313 s]*
/proc/loadavg: 76.08 79.45 79.71 42/958 74883
/proc/meminfo: memFree=777838672/790760804 swapFree=131071996/131071996
[pid=74848] ppid=74845 vsize=1545356 memory=161808 CPUtime=0.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/stat : 74848 (fscip) S 74845 74848 70587 0 -1 1077936128 38761 0 0 0 18 6 0 0 20 0 21 0 12400479 1582444544 40452 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 17 42 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
/proc/74848/statm: 386339 40452 2694 3035 0 80713 0
[pid=74848/tid=74854] ppid=74845 vsize=1545356 memory=4026531959 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74854/stat : 74854 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40452 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74855] ppid=74845 vsize=1545356 memory=67123 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74855/stat : 74855 (fscip) S 74845 74848 70587 0 -1 1077936192 1676 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40452 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74856] ppid=74845 vsize=1545356 memory=55216921903569 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74856/stat : 74856 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40452 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74857] ppid=74845 vsize=1545356 memory=60718791787076 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74857/stat : 74857 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40452 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74858] ppid=74845 vsize=1545356 memory=55186907464376 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74858/stat : 74858 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40452 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74859] ppid=74845 vsize=1545356 memory=61796895687587 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74859/stat : 74859 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40452 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74860] ppid=74845 vsize=1545356 memory=13851858762466736 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74860/stat : 74860 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40452 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74861] ppid=74845 vsize=1545356 memory=14978892540676309 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74861/stat : 74861 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40452 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74862] ppid=74845 vsize=1545356 memory=178463 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74862/stat : 74862 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40452 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74863] ppid=74845 vsize=1545356 memory=277296 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74863/stat : 74863 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40518 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74864] ppid=74845 vsize=1545356 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74864/stat : 74864 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40518 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74865] ppid=74845 vsize=1545356 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74865/stat : 74865 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40518 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74866] ppid=74845 vsize=1545356 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74866/stat : 74866 (fscip) R 74845 74848 70587 0 -1 4194368 203 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40518 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74867] ppid=74845 vsize=1545356 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74867/stat : 74867 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40518 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74868] ppid=74845 vsize=1545356 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74868/stat : 74868 (fscip) S 74845 74848 70587 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40518 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74869] ppid=74845 vsize=1545356 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74869/stat : 74869 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40518 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74870] ppid=74845 vsize=1545356 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74870/stat : 74870 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40518 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74871] ppid=74845 vsize=1545356 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74871/stat : 74871 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40518 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74872] ppid=74845 vsize=1545356 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74872/stat : 74872 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40518 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74873] ppid=74845 vsize=1545356 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74873/stat : 74873 (fscip) S 74845 74848 70587 0 -1 1077936192 1675 0 0 0 0 0 0 0 20 0 21 0 12400490 1582444544 40518 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1545356 KiB
Current children cumulated memory: 161808 KiB

[startup+0.323307 s]*
/proc/loadavg: 76.08 79.45 79.71 62/978 74906
/proc/meminfo: memFree=777621684/790760804 swapFree=131071996/131071996
[pid=74848] ppid=74845 vsize=1709276 memory=418612 CPUtime=1.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/stat : 74848 (fscip) S 74845 74848 70587 0 -1 1077936128 102671 0 0 0 86 22 0 0 20 0 41 0 12400479 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 17 10 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
/proc/74848/statm: 427319 104653 2790 3035 0 191342 0
[pid=74848/tid=74854] ppid=74845 vsize=1709276 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74854/stat : 74854 (fscip) R 74845 74848 70587 0 -1 4194368 4504 0 0 0 4 0 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74855] ppid=74845 vsize=1709276 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74855/stat : 74855 (fscip) D 74845 74848 70587 0 -1 4194368 4427 0 0 0 3 1 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74856] ppid=74845 vsize=1709276 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74856/stat : 74856 (fscip) R 74845 74848 70587 0 -1 4194368 4468 0 0 0 4 0 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74857] ppid=74845 vsize=1709276 memory=8316850467074736180 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74857/stat : 74857 (fscip) D 74845 74848 70587 0 -1 4194368 4489 0 0 0 4 0 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74858] ppid=74845 vsize=1709276 memory=245685880047 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74858/stat : 74858 (fscip) R 74845 74848 70587 0 -1 4194368 4455 0 0 0 3 0 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74859] ppid=74845 vsize=1709276 memory=62900618462667 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74859/stat : 74859 (fscip) R 74845 74848 70587 0 -1 4194368 4462 0 0 0 3 1 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74860] ppid=74845 vsize=1709276 memory=61805418579623 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74860/stat : 74860 (fscip) R 74845 74848 70587 0 -1 4194368 4465 0 0 0 4 0 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74861] ppid=74845 vsize=1709276 memory=61809730324353 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74861/stat : 74861 (fscip) R 74845 74848 70587 0 -1 4194368 4459 0 0 0 3 1 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74862] ppid=74845 vsize=1709276 memory=59615018829913 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74862/stat : 74862 (fscip) R 74845 74848 70587 0 -1 4194368 4460 0 0 0 3 1 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74863] ppid=74845 vsize=1709276 memory=57411784442977 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74863/stat : 74863 (fscip) R 74845 74848 70587 0 -1 4194368 4470 0 0 0 3 1 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74864] ppid=74845 vsize=1709276 memory=16100385811114440 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74864/stat : 74864 (fscip) R 74845 74848 70587 0 -1 4194368 4459 0 0 0 3 0 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74865] ppid=74845 vsize=1709276 memory=3546361725559504928 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74865/stat : 74865 (fscip) R 74845 74848 70587 0 -1 4194368 4466 0 0 0 3 1 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74866] ppid=74845 vsize=1709276 memory=250953 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74866/stat : 74866 (fscip) R 74845 74848 70587 0 -1 4194368 4684 0 0 0 4 0 0 0 20 0 41 0 12400490 1750298624 104653 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74867] ppid=74845 vsize=1709276 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74867/stat : 74867 (fscip) D 74845 74848 70587 0 -1 4194368 4312 0 0 0 3 0 0 0 20 0 41 0 12400490 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74868] ppid=74845 vsize=1709276 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74868/stat : 74868 (fscip) R 74845 74848 70587 0 -1 4194368 4460 0 0 0 3 1 0 0 20 0 41 0 12400490 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74869] ppid=74845 vsize=1709276 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74869/stat : 74869 (fscip) R 74845 74848 70587 0 -1 4194368 4461 0 0 0 3 0 0 0 20 0 41 0 12400490 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74870] ppid=74845 vsize=1709276 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74870/stat : 74870 (fscip) R 74845 74848 70587 0 -1 4194368 4461 0 0 0 3 0 0 0 20 0 41 0 12400490 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74871] ppid=74845 vsize=1709276 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74871/stat : 74871 (fscip) R 74845 74848 70587 0 -1 4194368 4462 0 0 0 3 0 0 0 20 0 41 0 12400490 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74872] ppid=74845 vsize=1709276 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74872/stat : 74872 (fscip) R 74845 74848 70587 0 -1 4194368 4465 0 0 0 4 0 0 0 20 0 41 0 12400490 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74873] ppid=74845 vsize=1709276 memory=0 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74873/stat : 74873 (fscip) D 74845 74848 70587 0 -1 4194368 4299 0 0 0 3 0 0 0 20 0 41 0 12400490 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74884] ppid=74845 vsize=1709276 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74884/stat : 74884 (fscip) S 74845 74848 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12400507 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74885] ppid=74845 vsize=1709276 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74885/stat : 74885 (fscip) S 74845 74848 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12400508 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74886] ppid=74845 vsize=1709276 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74886/stat : 74886 (fscip) S 74845 74848 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12400508 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74887] ppid=74845 vsize=1709276 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74887/stat : 74887 (fscip) S 74845 74848 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12400508 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74888] ppid=74845 vsize=1709276 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74888/stat : 74888 (fscip) S 74845 74848 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12400508 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74889] ppid=74845 vsize=1709276 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74889/stat : 74889 (fscip) S 74845 74848 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12400508 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74890] ppid=74845 vsize=1709276 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74890/stat : 74890 (fscip) S 74845 74848 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12400508 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74891] ppid=74845 vsize=1709276 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74891/stat : 74891 (fscip) S 74845 74848 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12400508 1750298624 104719 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0

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

/proc/74848/task/74873/stat : 74873 (fscip) R 74845 74848 70587 0 -1 4194368 2282138 0 0 0 354934 335 0 0 20 0 41 0 12400490 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74884] ppid=74845 vsize=14750328 memory=11432 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74884/stat : 74884 (fscip) S 74845 74848 70587 0 -1 1077936192 100 0 0 0 2 0 0 0 20 0 41 0 12400507 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74885] ppid=74845 vsize=14750328 memory=10961092 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74885/stat : 74885 (fscip) S 74845 74848 70587 0 -1 1077936192 55 0 0 0 2 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74886] ppid=74845 vsize=14750328 memory=11528 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74886/stat : 74886 (fscip) S 74845 74848 70587 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74887] ppid=74845 vsize=14750328 memory=10936068 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74887/stat : 74887 (fscip) S 74845 74848 70587 0 -1 1077936192 104 0 0 0 1 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74888] ppid=74845 vsize=14750328 memory=11139556 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74888/stat : 74888 (fscip) S 74845 74848 70587 0 -1 1077936192 96 0 0 0 2 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74889] ppid=74845 vsize=14750328 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74889/stat : 74889 (fscip) S 74845 74848 70587 0 -1 1077936192 106 0 0 0 1 1 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74890] ppid=74845 vsize=14750328 memory=11152040 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74890/stat : 74890 (fscip) S 74845 74848 70587 0 -1 1077936192 101 0 0 0 1 1 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74891] ppid=74845 vsize=14750328 memory=33708 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74891/stat : 74891 (fscip) S 74845 74848 70587 0 -1 1077936192 97 0 0 0 1 1 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74892] ppid=74845 vsize=14750328 memory=64036 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74892/stat : 74892 (fscip) S 74845 74848 70587 0 -1 1077936192 99 0 0 0 2 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74893] ppid=74845 vsize=14750328 memory=11075636 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74893/stat : 74893 (fscip) S 74845 74848 70587 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74894] ppid=74845 vsize=14750328 memory=643265842006282 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74894/stat : 74894 (fscip) S 74845 74848 70587 0 -1 1077936192 96 0 0 0 3 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74895] ppid=74845 vsize=14750328 memory=11145664 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74895/stat : 74895 (fscip) S 74845 74848 70587 0 -1 1077936192 96 0 0 0 2 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74896] ppid=74845 vsize=14750328 memory=11528 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74896/stat : 74896 (fscip) S 74845 74848 70587 0 -1 1077936192 96 0 0 0 2 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74897] ppid=74845 vsize=14750328 memory=11197996 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74897/stat : 74897 (fscip) S 74845 74848 70587 0 -1 1077936192 102 0 0 0 2 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74898] ppid=74845 vsize=14750328 memory=11121540 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74898/stat : 74898 (fscip) S 74845 74848 70587 0 -1 1077936192 99 0 0 0 2 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74899] ppid=74845 vsize=14750328 memory=-7090187006903411837 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74899/stat : 74899 (fscip) S 74845 74848 70587 0 -1 1077936192 100 0 0 0 0 2 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74900] ppid=74845 vsize=14750328 memory=-7091031431833543036 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74900/stat : 74900 (fscip) S 74845 74848 70587 0 -1 1077936192 96 0 0 0 3 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74901] ppid=74845 vsize=14750328 memory=11149980 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74901/stat : 74901 (fscip) S 74845 74848 70587 0 -1 1077936192 106 0 0 0 2 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74902] ppid=74845 vsize=14750328 memory=11194104 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74902/stat : 74902 (fscip) S 74845 74848 70587 0 -1 1077936192 101 0 0 0 2 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74903] ppid=74845 vsize=14750328 memory=1736 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74903/stat : 74903 (fscip) S 74845 74848 70587 0 -1 1077936192 98 0 0 0 3 0 0 0 20 0 41 0 12400508 15104335872 2799609 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
Current children cumulated CPU time: 70997.5 s
Current children cumulated vsize: 14750328 KiB
Current children cumulated memory: 11198436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.9 s]
/proc/loadavg: 80.91 78.51 79.12 81/1024 77918
/proc/meminfo: memFree=760636720/790760804 swapFree=131071996/131071996
[pid=74848] ppid=74845 vsize=15038456 memory=11297740 CPUtime=72000.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/stat : 74848 (fscip) S 74845 74848 70587 0 -1 1077936128 37434422 0 0 0 7179649 20426 0 0 20 0 41 0 12400479 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 17 18 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
/proc/74848/statm: 3759614 2824435 3302 3035 0 3589774 0
[pid=74848/tid=74854] ppid=74845 vsize=15038456 memory=33100 CPUtime=3597.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74854/stat : 74854 (fscip) R 74845 74848 70587 0 -1 4194368 2630170 0 0 0 359472 273 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74855] ppid=74845 vsize=15038456 memory=279434465156848 CPUtime=3598.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74855/stat : 74855 (fscip) R 74845 74848 70587 0 -1 4194368 2235817 0 0 0 359561 330 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74856] ppid=74845 vsize=15038456 memory=164 CPUtime=3600.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74856/stat : 74856 (fscip) R 74845 74848 70587 0 -1 4194368 306608 0 0 0 357476 2620 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74857] ppid=74845 vsize=15038456 memory=643265842006282 CPUtime=3600.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74857/stat : 74857 (fscip) R 74845 74848 70587 0 -1 4194368 2133615 0 0 0 359818 236 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74858] ppid=74845 vsize=15038456 memory=11226024 CPUtime=3600.91 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74858/stat : 74858 (fscip) R 74845 74848 70587 0 -1 4194368 2898693 0 0 0 359633 458 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74859] ppid=74845 vsize=15038456 memory=643265842006282 CPUtime=3603.75 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74859/stat : 74859 (fscip) R 74845 74848 70587 0 -1 4194368 315279 0 0 0 357725 2650 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74860] ppid=74845 vsize=15038456 memory=279434466612000 CPUtime=3593.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74860/stat : 74860 (fscip) R 74845 74848 70587 0 -1 4194368 2438003 0 0 0 359121 259 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74861] ppid=74845 vsize=15038456 memory=11528 CPUtime=3603.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74861/stat : 74861 (fscip) R 74845 74848 70587 0 -1 4194368 2286831 0 0 0 360025 306 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74862] ppid=74845 vsize=15038456 memory=10969100 CPUtime=3599.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74862/stat : 74862 (fscip) R 74845 74848 70587 0 -1 4194368 304905 0 0 0 357225 2758 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74863] ppid=74845 vsize=15038456 memory=11292892 CPUtime=3597.83 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74863/stat : 74863 (fscip) R 74845 74848 70587 0 -1 4194368 2419676 0 0 0 359506 277 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74864] ppid=74845 vsize=15038456 memory=25333125866717268 CPUtime=3598.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74864/stat : 74864 (fscip) R 74845 74848 70587 0 -1 4194368 3322028 0 0 0 359410 470 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74865] ppid=74845 vsize=15038456 memory=6732 CPUtime=3602.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74865/stat : 74865 (fscip) R 74845 74848 70587 0 -1 4194368 299901 0 0 0 357600 2622 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74866] ppid=74845 vsize=15038456 memory=11292920 CPUtime=3596.81 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74866/stat : 74866 (fscip) R 74845 74848 70587 0 -1 4194368 2327034 0 0 0 359428 253 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74867] ppid=74845 vsize=15038456 memory=355324 CPUtime=3597.47 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74867/stat : 74867 (fscip) R 74845 74848 70587 0 -1 4194368 3441933 0 0 0 359268 479 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74868] ppid=74845 vsize=15038456 memory=2268 CPUtime=3601.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74868/stat : 74868 (fscip) R 74845 74848 70587 0 -1 4194368 311236 0 0 0 357540 2609 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74869] ppid=74845 vsize=15038456 memory=5472 CPUtime=3597.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74869/stat : 74869 (fscip) R 74845 74848 70587 0 -1 4194368 2474969 0 0 0 359498 256 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74870] ppid=74845 vsize=15038456 memory=1848 CPUtime=3600.84 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74870/stat : 74870 (fscip) R 74845 74848 70587 0 -1 4194368 2144741 0 0 0 359772 312 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74871] ppid=74845 vsize=15038456 memory=16204 CPUtime=3603.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74871/stat : 74871 (fscip) R 74845 74848 70587 0 -1 4194368 321278 0 0 0 357726 2610 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74872] ppid=74845 vsize=15038456 memory=28748 CPUtime=3600.08 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74872/stat : 74872 (fscip) R 74845 74848 70587 0 -1 4194368 2484680 0 0 0 359752 256 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74873] ppid=74845 vsize=15038456 memory=279434466039584 CPUtime=3602.57 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74873/stat : 74873 (fscip) R 74845 74848 70587 0 -1 4194368 2320040 0 0 0 359916 341 0 0 20 0 41 0 12400490 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74884] ppid=74845 vsize=15038456 memory=25333125866717268 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74884/stat : 74884 (fscip) S 74845 74848 70587 0 -1 1077936192 103 0 0 0 2 0 0 0 20 0 41 0 12400507 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74885] ppid=74845 vsize=15038456 memory=11258164 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74885/stat : 74885 (fscip) S 74845 74848 70587 0 -1 1077936192 56 0 0 0 2 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74886] ppid=74845 vsize=15038456 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74886/stat : 74886 (fscip) S 74845 74848 70587 0 -1 1077936192 106 0 0 0 2 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74887] ppid=74845 vsize=15038456 memory=11281928 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74887/stat : 74887 (fscip) S 74845 74848 70587 0 -1 1077936192 106 0 0 0 1 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74888] ppid=74845 vsize=15038456 memory=10556 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74888/stat : 74888 (fscip) S 74845 74848 70587 0 -1 1077936192 98 0 0 0 2 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74889] ppid=74845 vsize=15038456 memory=5472 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74889/stat : 74889 (fscip) S 74845 74848 70587 0 -1 1077936192 108 0 0 0 1 1 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74890] ppid=74845 vsize=15038456 memory=16204 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74890/stat : 74890 (fscip) S 74845 74848 70587 0 -1 1077936192 103 0 0 0 1 1 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74891] ppid=74845 vsize=15038456 memory=11293592 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74891/stat : 74891 (fscip) S 74845 74848 70587 0 -1 1077936192 99 0 0 0 1 1 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74892] ppid=74845 vsize=15038456 memory=2004 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74892/stat : 74892 (fscip) S 74845 74848 70587 0 -1 1077936192 101 0 0 0 2 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74893] ppid=74845 vsize=15038456 memory=52404 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74893/stat : 74893 (fscip) S 74845 74848 70587 0 -1 1077936192 106 0 0 0 2 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74894] ppid=74845 vsize=15038456 memory=11225940 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74894/stat : 74894 (fscip) S 74845 74848 70587 0 -1 1077936192 98 0 0 0 3 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74895] ppid=74845 vsize=15038456 memory=11213948 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74895/stat : 74895 (fscip) S 74845 74848 70587 0 -1 1077936192 98 0 0 0 2 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74896] ppid=74845 vsize=15038456 memory=11528 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74896/stat : 74896 (fscip) S 74845 74848 70587 0 -1 1077936192 98 0 0 0 2 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74897] ppid=74845 vsize=15038456 memory=11280952 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74897/stat : 74897 (fscip) S 74845 74848 70587 0 -1 1077936192 104 0 0 0 2 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74898] ppid=74845 vsize=15038456 memory=11075636 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74898/stat : 74898 (fscip) S 74845 74848 70587 0 -1 1077936192 101 0 0 0 2 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74899] ppid=74845 vsize=15038456 memory=11528 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74899/stat : 74899 (fscip) S 74845 74848 70587 0 -1 1077936192 102 0 0 0 0 2 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74900] ppid=74845 vsize=15038456 memory=10936068 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74900/stat : 74900 (fscip) S 74845 74848 70587 0 -1 1077936192 98 0 0 0 3 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74901] ppid=74845 vsize=15038456 memory=11259308 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74901/stat : 74901 (fscip) S 74845 74848 70587 0 -1 1077936192 108 0 0 0 2 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74902] ppid=74845 vsize=15038456 memory=11258048 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74902/stat : 74902 (fscip) S 74845 74848 70587 0 -1 1077936192 103 0 0 0 2 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
[pid=74848/tid=74903] ppid=74845 vsize=15038456 memory=11236512 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/74848/task/74903/stat : 74903 (fscip) S 74845 74848 70587 0 -1 1077936192 100 0 0 0 3 0 0 0 20 0 41 0 12400508 15399378944 2824435 809668444160 4194304 16623229 140728279901184 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 40435712 140728279909386 140728279909504 140728279909504 140728279916528 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 15038456 KiB
Current children cumulated memory: 11297740 KiB

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

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

# cumulated CPU time of all completed processes:  user=71796.7 s, system=204.57 s

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

[startup+3633.2 s]
/proc/loadavg: 80.91 78.51 79.12 62/985 77918
/proc/meminfo: memFree=764385460/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): 3633.23
CPU time (s): 72001.3
CPU user time (s): 71796.7
CPU system time (s): 204.57
CPU usage (%): 1981.75
Max. virtual memory (cumulated for all children) (KiB): 15038456
Max. memory (cumulated for all children) (KiB): 11297740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71796.7
system time used= 204.57
maximum resident set size= 11297764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37434498
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= 431239
involuntary context switches= 382809


# summary of solver processes directly reported to runsolver:
#   pid: 74848
#   total CPU time (s): 72001.3
#   total CPU user time (s): 71796.7
#   total CPU system time (s): 204.57

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.584 second user time and 80.7191 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 22:36:19
IDJOB=4466015
IDBENCH=148578
IDSOLVER=3094
FILE ID=nodeD102/4466015-1722458179
RUNJOBID= nodeD102-1722454211-70627
SLURM_JOB_ID= 8254238
Free space on /tmp= 8622832 MiB

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

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

MD5SUM BENCH= 5f642955075bb0dd80aabe9a80ec63b9
RANDOM SEED=1556685446

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		: 2863.233
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		: 3154.354
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		: 1670.966
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		: 2942.062
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		: 2859.382
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		: 2646.273
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		: 2369.049
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		: 2935.880
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		: 2875.458
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		: 2621.968
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		: 1671.753
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		: 2941.656
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		: 2874.294
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		: 2632.664
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		: 3440.120
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		: 2941.437
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		: 2874.972
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		: 2638.781
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		: 2471.085
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		: 2940.815
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		: 2864.714
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		: 2636.179
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		: 3368.725
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		: 2942.099
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		: 2875.161
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		: 2623.500
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		: 2549.233
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		: 2942.129
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		: 2866.681
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		: 2643.858
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		: 2825.921
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		: 2940.616
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		: 2865.426
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		: 2635.294
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		: 3082.937
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		: 2939.003
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		: 2858.266
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		: 2635.947
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		: 2965.971
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		: 2940.201
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		: 2856.572
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		: 2634.668
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		: 2954.251
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		: 2941.283
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		: 2874.785
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		: 2653.142
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		: 2605.285
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		: 2941.774
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		: 2865.867
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		: 3060.931
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		: 2901.211
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		: 2941.680
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		: 2865.744
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		: 2611.466
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		: 2976.731
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		: 2941.574
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		: 2863.342
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		: 3061.689
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		: 2648.155
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		: 2937.613
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		: 2874.879
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		: 2637.692
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		: 2661.882
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		: 2928.923
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		: 2874.934
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		: 2646.998
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		: 2088.093
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		: 2937.990
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		: 2874.825
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		: 3855.798
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		: 2632.960
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		: 2941.076
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		: 2859.319
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2617.927
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		: 2626.644
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		: 2939.032
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		: 2872.127
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		: 3838.833
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		: 3281.806
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		: 2939.603
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:        776164584 kB
MemAvailable:   774575712 kB
Buffers:          164584 kB
Cached:          1516860 kB
SwapCached:            0 kB
Active:           339108 kB
Inactive:       11827692 kB
Active(anon):       2252 kB
Inactive(anon): 10505660 kB
Active(file):     336856 kB
Inactive(file):  1322032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             27936 kB
Writeback:            40 kB
AnonPages:      10459020 kB
Mapped:           113524 kB
Shmem:             22536 kB
KReclaimable:     148668 kB
Slab:             487540 kB
SReclaimable:     148668 kB
SUnreclaim:       338872 kB
KernelStack:       17152 kB
PageTables:        66192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3195024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           209664 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 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:      475136 kB
DirectMap2M:    47208448 kB
DirectMap1G:    758120448 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD102 at 2024-07-31 23:36:52