Trace number 4465266

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.9 3637.73

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
MD5SUM05a4468103b1b74e5a90bd7e67aed0d9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-53
Best CPU time to get the best result obtained on this benchmark72001.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1272
Total number of constraints94227
Number of constraints which are clauses94227
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1272
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 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.11/0.20	c Default LC presolving (default).
0.11/0.20	c ** Before presolving: virtualMemUsedAtLc = 201662304, getVmSize() = 138854400, SCIPgetMemUsed() = 99591028, SCIPgetMemTotal() = 109748788, SCIPgetMemExternEstim() = 91913516
0.11/0.20	c ** set memory limit for presolving in LC to 8.79546e+12 for SCIP **
1.59/1.61	c ** Estimated virtualMemUsedAtSolver = 313404008, getVmSize() = 417472512, SCIPgetMemUsed() = 219736889, SCIPgetMemTotal() = 378192497, SCIPgetMemExternEstim() = 91913516
1.59/1.61	c ** set memory limit for solvers to 4.18763e+11 for each SCIP **
1.59/1.61	c Original Problem   :
1.59/1.61	c   Problem name     : instance-4465266-1723581724
1.59/1.61	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1.59/1.61	c   Constraints      : 94227
1.59/1.61	c   Objective sense  : minimize
1.59/1.61	c Presolved Problem  :
1.59/1.61	c   Variables        : 1272 (1272 binary, 0 integer, 0 implicit integer, 0 continuous)
1.59/1.61	c   Constraints      : 94227
1.59/1.61	c Constraints        : Number
1.59/1.61	c   setppc           : 94227 
1.59/1.61	c ** Instance transfer method used: 0
1.69/1.72	c ** ParaScipInstance copy does not increase the number of variables. **
3.38/3.45	c LC is working with racing ramp-up and with rebuilding tree after racing.
3.38/3.46	c                                Nodes    Active                                            
3.38/3.46	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
79.53/7.40	c *       7              0           1        20         -36.0000                -          -
79.53/7.40	c         7              0           1        20         -36.0000                -          -
95.30/8.30	c *       8              0           1        20         -37.0000                -          -
100.50/8.64	c *       9              0           1        20         -39.0000                -          -
111.75/9.26	c *       9              0           1        20         -40.0000                -          -
111.75/9.27	c *       9              0           1        20         -42.0000                -          -
175.13/12.43	c        12              2           1        20         -42.0000       -1272.0000          -
278.20/17.61	c        18             21          22        20         -42.0000       -1272.0000          -
379.28/22.77	c        23             61          62        20         -42.0000       -1272.0000          -
494.31/28.53	c        29            202         201        20         -42.0000       -1272.0000          -
599.09/33.86	c        34            511         512        20         -42.0000       -1272.0000          -
708.38/39.43	c        39           1731         681        20         -42.0000       -1272.0000          -
811.60/44.76	c        45           4462        1186        20         -42.0000       -1272.0000          -
913.12/49.95	c        50           6650        1188        20         -42.0000       -1272.0000          -
1014.79/55.09	c        55              2           1        20         -42.0000         -53.3333     26.98%
1114.35/60.11	c        60              2           1        20         -42.0000         -53.0000     26.19%
1198.12/64.35	c *      64             11          10        20         -43.0000         -53.0000     23.26%
1219.59/65.48	c        65             11          10        20         -43.0000         -53.0000     23.26%
1319.57/70.52	c        71             12          11        20         -43.0000         -53.0000     23.26%
1417.49/75.59	c        76             16          15        20         -43.0000         -53.0000     23.26%
1521.94/80.88	c        81             20          19        20         -43.0000         -53.0000     23.26%
1622.86/86.01	c        86             23          22        20         -43.0000         -53.0000     23.26%
1725.11/91.14	c        91             25          24        20         -43.0000         -53.0000     23.26%
1831.10/96.43	c        96             59          58        20         -43.0000         -53.0000     23.26%
1936.25/101.80	c       102             59          58        20         -43.0000         -53.0000     23.26%
2037.44/106.90	c       107             67          66        20         -43.0000         -53.0000     23.26%
2141.51/112.05	c       112             68          67        20         -43.0000         -53.0000     23.26%
2240.63/117.06	c       117             46          45        20         -43.0000         -53.0000     23.26%
2340.01/122.15	c       122             58          57        20         -43.0000         -53.0000     23.26%
2446.06/127.41	c       127             58          57        20         -43.0000         -53.0000     23.26%
2545.28/132.45	c       132             61          60        20         -43.0000         -53.0000     23.26%
2652.43/137.80	c       138             90          89        20         -43.0000         -53.0000     23.26%
2753.64/143.05	c       143             72          67        20         -43.0000         -53.0000     23.26%
2855.58/148.08	c       148             78          73        20         -43.0000         -53.0000     23.26%
2870.69/148.89	c *     149             78          73        20         -44.0000         -53.0000     20.45%
2955.05/153.13	c       153             83          73        20         -44.0000         -53.0000     20.45%
3057.12/158.20	c       158            112         111        20         -44.0000         -53.0000     20.45%
3158.32/163.36	c       163            115         114        20         -44.0000         -53.0000     20.45%
3259.54/168.48	c       168            114          96        20         -44.0000         -53.0000     20.45%
3364.68/173.70	c       174            114          96        20         -44.0000         -53.0000     20.45%
3463.90/178.73	c       179            122         104        20         -44.0000         -53.0000     20.45%
3563.08/183.75	c       184            148         147        20         -44.0000         -53.0000     20.45%
3664.29/188.84	c       189            148         147        20         -44.0000         -53.0000     20.45%
3765.48/193.92	c       194            156         155        20         -44.0000         -53.0000     20.45%
3869.62/199.19	c       199            161         160        20         -44.0000         -53.0000     20.45%
3968.83/204.19	c       204            168         167        20         -44.0000         -53.0000     20.45%
4076.85/209.60	c       210            168         167        20         -44.0000         -53.0000     20.45%
4175.87/214.64	c       215            179         178        20         -44.0000         -53.0000     20.45%
4275.08/219.69	c       220            181         180        20         -44.0000         -53.0000     20.45%
4376.28/224.76	c       225            181         180        20         -44.0000         -53.0000     20.45%
4477.43/229.81	c       230            187         186        20         -44.0000         -53.0000     20.45%
4576.77/234.87	c       235            662         450        20         -44.0000         -53.0000     20.45%
4677.76/239.93	c       240            663         451        20         -44.0000         -53.0000     20.45%
4776.67/244.97	c       245            196         191        20         -44.0000         -53.0000     20.45%
4878.87/250.06	c       250            223         192        20         -44.0000         -53.0000     20.45%
4979.95/255.18	c       255            225         194        20         -44.0000         -53.0000     20.45%
5081.94/260.33	c       260            234         203        20         -44.0000         -53.0000     20.45%
5183.06/265.46	c       265            234         203        20         -44.0000         -53.0000     20.45%
5286.16/270.60	c       271            217         212        20         -44.0000         -53.0000     20.45%
5387.25/275.73	c       276            267         228        20         -44.0000         -53.0000     20.45%
5488.30/280.81	c       281            901         633        20         -44.0000         -53.0000     20.45%
5592.26/286.07	c       286            309         258        20         -44.0000         -53.0000     20.45%
5693.40/291.19	c       291            918         650        20         -44.0000         -53.0000     20.45%
5796.97/296.49	c       296            321         270        20         -44.0000         -53.0000     20.45%
5897.72/301.53	c       302            338         279        20         -44.0000         -53.0000     20.45%
6000.06/306.74	c       307            338         279        20         -44.0000         -53.0000     20.45%
6098.89/311.74	c       312            358         293        20         -44.0000         -53.0000     20.45%
6199.74/316.86	c       317            455         382        20         -44.0000         -53.0000     20.45%
6300.60/321.98	c       322            379         310        20         -44.0000         -53.0000     20.45%
6404.49/327.19	c       327            494         407        20         -44.0000         -53.0000     20.45%
6507.69/332.42	c       332            422         341        20         -44.0000         -53.0000     20.45%
6606.12/337.49	c       338            603         470        20         -44.0000         -53.0000     20.45%
6708.58/342.63	c       343            603         470        20         -44.0000         -53.0000     20.45%
6807.25/347.67	c       348            500         389        20         -44.0000         -53.0000     20.45%
6908.15/352.78	c       353            500         389        20         -44.0000         -53.0000     20.45%
7009.18/357.85	c       358            543         428        20         -44.0000         -53.0000     20.45%
7110.05/362.90	c       363            543         428        20         -44.0000         -53.0000     20.45%
7208.81/367.97	c       368            543         428        20         -44.0000         -53.0000     20.45%
7312.57/373.16	c       373           1000         743        20         -44.0000         -53.0000     20.45%
7416.40/378.50	c       378           1000         743        20         -44.0000         -53.0000     20.45%
7436.24/379.42	c *     379           1000         743        20         -45.0000         -53.0000     17.78%
7519.44/383.64	c       384            584         430        20         -45.0000         -53.0000     17.78%
7620.57/388.79	c       389            584         430        20         -45.0000         -53.0000     17.78%
7723.71/393.97	c       394            591         437        20         -45.0000         -53.0000     17.78%
7826.03/399.15	c       399            591         437        20         -45.0000         -53.0000     17.78%
7927.92/404.22	c       404           1054         740        20         -45.0000         -53.0000     17.78%
8027.02/409.23	c       409           1791        1445        20         -45.0000         -53.0000     17.78%
8126.13/414.30	c       414           1791        1445        20         -45.0000         -53.0000     17.78%
8233.15/419.65	c       420           1111         797        20         -45.0000         -53.0000     17.78%
8334.16/424.74	c       425           1119         805        20         -45.0000         -53.0000     17.78%
8437.25/429.98	c       430           1164         850        20         -45.0000         -53.0000     17.78%
8539.45/435.13	c       435            917         689        20         -45.0000         -53.0000     17.78%
8640.44/440.15	c       440            917         689        20         -45.0000         -53.0000     17.78%
8740.38/445.20	c       445           2084        1722        20         -45.0000         -53.0000     17.78%
8841.34/450.32	c       450           2084        1722        20         -45.0000         -53.0000     17.78%
8944.36/455.59	c       456           2102        1738        20         -45.0000         -53.0000     17.78%
9045.51/460.66	c       461           1238         922        20         -45.0000         -53.0000     17.78%
9146.67/465.71	c       466           2112        1748        20         -45.0000         -53.0000     17.78%
9245.85/470.78	c       471           1265         949        20         -45.0000         -53.0000     17.78%
9346.95/475.80	c       476           1020         792        20         -45.0000         -53.0000     17.78%
9418.28/479.41	c *     479           2168        1798        20         -46.0000         -53.0000     15.22%
9450.78/481.09	c       481           2168        1798        20         -46.0000         -53.0000     15.22%
9554.85/486.37	c       486           2183        1714        20         -46.0000         -53.0000     15.22%
9655.95/491.44	c       491           1288         933        20         -46.0000         -53.0000     15.22%
9757.06/496.51	c       497           1038         759        20         -46.0000         -53.0000     15.22%
9864.04/502.05	c       502           1313         958        20         -46.0000         -53.0000     15.22%
9971.03/507.39	c       507           1313         958        20         -46.0000         -53.0000     15.22%
10072.18/512.46	c       512           1072         793        20         -46.0000         -53.0000     15.22%
10175.29/517.63	c       518           1337         982        20         -46.0000         -53.0000     15.22%
10276.40/522.78	c       523           2414        1931        20         -46.0000         -53.0000     15.22%
10377.49/527.90	c       528           1361        1004        20         -46.0000         -53.0000     15.22%
10478.61/532.93	c       533           1385           0        20         -46.0000         -53.0000     15.22%
10577.73/538.03	c       538           1397          12        20         -46.0000         -53.0000     15.22%
10679.55/543.13	c       543           1414          29        20         -46.0000         -53.0000     15.22%
10778.70/548.14	c       548           1467          82        20         -46.0000         -53.0000     15.22%
10880.63/553.21	c       553           1467          82        20         -46.0000         -53.0000     15.22%
10979.75/558.23	c       558           1472          87        20         -46.0000         -53.0000     15.22%
11078.72/563.24	c       563           1472          87        20         -46.0000         -53.0000     15.22%
11156.85/567.16	c *     567           1490         103        20         -47.0000         -53.0000     12.77%
11179.33/568.34	c       568           1490         103        20         -47.0000         -53.0000     12.77%
11280.07/573.41	c       573           1490         103        20         -47.0000         -53.0000     12.77%
11382.84/578.64	c       579           1500         113        20         -47.0000         -53.0000     12.77%
11485.71/583.83	c       584           1500         113        20         -47.0000         -53.0000     12.77%
11586.81/589.03	c       589           1506         119        20         -47.0000         -53.0000     12.77%
11688.71/594.10	c       594           1516         127        20         -47.0000         -53.0000     12.77%
11790.83/599.21	c       599           1516         127        20         -47.0000         -53.0000     12.77%
11889.78/604.23	c       604           1516         127        20         -47.0000         -53.0000     12.77%
11992.76/609.48	c       609           1530         139        20         -47.0000         -53.0000     12.77%
12091.74/614.49	c       614           1530         139        20         -47.0000         -53.0000     12.77%
12196.57/619.71	c       620           1549         158        20         -47.0000         -53.0000     12.77%
12299.54/624.96	c       625           1560         169        20         -47.0000         -53.0000     12.77%
12401.75/630.06	c       630           1565         172        20         -47.0000         -53.0000     12.77%
12500.72/635.11	c       635           1565         172        20         -47.0000         -53.0000     12.77%
12601.60/640.15	c       640           1565         172        20         -47.0000         -53.0000     12.77%
12701.82/645.28	c       645           1574         181        20         -47.0000         -53.0000     12.77%
12804.92/650.45	c       650           1579         182        20         -47.0000         -53.0000     12.77%
12904.05/655.47	c       655           1450         145        20         -47.0000         -53.0000     12.77%
13007.12/660.60	c       661           1450         145        20         -47.0000         -53.0000     12.77%
13106.22/665.67	c       666           1613         202        20         -47.0000         -53.0000     12.77%
13207.35/670.71	c       671           1465         160        20         -47.0000         -53.0000     12.77%
13310.42/675.97	c       676           1628         213        20         -47.0000         -53.0000     12.77%
13409.54/681.02	c       681           1471         162        20         -47.0000         -53.0000     12.77%
13508.64/686.04	c       686           1634         215        20         -47.0000         -53.0000     12.77%
13610.62/691.05	c       691           1634         215        20         -47.0000         -53.0000     12.77%
13712.79/696.29	c       696           1504         183        20         -47.0000         -53.0000     12.77%
13815.92/701.41	c       701           1676         241        20         -47.0000         -53.0000     12.77%
13917.08/706.54	c       707           1676         241        20         -47.0000         -53.0000     12.77%
14016.21/711.57	c       712           1514         189        20         -47.0000         -53.0000     12.77%
14117.39/716.62	c       717           1514         189        20         -47.0000         -53.0000     12.77%
14216.54/721.68	c       722           1677         240        20         -47.0000         -53.0000     12.77%
14321.52/726.96	c       727           1677         240        20         -47.0000         -53.0000     12.77%
14423.60/732.15	c       732           1691         248        20         -47.0000         -53.0000     12.77%
14524.63/737.17	c       737           1691         248        20         -47.0000         -53.0000     12.77%
14624.71/742.22	c       742           1693         250        20         -47.0000         -53.0000     12.77%
14727.80/747.42	c       747           1707         258        20         -47.0000         -53.0000     12.77%
14828.85/752.52	c       753           1707         258        20         -47.0000         -53.0000     12.77%
14929.94/757.62	c       758           1707         258        20         -47.0000         -53.0000     12.77%
15029.02/762.67	c       763           1707         258        20         -47.0000         -53.0000     12.77%
15130.16/767.70	c       768           1761         406        20         -47.0000         -53.0000     12.77%
15229.35/772.76	c       773           1761         406        20         -47.0000         -53.0000     12.77%
15332.51/777.94	c       778           1724         267        20         -47.0000         -53.0000     12.77%
15431.63/782.99	c       783           1786         429        20         -47.0000         -53.0000     12.77%
15533.78/788.07	c       788           1786         429        20         -47.0000         -53.0000     12.77%
15635.72/793.20	c       793           1791         432        20         -47.0000         -53.0000     12.77%
15734.91/798.23	c       798           1745         280        20         -47.0000         -53.0000     12.77%
15834.05/803.28	c       803           1795         436        20         -47.0000         -53.0000     12.77%
15935.13/808.34	c       808           1795         436        20         -47.0000         -53.0000     12.77%
16034.13/813.38	c       813           1795         436        20         -47.0000         -53.0000     12.77%
16135.13/818.42	c       818           1799         440        20         -47.0000         -53.0000     12.77%
16234.16/823.49	c       824           1799         440        20         -47.0000         -53.0000     12.77%
16339.14/828.77	c       829           1804         443        20         -47.0000         -53.0000     12.77%
16440.14/833.87	c       834           1785         304        20         -47.0000         -53.0000     12.77%
16541.33/838.99	c       839           1785         304        20         -47.0000         -53.0000     12.77%
16643.40/844.08	c       844           1785         304        20         -47.0000         -53.0000     12.77%
16745.59/849.24	c       849           1836         467        20         -47.0000         -53.0000     12.77%
16844.70/854.29	c       854           1836         467        20         -47.0000         -53.0000     12.77%
16945.81/859.30	c       859           1893         404        20         -47.0000         -53.0000     12.77%
17045.00/864.32	c       864           1872         497        20         -47.0000         -53.0000     12.77%
17148.19/869.51	c       870           1909         420        20         -47.0000         -53.0000     12.77%
17249.32/874.64	c       875           1879         502        20         -47.0000         -53.0000     12.77%
17354.46/879.91	c       880           1879         502        20         -47.0000         -53.0000     12.77%
17456.68/885.14	c       885           1927         438        20         -47.0000         -53.0000     12.77%
17558.50/890.21	c       890           1908         519        20         -47.0000         -53.0000     12.77%
17661.34/895.41	c       895           1908         519        20         -47.0000         -53.0000     12.77%
17764.19/900.62	c       901           1946         551        20         -47.0000         -53.0000     12.77%
17863.03/905.64	c       906           1946         551        20         -47.0000         -53.0000     12.77%
17966.20/910.80	c       911           1946         551        20         -47.0000         -53.0000     12.77%
18065.43/915.86	c       916           1946         551        20         -47.0000         -53.0000     12.77%
18164.64/920.87	c       921           1952         555        20         -47.0000         -53.0000     12.77%
18268.73/926.07	c       926           1964         567        20         -47.0000         -53.0000     12.77%
18376.72/931.56	c       932           1969         570        20         -47.0000         -53.0000     12.77%
18483.85/936.98	c       937           1969         570        20         -47.0000         -53.0000     12.77%
18583.04/942.03	c       942           1984         583        20         -47.0000         -53.0000     12.77%
18688.10/947.20	c       947           1984         583        20         -47.0000         -53.0000     12.77%
18787.27/952.26	c       952           2004         603        20         -47.0000         -53.0000     12.77%
18890.40/957.40	c       957           2004         603        20         -47.0000         -53.0000     12.77%
18989.52/962.46	c       962           2528         949        20         -47.0000         -53.0000     12.77%
19090.60/967.51	c       968           2528         949        20         -47.0000         -53.0000     12.77%
19189.48/972.56	c       973           2538         957        20         -47.0000         -53.0000     12.77%
19288.63/977.60	c       978           2107         698        20         -47.0000         -53.0000     12.77%
19389.70/982.62	c       983           2172         753        20         -47.0000         -53.0000     12.77%
19488.80/987.67	c       988           2172         753        20         -47.0000         -53.0000     12.77%
19591.89/992.87	c       993           2188         769        20         -47.0000         -53.0000     12.77%
19691.03/997.89	c       998           2188         769        20         -47.0000         -53.0000     12.77%
19795.19/1003.06	c      1003           2740        1143        20         -47.0000         -53.0000     12.77%
19897.20/1008.28	c      1008           2261         832        20         -47.0000         -53.0000     12.77%
19998.36/1013.39	c      1013           2304         873        20         -47.0000         -53.0000     12.77%
20099.53/1018.45	c      1018           2904        1267        20         -47.0000         -53.0000     12.77%
20198.62/1023.49	c      1023           2374         937        20         -47.0000         -53.0000     12.77%
20299.74/1028.53	c      1029           2907        1268        20         -47.0000         -53.0000     12.77%
20398.97/1033.55	c      1034           2911        1272        20         -47.0000         -53.0000     12.77%
20498.18/1038.59	c      1039           2915        1274        20         -47.0000         -53.0000     12.77%
20599.38/1043.62	c      1044           2492        1041        20         -47.0000         -53.0000     12.77%
20698.53/1048.69	c      1049           2926        1283        20         -47.0000         -53.0000     12.77%
20801.64/1053.86	c      1054           2938        1289        20         -47.0000         -53.0000     12.77%
20902.77/1059.01	c      1059           2500        1049        20         -47.0000         -53.0000     12.77%
21006.96/1064.16	c      1064           2505        1054        20         -47.0000         -53.0000     12.77%
21110.96/1069.48	c      1069           3061        1390        20         -47.0000         -53.0000     12.77%
21212.08/1074.52	c      1075           2595        1140        20         -47.0000         -53.0000     12.77%
21313.23/1079.62	c      1080           2644        1187        20         -47.0000         -53.0000     12.77%
21416.35/1084.86	c      1085           2674        1215        20         -47.0000         -53.0000     12.77%
21517.29/1089.93	c      1090           2701        1238        20         -47.0000         -53.0000     12.77%
21616.46/1094.96	c      1095           3338        1597        20         -47.0000         -53.0000     12.77%
21718.42/1100.13	c      1100           2709        1246        20         -47.0000         -53.0000     12.77%
21822.77/1105.31	c      1105           3386        1631        20         -47.0000         -53.0000     12.77%
21921.95/1110.38	c      1110           3386        1631        20         -47.0000         -53.0000     12.77%
22023.12/1115.48	c      1115           3386        1631        20         -47.0000         -53.0000     12.77%
22124.30/1120.57	c      1121           2750        1281        20         -47.0000         -53.0000     12.77%
22227.35/1125.77	c      1126           3399        1638        20         -47.0000         -53.0000     12.77%
22328.49/1130.84	c      1131           3399        1638        20         -47.0000         -53.0000     12.77%
22432.72/1136.11	c      1136           3402        1641        20         -47.0000         -53.0000     12.77%
22534.64/1141.29	c      1141           2762        1291        20         -47.0000         -53.0000     12.77%
22635.70/1146.30	c      1146           2766        1295        20         -47.0000         -53.0000     12.77%
22738.80/1151.54	c      1152           2781        1306        20         -47.0000         -53.0000     12.77%
22839.95/1156.63	c      1157           2781        1306        20         -47.0000         -53.0000     12.77%
22943.00/1161.86	c      1162           3543        1738        20         -47.0000         -53.0000     12.77%
23044.11/1167.02	c      1167           2843        1364        20         -47.0000         -53.0000     12.77%
23155.01/1172.52	c      1173           2884        1405        20         -47.0000         -53.0000     12.77%
23254.17/1177.54	c      1178           2904        1423        20         -47.0000         -53.0000     12.77%
23355.20/1182.65	c      1183           2927        1446        20         -47.0000         -53.0000     12.77%
23458.35/1187.82	c      1188           2927        1446        20         -47.0000         -53.0000     12.77%
23557.41/1192.83	c      1193           2941        1460        20         -47.0000         -53.0000     12.77%
23656.57/1197.87	c      1198           2941        1460        20         -47.0000         -53.0000     12.77%
23757.74/1202.93	c      1203           3793        1926        20         -47.0000         -53.0000     12.77%
23856.85/1208.04	c      1208           3793        1926        20         -47.0000         -53.0000     12.77%
23961.00/1213.19	c      1213           3810        1939        20         -47.0000         -53.0000     12.77%
24062.99/1218.39	c      1218           2968        1483        20         -47.0000         -53.0000     12.77%
24170.05/1223.73	c      1224           2971        1486        20         -47.0000         -53.0000     12.77%
24271.22/1228.88	c      1229           3947        2064        20         -47.0000         -53.0000     12.77%
24378.20/1234.20	c      1234           3947        2064        20         -47.0000         -53.0000     12.77%
24477.27/1239.23	c      1239           3014        1523        20         -47.0000         -53.0000     12.77%
24578.37/1244.30	c      1244           3014        1523        20         -47.0000         -53.0000     12.77%
24677.56/1249.32	c      1249           3028        1535        20         -47.0000         -53.0000     12.77%
24780.77/1254.50	c      1255           3048        1549        20         -47.0000         -53.0000     12.77%
24881.98/1259.61	c      1260           4147        2246        20         -47.0000         -53.0000     12.77%
24983.17/1264.74	c      1265           3089        1578        20         -47.0000         -53.0000     12.77%
25084.29/1269.82	c      1270           4240        2333        20         -47.0000         -53.0000     12.77%
25185.37/1274.91	c      1275           3104        1591        20         -47.0000         -53.0000     12.77%
25284.53/1279.98	c      1280           4309        2388        20         -47.0000         -53.0000     12.77%
25386.47/1285.13	c      1285           4309        2388        20         -47.0000         -53.0000     12.77%
25487.89/1290.17	c      1290           4309        2388        20         -47.0000         -53.0000     12.77%
25591.91/1295.44	c      1295           4340        2413        20         -47.0000         -53.0000     12.77%
25693.07/1300.52	c      1301           4340        2413        20         -47.0000         -53.0000     12.77%
25792.21/1305.54	c      1306           4340        2413        20         -47.0000         -53.0000     12.77%
25895.32/1310.72	c      1311           4340        2413        20         -47.0000         -53.0000     12.77%
25994.48/1315.76	c      1316           3219        1690        20         -47.0000         -53.0000     12.77%
26095.60/1320.80	c      1321           4345        2418        20         -47.0000         -53.0000     12.77%
26194.81/1325.84	c      1326           3234        1701        20         -47.0000         -53.0000     12.77%
26295.92/1331.02	c      1331           4362        2435        20         -47.0000         -53.0000     12.77%
26401.02/1336.26	c      1336           4362        2435        20         -47.0000         -53.0000     12.77%
26502.17/1341.35	c      1341           4367        2438        20         -47.0000         -53.0000     12.77%
26601.36/1346.39	c      1346           4367        2438        20         -47.0000         -53.0000     12.77%
26704.52/1351.54	c      1352           4375        2446        20         -47.0000         -53.0000     12.77%
26803.69/1356.55	c      1357           3334        1797        20         -47.0000         -53.0000     12.77%
26906.81/1361.70	c      1362           4379        2450        20         -47.0000         -53.0000     12.77%
27007.95/1366.82	c      1367           4379        2450        20         -47.0000         -53.0000     12.77%
27109.08/1371.94	c      1372           3417        1878        20         -47.0000         -53.0000     12.77%
27208.24/1376.97	c      1377           3417        1878        20         -47.0000         -53.0000     12.77%
27312.33/1382.16	c      1382           4383        2452        20         -47.0000         -53.0000     12.77%
27411.57/1387.16	c      1387           3435        1894        20         -47.0000         -53.0000     12.77%
27511.53/1392.25	c      1392           3435        1894        20         -47.0000         -53.0000     12.77%
27614.62/1397.43	c      1397           4407        2466        20         -47.0000         -53.0000     12.77%
27713.67/1402.45	c      1402           4414        2471        20         -47.0000         -53.0000     12.77%
27816.72/1407.67	c      1408           4414        2471        20         -47.0000         -53.0000     12.77%
27915.91/1412.69	c      1413           4414        2471        20         -47.0000         -53.0000     12.77%
28019.07/1417.89	c      1418           3466        1925        20         -47.0000         -53.0000     12.77%
28123.40/1423.09	c      1423           4435        2482        20         -47.0000         -53.0000     12.77%
28225.37/1428.24	c      1428           3474        1933        20         -47.0000         -53.0000     12.77%
28328.55/1433.40	c      1433           4436        2483        20         -47.0000         -53.0000     12.77%
28427.75/1438.47	c      1438           4436        2483        20         -47.0000         -53.0000     12.77%
28528.88/1443.57	c      1444           3486        1943        20         -47.0000         -53.0000     12.77%
28629.97/1448.67	c      1449           4484        2525        20         -47.0000         -53.0000     12.77%
28733.07/1453.86	c      1454           3563        2006        20         -47.0000         -53.0000     12.77%
28837.22/1459.15	c      1459           3563        2006        20         -47.0000         -53.0000     12.77%
28939.20/1464.22	c      1464           4568        2607        20         -47.0000         -53.0000     12.77%
29038.33/1469.27	c      1469           3567        2010        20         -47.0000         -53.0000     12.77%
29139.44/1474.34	c      1474           3571        2014        20         -47.0000         -53.0000     12.77%
29240.55/1479.41	c      1479           3571        2014        20         -47.0000         -53.0000     12.77%
29339.68/1484.42	c      1484           3575        2016        20         -47.0000         -53.0000     12.77%
29438.84/1489.43	c      1489           3579        2020        20         -47.0000         -53.0000     12.77%
29540.00/1494.58	c      1495           3579        2020        20         -47.0000         -53.0000     12.77%
29641.15/1499.68	c      1500           3579        2020        20         -47.0000         -53.0000     12.77%
29742.29/1504.78	c      1505           3593        2030        20         -47.0000         -53.0000     12.77%
29843.42/1509.81	c      1510           4937        2964        20         -47.0000         -53.0000     12.77%
29942.62/1514.88	c      1515           3663        2096        20         -47.0000         -53.0000     12.77%
30043.83/1520.00	c      1520           4976        2999        20         -47.0000         -53.0000     12.77%
30148.97/1525.28	c      1525           4976        2999        20         -47.0000         -53.0000     12.77%
30250.18/1530.30	c      1530           4993        3016        20         -47.0000         -53.0000     12.77%
30349.33/1535.37	c      1535           3886        2305        20         -47.0000         -53.0000     12.77%
30452.46/1540.55	c      1541           5047        3070        20         -47.0000         -53.0000     12.77%
30553.40/1545.68	c      1546           3997        2406        20         -47.0000         -53.0000     12.77%
30652.59/1550.69	c      1551           5146        3163        20         -47.0000         -53.0000     12.77%
30753.77/1555.70	c      1556           5195        3210        20         -47.0000         -53.0000     12.77%
30854.86/1560.83	c      1561           4131        2532        20         -47.0000         -53.0000     12.77%
30955.97/1565.91	c      1566           5283        3294        20         -47.0000         -53.0000     12.77%
31054.99/1570.93	c      1571           4206        2607        20         -47.0000         -53.0000     12.77%
31153.98/1576.00	c      1576           4225        2626        20         -47.0000         -53.0000     12.77%
31255.92/1581.09	c      1581           4241        2640        20         -47.0000         -53.0000     12.77%
31355.26/1586.15	c      1586           5410        3419        20         -47.0000         -53.0000     12.77%
31456.54/1591.16	c      1591           5412        3421        20         -47.0000         -53.0000     12.77%
31556.55/1596.28	c      1596           5421        3430        20         -47.0000         -53.0000     12.77%
31657.73/1601.34	c      1601           5452        3459        20         -47.0000         -53.0000     12.77%
31758.88/1606.42	c      1606           5487        3492        20         -47.0000         -53.0000     12.77%
31858.04/1611.45	c      1611           4500        2871        20         -47.0000         -53.0000     12.77%
31957.20/1616.49	c      1616           5600        3599        20         -47.0000         -53.0000     12.77%
32060.34/1621.64	c      1622           4577        2938        20         -47.0000         -53.0000     12.77%
32159.39/1626.69	c      1627           4577        2938        20         -47.0000         -53.0000     12.77%
32264.42/1631.97	c      1632           4587        2944        20         -47.0000         -53.0000     12.77%
32363.45/1636.99	c      1637           4587        2944        20         -47.0000         -53.0000     12.77%
32465.51/1642.09	c      1642           4587        2944        20         -47.0000         -53.0000     12.77%
32564.67/1647.13	c      1647           5656        3647        20         -47.0000         -53.0000     12.77%
32670.69/1652.42	c      1652           4644        2991        20         -47.0000         -53.0000     12.77%
32771.75/1657.50	c      1658           4675        3014        20         -47.0000         -53.0000     12.77%
32872.84/1662.63	c      1663           4675        3014        20         -47.0000         -53.0000     12.77%
32973.80/1667.75	c      1668           4684        3023        20         -47.0000         -53.0000     12.77%
33072.92/1672.78	c      1673           4684        3023        20         -47.0000         -53.0000     12.77%
33176.03/1677.96	c      1678           5886        3829        20         -47.0000         -53.0000     12.77%
33275.24/1683.00	c      1683           5898        3835        20         -47.0000         -53.0000     12.77%
33377.55/1688.13	c      1688           4756        3077        20         -47.0000         -53.0000     12.77%
33478.39/1693.18	c      1693           4756        3077        20         -47.0000         -53.0000     12.77%
33578.35/1698.27	c      1698           5948        3855        20         -47.0000         -53.0000     12.77%
33681.48/1703.45	c      1703           5948        3855        20         -47.0000         -53.0000     12.77%
33784.63/1708.62	c      1709           5948        3855        20         -47.0000         -53.0000     12.77%
33885.79/1713.74	c      1714           4856        3169        20         -47.0000         -53.0000     12.77%
33988.92/1718.99	c      1719           6045        3950        20         -47.0000         -53.0000     12.77%
34091.01/1724.13	c      1724           4910        3213        20         -47.0000         -53.0000     12.77%
34193.03/1729.23	c      1729           6099        4004        20         -47.0000         -53.0000     12.77%
34292.18/1734.28	c      1734           6102        4007        20         -47.0000         -53.0000     12.77%
34395.30/1739.41	c      1739           6132        4031        20         -47.0000         -53.0000     12.77%
34494.46/1744.43	c      1744           4982        3271        20         -47.0000         -53.0000     12.77%
34593.61/1749.44	c      1749           4982        3271        20         -47.0000         -53.0000     12.77%
34692.68/1754.47	c      1754           6287        4162        20         -47.0000         -53.0000     12.77%
34792.04/1759.48	c      1759           6295        4170        20         -47.0000         -53.0000     12.77%
34892.98/1764.56	c      1765           6312        4187        20         -47.0000         -53.0000     12.77%
34992.07/1769.58	c      1770           6320        4195        20         -47.0000         -53.0000     12.77%
35093.22/1774.60	c      1775           6320        4195        20         -47.0000         -53.0000     12.77%
35192.36/1779.64	c      1780           6329        4204        20         -47.0000         -53.0000     12.77%
35291.54/1784.65	c      1785           6338        4213        20         -47.0000         -53.0000     12.77%
35392.71/1789.72	c      1790           6338        4213        20         -47.0000         -53.0000     12.77%
35498.93/1795.06	c      1795           6380        4247        20         -47.0000         -53.0000     12.77%
35598.07/1800.10	c      1800           5276        3545        20         -47.0000         -53.0000     12.77%
35699.05/1805.17	c      1805           5276        3545        20         -47.0000         -53.0000     12.77%
35801.16/1810.31	c      1810           5299        3566        20         -47.0000         -53.0000     12.77%
35900.07/1815.36	c      1815           6395        4254        20         -47.0000         -53.0000     12.77%
36001.21/1820.41	c      1820           5340        3603        20         -47.0000         -53.0000     12.77%
36100.36/1825.48	c      1825           5367        3624        20         -47.0000         -53.0000     12.77%
36203.50/1830.65	c      1831           5390        3643        20         -47.0000         -53.0000     12.77%
36302.68/1835.68	c      1836           5390        3643        20         -47.0000         -53.0000     12.77%
36403.83/1840.73	c      1841           5396        3647        20         -47.0000         -53.0000     12.77%
36505.01/1845.82	c      1846           6596        4407        20         -47.0000         -53.0000     12.77%
36606.17/1850.94	c      1851           6596        4407        20         -47.0000         -53.0000     12.77%
36713.27/1856.34	c      1856           6608        4415        20         -47.0000         -53.0000     12.77%
36812.43/1861.36	c      1861           5524        3761        20         -47.0000         -53.0000     12.77%
36913.63/1866.43	c      1866           6617        4424        20         -47.0000         -53.0000     12.77%
37016.42/1871.63	c      1872           5589        3818        20         -47.0000         -53.0000     12.77%
37115.62/1876.67	c      1877           6633        4436        20         -47.0000         -53.0000     12.77%
37216.78/1881.71	c      1882           6633        4436        20         -47.0000         -53.0000     12.77%
37315.97/1886.76	c      1887           6678        4469        20         -47.0000         -53.0000     12.77%
37415.04/1891.78	c      1892           5621        3844        20         -47.0000         -53.0000     12.77%
37516.00/1896.83	c      1897           5637        3860        20         -47.0000         -53.0000     12.77%
37616.99/1901.97	c      1902           5654        3875        20         -47.0000         -53.0000     12.77%
37716.09/1907.06	c      1907           5661        3882        20         -47.0000         -53.0000     12.77%
37821.15/1912.22	c      1912           6717        4500        20         -47.0000         -53.0000     12.77%
37922.27/1917.32	c      1917           6717        4500        20         -47.0000         -53.0000     12.77%
38025.43/1922.51	c      1923           6738        4521        20         -47.0000         -53.0000     12.77%
38124.49/1927.53	c      1928           6738        4521        20         -47.0000         -53.0000     12.77%
38223.66/1932.57	c      1933           5895        4098        20         -47.0000         -53.0000     12.77%
38324.77/1937.68	c      1938           6747        4530        20         -47.0000         -53.0000     12.77%
38429.84/1942.91	c      1943           5984        4171        20         -47.0000         -53.0000     12.77%
38529.00/1948.03	c      1948           6797        4572        20         -47.0000         -53.0000     12.77%
38636.11/1953.33	c      1953           6001        4184        20         -47.0000         -53.0000     12.77%
38737.31/1958.48	c      1958           6801        4576        20         -47.0000         -53.0000     12.77%
38842.48/1963.74	c      1964           6010        4191        20         -47.0000         -53.0000     12.77%
38945.68/1969.05	c      1969           6022        4201        20         -47.0000         -53.0000     12.77%
39049.91/1974.17	c      1974           6884        4647        20         -47.0000         -53.0000     12.77%
39156.02/1979.50	c      1980           6048        4227        20         -47.0000         -53.0000     12.77%
39255.25/1984.53	c      1985           6946        4697        20         -47.0000         -53.0000     12.77%
39354.33/1989.58	c      1990           6946        4697        20         -47.0000         -53.0000     12.77%
39455.38/1994.63	c      1995           6946        4697        20         -47.0000         -53.0000     12.77%
39554.53/1999.68	c      2000           6946        4697        20         -47.0000         -53.0000     12.77%
39655.71/2004.72	c      2005           6137        4312        20         -47.0000         -53.0000     12.77%
39754.92/2009.78	c      2010           6154        4329        20         -47.0000         -53.0000     12.77%
39858.08/2015.00	c      2015           6154        4329        20         -47.0000         -53.0000     12.77%
39957.28/2020.01	c      2020           7037        4766        20         -47.0000         -53.0000     12.77%
40059.26/2025.07	c      2025           7055        4782        20         -47.0000         -53.0000     12.77%
40160.57/2030.15	c      2030           7055        4782        20         -47.0000         -53.0000     12.77%
40266.69/2035.50	c      2036           7075        4800        20         -47.0000         -53.0000     12.77%
40367.86/2040.63	c      2041           6342        4501        20         -47.0000         -53.0000     12.77%
40473.01/2045.97	c      2046           6353        4510        20         -47.0000         -53.0000     12.77%
40578.28/2051.28	c      2051           7107        4822        20         -47.0000         -53.0000     12.77%
40683.22/2056.52	c      2057           6370        4525        20         -47.0000         -53.0000     12.77%
40784.40/2061.60	c      2062           6370        4525        20         -47.0000         -53.0000     12.77%
40883.59/2066.66	c      2067           6386        4541        20         -47.0000         -53.0000     12.77%
40988.69/2071.91	c      2072           6413        4566        20         -47.0000         -53.0000     12.77%
41090.69/2077.06	c      2077           7380        5051        20         -47.0000         -53.0000     12.77%
41192.95/2082.23	c      2082           6443        4596        20         -47.0000         -53.0000     12.77%
41294.09/2087.35	c      2087           6443        4596        20         -47.0000         -53.0000     12.77%
41393.27/2092.35	c      2092           6443        4596        20         -47.0000         -53.0000     12.77%
41492.33/2097.38	c      2097           7482        5139        20         -47.0000         -53.0000     12.77%
41591.50/2102.39	c      2102           7482        5139        20         -47.0000         -53.0000     12.77%
41692.62/2107.47	c      2107           7483        5138        20         -47.0000         -53.0000     12.77%
41795.70/2112.68	c      2113           6596        4745        20         -47.0000         -53.0000     12.77%
41896.84/2117.70	c      2118           6602        4751        20         -47.0000         -53.0000     12.77%
41997.97/2122.86	c      2123           7505        5154        20         -47.0000         -53.0000     12.77%
42097.16/2127.88	c      2128           6619        4766        20         -47.0000         -53.0000     12.77%
42198.35/2132.97	c      2133           7518        5167        20         -47.0000         -53.0000     12.77%
42300.26/2138.09	c      2138           6651        4798        20         -47.0000         -53.0000     12.77%
42399.76/2143.10	c      2143           7527        5176        20         -47.0000         -53.0000     12.77%
42498.80/2148.13	c      2148           6665        4806        20         -47.0000         -53.0000     12.77%
42598.08/2153.15	c      2153           6665        4806        20         -47.0000         -53.0000     12.77%
42700.04/2158.26	c      2158           7568        5217        20         -47.0000         -53.0000     12.77%
42801.16/2163.34	c      2163           7575        5224        20         -47.0000         -53.0000     12.77%
42900.30/2168.35	c      2168           6691        4828        20         -47.0000         -53.0000     12.77%
43003.34/2173.54	c      2174           6692        4829        20         -47.0000         -53.0000     12.77%
43108.48/2178.83	c      2179           6696        4833        20         -47.0000         -53.0000     12.77%
43215.59/2184.24	c      2184           7625        5272        20         -47.0000         -53.0000     12.77%
43316.79/2189.38	c      2189           6723        4852        20         -47.0000         -53.0000     12.77%
43415.95/2194.39	c      2194           6733        4860        20         -47.0000         -53.0000     12.77%
43517.09/2199.44	c      2199           7716        5353        20         -47.0000         -53.0000     12.77%
43616.28/2204.46	c      2204           7725        5360        20         -47.0000         -53.0000     12.77%
43715.45/2209.47	c      2209           7725        5360        20         -47.0000         -53.0000     12.77%
43814.53/2214.50	c      2214           6778        4891        20         -47.0000         -53.0000     12.77%
43915.63/2219.54	c      2220           6779        4892        20         -47.0000         -53.0000     12.77%
44016.70/2224.61	c      2225           6779        4892        20         -47.0000         -53.0000     12.77%
44115.88/2229.63	c      2230           6779        4892        20         -47.0000         -53.0000     12.77%
44216.91/2234.71	c      2235           7796        5421        20         -47.0000         -53.0000     12.77%
44316.02/2239.79	c      2240           7796        5421        20         -47.0000         -53.0000     12.77%
44417.19/2244.81	c      2245           6784        4895        20         -47.0000         -53.0000     12.77%
44516.28/2249.85	c      2250           6784        4895        20         -47.0000         -53.0000     12.77%
44615.32/2254.86	c      2255           6784        4895        20         -47.0000         -53.0000     12.77%
44716.33/2259.96	c      2260           6797        4906        20         -47.0000         -53.0000     12.77%
44815.29/2264.96	c      2265           7867        5478        20         -47.0000         -53.0000     12.77%
44914.19/2270.01	c      2270           6801        4910        20         -47.0000         -53.0000     12.77%
45016.43/2275.06	c      2275           6805        4914        20         -47.0000         -53.0000     12.77%
45115.16/2280.08	c      2280           7898        5499        20         -47.0000         -53.0000     12.77%
45216.31/2285.18	c      2285           7898        5499        20         -47.0000         -53.0000     12.77%
45316.28/2290.21	c      2290           7902        5501        20         -47.0000         -53.0000     12.77%
45415.19/2295.25	c      2295           6891        4986        20         -47.0000         -53.0000     12.77%
45514.15/2300.26	c      2300           7907        5506        20         -47.0000         -53.0000     12.77%
45621.12/2305.67	c      2306           6895        4988        20         -47.0000         -53.0000     12.77%
45721.99/2310.72	c      2311           7915        5514        20         -47.0000         -53.0000     12.77%
45823.00/2315.82	c      2316           7915        5514        20         -47.0000         -53.0000     12.77%
45922.03/2320.82	c      2321           6930        5021        20         -47.0000         -53.0000     12.77%
46023.03/2325.98	c      2326           7935        5528        20         -47.0000         -53.0000     12.77%
46122.01/2331.01	c      2331           7966        5557        20         -47.0000         -53.0000     12.77%
46223.95/2336.15	c      2336           6981        5068        20         -47.0000         -53.0000     12.77%
46333.81/2341.66	c      2342           7998        5589        20         -47.0000         -53.0000     12.77%
46434.91/2346.75	c      2347           7009        5096        20         -47.0000         -53.0000     12.77%
46537.95/2352.00	c      2352           7009        5096        20         -47.0000         -53.0000     12.77%
46640.06/2357.15	c      2357           7064        5149        20         -47.0000         -53.0000     12.77%
46744.00/2362.30	c      2362           7072        5157        20         -47.0000         -53.0000     12.77%
46845.12/2367.45	c      2367           7081        5166        20         -47.0000         -53.0000     12.77%
46948.03/2372.61	c      2373           7109        5192        20         -47.0000         -53.0000     12.77%
47047.16/2377.67	c      2378           7109        5192        20         -47.0000         -53.0000     12.77%
47148.25/2382.76	c      2383           7109        5192        20         -47.0000         -53.0000     12.77%
47247.35/2387.78	c      2388           8161        5726        20         -47.0000         -53.0000     12.77%
47346.41/2392.79	c      2393           7139        5218        20         -47.0000         -53.0000     12.77%
47447.42/2397.84	c      2398           8207        5772        20         -47.0000         -53.0000     12.77%
47551.36/2403.13	c      2403           7173        5246        20         -47.0000         -53.0000     12.77%
47653.27/2408.21	c      2408           7193        5262        20         -47.0000         -53.0000     12.77%
47752.30/2413.28	c      2413           8312        5871        20         -47.0000         -53.0000     12.77%
47853.41/2418.31	c      2418           7277        5334        20         -47.0000         -53.0000     12.77%
47952.43/2423.35	c      2423           7277        5334        20         -47.0000         -53.0000     12.77%
48053.53/2428.41	c      2428           7326        5377        20         -47.0000         -53.0000     12.77%
48154.66/2433.53	c      2434           7326        5377        20         -47.0000         -53.0000     12.77%
48253.72/2438.57	c      2439           7326        5377        20         -47.0000         -53.0000     12.77%
48356.71/2443.74	c      2444           8535        6084        20         -47.0000         -53.0000     12.77%
48457.79/2448.88	c      2449           8545        6094        20         -47.0000         -53.0000     12.77%
48556.87/2453.89	c      2454           7469        5494        20         -47.0000         -53.0000     12.77%
48657.96/2458.94	c      2459           7491        5512        20         -47.0000         -53.0000     12.77%
48757.14/2463.99	c      2464           8558        6107        20         -47.0000         -53.0000     12.77%
48856.04/2469.03	c      2469           7537        5550        20         -47.0000         -53.0000     12.77%
48958.10/2474.12	c      2474           8567        6114        20         -47.0000         -53.0000     12.77%
49058.95/2479.17	c      2479           8571        6118        20         -47.0000         -53.0000     12.77%
49161.22/2484.39	c      2484           7683        5686        20         -47.0000         -53.0000     12.77%
49270.25/2489.88	c      2490           7710        5709        20         -47.0000         -53.0000     12.77%
49371.30/2494.98	c      2495           7720        5719        20         -47.0000         -53.0000     12.77%
49472.94/2500.09	c      2500           7720        5719        20         -47.0000         -53.0000     12.77%
49572.47/2505.12	c      2505           8745        6268        20         -47.0000         -53.0000     12.77%
49674.31/2510.29	c      2510           8753        6276        20         -47.0000         -53.0000     12.77%
49777.44/2515.49	c      2515           8753        6276        20         -47.0000         -53.0000     12.77%
49878.55/2520.59	c      2521           7805        5794        20         -47.0000         -53.0000     12.77%
49979.63/2525.69	c      2526           8809        6326        20         -47.0000         -53.0000     12.77%
50080.72/2530.71	c      2531           7899        5884        20         -47.0000         -53.0000     12.77%
50179.76/2535.77	c      2536           8847        6352        20         -47.0000         -53.0000     12.77%
50278.80/2540.79	c      2541           7912        5897        20         -47.0000         -53.0000     12.77%
50381.71/2545.90	c      2546           8902        6399        20         -47.0000         -53.0000     12.77%
50480.50/2550.92	c      2551           7936        5919        20         -47.0000         -53.0000     12.77%
50579.54/2555.99	c      2556           8949        6440        20         -47.0000         -53.0000     12.77%
50681.27/2561.04	c      2561           8949        6440        20         -47.0000         -53.0000     12.77%
50780.60/2566.07	c      2566           7937        5920        20         -47.0000         -53.0000     12.77%
50879.52/2571.10	c      2571           7942        5925        20         -47.0000         -53.0000     12.77%
50978.71/2576.11	c      2576           8990        6475        20         -47.0000         -53.0000     12.77%
51080.97/2581.26	c      2581           7953        5932        20         -47.0000         -53.0000     12.77%
51182.11/2586.39	c      2586           7953        5932        20         -47.0000         -53.0000     12.77%
51282.84/2591.40	c      2591           9019        6502        20         -47.0000         -53.0000     12.77%
51381.67/2596.42	c      2596           9023        6506        20         -47.0000         -53.0000     12.77%
51480.71/2601.43	c      2601           9032        6515        20         -47.0000         -53.0000     12.77%
51579.61/2606.45	c      2606           8032        5995        20         -47.0000         -53.0000     12.77%
51680.59/2611.55	c      2612           8084        6033        20         -47.0000         -53.0000     12.77%
51783.68/2616.74	c      2617           8084        6033        20         -47.0000         -53.0000     12.77%
51882.83/2621.75	c      2622           8091        6040        20         -47.0000         -53.0000     12.77%
51986.00/2626.91	c      2627           8115        6062        20         -47.0000         -53.0000     12.77%
52085.22/2632.05	c      2632           8143        6090        20         -47.0000         -53.0000     12.77%
52190.36/2637.26	c      2637           8189        6134        20         -47.0000         -53.0000     12.77%
52289.47/2642.30	c      2642           8237        6178        20         -47.0000         -53.0000     12.77%
52390.57/2647.31	c      2647           8237        6178        20         -47.0000         -53.0000     12.77%
52489.77/2652.36	c      2652           9351        6800        20         -47.0000         -53.0000     12.77%
52592.84/2657.58	c      2658           8264        6205        20         -47.0000         -53.0000     12.77%
52696.00/2662.70	c      2663           9407        6840        20         -47.0000         -53.0000     12.77%
52795.12/2667.74	c      2668           8325        6258        20         -47.0000         -53.0000     12.77%
52896.28/2672.89	c      2673           9444        6867        20         -47.0000         -53.0000     12.77%
52997.45/2677.94	c      2678           9444        6867        20         -47.0000         -53.0000     12.77%
53096.65/2683.00	c      2683           8404        6327        20         -47.0000         -53.0000     12.77%
53195.86/2688.01	c      2688           8404        6327        20         -47.0000         -53.0000     12.77%
53298.16/2693.08	c      2693           9450        6873        20         -47.0000         -53.0000     12.77%
53399.30/2698.18	c      2698           9450        6873        20         -47.0000         -53.0000     12.77%
53501.33/2703.31	c      2703           9450        6873        20         -47.0000         -53.0000     12.77%
53602.54/2708.40	c      2708           9462        6883        20         -47.0000         -53.0000     12.77%
53701.75/2713.50	c      2714           8442        6355        20         -47.0000         -53.0000     12.77%
53802.90/2718.57	c      2719           9481        6900        20         -47.0000         -53.0000     12.77%
53904.11/2723.66	c      2724           9481        6900        20         -47.0000         -53.0000     12.77%
54003.31/2728.69	c      2729           8520        6423        20         -47.0000         -53.0000     12.77%
54104.35/2733.71	c      2734           8584        6483        20         -47.0000         -53.0000     12.77%
54205.52/2738.87	c      2739           8608        6505        20         -47.0000         -53.0000     12.77%
54306.53/2744.03	c      2744           9639        7030        20         -47.0000         -53.0000     12.77%
54410.69/2749.15	c      2749           9656        7045        20         -47.0000         -53.0000     12.77%
54509.82/2754.18	c      2754           8647        6538        20         -47.0000         -53.0000     12.77%
54609.93/2759.22	c      2759           8647        6538        20         -47.0000         -53.0000     12.77%
54708.85/2764.26	c      2764           9679        7058        20         -47.0000         -53.0000     12.77%
54809.80/2769.31	c      2769           8684        6563        20         -47.0000         -53.0000     12.77%
54909.00/2774.32	c      2774           8684        6563        20         -47.0000         -53.0000     12.77%
55014.09/2779.60	c      2780           8698        6573        20         -47.0000         -53.0000     12.77%
55113.27/2784.64	c      2785           8715        6586        20         -47.0000         -53.0000     12.77%
55216.41/2789.89	c      2790           8720        6591        20         -47.0000         -53.0000     12.77%
55317.57/2795.02	c      2795           8720        6591        20         -47.0000         -53.0000     12.77%
55419.81/2800.08	c      2800           9800        7169        20         -47.0000         -53.0000     12.77%
55518.77/2805.15	c      2805           9800        7169        20         -47.0000         -53.0000     12.77%
55620.21/2810.19	c      2810           9830        7195        20         -47.0000         -53.0000     12.77%
55720.17/2815.23	c      2815           9839        7204        20         -47.0000         -53.0000     12.77%
55819.36/2820.28	c      2820           8854        6703        20         -47.0000         -53.0000     12.77%
55922.52/2825.47	c      2825           9864        7229        20         -47.0000         -53.0000     12.77%
56021.72/2830.47	c      2830           9896        7251        20         -47.0000         -53.0000     12.77%
56122.90/2835.58	c      2836           8974        6803        20         -47.0000         -53.0000     12.77%
56229.97/2840.93	c      2841           8974        6803        20         -47.0000         -53.0000     12.77%
56329.12/2846.01	c      2846           9985        7332        20         -47.0000         -53.0000     12.77%
56431.38/2851.11	c      2851           9985        7332        20         -47.0000         -53.0000     12.77%
56530.16/2856.12	c      2856           9985        7332        20         -47.0000         -53.0000     12.77%
56632.40/2861.27	c      2861           9034        6859        20         -47.0000         -53.0000     12.77%
56731.41/2866.28	c      2866          10050        7385        20         -47.0000         -53.0000     12.77%
56832.29/2871.36	c      2871           9062        6885        20         -47.0000         -53.0000     12.77%
56935.23/2876.54	c      2877           9062        6885        20         -47.0000         -53.0000     12.77%
57034.35/2881.57	c      2882          10146        7461        20         -47.0000         -53.0000     12.77%
57135.51/2886.61	c      2887           9140        6955        20         -47.0000         -53.0000     12.77%
57234.71/2891.62	c      2892           9140        6955        20         -47.0000         -53.0000     12.77%
57333.85/2896.62	c      2897           9140        6955        20         -47.0000         -53.0000     12.77%
57432.96/2901.65	c      2902           9177        6992        20         -47.0000         -53.0000     12.77%
57532.14/2906.67	c      2907           9181        6996        20         -47.0000         -53.0000     12.77%
57633.19/2911.77	c      2912           9193        7008        20         -47.0000         -53.0000     12.77%
57734.32/2916.82	c      2917          10370        7661        20         -47.0000         -53.0000     12.77%
57835.51/2921.92	c      2922           9216        7031        20         -47.0000         -53.0000     12.77%
57934.72/2927.05	c      2927           9216        7031        20         -47.0000         -53.0000     12.77%
58039.86/2932.25	c      2932           9225        7040        20         -47.0000         -53.0000     12.77%
58139.04/2937.28	c      2937           9236        7047        20         -47.0000         -53.0000     12.77%
58240.12/2942.37	c      2942           9236        7047        20         -47.0000         -53.0000     12.77%
58341.29/2947.47	c      2947           9236        7047        20         -47.0000         -53.0000     12.77%
58444.40/2952.61	c      2953           9274        7073        20         -47.0000         -53.0000     12.77%
58552.50/2958.11	c      2958           9274        7073        20         -47.0000         -53.0000     12.77%
58654.57/2963.22	c      2963           9276        7075        20         -47.0000         -53.0000     12.77%
58755.63/2968.39	c      2968           9276        7075        20         -47.0000         -53.0000     12.77%
58856.78/2973.44	c      2973           9276        7075        20         -47.0000         -53.0000     12.77%
58959.96/2978.63	c      2979          10898        8081        20         -47.0000         -53.0000     12.77%
59058.96/2983.68	c      2984          10913        8094        20         -47.0000         -53.0000     12.77%
59160.08/2988.71	c      2989          10967        8142        20         -47.0000         -53.0000     12.77%
59259.26/2993.73	c      2994          10985        8156        20         -47.0000         -53.0000     12.77%
59358.38/2998.76	c      2999           9348        7129        20         -47.0000         -53.0000     12.77%
59459.54/3003.88	c      3004          11026        8193        20         -47.0000         -53.0000     12.77%
59563.54/3009.06	c      3009          11026        8193        20         -47.0000         -53.0000     12.77%
59667.82/3014.39	c      3014           9372        7149        20         -47.0000         -53.0000     12.77%
59768.95/3019.44	c      3019          11146        8291        20         -47.0000         -53.0000     12.77%
59872.14/3024.64	c      3025          11146        8291        20         -47.0000         -53.0000     12.77%
59971.33/3029.68	c      3030           9436        7203        20         -47.0000         -53.0000     12.77%
60074.45/3034.84	c      3035          11159        8296        20         -47.0000         -53.0000     12.77%
60175.62/3039.97	c      3040           9451        7216        20         -47.0000         -53.0000     12.77%
60274.79/3045.00	c      3045          11191        8320        20         -47.0000         -53.0000     12.77%
60373.97/3050.02	c      3050          11254        8363        20         -47.0000         -53.0000     12.77%
60476.17/3055.07	c      3055          11254        8363        20         -47.0000         -53.0000     12.77%
60575.48/3060.13	c      3060           9495        7258        20         -47.0000         -53.0000     12.77%
60679.54/3065.39	c      3065           9502        7261        20         -47.0000         -53.0000     12.77%
60784.70/3070.64	c      3071          11361        8450        20         -47.0000         -53.0000     12.77%
60889.83/3076.00	c      3076          11400        8483        20         -47.0000         -53.0000     12.77%
60994.88/3081.28	c      3081           9607        7352        20         -47.0000         -53.0000     12.77%
61096.05/3086.31	c      3086           9607        7352        20         -47.0000         -53.0000     12.77%
61207.02/3091.92	c      3092          11496        8569        20         -47.0000         -53.0000     12.77%
61309.26/3097.14	c      3097           9623        7366        20         -47.0000         -53.0000     12.77%
61411.28/3102.20	c      3102           9669        7408        20         -47.0000         -53.0000     12.77%
61510.43/3107.23	c      3107           9709        7448        20         -47.0000         -53.0000     12.77%
61611.59/3112.35	c      3112           9722        7457        20         -47.0000         -53.0000     12.77%
61710.78/3117.38	c      3117           9722        7457        20         -47.0000         -53.0000     12.77%
61813.86/3122.53	c      3123           9724        7459        20         -47.0000         -53.0000     12.77%
61921.02/3127.99	c      3128          11566        8635        20         -47.0000         -53.0000     12.77%
62025.32/3133.17	c      3133          11570        8639        20         -47.0000         -53.0000     12.77%
62127.26/3138.32	c      3138           9783        7508        20         -47.0000         -53.0000     12.77%
62226.42/3143.38	c      3143           9790        7513        20         -47.0000         -53.0000     12.77%
62329.60/3148.50	c      3149           9795        7516        20         -47.0000         -53.0000     12.77%
62430.75/3153.64	c      3154           9795        7516        20         -47.0000         -53.0000     12.77%
62533.89/3158.83	c      3159          11620        8681        20         -47.0000         -53.0000     12.77%
62633.07/3163.89	c      3164          11620        8681        20         -47.0000         -53.0000     12.77%
62734.24/3168.98	c      3169          11620        8681        20         -47.0000         -53.0000     12.77%
62833.38/3173.99	c      3174           9891        7598        20         -47.0000         -53.0000     12.77%
62935.48/3179.07	c      3179          11646        8703        20         -47.0000         -53.0000     12.77%
63037.57/3184.21	c      3184           9921        7624        20         -47.0000         -53.0000     12.77%
63136.71/3189.27	c      3189          11716        8765        20         -47.0000         -53.0000     12.77%
63239.82/3194.48	c      3194           9988        7683        20         -47.0000         -53.0000     12.77%
63340.94/3199.54	c      3200          11736        8783        20         -47.0000         -53.0000     12.77%
63440.15/3204.55	c      3205          11736        8783        20         -47.0000         -53.0000     12.77%
63539.43/3209.60	c      3210          11786        8823        20         -47.0000         -53.0000     12.77%
63640.43/3214.65	c      3215          10021        7708        20         -47.0000         -53.0000     12.77%
63741.60/3219.73	c      3220          10021        7708        20         -47.0000         -53.0000     12.77%
63842.78/3224.84	c      3225          11796        8831        20         -47.0000         -53.0000     12.77%
63943.93/3229.91	c      3230          10088        7763        20         -47.0000         -53.0000     12.77%
64043.16/3234.96	c      3235          11860        8881        20         -47.0000         -53.0000     12.77%
64150.18/3240.33	c      3240          10120        7789        20         -47.0000         -53.0000     12.77%
64249.36/3245.34	c      3245          10120        7789        20         -47.0000         -53.0000     12.77%
64350.52/3250.41	c      3250          10129        7798        20         -47.0000         -53.0000     12.77%
64449.68/3255.47	c      3255          11908        8911        20         -47.0000         -53.0000     12.77%
64550.70/3260.53	c      3261          10250        7891        20         -47.0000         -53.0000     12.77%
64653.80/3265.71	c      3266          11937        8938        20         -47.0000         -53.0000     12.77%
64754.97/3270.89	c      3271          11937        8938        20         -47.0000         -53.0000     12.77%
64856.10/3275.94	c      3276          10374        8009        20         -47.0000         -53.0000     12.77%
64955.22/3281.03	c      3281          12088        9059        20         -47.0000         -53.0000     12.77%
65057.24/3286.06	c      3286          10438        8065        20         -47.0000         -53.0000     12.77%
65159.50/3291.27	c      3291          10481        8102        20         -47.0000         -53.0000     12.77%
65260.66/3296.32	c      3296          10481        8102        20         -47.0000         -53.0000     12.77%
65359.83/3301.37	c      3301          10481        8102        20         -47.0000         -53.0000     12.77%
65458.97/3306.39	c      3306          12195        9156        20         -47.0000         -53.0000     12.77%
65560.09/3311.42	c      3311          12195        9156        20         -47.0000         -53.0000     12.77%
65661.23/3316.55	c      3317          10613        8210        20         -47.0000         -53.0000     12.77%
65760.36/3321.57	c      3322          12223        9180        20         -47.0000         -53.0000     12.77%
65861.47/3326.63	c      3327          12223        9180        20         -47.0000         -53.0000     12.77%
65960.59/3331.68	c      3332          10639        8230        20         -47.0000         -53.0000     12.77%
66061.72/3336.71	c      3337          10639        8230        20         -47.0000         -53.0000     12.77%
66162.86/3341.82	c      3342          12250        9197        20         -47.0000         -53.0000     12.77%
66264.00/3346.99	c      3347          10686        8273        20         -47.0000         -53.0000     12.77%
66366.19/3352.10	c      3352          10715        8302        20         -47.0000         -53.0000     12.77%
66465.29/3357.13	c      3357          10715        8302        20         -47.0000         -53.0000     12.77%
66567.31/3362.23	c      3362          12270        9213        20         -47.0000         -53.0000     12.77%
66668.44/3367.31	c      3367          12278        9217        20         -47.0000         -53.0000     12.77%
66767.47/3372.35	c      3372          12278        9217        20         -47.0000         -53.0000     12.77%
66872.44/3377.69	c      3378          12278        9217        20         -47.0000         -53.0000     12.77%
66973.56/3382.75	c      3383          12278        9217        20         -47.0000         -53.0000     12.77%
67072.74/3387.78	c      3388          10821        8382        20         -47.0000         -53.0000     12.77%
67173.93/3392.81	c      3393          12303        9236        20         -47.0000         -53.0000     12.77%
67273.10/3397.82	c      3398          12303        9236        20         -47.0000         -53.0000     12.77%
67372.27/3402.83	c      3403          10883        8438        20         -47.0000         -53.0000     12.77%
67476.51/3408.06	c      3408          12379        9300        20         -47.0000         -53.0000     12.77%
67575.35/3413.08	c      3413          10947        8488        20         -47.0000         -53.0000     12.77%
67674.84/3418.09	c      3418          12447        9352        20         -47.0000         -53.0000     12.77%
67774.03/3423.12	c      3423          10960        8501        20         -47.0000         -53.0000     12.77%
67875.05/3428.18	c      3428          12454        9357        20         -47.0000         -53.0000     12.77%
67977.11/3433.32	c      3433          12457        9360        20         -47.0000         -53.0000     12.77%
68078.27/3438.41	c      3438          12468        9365        20         -47.0000         -53.0000     12.77%
68177.45/3443.46	c      3443          11064        8585        20         -47.0000         -53.0000     12.77%
68278.63/3448.50	c      3449          11071        8588        20         -47.0000         -53.0000     12.77%
68377.79/3453.56	c      3454          12551        9440        20         -47.0000         -53.0000     12.77%
68476.95/3458.59	c      3459          11100        8611        20         -47.0000         -53.0000     12.77%
68578.12/3463.66	c      3464          12672        9549        20         -47.0000         -53.0000     12.77%
68679.32/3468.73	c      3469          11182        8677        20         -47.0000         -53.0000     12.77%
68788.45/3474.23	c      3474          11182        8677        20         -47.0000         -53.0000     12.77%
68887.63/3479.24	c      3479          11206        8693        20         -47.0000         -53.0000     12.77%
68986.81/3484.29	c      3484          11206        8693        20         -47.0000         -53.0000     12.77%
69087.97/3489.37	c      3489          11242        8723        20         -47.0000         -53.0000     12.77%
69189.15/3494.45	c      3494          11242        8723        20         -47.0000         -53.0000     12.77%
69296.20/3499.80	c      3500          11262        8743        20         -47.0000         -53.0000     12.77%
69395.36/3504.88	c      3505          13128        9953        20         -47.0000         -53.0000     12.77%
69496.37/3509.95	c      3510          13128        9953        20         -47.0000         -53.0000     12.77%
69595.38/3515.02	c      3515          11334        8805        20         -47.0000         -53.0000     12.77%
69694.37/3520.04	c      3520          13213       10030        20         -47.0000         -53.0000     12.77%
69798.30/3525.15	c      3525          11375        8836        20         -47.0000         -53.0000     12.77%
69898.45/3530.28	c      3530          11386        8847        20         -47.0000         -53.0000     12.77%
69999.54/3535.30	c      3535          13311       10112        20         -47.0000         -53.0000     12.77%
70041.15/3537.42	c *    3537          13311       10112        20         -48.0000         -53.0000     10.42%
70100.38/3540.46	c      3540          13311       10112        20         -48.0000         -53.0000     10.42%
70201.45/3545.59	c      3546          13328        8668        20         -48.0000         -53.0000     10.42%
70308.38/3551.05	c      3551          11520        7653        20         -48.0000         -53.0000     10.42%
70410.39/3556.13	c      3556          11526        7657        20         -48.0000         -53.0000     10.42%
70509.54/3561.14	c      3561          13340        8676        20         -48.0000         -53.0000     10.42%
70613.34/3566.39	c      3566          11536        7659        20         -48.0000         -53.0000     10.42%
70716.36/3571.53	c      3572          11536        7659        20         -48.0000         -53.0000     10.42%
70817.29/3576.66	c      3577          11556        7677        20         -48.0000         -53.0000     10.42%
70918.12/3581.77	c      3582          11560        7681        20         -48.0000         -53.0000     10.42%
71019.18/3586.87	c      3587          11604        7713        20         -48.0000         -53.0000     10.42%
71125.21/3592.16	c      3592          11604        7713        20         -48.0000         -53.0000     10.42%
71224.98/3597.20	c      3597          11604        7713        20         -48.0000         -53.0000     10.42%
71323.73/3602.27	c      3602          11604        7713        20         -48.0000         -53.0000     10.42%
71430.50/3607.61	c      3608          17990          65        20         -48.0000         -53.0000     10.42%
71529.36/3612.65	c      3613          17996          71        20         -48.0000         -53.0000     10.42%
71650.15/3618.76	c      3619          11800        7851        20         -48.0000         -53.0000     10.42%
71749.02/3623.77	c      3624          18007          80        20         -48.0000         -53.0000     10.42%
71849.90/3628.82	c      3629          18007          80        20         -48.0000         -53.0000     10.42%
71948.88/3633.88	c      3634          18012          83        20         -48.0000         -53.0000     10.42%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (190021 MiB free)
  memory of node 1: 193494 MiB (190341 MiB free)
  memory of node 2: 193531 MiB (191511 MiB free)
  memory of node 3: 193531 MiB (190650 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-4465266-1723581724/watcher-4465266-1723581724 -o /tmp/evaluation-result-4465266-1723581724/solver-4465266-1723581724 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733311 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465266-1723581724.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100121 s]*
/proc/loadavg: 5.60 6.81 20.15 5/864 733371
/proc/meminfo: memFree=780656724/790760804 swapFree=131071996/131071996
[pid=733350] ppid=733345 vsize=76116 memory=65284 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/stat : 733350 (fscip) R 733345 733350 733298 0 -1 4194304 14348 0 0 0 9 2 0 0 20 0 1 0 124755539 77942784 16255 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
/proc/733350/statm: 19029 16321 2555 3035 0 15425 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 76116 KiB
Current children cumulated memory: 65284 KiB

[startup+0.225645 s]*
/proc/loadavg: 5.60 6.81 20.15 5/864 733371
/proc/meminfo: memFree=780379000/790760804 swapFree=131071996/131071996
[pid=733350] ppid=733345 vsize=140912 memory=128184 CPUtime=0.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/stat : 733350 (fscip) R 733345 733350 733298 0 -1 4194304 30312 0 0 0 19 5 0 0 20 0 1 0 124755539 144293888 32046 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
/proc/733350/statm: 35228 32046 2614 3035 0 31624 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 140912 KiB
Current children cumulated memory: 128184 KiB

[startup+0.326374 s]*
/proc/loadavg: 5.60 6.81 20.15 5/864 733371
/proc/meminfo: memFree=780243060/790760804 swapFree=131071996/131071996
[pid=733350] ppid=733345 vsize=169500 memory=150400 CPUtime=0.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/stat : 733350 (fscip) R 733345 733350 733298 0 -1 4194304 35898 0 0 0 28 6 0 0 20 0 1 0 124755539 173568000 37600 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
/proc/733350/statm: 42375 37600 2630 3035 0 38771 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 169500 KiB
Current children cumulated memory: 150400 KiB

[startup+0.700278 s]
/proc/loadavg: 5.60 6.81 20.15 5/864 733371
/proc/meminfo: memFree=779923080/790760804 swapFree=131071996/131071996
[pid=733350] ppid=733345 vsize=182312 memory=168904 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/stat : 733350 (fscip) R 733345 733350 733298 0 -1 4194304 54642 0 0 0 59 10 0 0 20 0 1 0 124755539 186687488 42226 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
/proc/733350/statm: 45578 42226 2710 3035 0 41974 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 182312 KiB
Current children cumulated memory: 168904 KiB

[startup+1.50027 s]
/proc/loadavg: 5.60 6.81 20.15 5/864 733371
/proc/meminfo: memFree=779632352/790760804 swapFree=131071996/131071996
[pid=733350] ppid=733345 vsize=385368 memory=353416 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/stat : 733350 (fscip) R 733345 733350 733298 0 -1 4194304 62732 0 0 0 135 14 0 0 20 0 1 0 124755539 394616832 88354 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
/proc/733350/statm: 96342 88354 2758 3035 0 92738 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 385368 KiB
Current children cumulated memory: 353416 KiB

[startup+3.12636 s]
/proc/loadavg: 5.60 6.81 20.15 5/904 733411
/proc/meminfo: memFree=777435620/790760804 swapFree=131071996/131071996
[pid=733350] ppid=733345 vsize=1886952 memory=1243880 CPUtime=3.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/stat : 733350 (fscip) S 733345 733350 733298 0 -1 1077936128 298702 0 0 0 263 48 0 0 20 0 21 0 124755539 1932238848 310970 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
/proc/733350/statm: 471738 310970 2774 3035 0 358761 0
[pid=733350/tid=733372] ppid=733345 vsize=1886952 memory=161736 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733372/stat : 733372 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 7 1 0 0 20 0 21 0 124755701 1932238848 310970 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733373] ppid=733345 vsize=1886952 memory=281002799067520 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733373/stat : 733373 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 6 2 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733374] ppid=733345 vsize=1886952 memory=38136 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733374/stat : 733374 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 6 1 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733375] ppid=733345 vsize=1886952 memory=16164 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733375/stat : 733375 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 6 2 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733376] ppid=733345 vsize=1886952 memory=2316 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733376/stat : 733376 (fscip) S 733345 733350 733298 0 -1 1077936192 13259 0 0 0 6 2 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733377] ppid=733345 vsize=1886952 memory=33000 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733377/stat : 733377 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 6 1 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733378] ppid=733345 vsize=1886952 memory=1804 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733378/stat : 733378 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 6 2 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733379] ppid=733345 vsize=1886952 memory=21392 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733379/stat : 733379 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 7 1 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733380] ppid=733345 vsize=1886952 memory=2208 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733380/stat : 733380 (fscip) S 733345 733350 733298 0 -1 1077936192 13261 0 0 0 6 1 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733381] ppid=733345 vsize=1886952 memory=2036 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733381/stat : 733381 (fscip) S 733345 733350 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733382] ppid=733345 vsize=1886952 memory=31572 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733382/stat : 733382 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 7 1 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733383] ppid=733345 vsize=1886952 memory=8549126869355440251 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733383/stat : 733383 (fscip) S 733345 733350 733298 0 -1 1077936192 13259 0 0 0 6 2 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733384] ppid=733345 vsize=1886952 memory=140501399696976 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733384/stat : 733384 (fscip) S 733345 733350 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733385] ppid=733345 vsize=1886952 memory=0 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733385/stat : 733385 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 7 1 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733386] ppid=733345 vsize=1886952 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733386/stat : 733386 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 6 1 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733387] ppid=733345 vsize=1886952 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733387/stat : 733387 (fscip) S 733345 733350 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733388] ppid=733345 vsize=1886952 memory=21392 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733388/stat : 733388 (fscip) R 733345 733350 733298 0 -1 4194368 3510 0 0 0 1 0 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733389] ppid=733345 vsize=1886952 memory=2208 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733389/stat : 733389 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 6 2 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733390] ppid=733345 vsize=1886952 memory=2036 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733390/stat : 733390 (fscip) S 733345 733350 733298 0 -1 1077936192 13259 0 0 0 6 1 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733391] ppid=733345 vsize=1886952 memory=31572 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733391/stat : 733391 (fscip) S 733345 733350 733298 0 -1 1077936192 13260 0 0 0 6 1 0 0 20 0 21 0 124755701 1932238848 311036 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 1886952 KiB
Current children cumulated memory: 1243880 KiB

[startup+6.30726 s]
/proc/loadavg: 8.67 7.43 20.28 43/944 733451
/proc/meminfo: memFree=770154992/790760804 swapFree=131071996/131071996
[pid=733350] ppid=733345 vsize=6482116 memory=5565656 CPUtime=58.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/stat : 733350 (fscip) S 733345 733350 733298 0 -1 1077936128 1197721 0 0 0 5616 278 0 0 20 0 41 0 124755539 6637686784 1391414 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
/proc/733350/statm: 1620529 1391414 2790 3035 0 1568674 0
[pid=733350/tid=733372] ppid=733345 vsize=6482116 memory=2316 CPUtime=2.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733372/stat : 733372 (fscip) R 733345 733350 733298 0 -1 4194368 55140 0 0 0 274 13 0 0 20 0 41 0 124755701 6637686784 1391414 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733373] ppid=733345 vsize=6482116 memory=799076 CPUtime=2.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733373/stat : 733373 (fscip) D 733345 733350 733298 0 -1 4194368 52121 0 0 0 273 12 0 0 20 0 41 0 124755701 6637686784 1391414 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733374] ppid=733345 vsize=6482116 memory=3843832 CPUtime=2.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733374/stat : 733374 (fscip) R 733345 733350 733298 0 -1 4194368 53725 0 0 0 265 10 0 0 20 0 41 0 124755701 6637686784 1391414 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733375] ppid=733345 vsize=6482116 memory=215654621451 CPUtime=2.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733375/stat : 733375 (fscip) R 733345 733350 733298 0 -1 4194368 55082 0 0 0 272 15 0 0 20 0 41 0 124755701 6637686784 1391414 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733376] ppid=733345 vsize=6482116 memory=38136 CPUtime=2.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733376/stat : 733376 (fscip) D 733345 733350 733298 0 -1 4194368 55983 0 0 0 273 12 0 0 20 0 41 0 124755701 6637686784 1391414 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733377] ppid=733345 vsize=6482116 memory=25333125866717268 CPUtime=2.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733377/stat : 733377 (fscip) R 733345 733350 733298 0 -1 4194368 59408 0 0 0 273 11 0 0 20 0 41 0 124755701 6637686784 1391414 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733378] ppid=733345 vsize=6482116 memory=0 CPUtime=2.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733378/stat : 733378 (fscip) R 733345 733350 733298 0 -1 4194368 51328 0 0 0 274 13 0 0 20 0 41 0 124755701 6637686784 1391414 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733379] ppid=733345 vsize=6482116 memory=25333125866717268 CPUtime=2.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733379/stat : 733379 (fscip) D 733345 733350 733298 0 -1 4194368 59405 0 0 0 271 13 0 0 20 0 41 0 124755701 6637686784 1391414 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733380] ppid=733345 vsize=6482116 memory=16164 CPUtime=2.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733380/stat : 733380 (fscip) R 733345 733350 733298 0 -1 4194368 63427 0 0 0 271 13 0 0 20 0 41 0 124755701 6637686784 1391414 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733381] ppid=733345 vsize=6536252 memory=2316 CPUtime=2.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733381/stat : 733381 (fscip) R 733345 733350 733298 0 -1 4194368 57674 0 0 0 272 14 0 0 20 0 41 0 124755701 6693122048 1391449 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733382] ppid=733345 vsize=6536252 memory=33000 CPUtime=2.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733382/stat : 733382 (fscip) D 733345 733350 733298 0 -1 4194368 61654 0 0 0 270 13 0 0 20 0 41 0 124755701 6693122048 1391449 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733383] ppid=733345 vsize=6491140 memory=1804 CPUtime=2.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733383/stat : 733383 (fscip) R 733345 733350 733298 0 -1 4194368 55652 0 0 0 274 14 0 0 20 0 41 0 124755701 6646927360 1391449 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733384] ppid=733345 vsize=6491140 memory=11448 CPUtime=2.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733384/stat : 733384 (fscip) R 733345 733350 733298 0 -1 4194368 52526 0 0 0 274 13 0 0 20 0 41 0 124755701 6646927360 1391449 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733385] ppid=733345 vsize=6491140 memory=38136 CPUtime=2.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733385/stat : 733385 (fscip) R 733345 733350 733298 0 -1 4194368 53258 0 0 0 274 11 0 0 20 0 41 0 124755701 6646927360 1391449 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733386] ppid=733345 vsize=6491140 memory=10544 CPUtime=2.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733386/stat : 733386 (fscip) R 733345 733350 733298 0 -1 4194368 50067 0 0 0 274 11 0 0 20 0 41 0 124755701 6646927360 1391449 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733387] ppid=733345 vsize=6491140 memory=5512 CPUtime=2.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733387/stat : 733387 (fscip) R 733345 733350 733298 0 -1 4194368 53582 0 0 0 273 14 0 0 20 0 41 0 124755701 6646927360 1391515 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733388] ppid=733345 vsize=6491140 memory=107 CPUtime=2.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733388/stat : 733388 (fscip) R 733345 733350 733298 0 -1 4194368 57534 0 0 0 277 10 0 0 20 0 41 0 124755701 6646927360 1391515 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733389] ppid=733345 vsize=6491140 memory=109 CPUtime=2.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733389/stat : 733389 (fscip) R 733345 733350 733298 0 -1 4194368 55035 0 0 0 270 15 0 0 20 0 41 0 124755701 6646927360 1391515 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733390] ppid=733345 vsize=6491140 memory=109 CPUtime=2.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733390/stat : 733390 (fscip) R 733345 733350 733298 0 -1 4194368 55555 0 0 0 273 14 0 0 20 0 41 0 124755701 6646927360 1391515 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733391] ppid=733345 vsize=6491140 memory=107 CPUtime=2.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733391/stat : 733391 (fscip) R 733345 733350 733298 0 -1 4194368 56519 0 0 0 275 10 0 0 20 0 41 0 124755701 6646927360 1391515 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733412] ppid=733345 vsize=6491140 memory=281002799101536 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733412/stat : 733412 (fscip) S 733345 733350 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124755885 6646927360 1391515 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733413] ppid=733345 vsize=6491140 memory=3151887654193642 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733413/stat : 733413 (fscip) S 733345 733350 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124755885 6646927360 1391647 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733414] ppid=733345 vsize=6491140 memory=3151887654193642 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733414/stat : 733414 (fscip) S 733345 733350 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124755885 6646927360 1391647 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733415] ppid=733345 vsize=6491140 memory=3151887654192106 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733415/stat : 733415 (fscip) S 733345 733350 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124755885 6646927360 1391647 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733416] ppid=733345 vsize=6491140 memory=4404 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733416/stat : 733416 (fscip) S 733345 733350 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124755885 6646927360 1391647 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733417] ppid=733345 vsize=6491140 memory=674788 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733417/stat : 733417 (fscip) S 733345 733350 733298 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 41 0 124755885 6646927360 1391778 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733418] ppid=733345 vsize=6491140 memory=-8671513309995246268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733418/stat : 733418 (fscip) S 733345 733350 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 124755885 6646927360 1391778 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733419] ppid=733345 vsize=6491140 memory=54100247183884 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733419/stat : 733419 (fscip) S 733345 733350 733298 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 124755885 6646927360 1391778 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0

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

[pid=733350/tid=733422] ppid=733345 vsize=45139256 memory=2264 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733422/stat : 733422 (fscip) S 733345 733350 733298 0 -1 1077936192 166 0 0 0 3 0 0 0 20 0 41 0 124755885 46222598144 8881900 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733423] ppid=733345 vsize=45139256 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733423/stat : 733423 (fscip) S 733345 733350 733298 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 124755885 46222598144 8881900 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733424] ppid=733345 vsize=45139256 memory=281002801095456 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733424/stat : 733424 (fscip) S 733345 733350 733298 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 124755885 46222598144 8881900 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733425] ppid=733345 vsize=45139256 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733425/stat : 733425 (fscip) S 733345 733350 733298 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 124755885 46222598144 8881900 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733426] ppid=733345 vsize=45139256 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733426/stat : 733426 (fscip) S 733345 733350 733298 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 124755885 46222598144 8881900 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733427] ppid=733345 vsize=45139256 memory=281002798957200 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733427/stat : 733427 (fscip) S 733345 733350 733298 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 124755885 46222598144 8881900 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733428] ppid=733345 vsize=45139256 memory=6299978290323914 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733428/stat : 733428 (fscip) S 733345 733350 733298 0 -1 1077936192 144 0 0 0 2 0 0 0 20 0 41 0 124755885 46222598144 8881900 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733429] ppid=733345 vsize=45139256 memory=11448 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733429/stat : 733429 (fscip) S 733345 733350 733298 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 124755885 46222598144 8881900 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733430] ppid=733345 vsize=45139256 memory=38272 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733430/stat : 733430 (fscip) S 733345 733350 733298 0 -1 1077936192 99 0 0 0 3 0 0 0 20 0 41 0 124755886 46222598144 8881900 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733431] ppid=733345 vsize=45139256 memory=10544 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733431/stat : 733431 (fscip) S 733345 733350 733298 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 124755886 46222598144 8881900 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
Current children cumulated CPU time: 70930 s
Current children cumulated vsize: 45139256 KiB
Current children cumulated memory: 35527600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.4 s]
/proc/loadavg: 80.11 80.27 79.16 81/1023 735384
/proc/meminfo: memFree=644287344/790760804 swapFree=131071996/131071996
[pid=733350] ppid=733345 vsize=45128936 memory=35720492 CPUtime=72000.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/stat : 733350 (fscip) S 733345 733350 733298 0 -1 1077936128 109756645 0 0 0 7182057 17976 0 0 20 0 41 0 124755539 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
/proc/733350/statm: 11282234 8930123 3302 3035 0 11135660 0
[pid=733350/tid=733372] ppid=733345 vsize=45128936 memory=35739776 CPUtime=3592.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733372/stat : 733372 (fscip) R 733345 733350 733298 0 -1 4194368 4449410 0 0 0 358735 527 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733373] ppid=733345 vsize=45128936 memory=64252 CPUtime=3592.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733373/stat : 733373 (fscip) R 733345 733350 733298 0 -1 4194368 8832886 0 0 0 358218 1067 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733374] ppid=733345 vsize=45128936 memory=7640 CPUtime=3604.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733374/stat : 733374 (fscip) R 733345 733350 733298 0 -1 4194368 2607144 0 0 0 359363 1051 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733375] ppid=733345 vsize=45128936 memory=19304 CPUtime=3604.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733375/stat : 733375 (fscip) R 733345 733350 733298 0 -1 4194368 5099428 0 0 0 359826 590 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733376] ppid=733345 vsize=45128936 memory=20380 CPUtime=3600.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733376/stat : 733376 (fscip) R 733345 733350 733298 0 -1 4194368 8727840 0 0 0 358940 1135 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733377] ppid=733345 vsize=45128936 memory=5616 CPUtime=3602.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733377/stat : 733377 (fscip) R 733345 733350 733298 0 -1 4194368 2767388 0 0 0 359118 1089 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733378] ppid=733345 vsize=45128936 memory=28648 CPUtime=3597.37 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733378/stat : 733378 (fscip) R 733345 733350 733298 0 -1 4194368 4442285 0 0 0 359200 537 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733379] ppid=733345 vsize=45128936 memory=32792 CPUtime=3603.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733379/stat : 733379 (fscip) R 733345 733350 733298 0 -1 4194368 7888171 0 0 0 359300 1008 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733380] ppid=733345 vsize=45128936 memory=7068 CPUtime=3605.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733380/stat : 733380 (fscip) R 733345 733350 733298 0 -1 4194368 2461719 0 0 0 359434 1106 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733381] ppid=733345 vsize=45128936 memory=36300 CPUtime=3601.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733381/stat : 733381 (fscip) R 733345 733350 733298 0 -1 4194368 4612957 0 0 0 359596 543 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733382] ppid=733345 vsize=45128936 memory=6796 CPUtime=3606.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733382/stat : 733382 (fscip) R 733345 733350 733298 0 -1 4194368 8569170 0 0 0 359653 1030 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733383] ppid=733345 vsize=45128936 memory=6720665445738954087 CPUtime=3595.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733383/stat : 733383 (fscip) R 733345 733350 733298 0 -1 4194368 2597686 0 0 0 358491 1072 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733384] ppid=733345 vsize=45128936 memory=7379517904014174313 CPUtime=3603.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733384/stat : 733384 (fscip) R 733345 733350 733298 0 -1 4194368 4799182 0 0 0 359749 553 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733385] ppid=733345 vsize=45128936 memory=6428669946046606949 CPUtime=3596.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733385/stat : 733385 (fscip) R 733345 733350 733298 0 -1 4194368 9128834 0 0 0 358595 1075 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733386] ppid=733345 vsize=45128936 memory=38844130910404740 CPUtime=3596.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733386/stat : 733386 (fscip) R 733345 733350 733298 0 -1 4194368 2538133 0 0 0 358621 1054 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733387] ppid=733345 vsize=45128936 memory=6944656591801717918 CPUtime=3594.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733387/stat : 733387 (fscip) R 733345 733350 733298 0 -1 4194368 4784026 0 0 0 358828 582 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733388] ppid=733345 vsize=45128936 memory=6720665445738954087 CPUtime=3594.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733388/stat : 733388 (fscip) R 733345 733350 733298 0 -1 4194368 9217034 0 0 0 358221 1214 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733389] ppid=733345 vsize=45128936 memory=32792 CPUtime=3592.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733389/stat : 733389 (fscip) R 733345 733350 733298 0 -1 4194368 2492075 0 0 0 358258 1031 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733390] ppid=733345 vsize=45128936 memory=7068 CPUtime=3605.58 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733390/stat : 733390 (fscip) R 733345 733350 733298 0 -1 4194368 4725024 0 0 0 359975 583 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733391] ppid=733345 vsize=45128936 memory=36300 CPUtime=3607.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733391/stat : 733391 (fscip) R 733345 733350 733298 0 -1 4194368 8928187 0 0 0 359663 1064 0 0 20 0 41 0 124755701 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733412] ppid=733345 vsize=45128936 memory=6796 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733412/stat : 733412 (fscip) S 733345 733350 733298 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733413] ppid=733345 vsize=45128936 memory=11568 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733413/stat : 733413 (fscip) S 733345 733350 733298 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733414] ppid=733345 vsize=45128936 memory=13904 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733414/stat : 733414 (fscip) S 733345 733350 733298 0 -1 1077936192 151 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733415] ppid=733345 vsize=45128936 memory=11276 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733415/stat : 733415 (fscip) S 733345 733350 733298 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733416] ppid=733345 vsize=45128936 memory=11276 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733416/stat : 733416 (fscip) S 733345 733350 733298 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733417] ppid=733345 vsize=45128936 memory=11276 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733417/stat : 733417 (fscip) S 733345 733350 733298 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733418] ppid=733345 vsize=45128936 memory=35067728 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733418/stat : 733418 (fscip) S 733345 733350 733298 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733419] ppid=733345 vsize=45128936 memory=2832 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733419/stat : 733419 (fscip) S 733345 733350 733298 0 -1 1077936192 120 0 0 0 0 2 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733420] ppid=733345 vsize=45128936 memory=6736 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733420/stat : 733420 (fscip) S 733345 733350 733298 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733421] ppid=733345 vsize=45128936 memory=31880548 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733421/stat : 733421 (fscip) S 733345 733350 733298 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733422] ppid=733345 vsize=45128936 memory=2696 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733422/stat : 733422 (fscip) S 733345 733350 733298 0 -1 1077936192 169 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733423] ppid=733345 vsize=45128936 memory=6648 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733423/stat : 733423 (fscip) S 733345 733350 733298 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733424] ppid=733345 vsize=45128936 memory=11276 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733424/stat : 733424 (fscip) S 733345 733350 733298 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733425] ppid=733345 vsize=45128936 memory=2796 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733425/stat : 733425 (fscip) S 733345 733350 733298 0 -1 1077936192 161 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733426] ppid=733345 vsize=45128936 memory=6916 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733426/stat : 733426 (fscip) S 733345 733350 733298 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733427] ppid=733345 vsize=45128936 memory=2652 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733427/stat : 733427 (fscip) S 733345 733350 733298 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733428] ppid=733345 vsize=45128936 memory=6728 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733428/stat : 733428 (fscip) S 733345 733350 733298 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733429] ppid=733345 vsize=45128936 memory=35741832 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733429/stat : 733429 (fscip) S 733345 733350 733298 0 -1 1077936192 125 0 0 0 3 0 0 0 20 0 41 0 124755885 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733430] ppid=733345 vsize=45128936 memory=6720665445738954087 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733430/stat : 733430 (fscip) S 733345 733350 733298 0 -1 1077936192 100 0 0 0 3 0 0 0 20 0 41 0 124755886 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
[pid=733350/tid=733431] ppid=733345 vsize=45128936 memory=11276 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/733350/task/733431/stat : 733431 (fscip) S 733345 733350 733298 0 -1 1077936192 148 0 0 0 3 0 0 0 20 0 41 0 124755886 46212030464 8930123 809668444160 4194304 16623229 140722860784112 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 49913856 140722860790790 140722860790908 140722860790908 140722860797936 0
Current children cumulated CPU time: 72000.3 s
Current children cumulated vsize: 45128936 KiB
Current children cumulated memory: 35720492 KiB

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

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

# cumulated CPU time of all completed processes:  user=71820.8 s, system=181.072 s

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

[startup+3636.8 s]
/proc/loadavg: 80.11 80.27 79.16 63/984 735384
/proc/meminfo: memFree=648611688/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.2 s]
/proc/loadavg: 80.11 80.27 79.16 43/945 735384
/proc/meminfo: memFree=669092368/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.6 s]
/proc/loadavg: 80.11 80.27 79.16 43/945 735384
/proc/meminfo: memFree=669092368/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3637.7 s]
/proc/loadavg: 80.11 80.27 79.16 43/945 735384
/proc/meminfo: memFree=669092368/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3637.73
CPU time (s): 72001.9
CPU user time (s): 71820.8
CPU system time (s): 181.072
CPU usage (%): 1979.31
Max. virtual memory (cumulated for all children) (KiB): 45477248
Max. memory (cumulated for all children) (KiB): 35773884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71820.8
system time used= 181.072
maximum resident set size= 35774100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109756652
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= 1326667
involuntary context switches= 247311


# summary of solver processes directly reported to runsolver:
#   pid: 733350
#   total CPU time (s): 72001.9
#   total CPU user time (s): 71820.8
#   total CPU system time (s): 181.072

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.3355 second user time and 117.093 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-13 22:42:04
IDJOB=4465266
IDBENCH=146672
IDSOLVER=3094
FILE ID=nodeD105/4465266-1723581724
RUNJOBID= nodeD105-1723581724-733311
SLURM_JOB_ID= 8267895
Free space on /tmp= 8622912 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.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-4465266-1723581724/watcher-4465266-1723581724 -o /tmp/evaluation-result-4465266-1723581724/solver-4465266-1723581724 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733311 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465266-1723581724.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 05a4468103b1b74e5a90bd7e67aed0d9
RANDOM SEED=1241491334

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        780825396 kB
MemAvailable:   783656580 kB
Buffers:         1166172 kB
Cached:          4981456 kB
SwapCached:            0 kB
Active:          1568572 kB
Inactive:        4988168 kB
Active(anon):       2076 kB
Inactive(anon):   445944 kB
Active(file):    1566496 kB
Inactive(file):  4542224 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            128056 kB
Writeback:             0 kB
AnonPages:        409224 kB
Mapped:           101008 kB
Shmem:             38920 kB
KReclaimable:     284332 kB
Slab:             712080 kB
SReclaimable:     284332 kB
SUnreclaim:       427748 kB
KernelStack:       14688 kB
PageTables:        11232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1047356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1107840 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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:     1085440 kB
DirectMap2M:    133629952 kB
DirectMap1G:    671088640 kB

Free space on /tmp at the end= 8622788 MiB
End job on nodeD105 at 2024-08-13 23:42:42