Trace number 4465193

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) 72002.3 3629.96

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.opb
MD5SUM62fadc113b966a642e431cfbd80ddcdc
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 benchmark176
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables465
Total number of constraints465
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints465
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 465
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 465
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 465
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 24432640, getVmSize() = 24432640, SCIPgetMemUsed() = 2282493, SCIPgetMemTotal() = 2890933, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.02	c ** Estimated virtualMemUsedAtSolver = 16451226, getVmSize() = 29560832, SCIPgetMemUsed() = 3241519, SCIPgetMemTotal() = 6544455, SCIPgetMemExternEstim() = 1048576
0.00/0.02	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.02	c Original Problem   :
0.00/0.02	c   Problem name     : instance-4465193-1722449575
0.00/0.02	c   Variables        : 465 (465 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 465
0.00/0.02	c   Objective sense  : minimize
0.00/0.02	c Presolved Problem  :
0.00/0.02	c   Variables        : 465 (465 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 543
0.00/0.02	c Constraints        : Number
0.00/0.02	c   knapsack         : 415 
0.00/0.02	c   setppc           : 110 
0.00/0.02	c   logicor          : 18 
0.00/0.02	c ** Instance transfer method used: 0
0.00/0.02	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.08	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.08	c                                Nodes    Active                                            
0.00/0.08	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.32/0.13	c *       0              0           1        20         214.0000                -          -
0.32/0.13	c *       0              0           1        20         204.0000                -          -
15.28/1.01	c *       1              3           2        20         203.0000           1.0000          -
27.05/1.56	c *       2           9089         197        20         201.0000           1.0000          -
27.05/1.58	c *       2           9089         197        20         200.0000           1.0000          -
29.04/1.66	c *       2           9089         197        20         197.0000           1.0000          -
29.04/1.69	c *       2           9089         197        20         196.0000           1.0000          -
31.03/1.71	c *       2           9089         197        20         195.0000           1.0000          -
31.03/1.74	c *       2           9089         197        20         194.0000           1.0000          -
31.03/1.77	c *       2           9089         197        20         193.0000           1.0000          -
32.97/1.81	c *       2           9089         197        20         192.0000           1.0000          -
32.97/1.84	c *       2           9089         197        20         191.0000           1.0000          -
32.97/1.87	c *       2           9089         197        20         190.0000           1.0000          -
35.02/1.92	c *       2           9089         197        20         189.0000           1.0000          -
35.02/1.99	c *       2           9089         197        20         188.0000           1.0000          -
35.02/2.02	c *       2           9089         197        20         187.0000           1.0000          -
37.42/2.07	c *       2           9089         197        20         186.0000           1.0000          -
37.42/2.11	c *       2           9089         197        20         185.0000           1.0000          -
98.91/5.19	c         5              2           1        20         185.0000         159.7024     15.84%
116.65/6.12	c *       6              2           1        20         184.0000         159.8159     15.13%
125.86/6.55	c *       7              3           2        20         183.0000         159.8811     14.46%
199.16/10.23	c        10              6           5        20         183.0000         159.8811     14.46%
298.24/15.28	c        15             14          13        20         183.0000         159.8811     14.46%
379.44/19.37	c *      19             35          34        20         182.0000         159.8811     13.83%
397.26/20.28	c        20             53          52        20         182.0000         159.8811     13.83%
498.32/25.32	c        25            127         126        20         182.0000         159.8811     13.83%
574.36/29.19	c *      29            262         261        20         181.0000         159.8970     13.20%
599.44/30.44	c        30            282         281        20         181.0000         159.9275     13.18%
614.03/31.17	c *      31            302         301        20         180.0000         159.9319     12.55%
691.21/35.12	c *      35            362         361        20         179.0000         160.0678     11.83%
700.41/35.51	c        36            382         381        20         179.0000         160.0704     11.83%
799.44/40.57	c        41            442         441        20         179.0000         160.2249     11.72%
882.80/44.70	c *      45            482         481        20         178.0000         160.2909     11.05%
902.52/45.71	c        46            502         501        20         178.0000         160.2924     11.05%
1003.44/50.84	c        51            552         551        20         178.0000         160.3690     10.99%
1104.53/55.91	c        56            602         601        20         178.0000         160.4305     10.95%
1203.48/60.98	c        61            662         661        20         178.0000         160.4851     10.91%
1302.36/66.00	c        66            712         711        20         178.0000         160.5328     10.88%
1401.49/71.01	c        71            762         761        20         178.0000         160.5535     10.87%
1500.66/76.02	c        76            822         821        20         178.0000         160.5905     10.84%
1602.39/81.08	c        81            882         881        20         178.0000         160.6212     10.82%
1701.33/86.10	c        86            942         941        20         178.0000         160.6464     10.80%
1803.90/91.27	c        91           1002        1001        20         178.0000         160.6791     10.78%
1904.91/96.32	c        96           1047        1046        20         178.0000         160.6993     10.77%
2004.13/101.34	c       101           1053           3        20         178.0000         160.6993     10.77%
2105.05/106.42	c       106           1065          15        20         178.0000         160.6993     10.77%
2204.02/111.43	c       111           1181         131        20         178.0000         160.6993     10.77%
2305.17/116.52	c       117           1409         215        20         178.0000         160.6993     10.77%
2404.08/121.57	c       122           1568         260        20         178.0000         160.6993     10.77%
2505.17/126.62	c       127           1707         307        20         178.0000         160.6993     10.77%
2604.18/131.67	c       132           1681         597        20         178.0000         160.7444     10.73%
2705.22/136.72	c       137           1731         647        20         178.0000         160.8143     10.69%
2804.11/141.74	c       142           1771         687        20         178.0000         160.8494     10.66%
2905.07/146.81	c       147           1811         727        20         178.0000         160.8623     10.65%
3004.05/151.86	c       152           1861         777        20         178.0000         160.9053     10.62%
3103.21/156.90	c       157           1911         827        20         178.0000         160.9827     10.57%
3204.29/161.93	c       162           1961         877        20         178.0000         161.0312     10.54%
3303.21/166.97	c       167           2011         927        20         178.0000         161.0555     10.52%
3405.04/172.07	c       172           2061         977        20         178.0000         161.0912     10.50%
3503.95/177.12	c       177           2121        1037        20         178.0000         161.1166     10.48%
3604.85/182.17	c       182           2170        1086        20         178.0000         161.1348     10.47%
3705.43/187.22	c       187           2211        1127        20         178.0000         161.1692     10.44%
3804.48/192.27	c       192           2261        1177        20         178.0000         161.2022     10.42%
3903.47/197.29	c       197           2311        1227        20         178.0000         161.2233     10.41%
4004.82/202.32	c       202           2371        1287        20         178.0000         161.2620     10.38%
4105.75/207.42	c       207           2431        1347        20         178.0000         161.2755     10.37%
4204.84/212.46	c       212           2481        1397        20         178.0000         161.3031     10.35%
4305.96/217.52	c       218           2531        1447        20         178.0000         161.3332     10.33%
4405.18/222.55	c       223           2571        1487        20         178.0000         161.3469     10.32%
4506.15/227.60	c       228           2631        1547        20         178.0000         161.3625     10.31%
4605.24/232.62	c       233           2691        1607        20         178.0000         161.3823     10.30%
4706.43/237.72	c       238           2751        1667        20         178.0000         161.3995     10.29%
4805.58/242.74	c       243           2821        1737        20         178.0000         161.4172     10.27%
4904.65/247.80	c       248           2881        1797        20         178.0000         161.4361     10.26%
5005.86/252.81	c       253           2931        1847        20         178.0000         161.4435     10.26%
5104.81/257.84	c       258           2991        1907        20         178.0000         161.4694     10.24%
5203.96/262.85	c       263           3051        1967        20         178.0000         161.4820     10.23%
5303.09/267.88	c       268           3091        2007        20         178.0000         161.4877     10.23%
5403.98/272.95	c       273           3181        2097        20         178.0000         161.5235     10.20%
5503.17/277.97	c       278           3241        2157        20         178.0000         161.5302     10.20%
5602.24/282.99	c       283           3281        2197        20         178.0000         161.5372     10.19%
5703.77/288.07	c       288           3331        2247        20         178.0000         161.5534     10.18%
5803.12/293.09	c       293           3401        2317        20         178.0000         161.5645     10.17%
5903.76/298.14	c       298           3451        2367        20         178.0000         161.5761     10.16%
6002.74/303.18	c       303           3541        2457        20         178.0000         161.5881     10.16%
6101.85/308.20	c       308           3601        2517        20         178.0000         161.6086     10.14%
6202.42/313.21	c       313           3671        2587        20         178.0000         161.6188     10.14%
6301.40/318.26	c       318           3731        2647        20         178.0000         161.6335     10.13%
6402.41/323.30	c       323           3791        2707        20         178.0000         161.6466     10.12%
6501.42/328.33	c       328           3851        2767        20         178.0000         161.6563     10.11%
6602.40/333.41	c       333           3911        2827        20         178.0000         161.6636     10.11%
6701.63/338.45	c       338           3970        2886        20         178.0000         161.6683     10.10%
6802.72/343.51	c       344           4031        2947        20         178.0000         161.6810     10.09%
6901.79/348.53	c       349           4101        3017        20         178.0000         161.6888     10.09%
7000.62/353.56	c       354           4141        3057        20         178.0000         161.7000     10.08%
7101.76/358.62	c       359           4221        3137        20         178.0000         161.7107     10.07%
7200.70/363.68	c       364           4261        3177        20         178.0000         161.7186     10.07%
7301.77/368.74	c       369           4341        3257        20         178.0000         161.7328     10.06%
7402.83/373.81	c       374           4451        3367        20         178.0000         161.7465     10.05%
7501.92/378.86	c       379           4521        3437        20         178.0000         161.7695     10.03%
7601.14/383.88	c       384           4571        3487        20         178.0000         161.7733     10.03%
7702.29/388.92	c       389           4641        3557        20         178.0000         161.7790     10.03%
7801.54/394.00	c       394           4711        3627        20         178.0000         161.7939     10.02%
7903.21/399.06	c       399           4801        3717        20         178.0000         161.8088     10.01%
8002.42/404.08	c       404           4871        3787        20         178.0000         161.8205     10.00%
8101.81/409.12	c       409           4950        3866        20         178.0000         161.8242     10.00%
8202.71/414.19	c       414           5021        3937        20         178.0000         161.8398      9.99%
8303.14/419.24	c       419           5081        3997        20         178.0000         161.8449      9.98%
8402.35/424.30	c       424           5161        4077        20         178.0000         161.8515      9.98%
8503.31/429.33	c       429           5211        4127        20         178.0000         161.8554      9.97%
8602.54/434.35	c       434           5301        4217        20         178.0000         161.8656      9.97%
8701.44/439.38	c       439           5371        4287        20         178.0000         161.8763      9.96%
8802.47/444.43	c       444           5451        4367        20         178.0000         161.8868      9.95%
8903.49/449.50	c       450           5521        4437        20         178.0000         161.9030      9.94%
9002.52/454.52	c       455           5611        4527        20         178.0000         161.9080      9.94%
9101.69/459.56	c       460           5691        4607        20         178.0000         161.9170      9.93%
9204.81/464.71	c       465           5801        4717        20         178.0000         161.9298      9.92%
9303.82/469.76	c       470           5901        4817        20         178.0000         161.9396      9.92%
9404.79/474.81	c       475           5991        4907        20         178.0000         161.9467      9.91%
9503.83/479.86	c       480           6111        5027        20         178.0000         161.9515      9.91%
9605.11/484.91	c       485           6191        5107        20         178.0000         161.9552      9.91%
9703.98/489.92	c       490           6271        5187        20         178.0000         161.9623      9.90%
9803.14/494.95	c       495           6351        5267        20         178.0000         161.9669      9.90%
9902.31/499.99	c       500           6451        5367        20         178.0000         161.9743      9.89%
10001.52/505.00	c       505           6541        5457        20         178.0000         161.9826      9.89%
10100.72/510.01	c       510           6631        5547        20         178.0000         161.9889      9.88%
10202.61/515.07	c       515           6721        5637        20         178.0000         161.9993      9.88%
10303.89/520.18	c       520           6821        5737        20         178.0000         162.0061      9.87%
10404.25/525.22	c       525           6921        5837        20         178.0000         162.0125      9.87%
10503.28/530.27	c       530           7001        5917        20         178.0000         162.0187      9.86%
10604.35/535.34	c       535           7091        6007        20         178.0000         162.0248      9.86%
10705.62/540.46	c       540           7181        6097        20         178.0000         162.0331      9.85%
10804.54/545.49	c       545           7261        6177        20         178.0000         162.0398      9.85%
10905.56/550.56	c       551           7351        6267        20         178.0000         162.0448      9.85%
11006.48/555.61	c       556           7431        6347        20         178.0000         162.0491      9.84%
11105.52/560.66	c       561           7491        6407        20         178.0000         162.0517      9.84%
11206.65/565.71	c       566           7591        6507        20         178.0000         162.0586      9.84%
11305.57/570.76	c       571           7671        6587        20         178.0000         162.0616      9.83%
11406.46/575.81	c       576           7781        6697        20         178.0000         162.0676      9.83%
11505.61/580.86	c       581           7901        6817        20         178.0000         162.0758      9.83%
11604.75/585.87	c       586           7961        6877        20         178.0000         162.0802      9.82%
11705.88/590.90	c       591           8051        6967        20         178.0000         162.0851      9.82%
11804.89/595.91	c       596           8151        7067        20         178.0000         162.0928      9.81%
11904.04/600.93	c       601           8241        7157        20         178.0000         162.0997      9.81%
12005.54/606.10	c       606           8331        7247        20         178.0000         162.1047      9.81%
12104.61/611.11	c       611           8411        7327        20         178.0000         162.1091      9.80%
12207.12/616.21	c       616           8501        7417        20         178.0000         162.1171      9.80%
12306.30/621.23	c       621           8581        7497        20         178.0000         162.1221      9.79%
12407.37/626.31	c       626           8691        7607        20         178.0000         162.1273      9.79%
12506.25/631.34	c       631           8791        7707        20         178.0000         162.1321      9.79%
12605.33/636.36	c       636           8881        7797        20         178.0000         162.1369      9.78%
12704.48/641.39	c       641           8961        7877        20         178.0000         162.1416      9.78%
12805.41/646.43	c       646           9061        7977        20         178.0000         162.1484      9.78%
12904.62/651.44	c       651           9161        8077        20         178.0000         162.1502      9.77%
13005.63/656.56	c       657           9251        8167        20         178.0000         162.1541      9.77%
13104.86/661.59	c       662           9361        8277        20         178.0000         162.1587      9.77%
13205.96/666.66	c       667           9461        8377        20         178.0000         162.1631      9.77%
13307.18/671.76	c       672           9561        8477        20         178.0000         162.1678      9.76%
13408.36/676.81	c       677           9661        8577        20         178.0000         162.1730      9.76%
13507.47/681.86	c       682           9711        8627        20         178.0000         162.1750      9.76%
13608.53/686.91	c       687           9771        8687        20         178.0000         162.1806      9.75%
13707.70/691.96	c       692           9831        8747        20         178.0000         162.1833      9.75%
13806.71/697.01	c       697           9871        8787        20         178.0000         162.1841      9.75%
13908.42/702.06	c       702           9921        8837        20         178.0000         162.1883      9.75%
14007.66/707.08	c       707           9974        8890        20         178.0000         162.1898      9.75%
14108.38/712.16	c       712          10021        8937        20         178.0000         162.1923      9.75%
14208.58/717.20	c       717          10081        8997        20         178.0000         162.1953      9.74%
14307.89/722.26	c       722          10131        9047        20         178.0000         162.1985      9.74%
14408.25/727.31	c       727          10181        9097        20         178.0000         162.2007      9.74%
14507.31/732.36	c       732          10221        9137        20         178.0000         162.2014      9.74%
14606.47/737.37	c       737          10281        9197        20         178.0000         162.2029      9.74%
14707.51/742.45	c       742          10341        9257        20         178.0000         162.2074      9.74%
14808.59/747.51	c       748          10391        9307        20         178.0000         162.2097      9.73%
14907.72/752.56	c       753          10451        9367        20         178.0000         162.2121      9.73%
15006.86/757.58	c       758          10501        9417        20         178.0000         162.2168      9.73%
15108.04/762.60	c       763          10541        9457        20         178.0000         162.2190      9.73%
15207.14/767.66	c       768          10581        9497        20         178.0000         162.2206      9.73%
15308.20/772.73	c       773          10641        9557        20         178.0000         162.2242      9.72%
15409.18/777.81	c       778          10681        9597        20         178.0000         162.2281      9.72%
15508.36/782.86	c       783          10731        9647        20         178.0000         162.2310      9.72%
15609.37/787.91	c       788          10771        9687        20         178.0000         162.2337      9.72%
15708.35/792.94	c       793          10830        9746        20         178.0000         162.2358      9.72%
15807.49/797.97	c       798          10871        9787        20         178.0000         162.2383      9.72%
15906.64/802.98	c       803          10941        9857        20         178.0000         162.2413      9.71%
16008.63/808.04	c       808          10991        9907        20         178.0000         162.2454      9.71%
16109.85/813.16	c       813          11041        9957        20         178.0000         162.2466      9.71%
16210.13/818.21	c       818          11091       10007        20         178.0000         162.2498      9.71%
16309.38/823.22	c       823          11151       10067        20         178.0000         162.2527      9.71%
16408.60/828.24	c       828          11181       10097        20         178.0000         162.2538      9.70%
16509.73/833.36	c       833          11221       10137        20         178.0000         162.2542      9.70%
16610.64/838.41	c       838          11291       10207        20         178.0000         162.2570      9.70%
16709.76/843.46	c       843          11350       10266        20         178.0000         162.2586      9.70%
16810.81/848.51	c       849          11401       10317        20         178.0000         162.2613      9.70%
16909.90/853.56	c       854          11471       10387        20         178.0000         162.2630      9.70%
17009.02/858.60	c       859          11511       10427        20         178.0000         162.2640      9.70%
17110.24/863.61	c       864          11571       10487        20         178.0000         162.2665      9.70%
17211.33/868.71	c       869          11631       10547        20         178.0000         162.2685      9.69%
17310.47/873.76	c       874          11701       10617        20         178.0000         162.2718      9.69%
17409.71/878.78	c       879          11751       10667        20         178.0000         162.2725      9.69%
17510.93/883.86	c       884          11821       10737        20         178.0000         162.2774      9.69%
17610.04/888.87	c       889          11871       10787        20         178.0000         162.2791      9.69%
17709.03/893.88	c       894          11921       10837        20         178.0000         162.2817      9.69%
17810.08/898.96	c       899          11981       10897        20         178.0000         162.2828      9.69%
17911.72/904.04	c       904          12051       10967        20         178.0000         162.2852      9.68%
18010.80/909.11	c       909          12101       11017        20         178.0000         162.2863      9.68%
18111.93/914.16	c       914          12141       11057        20         178.0000         162.2881      9.68%
18212.20/919.21	c       919          12190       11106        20         178.0000         162.2887      9.68%
18311.19/924.26	c       924          12251       11167        20         178.0000         162.2904      9.68%
18412.32/929.30	c       929          12321       11237        20         178.0000         162.2935      9.68%
18511.50/934.33	c       934          12391       11307        20         178.0000         162.2950      9.68%
18612.34/939.41	c       939          12441       11357        20         178.0000         162.2965      9.68%
18711.51/944.46	c       944          12521       11437        20         178.0000         162.2993      9.67%
18810.57/949.47	c       949          12581       11497        20         178.0000         162.3019      9.67%
18911.78/954.56	c       955          12650       11566        20         178.0000         162.3050      9.67%
19012.76/959.61	c       960          12711       11627        20         178.0000         162.3072      9.67%
19111.91/964.66	c       965          12761       11677        20         178.0000         162.3080      9.67%
19211.08/969.67	c       970          12811       11727        20         178.0000         162.3095      9.67%
19312.25/974.72	c       975          12881       11797        20         178.0000         162.3115      9.67%
19413.37/979.80	c       980          12951       11867        20         178.0000         162.3142      9.66%
19512.40/984.82	c       985          13011       11927        20         178.0000         162.3153      9.66%
19611.60/989.83	c       990          13091       12007        20         178.0000         162.3174      9.66%
19710.81/994.88	c       995          13141       12057        20         178.0000         162.3207      9.66%
19811.90/999.93	c      1000          13211       12127        20         178.0000         162.3227      9.66%
19911.17/1004.95	c      1005          13281       12197        20         178.0000         162.3261      9.66%
20013.02/1010.05	c      1010          13322       12238        20         178.0000         162.3270      9.66%
20112.13/1015.07	c      1015          13381       12297        20         178.0000         162.3286      9.65%
20213.33/1020.17	c      1020          13451       12367        20         178.0000         162.3332      9.65%
20312.90/1025.20	c      1025          13531       12447        20         178.0000         162.3365      9.65%
20412.75/1030.22	c      1030          15711       11713        20         178.0000         162.3380      9.65%
20511.84/1035.26	c      1035          15791       11793        20         178.0000         162.3396      9.65%
20612.91/1040.30	c      1040          15881       11883        20         178.0000         162.3434      9.64%
20712.12/1045.33	c      1045          15971       11973        20         178.0000         162.3471      9.64%
20811.22/1050.35	c      1050          16051       12053        20         178.0000         162.3493      9.64%
20914.34/1055.55	c      1056          16131       12133        20         178.0000         162.3534      9.64%
21015.47/1060.60	c      1061          16211       12213        20         178.0000         162.3573      9.63%
21114.49/1065.64	c      1066          16281       12283        20         178.0000         162.3597      9.63%
21215.54/1070.71	c      1071          16361       12363        20         178.0000         162.3620      9.63%
21314.58/1075.76	c      1076          16441       12443        20         178.0000         162.3653      9.63%
21415.56/1080.81	c      1081          16511       12513        20         178.0000         162.3686      9.63%
21514.47/1085.86	c      1086          16581       12583        20         178.0000         162.3711      9.63%
21615.44/1090.91	c      1091          16631       12633        20         178.0000         162.3720      9.62%
21714.49/1095.93	c      1096          16711       12713        20         178.0000         162.3765      9.62%
21813.67/1100.97	c      1101          16791       12793        20         178.0000         162.3803      9.62%
21912.86/1106.01	c      1106          16861       12863        20         178.0000         162.3810      9.62%
22014.58/1111.05	c      1111          16951       12953        20         178.0000         162.3832      9.62%
22113.86/1116.12	c      1116          17011       13013        20         178.0000         162.3864      9.62%
22212.94/1121.13	c      1121          17111       13113        20         178.0000         162.3899      9.61%
22313.90/1126.16	c      1126          17191       13193        20         178.0000         162.3929      9.61%
22412.95/1131.18	c      1131          17271       13273        20         178.0000         162.3959      9.61%
22515.26/1136.30	c      1136          17361       13363        20         178.0000         162.3983      9.61%
22614.23/1141.33	c      1141          17461       13463        20         178.0000         162.4006      9.61%
22715.06/1146.42	c      1146          17551       13553        20         178.0000         162.4033      9.60%
22814.11/1151.43	c      1151          17631       13633        20         178.0000         162.4058      9.60%
22913.08/1156.45	c      1156          17711       13713        20         178.0000         162.4088      9.60%
23016.11/1161.61	c      1162          17801       13803        20         178.0000         162.4116      9.60%
23115.19/1166.62	c      1167          17901       13903        20         178.0000         162.4162      9.59%
23216.28/1171.71	c      1172          17981       13983        20         178.0000         162.4203      9.59%
23315.39/1176.74	c      1177          18051       14053        20         178.0000         162.4246      9.59%
23416.67/1181.81	c      1182          18131       14133        20         178.0000         162.4265      9.59%
23515.69/1186.86	c      1187          18211       14213        20         178.0000         162.4302      9.59%
23614.96/1191.88	c      1192          18311       14313        20         178.0000         162.4339      9.58%
23715.79/1196.96	c      1197          18381       14383        20         178.0000         162.4355      9.58%
23814.79/1202.01	c      1202          18441       14443        20         178.0000         162.4386      9.58%
23913.56/1207.04	c      1207          18531       14533        20         178.0000         162.4407      9.58%
24015.27/1212.05	c      1212          18591       14593        20         178.0000         162.4416      9.58%
24116.47/1217.15	c      1217          18661       14663        20         178.0000         162.4444      9.58%
24216.87/1222.21	c      1222          18751       14753        20         178.0000         162.4459      9.57%
24315.82/1227.23	c      1227          18831       14833        20         178.0000         162.4489      9.57%
24415.02/1232.28	c      1232          18921       14923        20         178.0000         162.4504      9.57%
24516.12/1237.36	c      1237          19001       15003        20         178.0000         162.4519      9.57%
24617.30/1242.41	c      1242          19081       15083        20         178.0000         162.4529      9.57%
24716.42/1247.43	c      1247          19160       15162        20         178.0000         162.4555      9.57%
24815.64/1252.47	c      1252          19231       15233        20         178.0000         162.4564      9.57%
24916.66/1257.52	c      1258          19311       15313        20         178.0000         162.4599      9.57%
25015.74/1262.52	c      1263          19401       15403        20         178.0000         162.4624      9.56%
25114.75/1267.56	c      1268          19491       15493        20         178.0000         162.4655      9.56%
25215.86/1272.61	c      1273          19581       15583        20         178.0000         162.4673      9.56%
25314.90/1277.64	c      1278          19671       15673        20         178.0000         162.4711      9.56%
25414.11/1282.67	c      1283          19751       15753        20         178.0000         162.4742      9.56%
25513.26/1287.69	c      1288          19831       15833        20         178.0000         162.4765      9.55%
25614.37/1292.72	c      1293          19921       15923        20         178.0000         162.4780      9.55%
25713.54/1297.73	c      1298          20001       16003        20         178.0000         162.4808      9.55%
25812.68/1302.80	c      1303          20081       16083        20         178.0000         162.4825      9.55%
25913.62/1307.89	c      1308          20171       16173        20         178.0000         162.4850      9.55%
26017.34/1313.07	c      1313          20251       16253        20         178.0000         162.4872      9.55%
26118.15/1318.16	c      1318          20341       16343        20         178.0000         162.4892      9.55%
26218.83/1323.22	c      1323          20411       16413        20         178.0000         162.4904      9.54%
26317.78/1328.26	c      1328          20491       16493        20         178.0000         162.4916      9.54%
26418.69/1333.31	c      1333          20581       16583        20         178.0000         162.4932      9.54%
26517.75/1338.36	c      1338          20651       16653        20         178.0000         162.4955      9.54%
26618.84/1343.41	c      1343          20741       16743        20         178.0000         162.4982      9.54%
26717.87/1348.46	c      1348          20831       16833        20         178.0000         162.5009      9.54%
26818.72/1353.51	c      1354          20911       16913        20         178.0000         162.5027      9.54%
26917.82/1358.56	c      1359          20991       16993        20         178.0000         162.5041      9.54%
27018.82/1363.61	c      1364          21071       17073        20         178.0000         162.5063      9.53%
27117.80/1368.66	c      1369          21151       17153        20         178.0000         162.5081      9.53%
27216.83/1373.68	c      1374          21241       17243        20         178.0000         162.5109      9.53%
27317.77/1378.76	c      1379          21301       17303        20         178.0000         162.5115      9.53%
27418.85/1383.81	c      1384          21381       17383        20         178.0000         162.5125      9.53%
27517.87/1388.83	c      1389          21451       17453        20         178.0000         162.5150      9.53%
27616.93/1393.87	c      1394          21541       17543        20         178.0000         162.5185      9.53%
27717.95/1398.94	c      1399          21611       17613        20         178.0000         162.5204      9.52%
27817.08/1404.01	c      1404          21701       17703        20         178.0000         162.5220      9.52%
27918.85/1409.06	c      1409          21791       17793        20         178.0000         162.5237      9.52%
28018.02/1414.11	c      1414          21881       17883        20         178.0000         162.5278      9.52%
28118.98/1419.13	c      1419          21981       17983        20         178.0000         162.5296      9.52%
28218.31/1424.16	c      1424          22061       18063        20         178.0000         162.5310      9.52%
28318.49/1429.24	c      1429          22131       18133        20         178.0000         162.5326      9.52%
28417.46/1434.26	c      1434          22201       18203        20         178.0000         162.5339      9.52%
28518.35/1439.36	c      1439          22271       18273        20         178.0000         162.5358      9.51%
28619.41/1444.41	c      1444          22361       18363        20         178.0000         162.5376      9.51%
28718.60/1449.42	c      1449          22431       18433        20         178.0000         162.5403      9.51%
28819.67/1454.51	c      1455          22491       18493        20         178.0000         162.5425      9.51%
28918.77/1459.52	c      1460          22571       18573        20         178.0000         162.5442      9.51%
29017.92/1464.57	c      1465          22641       18643        20         178.0000         162.5450      9.51%
29117.07/1469.59	c      1470          22721       18723        20         178.0000         162.5466      9.51%
29218.39/1474.63	c      1475          22801       18803        20         178.0000         162.5477      9.51%
29317.14/1479.68	c      1480          22891       18893        20         178.0000         162.5496      9.51%
29418.27/1484.74	c      1485          22981       18983        20         178.0000         162.5510      9.50%
29519.31/1489.86	c      1490          23051       19053        20         178.0000         162.5518      9.50%
29618.43/1494.88	c      1495          23141       19143        20         178.0000         162.5538      9.50%
29719.45/1499.92	c      1500          23231       19233        20         178.0000         162.5550      9.50%
29818.32/1505.00	c      1505          23291       19293        20         178.0000         162.5563      9.50%
29920.11/1510.06	c      1510          23381       19383        20         178.0000         162.5580      9.50%
30018.90/1515.09	c      1515          23451       19453        20         178.0000         162.5606      9.50%
30120.03/1520.13	c      1520          23541       19543        20         178.0000         162.5617      9.50%
30219.43/1525.15	c      1525          23641       19643        20         178.0000         162.5632      9.50%
30319.67/1530.24	c      1530          23711       19713        20         178.0000         162.5636      9.50%
30418.81/1535.27	c      1535          23811       19813        20         178.0000         162.5651      9.49%
30519.86/1540.36	c      1540          23891       19893        20         178.0000         162.5667      9.49%
30621.02/1545.41	c      1545          23981       19983        20         178.0000         162.5679      9.49%
30720.14/1550.46	c      1550          24051       20053        20         178.0000         162.5689      9.49%
30821.10/1555.51	c      1556          24161       20163        20         178.0000         162.5711      9.49%
30920.21/1560.56	c      1561          24241       20243        20         178.0000         162.5726      9.49%
31019.13/1565.57	c      1566          24321       20323        20         178.0000         162.5738      9.49%
31120.19/1570.66	c      1571          24401       20403        20         178.0000         162.5760      9.49%
31221.26/1575.71	c      1576          24461       20463        20         178.0000         162.5771      9.49%
31320.38/1580.76	c      1581          24561       20563        20         178.0000         162.5797      9.48%
31419.49/1585.78	c      1586          24651       20653        20         178.0000         162.5812      9.48%
31518.58/1590.79	c      1591          24741       20743        20         178.0000         162.5830      9.48%
31619.61/1595.81	c      1596          24841       20843        20         178.0000         162.5846      9.48%
31720.69/1600.96	c      1601          24921       20923        20         178.0000         162.5861      9.48%
31819.66/1606.01	c      1606          25011       21013        20         178.0000         162.5877      9.48%
31921.45/1611.06	c      1611          25081       21083        20         178.0000         162.5887      9.48%
32020.33/1616.08	c      1616          25171       21173        20         178.0000         162.5908      9.48%
32121.56/1621.16	c      1621          25251       21253        20         178.0000         162.5919      9.48%
32221.82/1626.21	c      1626          25351       21353        20         178.0000         162.5933      9.48%
32320.95/1631.26	c      1631          25411       21413        20         178.0000         162.5938      9.48%
32422.06/1636.30	c      1636          25511       21513        20         178.0000         162.5958      9.47%
32521.35/1641.36	c      1641          25601       21603        20         178.0000         162.5976      9.47%
32620.33/1646.38	c      1646          25661       21663        20         178.0000         162.5986      9.47%
32721.37/1651.40	c      1651          25751       21753        20         178.0000         162.5999      9.47%
32820.36/1656.49	c      1656          25831       21833        20         178.0000         162.6025      9.47%
32921.25/1661.56	c      1662          25921       21923        20         178.0000         162.6048      9.47%
33022.27/1666.61	c      1667          25991       21993        20         178.0000         162.6065      9.47%
33121.37/1671.66	c      1672          26081       22083        20         178.0000         162.6077      9.47%
33222.43/1676.71	c      1677          26151       22153        20         178.0000         162.6083      9.47%
33321.61/1681.76	c      1682          26231       22233        20         178.0000         162.6096      9.46%
33422.70/1686.81	c      1687          26311       22313        20         178.0000         162.6109      9.46%
33521.90/1691.86	c      1692          26371       22373        20         178.0000         162.6118      9.46%
33623.06/1696.91	c      1697          26461       22463        20         178.0000         162.6131      9.46%
33722.26/1701.93	c      1702          26561       22563        20         178.0000         162.6145      9.46%
33821.40/1706.95	c      1707          26641       22643        20         178.0000         162.6158      9.46%
33923.23/1712.05	c      1712          26711       22713        20         178.0000         162.6171      9.46%
34022.28/1717.07	c      1717          26811       22813        20         178.0000         162.6189      9.46%
34123.60/1722.17	c      1722          26901       22903        20         178.0000         162.6201      9.46%
34223.97/1727.21	c      1727          26991       22993        20         178.0000         162.6220      9.46%
34323.17/1732.26	c      1732          27081       23083        20         178.0000         162.6232      9.46%
34422.29/1737.28	c      1737          27151       23153        20         178.0000         162.6240      9.45%
34521.40/1742.28	c      1742          27221       23223        20         178.0000         162.6253      9.45%
34622.42/1747.32	c      1747          27311       23313        20         178.0000         162.6263      9.45%
34721.47/1752.38	c      1752          27411       23413        20         178.0000         162.6281      9.45%
34822.28/1757.50	c      1758          27491       23493        20         178.0000         162.6305      9.45%
34923.47/1762.56	c      1763          27571       23573        20         178.0000         162.6321      9.45%
35024.44/1767.62	c      1768          27651       23653        20         178.0000         162.6340      9.45%
35123.52/1772.64	c      1773          27741       23743        20         178.0000         162.6353      9.45%
35222.75/1777.66	c      1778          27811       23813        20         178.0000         162.6361      9.45%
35323.86/1782.77	c      1783          27911       23913        20         178.0000         162.6389      9.44%
35424.96/1787.81	c      1788          28001       24003        20         178.0000         162.6404      9.44%
35523.89/1792.84	c      1793          28091       24093        20         178.0000         162.6421      9.44%
35623.01/1797.89	c      1798          28171       24173        20         178.0000         162.6429      9.44%
35724.03/1802.92	c      1803          28251       24253        20         178.0000         162.6437      9.44%
35822.99/1807.98	c      1808          28331       24333        20         178.0000         162.6467      9.44%
35924.54/1813.06	c      1813          28431       24433        20         178.0000         162.6481      9.44%
36023.82/1818.11	c      1818          28501       24503        20         178.0000         162.6489      9.44%
36124.85/1823.15	c      1823          28581       24583        20         178.0000         162.6507      9.44%
36225.25/1828.21	c      1828          28671       24673        20         178.0000         162.6520      9.44%
36324.30/1833.26	c      1833          28761       24763        20         178.0000         162.6534      9.44%
36425.37/1838.31	c      1838          28851       24853        20         178.0000         162.6561      9.43%
36524.44/1843.36	c      1843          28941       24943        20         178.0000         162.6578      9.43%
36623.46/1848.39	c      1848          29041       25043        20         178.0000         162.6595      9.43%
36724.67/1853.43	c      1853          29121       25123        20         178.0000         162.6607      9.43%
36823.68/1858.45	c      1858          29211       25213        20         178.0000         162.6617      9.43%
36922.79/1863.48	c      1863          29291       25293        20         178.0000         162.6627      9.43%
37025.84/1868.61	c      1869          29381       25383        20         178.0000         162.6644      9.43%
37125.08/1873.65	c      1874          29461       25463        20         178.0000         162.6659      9.43%
37226.24/1878.71	c      1879          29541       25543        20         178.0000         162.6666      9.43%
37325.44/1883.72	c      1884          29641       25643        20         178.0000         162.6676      9.43%
37424.23/1888.75	c      1889          29721       25723        20         178.0000         162.6686      9.42%
37523.21/1893.77	c      1894          29821       25823        20         178.0000         162.6707      9.42%
37624.34/1898.84	c      1899          29911       25913        20         178.0000         162.6728      9.42%
37725.49/1903.96	c      1904          29991       25993        20         178.0000         162.6760      9.42%
37824.56/1909.01	c      1909          30061       26063        20         178.0000         162.6765      9.42%
37926.38/1914.06	c      1914          30141       26143        20         178.0000         162.6779      9.42%
38025.63/1919.07	c      1919          30241       26243        20         178.0000         162.6807      9.42%
38124.72/1924.12	c      1924          30321       26323        20         178.0000         162.6826      9.42%
38227.11/1929.21	c      1929          30411       26413        20         178.0000         162.6832      9.42%
38326.36/1934.25	c      1934          30491       26493        20         178.0000         162.6839      9.41%
38427.41/1939.31	c      1939          30561       26563        20         178.0000         162.6850      9.41%
38526.59/1944.32	c      1944          30651       26653        20         178.0000         162.6866      9.41%
38625.59/1949.36	c      1949          30741       26743        20         178.0000         162.6882      9.41%
38726.61/1954.46	c      1954          30831       26833        20         178.0000         162.6887      9.41%
38827.83/1959.51	c      1960          30921       26923        20         178.0000         162.6902      9.41%
38927.14/1964.52	c      1965          31001       27003        20         178.0000         162.6916      9.41%
39026.36/1969.59	c      1970          31081       27083        20         178.0000         162.6925      9.41%
39127.71/1974.66	c      1975          31171       27173        20         178.0000         162.6941      9.41%
39228.83/1979.71	c      1980          31271       27273        20         178.0000         162.6955      9.41%
39328.07/1984.76	c      1985          31361       27363        20         178.0000         162.6968      9.41%
39427.23/1989.79	c      1990          31461       27463        20         178.0000         162.6976      9.41%
39528.45/1994.81	c      1995          31551       27553        20         178.0000         162.6996      9.40%
39627.62/1999.82	c      2000          31621       27623        20         178.0000         162.7011      9.40%
39728.72/2004.92	c      2005          31701       27703        20         178.0000         162.7025      9.40%
39827.97/2009.95	c      2010          31791       27793        20         178.0000         162.7038      9.40%
39927.16/2014.98	c      2015          31891       27893        20         178.0000         162.7056      9.40%
40029.00/2020.11	c      2020          31951       27953        20         178.0000         162.7067      9.40%
40130.26/2025.16	c      2025          32051       28053        20         178.0000         162.7081      9.40%
40230.83/2030.21	c      2030          32151       28153        20         178.0000         162.7096      9.40%
40330.14/2035.25	c      2035          32231       28233        20         178.0000         162.7105      9.40%
40431.38/2040.31	c      2040          32341       28343        20         178.0000         162.7124      9.40%
40530.60/2045.34	c      2045          32411       28413        20         178.0000         162.7139      9.39%
40630.04/2050.40	c      2050          32501       28503        20         178.0000         162.7146      9.39%
40731.09/2055.45	c      2055          32591       28593        20         178.0000         162.7155      9.39%
40830.34/2060.49	c      2060          32691       28693        20         178.0000         162.7168      9.39%
40931.57/2065.55	c      2066          32781       28783        20         178.0000         162.7183      9.39%
41030.72/2070.59	c      2071          32871       28873        20         178.0000         162.7191      9.39%
41131.99/2075.65	c      2076          32961       28963        20         178.0000         162.7205      9.39%
41231.23/2080.70	c      2081          33060       29062        20         178.0000         162.7215      9.39%
41332.62/2085.75	c      2086          33141       29143        20         178.0000         162.7227      9.39%
41431.78/2090.80	c      2091          33211       29213        20         178.0000         162.7234      9.39%
41533.04/2095.81	c      2096          33291       29293        20         178.0000         162.7260      9.39%
41632.28/2100.84	c      2101          33361       29363        20         178.0000         162.7267      9.39%
41733.41/2105.95	c      2106          33451       29453        20         178.0000         162.7278      9.39%
41832.66/2111.00	c      2111          33551       29553        20         178.0000         162.7299      9.38%
41931.86/2116.01	c      2116          33631       29633        20         178.0000         162.7307      9.38%
42033.61/2121.03	c      2121          33711       29713        20         178.0000         162.7317      9.38%
42134.64/2126.15	c      2126          33801       29803        20         178.0000         162.7326      9.38%
42233.87/2131.19	c      2131          33891       29893        20         178.0000         162.7334      9.38%
42334.55/2136.25	c      2136          33991       29993        20         178.0000         162.7348      9.38%
42433.90/2141.29	c      2141          34061       30063        20         178.0000         162.7360      9.38%
42535.16/2146.32	c      2146          34171       30173        20         178.0000         162.7384      9.38%
42634.50/2151.40	c      2151          34251       30253        20         178.0000         162.7397      9.38%
42735.98/2156.43	c      2156          34351       30353        20         178.0000         162.7409      9.38%
42835.10/2161.50	c      2162          34391       30393        20         178.0000         162.7410      9.38%
42936.42/2166.51	c      2167          34501       30503        20         178.0000         162.7420      9.38%
43035.78/2171.54	c      2172          34581       30583        20         178.0000         162.7426      9.38%
43134.87/2176.58	c      2177          34661       30663        20         178.0000         162.7429      9.37%
43236.17/2181.63	c      2182          34751       30753        20         178.0000         162.7440      9.37%
43337.39/2186.75	c      2187          34851       30853        20         178.0000         162.7453      9.37%
43436.73/2191.80	c      2192          34941       30943        20         178.0000         162.7471      9.37%
43538.02/2196.82	c      2197          35041       31043        20         178.0000         162.7486      9.37%
43637.39/2201.87	c      2202          35111       31113        20         178.0000         162.7495      9.37%
43736.78/2206.88	c      2207          35191       31193        20         178.0000         162.7502      9.37%
43838.12/2211.96	c      2212          35261       31263        20         178.0000         162.7514      9.37%
43937.47/2216.99	c      2217          35371       31373        20         178.0000         162.7531      9.37%
44039.43/2222.07	c      2222          35461       31463        20         178.0000         162.7545      9.37%
44140.64/2227.15	c      2227          35541       31543        20         178.0000         162.7551      9.37%
44239.88/2232.16	c      2232          35611       31613        20         178.0000         162.7560      9.37%
44340.64/2237.21	c      2237          35701       31703        20         178.0000         162.7570      9.37%
44440.01/2242.24	c      2242          35791       31793        20         178.0000         162.7586      9.36%
44541.31/2247.35	c      2247          35871       31873        20         178.0000         162.7594      9.36%
44640.69/2252.40	c      2252          35971       31973        20         178.0000         162.7604      9.36%
44741.91/2257.45	c      2257          36041       32043        20         178.0000         162.7613      9.36%
44841.21/2262.50	c      2262          36151       32153        20         178.0000         162.7628      9.36%
44942.56/2267.55	c      2268          36231       32233        20         178.0000         162.7636      9.36%
45041.95/2272.58	c      2273          36321       32323        20         178.0000         162.7644      9.36%
45141.16/2277.58	c      2278          36411       32413        20         178.0000         162.7652      9.36%
45244.43/2282.70	c      2283          36491       32493        20         178.0000         162.7660      9.36%
45343.71/2287.73	c      2288          36581       32583        20         178.0000         162.7668      9.36%
45443.04/2292.80	c      2293          36681       32683        20         178.0000         162.7683      9.36%
45544.32/2297.85	c      2298          36761       32763        20         178.0000         162.7689      9.36%
45645.61/2302.90	c      2303          36851       32853        20         178.0000         162.7699      9.36%
45744.98/2307.91	c      2308          36931       32933        20         178.0000         162.7709      9.36%
45844.04/2313.00	c      2313          37011       33013        20         178.0000         162.7724      9.36%
45945.76/2318.05	c      2318          37121       33123        20         178.0000         162.7735      9.35%
46045.23/2323.08	c      2323          37201       33203        20         178.0000         162.7749      9.35%
46146.58/2328.16	c      2328          37311       33313        20         178.0000         162.7764      9.35%
46245.81/2333.20	c      2333          37391       33393        20         178.0000         162.7774      9.35%
46346.40/2338.25	c      2338          37491       33493        20         178.0000         162.7788      9.35%
46445.69/2343.30	c      2343          37601       33603        20         178.0000         162.7805      9.35%
46546.91/2348.35	c      2348          37661       33663        20         178.0000         162.7812      9.35%
46646.17/2353.40	c      2353          37771       33773        20         178.0000         162.7824      9.35%
46747.43/2358.42	c      2358          37861       33863        20         178.0000         162.7835      9.35%
46846.72/2363.50	c      2364          37951       33953        20         178.0000         162.7845      9.35%
46948.04/2368.55	c      2369          38031       34033        20         178.0000         162.7856      9.35%
47049.29/2373.60	c      2374          38141       34143        20         178.0000         162.7872      9.35%
47148.62/2378.61	c      2379          38221       34223        20         178.0000         162.7884      9.34%
47247.95/2383.62	c      2384          38311       34313        20         178.0000         162.7898      9.34%
47347.28/2388.68	c      2389          38401       34403        20         178.0000         162.7912      9.34%
47448.63/2393.76	c      2394          38501       34503        20         178.0000         162.7920      9.34%
47547.85/2398.79	c      2399          38601       34603        20         178.0000         162.7935      9.34%
47649.12/2403.84	c      2404          38691       34693        20         178.0000         162.7939      9.34%
47750.36/2408.95	c      2409          38791       34793        20         178.0000         162.7953      9.34%
47849.69/2413.97	c      2414          38871       34873        20         178.0000         162.7963      9.34%
47948.98/2418.97	c      2419          38981       34983        20         178.0000         162.7975      9.34%
48048.31/2424.02	c      2424          39061       35063        20         178.0000         162.7979      9.34%
48150.23/2429.13	c      2429          39131       35133        20         178.0000         162.7992      9.34%
48251.32/2434.20	c      2434          39211       35213        20         178.0000         162.8000      9.34%
48352.21/2439.25	c      2439          39311       35313        20         178.0000         162.8013      9.34%
48451.39/2444.28	c      2444          39411       35413        20         178.0000         162.8021      9.34%
48552.70/2449.31	c      2449          39501       35503        20         178.0000         162.8035      9.33%
48652.02/2454.40	c      2454          39591       35593        20         178.0000         162.8047      9.33%
48753.17/2459.44	c      2459          39691       35693        20         178.0000         162.8061      9.33%
48852.47/2464.50	c      2464          39771       35773        20         178.0000         162.8072      9.33%
48953.77/2469.55	c      2470          39861       35863        20         178.0000         162.8086      9.33%
49053.15/2474.60	c      2475          39941       35943        20         178.0000         162.8092      9.33%
49154.52/2479.65	c      2480          40031       36033        20         178.0000         162.8102      9.33%
49254.08/2484.67	c      2485          40111       36113        20         178.0000         162.8114      9.33%
49355.17/2489.75	c      2490          40211       36213        20         178.0000         162.8124      9.33%
49454.46/2494.80	c      2495          40281       36283        20         178.0000         162.8133      9.33%
49555.77/2499.85	c      2500          40381       36383        20         178.0000         162.8148      9.33%
49655.07/2504.87	c      2505          40481       36483        20         178.0000         162.8157      9.33%
49756.50/2509.93	c      2510          40571       36573        20         178.0000         162.8164      9.33%
49855.72/2514.95	c      2515          40661       36663        20         178.0000         162.8169      9.33%
49955.18/2520.01	c      2520          40761       36763        20         178.0000         162.8189      9.32%
50057.05/2525.09	c      2525          40861       36863        20         178.0000         162.8199      9.32%
50156.20/2530.11	c      2530          40941       36943        20         178.0000         162.8206      9.32%
50257.78/2535.18	c      2535          41041       37043        20         178.0000         162.8217      9.32%
50358.33/2540.25	c      2540          41141       37143        20         178.0000         162.8229      9.32%
50457.73/2545.30	c      2545          41231       37233        20         178.0000         162.8240      9.32%
50559.00/2550.35	c      2550          41321       37323        20         178.0000         162.8253      9.32%
50658.54/2555.40	c      2555          41421       37423        20         178.0000         162.8258      9.32%
50759.53/2560.41	c      2560          41521       37523        20         178.0000         162.8270      9.32%
50858.79/2565.50	c      2566          41581       37583        20         178.0000         162.8274      9.32%
50960.02/2570.55	c      2571          41691       37693        20         178.0000         162.8285      9.32%
51059.33/2575.57	c      2576          41771       37773        20         178.0000         162.8301      9.32%
51160.66/2580.65	c      2581          41831       37833        20         178.0000         162.8305      9.32%
51260.10/2585.70	c      2586          41941       37943        20         178.0000         162.8328      9.31%
51361.34/2590.75	c      2591          42031       38033        20         178.0000         162.8334      9.31%
51460.68/2595.80	c      2596          42121       38123        20         178.0000         162.8349      9.31%
51562.05/2600.81	c      2601          42211       38213        20         178.0000         162.8356      9.31%
51661.44/2605.90	c      2606          42281       38283        20         178.0000         162.8362      9.31%
51762.79/2610.95	c      2611          42381       38383        20         178.0000         162.8369      9.31%
51862.15/2616.00	c      2616          42471       38473        20         178.0000         162.8384      9.31%
51964.05/2621.03	c      2621          42571       38573        20         178.0000         162.8398      9.31%
52063.28/2626.10	c      2626          42661       38663        20         178.0000         162.8405      9.31%
52164.83/2631.15	c      2631          42761       38763        20         178.0000         162.8415      9.31%
52263.97/2636.18	c      2636          42871       38873        20         178.0000         162.8424      9.31%
52363.36/2641.19	c      2641          42961       38963        20         178.0000         162.8434      9.31%
52464.16/2646.25	c      2646          43051       39053        20         178.0000         162.8441      9.31%
52565.57/2651.31	c      2651          43161       39163        20         178.0000         162.8448      9.31%
52664.83/2656.37	c      2656          43241       39243        20         178.0000         162.8459      9.31%
52766.10/2661.40	c      2661          43341       39343        20         178.0000         162.8466      9.31%
52865.40/2666.46	c      2666          43421       39423        20         178.0000         162.8475      9.30%
52966.72/2671.50	c      2672          43511       39513        20         178.0000         162.8487      9.30%
53066.20/2676.55	c      2677          43581       39583        20         178.0000         162.8498      9.30%
53165.34/2681.57	c      2682          43691       39693        20         178.0000         162.8514      9.30%
53266.70/2686.70	c      2687          43771       39773        20         178.0000         162.8528      9.30%
53368.04/2691.73	c      2692          43861       39863        20         178.0000         162.8531      9.30%
53467.39/2696.73	c      2697          43941       39943        20         178.0000         162.8540      9.30%
53566.73/2701.76	c      2702          44031       40033        20         178.0000         162.8548      9.30%
53666.04/2706.78	c      2707          44121       40123        20         178.0000         162.8557      9.30%
53765.40/2711.79	c      2712          44211       40213        20         178.0000         162.8571      9.30%
53866.73/2716.81	c      2717          44311       40313        20         178.0000         162.8580      9.30%
53966.08/2721.87	c      2722          44391       40393        20         178.0000         162.8588      9.30%
54067.38/2726.91	c      2727          44491       40493        20         178.0000         162.8594      9.30%
54166.73/2731.94	c      2732          44581       40583        20         178.0000         162.8602      9.30%
54266.06/2736.98	c      2737          44671       40673        20         178.0000         162.8613      9.30%
54365.34/2742.00	c      2742          44761       40763        20         178.0000         162.8623      9.29%
54467.03/2747.04	c      2747          44851       40853        20         178.0000         162.8628      9.29%
54566.40/2752.12	c      2752          44931       40933        20         178.0000         162.8637      9.29%
54667.65/2757.19	c      2757          45041       41043        20         178.0000         162.8642      9.29%
54767.09/2762.20	c      2762          45131       41133        20         178.0000         162.8653      9.29%
54867.58/2767.21	c      2767          45231       41233        20         178.0000         162.8659      9.29%
54966.88/2772.22	c      2772          45321       41323        20         178.0000         162.8666      9.29%
55066.22/2777.23	c      2777          45411       41413        20         178.0000         162.8673      9.29%
55165.71/2782.28	c      2782          45501       41503        20         178.0000         162.8682      9.29%
55266.88/2787.30	c      2787          45581       41583        20         178.0000         162.8694      9.29%
55366.26/2792.32	c      2792          45661       41663        20         178.0000         162.8702      9.29%
55465.64/2797.33	c      2797          45761       41763        20         178.0000         162.8711      9.29%
55565.16/2802.39	c      2802          45861       41863        20         178.0000         162.8717      9.29%
55666.36/2807.44	c      2807          45951       41953        20         178.0000         162.8724      9.29%
55765.75/2812.49	c      2812          46041       42043        20         178.0000         162.8737      9.29%
55867.10/2817.50	c      2818          46121       42123        20         178.0000         162.8747      9.29%
55966.52/2822.53	c      2823          46221       42223        20         178.0000         162.8754      9.29%
56065.78/2827.54	c      2828          46311       42313        20         178.0000         162.8760      9.29%
56165.33/2832.56	c      2833          46411       42413        20         178.0000         162.8770      9.28%
56264.42/2837.59	c      2838          46491       42493        20         178.0000         162.8776      9.28%
56365.78/2842.69	c      2843          46591       42593        20         178.0000         162.8788      9.28%
56467.14/2847.78	c      2848          46681       42683        20         178.0000         162.8792      9.28%
56568.51/2852.83	c      2853          46771       42773        20         178.0000         162.8800      9.28%
56667.89/2857.88	c      2858          46861       42863        20         178.0000         162.8809      9.28%
56769.16/2862.92	c      2863          46951       42953        20         178.0000         162.8815      9.28%
56868.54/2867.95	c      2868          47051       43053        20         178.0000         162.8827      9.28%
56970.35/2873.03	c      2873          47131       43133        20         178.0000         162.8831      9.28%
57069.84/2878.08	c      2878          47221       43223        20         178.0000         162.8846      9.28%
57169.06/2883.12	c      2883          47301       43303        20         178.0000         162.8853      9.28%
57270.41/2888.18	c      2888          47411       43413        20         178.0000         162.8864      9.28%
57369.75/2893.19	c      2893          47501       43503        20         178.0000         162.8868      9.28%
57470.41/2898.27	c      2898          47581       43583        20         178.0000         162.8876      9.28%
57569.78/2903.29	c      2903          47661       43663        20         178.0000         162.8884      9.28%
57671.01/2908.38	c      2908          47761       43763        20         178.0000         162.8894      9.28%
57772.28/2913.44	c      2913          47861       43863        20         178.0000         162.8897      9.28%
57871.73/2918.48	c      2918          47961       43963        20         178.0000         162.8904      9.28%
57972.77/2923.52	c      2924          48041       44043        20         178.0000         162.8912      9.28%
58072.12/2928.53	c      2929          48141       44143        20         178.0000         162.8925      9.27%
58173.33/2933.63	c      2934          48221       44223        20         178.0000         162.8929      9.27%
58272.65/2938.68	c      2939          48321       44323        20         178.0000         162.8940      9.27%
58373.98/2943.70	c      2944          48431       44433        20         178.0000         162.8949      9.27%
58473.29/2948.74	c      2949          48521       44523        20         178.0000         162.8960      9.27%
58572.49/2953.76	c      2954          48631       44633        20         178.0000         162.8971      9.27%
58673.87/2958.87	c      2959          48701       44703        20         178.0000         162.8977      9.27%
58775.11/2963.93	c      2964          48811       44813        20         178.0000         162.8990      9.27%
58874.46/2968.98	c      2969          48891       44893        20         178.0000         162.8996      9.27%
58973.77/2974.03	c      2974          48991       44993        20         178.0000         162.9001      9.27%
59075.72/2979.06	c      2979          49061       45063        20         178.0000         162.9007      9.27%
59174.88/2984.10	c      2984          49171       45173        20         178.0000         162.9025      9.27%
59276.33/2989.18	c      2989          49271       45273        20         178.0000         162.9030      9.27%
59376.88/2994.21	c      2994          49361       45363        20         178.0000         162.9039      9.27%
59476.11/2999.27	c      2999          49411       45413        20         178.0000         162.9047      9.27%
59575.42/3004.28	c      3004          49521       45523        20         178.0000         162.9054      9.27%
59676.73/3009.38	c      3009          49621       45623        20         178.0000         162.9063      9.27%
59776.08/3014.39	c      3014          49721       45723        20         178.0000         162.9069      9.26%
59877.35/3019.48	c      3019          49821       45823        20         178.0000         162.9074      9.26%
59978.64/3024.53	c      3025          49921       45923        20         178.0000         162.9087      9.26%
60077.96/3029.57	c      3030          50011       46013        20         178.0000         162.9098      9.26%
60179.27/3034.63	c      3035          50111       46113        20         178.0000         162.9113      9.26%
60278.53/3039.68	c      3040          50211       46213        20         178.0000         162.9124      9.26%
60379.74/3044.71	c      3045          50311       46313        20         178.0000         162.9134      9.26%
60479.02/3049.78	c      3050          50401       46403        20         178.0000         162.9139      9.26%
60578.30/3054.79	c      3055          50511       46513        20         178.0000         162.9148      9.26%
60679.46/3059.86	c      3060          50591       46593        20         178.0000         162.9152      9.26%
60780.69/3064.93	c      3065          50681       46683        20         178.0000         162.9158      9.26%
60879.96/3069.96	c      3070          50801       46803        20         178.0000         162.9176      9.26%
60979.20/3074.98	c      3075          50901       46903        20         178.0000         162.9183      9.26%
61081.03/3080.08	c      3080          50991       46993        20         178.0000         162.9193      9.26%
61180.53/3085.13	c      3085          51081       47083        20         178.0000         162.9199      9.26%
61281.82/3090.18	c      3090          51181       47183        20         178.0000         162.9211      9.26%
61382.47/3095.23	c      3095          51251       47253        20         178.0000         162.9215      9.26%
61481.78/3100.27	c      3100          51331       47333        20         178.0000         162.9221      9.25%
61583.07/3105.33	c      3105          51421       47423        20         178.0000         162.9227      9.25%
61682.35/3110.37	c      3110          51511       47513        20         178.0000         162.9234      9.25%
61783.66/3115.43	c      3115          51611       47613        20         178.0000         162.9243      9.25%
61882.89/3120.48	c      3120          51691       47693        20         178.0000         162.9249      9.25%
61984.22/3125.51	c      3126          51811       47813        20         178.0000         162.9258      9.25%
62083.65/3130.58	c      3131          51911       47913        20         178.0000         162.9266      9.25%
62184.79/3135.63	c      3136          52031       48033        20         178.0000         162.9271      9.25%
62283.99/3140.67	c      3141          52121       48123        20         178.0000         162.9277      9.25%
62385.24/3145.73	c      3146          52211       48213        20         178.0000         162.9283      9.25%
62484.53/3150.74	c      3151          52291       48293        20         178.0000         162.9287      9.25%
62585.81/3155.82	c      3156          52391       48393        20         178.0000         162.9292      9.25%
62685.15/3160.87	c      3161          52481       48483        20         178.0000         162.9298      9.25%
62784.29/3165.89	c      3166          52571       48573        20         178.0000         162.9306      9.25%
62885.50/3170.94	c      3171          52681       48683        20         178.0000         162.9313      9.25%
62984.84/3175.97	c      3176          52761       48763        20         178.0000         162.9319      9.25%
63084.18/3180.98	c      3181          52851       48853        20         178.0000         162.9324      9.25%
63186.07/3186.03	c      3186          52931       48933        20         178.0000         162.9327      9.25%
63287.53/3191.14	c      3191          53021       49023        20         178.0000         162.9334      9.25%
63386.80/3196.16	c      3196          53121       49123        20         178.0000         162.9343      9.25%
63487.44/3201.23	c      3201          53211       49213        20         178.0000         162.9349      9.25%
63588.73/3206.33	c      3206          53301       49303        20         178.0000         162.9357      9.25%
63688.03/3211.38	c      3211          53391       49393        20         178.0000         162.9360      9.25%
63789.32/3216.41	c      3216          53501       49503        20         178.0000         162.9372      9.24%
63888.59/3221.42	c      3221          53570       49572        20         178.0000         162.9378      9.24%
63987.90/3226.49	c      3226          53661       49663        20         178.0000         162.9389      9.24%
64089.20/3231.55	c      3232          53771       49773        20         178.0000         162.9395      9.24%
64190.54/3236.63	c      3237          53861       49863        20         178.0000         162.9398      9.24%
64289.91/3241.68	c      3242          53961       49963        20         178.0000         162.9401      9.24%
64391.08/3246.73	c      3247          54071       50073        20         178.0000         162.9409      9.24%
64490.39/3251.74	c      3252          54161       50163        20         178.0000         162.9417      9.24%
64591.63/3256.83	c      3257          54271       50273        20         178.0000         162.9426      9.24%
64690.96/3261.88	c      3262          54351       50353        20         178.0000         162.9434      9.24%
64792.33/3266.93	c      3267          54451       50453        20         178.0000         162.9438      9.24%
64891.65/3271.95	c      3272          54551       50553        20         178.0000         162.9449      9.24%
64991.03/3276.97	c      3277          54641       50643        20         178.0000         162.9454      9.24%
65093.01/3282.08	c      3282          54731       50733        20         178.0000         162.9460      9.24%
65194.26/3287.13	c      3287          54821       50823        20         178.0000         162.9467      9.24%
65293.79/3292.18	c      3292          54921       50923        20         178.0000         162.9471      9.24%
65394.38/3297.23	c      3297          55011       51013        20         178.0000         162.9477      9.24%
65493.73/3302.28	c      3302          55121       51123        20         178.0000         162.9483      9.24%
65595.06/3307.31	c      3307          55211       51213        20         178.0000         162.9494      9.24%
65694.38/3312.38	c      3312          55291       51293        20         178.0000         162.9502      9.24%
65795.72/3317.43	c      3317          55391       51393        20         178.0000         162.9514      9.24%
65895.08/3322.47	c      3322          55471       51473        20         178.0000         162.9521      9.23%
65996.37/3327.53	c      3328          55541       51543        20         178.0000         162.9525      9.23%
66095.73/3332.55	c      3333          55621       51623        20         178.0000         162.9531      9.23%
66197.16/3337.61	c      3338          55721       51723        20         178.0000         162.9536      9.23%
66296.35/3342.62	c      3343          55791       51793        20         178.0000         162.9539      9.23%
66395.59/3347.69	c      3348          55901       51903        20         178.0000         162.9546      9.23%
66496.84/3352.77	c      3353          55971       51973        20         178.0000         162.9549      9.23%
66596.12/3357.78	c      3358          56071       52073        20         178.0000         162.9556      9.23%
66695.46/3362.80	c      3363          56171       52173        20         178.0000         162.9563      9.23%
66796.80/3367.85	c      3368          56251       52253        20         178.0000         162.9569      9.23%
66896.10/3372.87	c      3373          56361       52363        20         178.0000         162.9583      9.23%
66995.49/3377.88	c      3378          56451       52453        20         178.0000         162.9589      9.23%
67094.86/3382.89	c      3383          56531       52533        20         178.0000         162.9592      9.23%
67196.22/3387.95	c      3388          56641       52643        20         178.0000         162.9608      9.23%
67295.60/3393.00	c      3393          56731       52733        20         178.0000         162.9612      9.23%
67395.09/3398.02	c      3398          56821       52823        20         178.0000         162.9618      9.23%
67496.78/3403.10	c      3403          56901       52903        20         178.0000         162.9622      9.23%
67598.42/3408.15	c      3408          56981       52983        20         178.0000         162.9627      9.23%
67698.95/3413.20	c      3413          57071       53073        20         178.0000         162.9637      9.23%
67798.31/3418.25	c      3418          57151       53153        20         178.0000         162.9641      9.23%
67897.66/3423.30	c      3423          57241       53243        20         178.0000         162.9644      9.23%
67999.05/3428.34	c      3428          57331       53333        20         178.0000         162.9651      9.23%
68098.42/3433.40	c      3433          57421       53423        20         178.0000         162.9656      9.23%
68199.78/3438.41	c      3438          57521       53523        20         178.0000         162.9663      9.23%
68299.17/3443.45	c      3443          57611       53613        20         178.0000         162.9668      9.22%
68398.55/3448.46	c      3448          57691       53693        20         178.0000         162.9674      9.22%
68497.92/3453.49	c      3453          57771       53773        20         178.0000         162.9680      9.22%
68599.30/3458.53	c      3459          57851       53853        20         178.0000         162.9686      9.22%
68698.65/3463.56	c      3464          57940       53942        20         178.0000         162.9693      9.22%
68798.03/3468.57	c      3469          58041       54043        20         178.0000         162.9699      9.22%
68901.40/3473.70	c      3474          58111       54113        20         178.0000         162.9706      9.22%
69000.77/3478.72	c      3479          58211       54213        20         178.0000         162.9713      9.22%
69100.14/3483.74	c      3484          58281       54283        20         178.0000         162.9719      9.22%
69201.51/3488.81	c      3489          58381       54383        20         178.0000         162.9726      9.22%
69300.88/3493.87	c      3494          58471       54473        20         178.0000         162.9731      9.22%
69402.26/3498.92	c      3499          58561       54563        20         178.0000         162.9738      9.22%
69501.65/3503.97	c      3504          58671       54673        20         178.0000         162.9747      9.22%
69605.39/3509.15	c      3509          58731       54733        20         178.0000         162.9751      9.22%
69704.91/3514.19	c      3514          58841       54843        20         178.0000         162.9759      9.22%
69805.57/3519.25	c      3519          58911       54913        20         178.0000         162.9763      9.22%
69904.90/3524.30	c      3524          59001       55003        20         178.0000         162.9770      9.22%
70006.20/3529.31	c      3529          59091       55093        20         178.0000         162.9777      9.22%
70105.60/3534.36	c      3534          59191       55193        20         178.0000         162.9779      9.22%
70206.78/3539.43	c      3539          59271       55273        20         178.0000         162.9788      9.22%
70305.96/3544.50	c      3544          59351       55353        20         178.0000         162.9793      9.22%
70407.13/3549.55	c      3550          59461       55463        20         178.0000         162.9798      9.22%
70506.39/3554.60	c      3555          59551       55553        20         178.0000         162.9805      9.22%
70607.62/3559.64	c      3560          59631       55633        20         178.0000         162.9816      9.21%
70706.85/3564.69	c      3565          59731       55733        20         178.0000         162.9823      9.21%
70808.17/3569.75	c      3570          59831       55833        20         178.0000         162.9828      9.21%
70907.43/3574.79	c      3575          59931       55933        20         178.0000         162.9835      9.21%
71008.76/3579.85	c      3580          60011       56013        20         178.0000         162.9840      9.21%
71108.03/3584.90	c      3585          60101       56103        20         178.0000         162.9847      9.21%
71209.39/3589.95	c      3590          60191       56193        20         178.0000         162.9851      9.21%
71308.74/3594.99	c      3595          60281       56283        20         178.0000         162.9857      9.21%
71410.67/3600.05	c      3600          60381       56383        20         178.0000         162.9866      9.21%
71509.86/3605.07	c      3605          60461       56463        20         178.0000         162.9871      9.21%
71609.22/3610.09	c      3610          60541       56543        20         178.0000         162.9879      9.21%
71708.68/3615.10	c      3615          60641       56643        20         178.0000         162.9886      9.21%
71811.37/3620.24	c      3620          60751       56753        20         178.0000         162.9892      9.21%
71910.55/3625.30	c      3625          60841       56843        20         178.0000         162.9898      9.21%

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (184545 MiB free)
  memory of node 1: 193531 MiB (186215 MiB free)
  memory of node 2: 193531 MiB (187234 MiB free)
  memory of node 3: 193531 MiB (193035 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-4465193-1722449575/watcher-4465193-1722449575 -o /tmp/evaluation-result-4465193-1722449575/solver-4465193-1722449575 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722441596-58651 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465193-1722449575.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100058 s]*
/proc/loadavg: 78.98 80.67 80.56 62/1023 66042
/proc/meminfo: memFree=768957496/790760800 swapFree=131071996/131071996
[pid=66001] ppid=65998 vsize=1669216 memory=126128 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/stat : 66001 (fscip) S 65998 66001 58638 0 -1 1077936128 27168 0 0 0 21 11 0 0 20 0 41 0 11544317 1709277184 31532 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
/proc/66001/statm: 417304 31532 2806 3035 0 116400 0
[pid=66001/tid=66003] ppid=65998 vsize=1669216 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/66001/task/66003/stat : 66003 (fscip) R 65998 66001 58638 0 -1 4194368 1166 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66004] ppid=65998 vsize=1669216 memory=-5155626877727500421 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/66001/task/66004/stat : 66004 (fscip) R 65998 66001 58638 0 -1 4194368 1401 0 0 0 1 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66005] ppid=65998 vsize=1669216 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/66001/task/66005/stat : 66005 (fscip) R 65998 66001 58638 0 -1 4194368 1167 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66006] ppid=65998 vsize=1669216 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/66001/task/66006/stat : 66006 (fscip) R 65998 66001 58638 0 -1 4194368 1166 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66007] ppid=65998 vsize=1669216 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66007/stat : 66007 (fscip) D 65998 66001 58638 0 -1 4194368 1232 0 0 0 1 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66008] ppid=65998 vsize=1669216 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66008/stat : 66008 (fscip) R 65998 66001 58638 0 -1 4194368 1164 0 0 0 1 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66009] ppid=65998 vsize=1669216 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/66001/task/66009/stat : 66009 (fscip) D 65998 66001 58638 0 -1 4194368 1299 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66010] ppid=65998 vsize=1669216 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/66001/task/66010/stat : 66010 (fscip) R 65998 66001 58638 0 -1 4194368 1167 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66011] ppid=65998 vsize=1669216 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66011/stat : 66011 (fscip) D 65998 66001 58638 0 -1 4194368 1282 0 0 0 1 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66012] ppid=65998 vsize=1669216 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/66001/task/66012/stat : 66012 (fscip) R 65998 66001 58638 0 -1 4194368 1165 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66013] ppid=65998 vsize=1669216 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/66001/task/66013/stat : 66013 (fscip) D 65998 66001 58638 0 -1 4194368 1164 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66014] ppid=65998 vsize=1669216 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66014/stat : 66014 (fscip) D 65998 66001 58638 0 -1 4194368 1255 0 0 0 1 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66015] ppid=65998 vsize=1669216 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/66001/task/66015/stat : 66015 (fscip) D 65998 66001 58638 0 -1 4194368 1351 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66016] ppid=65998 vsize=1669216 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/66001/task/66016/stat : 66016 (fscip) R 65998 66001 58638 0 -1 4194368 1168 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66017] ppid=65998 vsize=1669216 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66017/stat : 66017 (fscip) D 65998 66001 58638 0 -1 4194368 1250 0 0 0 1 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66018] ppid=65998 vsize=1669216 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/66001/task/66018/stat : 66018 (fscip) R 65998 66001 58638 0 -1 4194368 1400 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66019] ppid=65998 vsize=1669216 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/66001/task/66019/stat : 66019 (fscip) R 65998 66001 58638 0 -1 4194368 1168 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66020] ppid=65998 vsize=1669216 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66020/stat : 66020 (fscip) R 65998 66001 58638 0 -1 4194368 1241 0 0 0 1 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66021] ppid=65998 vsize=1669216 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/66001/task/66021/stat : 66021 (fscip) R 65998 66001 58638 0 -1 4194368 1168 0 0 0 0 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66022] ppid=65998 vsize=1669216 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66022/stat : 66022 (fscip) R 65998 66001 58638 0 -1 4194368 1399 0 0 0 1 0 0 0 20 0 41 0 11544319 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66023] ppid=65998 vsize=1669216 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/66001/task/66023/stat : 66023 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66024] ppid=65998 vsize=1669216 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/66001/task/66024/stat : 66024 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66025] ppid=65998 vsize=1669216 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/66001/task/66025/stat : 66025 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66026] ppid=65998 vsize=1669216 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/66001/task/66026/stat : 66026 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66027] ppid=65998 vsize=1669216 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/66001/task/66027/stat : 66027 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66028] ppid=65998 vsize=1669216 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/66001/task/66028/stat : 66028 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66029] ppid=65998 vsize=1669216 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/66001/task/66029/stat : 66029 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66030] ppid=65998 vsize=1669216 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/66001/task/66030/stat : 66030 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66031] ppid=65998 vsize=1669216 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/66001/task/66031/stat : 66031 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66032] ppid=65998 vsize=1669216 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/66001/task/66032/stat : 66032 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66033] ppid=65998 vsize=1669216 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/66001/task/66033/stat : 66033 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66034] ppid=65998 vsize=1669216 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/66001/task/66034/stat : 66034 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66035] ppid=65998 vsize=1669216 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/66001/task/66035/stat : 66035 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66036] ppid=65998 vsize=1669216 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/66001/task/66036/stat : 66036 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66037] ppid=65998 vsize=1669216 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/66001/task/66037/stat : 66037 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66038] ppid=65998 vsize=1669216 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/66001/task/66038/stat : 66038 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66039] ppid=65998 vsize=1669216 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/66001/task/66039/stat : 66039 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66040] ppid=65998 vsize=1669216 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/66001/task/66040/stat : 66040 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66041] ppid=65998 vsize=1669216 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/66001/task/66041/stat : 66041 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66042] ppid=65998 vsize=1669216 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/66001/task/66042/stat : 66042 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 31598 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 1669216 KiB
Current children cumulated memory: 126128 KiB

[startup+0.224001 s]*
/proc/loadavg: 78.98 80.67 80.56 80/1023 66042
/proc/meminfo: memFree=768848816/790760800 swapFree=131071996/131071996
[pid=66001] ppid=65998 vsize=1669216 memory=218640 CPUtime=2.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/stat : 66001 (fscip) S 65998 66001 58638 0 -1 1077936128 53643 0 0 0 226 21 0 0 20 0 41 0 11544317 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
/proc/66001/statm: 417304 54660 2950 3035 0 140167 0
[pid=66001/tid=66003] ppid=65998 vsize=1669216 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66003/stat : 66003 (fscip) R 65998 66001 58638 0 -1 4194368 2021 0 0 0 12 0 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66004] ppid=65998 vsize=1669216 memory=-5155626877727500421 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66004/stat : 66004 (fscip) R 65998 66001 58638 0 -1 4194368 2020 0 0 0 13 0 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66005] ppid=65998 vsize=1669216 memory=0 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66005/stat : 66005 (fscip) D 65998 66001 58638 0 -1 4194368 4045 0 0 0 9 1 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66006] ppid=65998 vsize=1669216 memory=0 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/66001/task/66006/stat : 66006 (fscip) R 65998 66001 58638 0 -1 4194368 2014 0 0 0 10 1 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66007] ppid=65998 vsize=1669216 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66007/stat : 66007 (fscip) R 65998 66001 58638 0 -1 4194368 2032 0 0 0 12 0 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66008] ppid=65998 vsize=1669216 memory=0 CPUtime=0.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66008/stat : 66008 (fscip) D 65998 66001 58638 0 -1 4194368 3732 0 0 0 9 0 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66009] ppid=65998 vsize=1669216 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66009/stat : 66009 (fscip) R 65998 66001 58638 0 -1 4194368 2023 0 0 0 12 0 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66010] ppid=65998 vsize=1669216 memory=0 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/66001/task/66010/stat : 66010 (fscip) R 65998 66001 58638 0 -1 4194368 1998 0 0 0 11 0 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66011] ppid=65998 vsize=1669216 memory=0 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/66001/task/66011/stat : 66011 (fscip) D 65998 66001 58638 0 -1 4194368 4029 0 0 0 10 1 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66012] ppid=65998 vsize=1669216 memory=0 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/66001/task/66012/stat : 66012 (fscip) R 65998 66001 58638 0 -1 4194368 2010 0 0 0 10 1 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66013] ppid=65998 vsize=1669216 memory=0 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/66001/task/66013/stat : 66013 (fscip) R 65998 66001 58638 0 -1 4194368 2025 0 0 0 11 0 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66014] ppid=65998 vsize=1669216 memory=0 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/66001/task/66014/stat : 66014 (fscip) R 65998 66001 58638 0 -1 4194368 3320 0 0 0 10 1 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66015] ppid=65998 vsize=1669216 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66015/stat : 66015 (fscip) R 65998 66001 58638 0 -1 4194368 2020 0 0 0 11 1 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66016] ppid=65998 vsize=1669216 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66016/stat : 66016 (fscip) R 65998 66001 58638 0 -1 4194368 2008 0 0 0 12 0 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66017] ppid=65998 vsize=1669216 memory=0 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66017/stat : 66017 (fscip) R 65998 66001 58638 0 -1 4194368 3983 0 0 0 9 1 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66018] ppid=65998 vsize=1669216 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66018/stat : 66018 (fscip) R 65998 66001 58638 0 -1 4194368 2026 0 0 0 12 1 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66019] ppid=65998 vsize=1669216 memory=0 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/66001/task/66019/stat : 66019 (fscip) R 65998 66001 58638 0 -1 4194368 2002 0 0 0 11 0 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66020] ppid=65998 vsize=1669216 memory=0 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66020/stat : 66020 (fscip) R 65998 66001 58638 0 -1 4194368 3780 0 0 0 9 1 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66021] ppid=65998 vsize=1669216 memory=0 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/66001/task/66021/stat : 66021 (fscip) R 65998 66001 58638 0 -1 4194368 2032 0 0 0 10 1 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66022] ppid=65998 vsize=1669216 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66022/stat : 66022 (fscip) R 65998 66001 58638 0 -1 4194368 2020 0 0 0 13 0 0 0 20 0 41 0 11544319 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66023] ppid=65998 vsize=1669216 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/66001/task/66023/stat : 66023 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66024] ppid=65998 vsize=1669216 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/66001/task/66024/stat : 66024 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66025] ppid=65998 vsize=1669216 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/66001/task/66025/stat : 66025 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66026] ppid=65998 vsize=1669216 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/66001/task/66026/stat : 66026 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66027] ppid=65998 vsize=1669216 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/66001/task/66027/stat : 66027 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66028] ppid=65998 vsize=1669216 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/66001/task/66028/stat : 66028 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66029] ppid=65998 vsize=1669216 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/66001/task/66029/stat : 66029 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66030] ppid=65998 vsize=1669216 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/66001/task/66030/stat : 66030 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66031] ppid=65998 vsize=1669216 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/66001/task/66031/stat : 66031 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66032] ppid=65998 vsize=1669216 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/66001/task/66032/stat : 66032 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66033] ppid=65998 vsize=1669216 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/66001/task/66033/stat : 66033 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66034] ppid=65998 vsize=1669216 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/66001/task/66034/stat : 66034 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66035] ppid=65998 vsize=1669216 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/66001/task/66035/stat : 66035 (fscip) S 65998 66001 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11544325 1709277184 54660 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0

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

/proc/66001/task/66022/stat : 66022 (fscip) R 65998 66001 58638 0 -1 4194368 891786 0 0 0 355490 204 0 0 20 0 41 0 11544319 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66023] ppid=65998 vsize=5620144 memory=281040246439216 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/66001/task/66023/stat : 66023 (fscip) S 65998 66001 58638 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66024] ppid=65998 vsize=5620144 memory=7373636568517464161 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/66001/task/66024/stat : 66024 (fscip) S 65998 66001 58638 0 -1 1077936192 61 0 0 0 2 0 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66025] ppid=65998 vsize=5620144 memory=0 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/66001/task/66025/stat : 66025 (fscip) S 65998 66001 58638 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66026] ppid=65998 vsize=5620144 memory=0 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/66001/task/66026/stat : 66026 (fscip) S 65998 66001 58638 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66027] ppid=65998 vsize=5620144 memory=20568 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/66001/task/66027/stat : 66027 (fscip) S 65998 66001 58638 0 -1 1077936192 117 0 0 0 0 1 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66028] ppid=65998 vsize=5620144 memory=25333125866717268 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/66001/task/66028/stat : 66028 (fscip) S 65998 66001 58638 0 -1 1077936192 118 0 0 0 1 0 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66029] ppid=65998 vsize=5620144 memory=38468 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/66001/task/66029/stat : 66029 (fscip) S 65998 66001 58638 0 -1 1077936192 122 0 0 0 0 1 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66030] ppid=65998 vsize=5620144 memory=2152 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/66001/task/66030/stat : 66030 (fscip) S 65998 66001 58638 0 -1 1077936192 121 0 0 0 0 1 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66031] ppid=65998 vsize=5620144 memory=4505352 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/66001/task/66031/stat : 66031 (fscip) S 65998 66001 58638 0 -1 1077936192 119 0 0 0 0 1 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66032] ppid=65998 vsize=5620144 memory=4505616 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/66001/task/66032/stat : 66032 (fscip) S 65998 66001 58638 0 -1 1077936192 119 0 0 0 0 1 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66033] ppid=65998 vsize=5620144 memory=11424 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/66001/task/66033/stat : 66033 (fscip) S 65998 66001 58638 0 -1 1077936192 121 0 0 0 0 1 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66034] ppid=65998 vsize=5620144 memory=13664 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/66001/task/66034/stat : 66034 (fscip) S 65998 66001 58638 0 -1 1077936192 117 0 0 0 0 2 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66035] ppid=65998 vsize=5620144 memory=4505616 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/66001/task/66035/stat : 66035 (fscip) S 65998 66001 58638 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66036] ppid=65998 vsize=5620144 memory=4506212 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/66001/task/66036/stat : 66036 (fscip) S 65998 66001 58638 0 -1 1077936192 60 0 0 0 2 0 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66037] ppid=65998 vsize=5620144 memory=6880 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/66001/task/66037/stat : 66037 (fscip) S 65998 66001 58638 0 -1 1077936192 116 0 0 0 0 2 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66038] ppid=65998 vsize=5620144 memory=4394968 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/66001/task/66038/stat : 66038 (fscip) S 65998 66001 58638 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66039] ppid=65998 vsize=5620144 memory=6880 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/66001/task/66039/stat : 66039 (fscip) S 65998 66001 58638 0 -1 1077936192 116 0 0 0 0 1 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66040] ppid=65998 vsize=5620144 memory=4396652 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/66001/task/66040/stat : 66040 (fscip) S 65998 66001 58638 0 -1 1077936192 117 0 0 0 0 2 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66041] ppid=65998 vsize=5620144 memory=-7594872739657245566 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/66001/task/66041/stat : 66041 (fscip) S 65998 66001 58638 0 -1 1077936192 116 0 0 0 0 1 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66042] ppid=65998 vsize=5620144 memory=13664 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/66001/task/66042/stat : 66042 (fscip) S 65998 66001 58638 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 11544325 5755027456 1126629 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
Current children cumulated CPU time: 71058.5 s
Current children cumulated vsize: 5620144 KiB
Current children cumulated memory: 4506516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.8 s]
/proc/loadavg: 40.01 40.29 47.49 41/930 68039
/proc/meminfo: memFree=778014100/790760800 swapFree=131071996/131071996
[pid=66001] ppid=65998 vsize=5620824 memory=4517036 CPUtime=72001.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/stat : 66001 (fscip) S 65998 66001 58638 0 -1 1077936128 17425799 0 0 0 7167091 33100 0 0 20 0 41 0 11544317 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 17 19 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
/proc/66001/statm: 1405206 1129259 3318 3035 0 1231850 0
[pid=66001/tid=66003] ppid=65998 vsize=5620824 memory=20132 CPUtime=3602.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66003/stat : 66003 (fscip) R 65998 66001 58638 0 -1 4194368 1277717 0 0 0 360072 197 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66004] ppid=65998 vsize=5620824 memory=5600 CPUtime=3602.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66004/stat : 66004 (fscip) R 65998 66001 58638 0 -1 4194368 983848 0 0 0 360055 223 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66005] ppid=65998 vsize=5620824 memory=11576 CPUtime=3591 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66005/stat : 66005 (fscip) R 65998 66001 58638 0 -1 4194368 166701 0 0 0 353011 6089 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66006] ppid=65998 vsize=5620824 memory=13744 CPUtime=3593.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66006/stat : 66006 (fscip) R 65998 66001 58638 0 -1 4194368 1342288 0 0 0 359170 185 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66007] ppid=65998 vsize=5620824 memory=11636 CPUtime=3600.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66007/stat : 66007 (fscip) R 65998 66001 58638 0 -1 4194368 928894 0 0 0 359903 150 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66008] ppid=65998 vsize=5620824 memory=11636 CPUtime=3597.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66008/stat : 66008 (fscip) R 65998 66001 58638 0 -1 4194368 167561 0 0 0 355804 3944 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66009] ppid=65998 vsize=5620824 memory=2816 CPUtime=3601.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66009/stat : 66009 (fscip) R 65998 66001 58638 0 -1 4194368 1361362 0 0 0 359954 169 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66010] ppid=65998 vsize=5620824 memory=6592 CPUtime=3604.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66010/stat : 66010 (fscip) R 65998 66001 58638 0 -1 4194368 873570 0 0 0 360261 142 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66011] ppid=65998 vsize=5620824 memory=4516824 CPUtime=3597.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66011/stat : 66011 (fscip) R 65998 66001 58638 0 -1 4194368 182927 0 0 0 355206 4510 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66012] ppid=65998 vsize=5620824 memory=2736 CPUtime=3600.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66012/stat : 66012 (fscip) R 65998 66001 58638 0 -1 4194368 1398918 0 0 0 359812 224 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66013] ppid=65998 vsize=5620824 memory=6872 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/66001/task/66013/stat : 66013 (fscip) R 65998 66001 58638 0 -1 4194368 1037408 0 0 0 360057 245 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66014] ppid=65998 vsize=5620824 memory=4405044 CPUtime=3597.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66014/stat : 66014 (fscip) R 65998 66001 58638 0 -1 4194368 177428 0 0 0 355200 4592 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66015] ppid=65998 vsize=5620824 memory=11636 CPUtime=3601.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66015/stat : 66015 (fscip) R 65998 66001 58638 0 -1 4194368 1327995 0 0 0 359950 210 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66016] ppid=65998 vsize=5620824 memory=2816 CPUtime=3602.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66016/stat : 66016 (fscip) R 65998 66001 58638 0 -1 4194368 994352 0 0 0 360106 148 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66017] ppid=65998 vsize=5620824 memory=6592 CPUtime=3595.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66017/stat : 66017 (fscip) R 65998 66001 58638 0 -1 4194368 171078 0 0 0 352940 6569 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66018] ppid=65998 vsize=5620824 memory=4516376 CPUtime=3600.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66018/stat : 66018 (fscip) R 65998 66001 58638 0 -1 4194368 1199179 0 0 0 359861 199 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66019] ppid=65998 vsize=5620824 memory=2736 CPUtime=3603.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66019/stat : 66019 (fscip) R 65998 66001 58638 0 -1 4194368 944306 0 0 0 360222 143 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66020] ppid=65998 vsize=5620824 memory=6872 CPUtime=3599.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66020/stat : 66020 (fscip) R 65998 66001 58638 0 -1 4194368 547044 0 0 0 355176 4728 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66021] ppid=65998 vsize=5620824 memory=4404968 CPUtime=3601.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66021/stat : 66021 (fscip) R 65998 66001 58638 0 -1 4194368 1433965 0 0 0 359953 178 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66022] ppid=65998 vsize=5620824 memory=4403356 CPUtime=3604.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/66001/task/66022/stat : 66022 (fscip) R 65998 66001 58638 0 -1 4194368 902790 0 0 0 360212 207 0 0 20 0 41 0 11544319 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66023] ppid=65998 vsize=5620824 memory=-7594872739657245566 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/66001/task/66023/stat : 66023 (fscip) S 65998 66001 58638 0 -1 1077936192 121 0 0 0 1 1 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66024] ppid=65998 vsize=5620824 memory=-3836323525061678436 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/66001/task/66024/stat : 66024 (fscip) S 65998 66001 58638 0 -1 1077936192 62 0 0 0 2 0 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66025] ppid=65998 vsize=5620824 memory=-3980386162748518027 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/66001/task/66025/stat : 66025 (fscip) S 65998 66001 58638 0 -1 1077936192 123 0 0 0 2 0 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66026] ppid=65998 vsize=5620824 memory=4505852 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/66001/task/66026/stat : 66026 (fscip) S 65998 66001 58638 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66027] ppid=65998 vsize=5620824 memory=2736 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/66001/task/66027/stat : 66027 (fscip) S 65998 66001 58638 0 -1 1077936192 119 0 0 0 0 1 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66028] ppid=65998 vsize=5620824 memory=6880 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/66001/task/66028/stat : 66028 (fscip) S 65998 66001 58638 0 -1 1077936192 120 0 0 0 1 0 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66029] ppid=65998 vsize=5620824 memory=4401888 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/66001/task/66029/stat : 66029 (fscip) S 65998 66001 58638 0 -1 1077936192 125 0 0 0 0 1 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66030] ppid=65998 vsize=5620824 memory=-7594872739657245566 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/66001/task/66030/stat : 66030 (fscip) S 65998 66001 58638 0 -1 1077936192 123 0 0 0 0 1 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66031] ppid=65998 vsize=5620824 memory=-3836323525061678436 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/66001/task/66031/stat : 66031 (fscip) S 65998 66001 58638 0 -1 1077936192 121 0 0 0 0 1 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66032] ppid=65998 vsize=5620824 memory=104 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/66001/task/66032/stat : 66032 (fscip) S 65998 66001 58638 0 -1 1077936192 121 0 0 0 0 1 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66033] ppid=65998 vsize=5620824 memory=33100 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/66001/task/66033/stat : 66033 (fscip) S 65998 66001 58638 0 -1 1077936192 123 0 0 0 0 1 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66034] ppid=65998 vsize=5620824 memory=19580 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/66001/task/66034/stat : 66034 (fscip) S 65998 66001 58638 0 -1 1077936192 119 0 0 0 0 2 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66035] ppid=65998 vsize=5620824 memory=54528 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/66001/task/66035/stat : 66035 (fscip) S 65998 66001 58638 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66036] ppid=65998 vsize=5620824 memory=28496 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/66001/task/66036/stat : 66036 (fscip) S 65998 66001 58638 0 -1 1077936192 61 0 0 0 2 0 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66037] ppid=65998 vsize=5620824 memory=7644 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/66001/task/66037/stat : 66037 (fscip) S 65998 66001 58638 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66038] ppid=65998 vsize=5620824 memory=4516376 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/66001/task/66038/stat : 66038 (fscip) S 65998 66001 58638 0 -1 1077936192 120 0 0 0 0 2 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66039] ppid=65998 vsize=5620824 memory=20568 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/66001/task/66039/stat : 66039 (fscip) S 65998 66001 58638 0 -1 1077936192 118 0 0 0 0 1 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66040] ppid=65998 vsize=5620824 memory=4516384 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/66001/task/66040/stat : 66040 (fscip) S 65998 66001 58638 0 -1 1077936192 119 0 0 0 0 2 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66041] ppid=65998 vsize=5620824 memory=4516384 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/66001/task/66041/stat : 66041 (fscip) S 65998 66001 58638 0 -1 1077936192 118 0 0 0 0 1 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
[pid=66001/tid=66042] ppid=65998 vsize=5620824 memory=28132 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/66001/task/66042/stat : 66042 (fscip) S 65998 66001 58638 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 11544325 5755723776 1129259 809668444160 4194304 16623229 140726951141152 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 42266624 140726951146506 140726951146624 140726951146624 140726951153648 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 5620824 KiB
Current children cumulated memory: 4517036 KiB

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

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

# cumulated CPU time of all completed processes:  user=71671.1 s, system=331.153 s

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

[startup+3629.91 s]*
/proc/loadavg: 40.01 40.29 47.49 22/891 68039
/proc/meminfo: memFree=781215308/790760800 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): 3629.96
CPU time (s): 72002.3
CPU user time (s): 71671.1
CPU system time (s): 331.153
CPU usage (%): 1983.56
Max. virtual memory (cumulated for all children) (KiB): 5620824
Max. memory (cumulated for all children) (KiB): 4517036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71671.1
system time used= 331.153
maximum resident set size= 4517764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17425804
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= 1100951
involuntary context switches= 314512


# summary of solver processes directly reported to runsolver:
#   pid: 66001
#   total CPU time (s): 72002.3
#   total CPU user time (s): 71671.1
#   total CPU system time (s): 331.153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.3787 second user time and 76.276 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-07-31 20:12:55
IDJOB=4465193
IDBENCH=147540
IDSOLVER=3094
FILE ID=nodeD101/4465193-1722449575
RUNJOBID= nodeD101-1722441596-58651
SLURM_JOB_ID= 8254231
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.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-4465193-1722449575/watcher-4465193-1722449575 -o /tmp/evaluation-result-4465193-1722449575/solver-4465193-1722449575 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722441596-58651 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465193-1722449575.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 62fadc113b966a642e431cfbd80ddcdc
RANDOM SEED=1699257525

nodeD101.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	: 0x5003102
cpu MHz		: 2998.403
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 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	: 0x5003102
cpu MHz		: 3100.553
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3136.548
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2165.927
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2964.334
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 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	: 0x5003102
cpu MHz		: 3098.826
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3084.697
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3600.494
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2953.458
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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	: 0x5003102
cpu MHz		: 3100.555
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3176.300
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3530.149
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2974.045
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 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	: 0x5003102
cpu MHz		: 3095.968
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3127.279
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3370.002
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2959.549
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 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	: 0x5003102
cpu MHz		: 3082.497
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3176.290
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3649.199
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2998.395
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 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	: 0x5003102
cpu MHz		: 3095.174
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3108.861
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3587.236
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2973.829
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 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	: 0x5003102
cpu MHz		: 3100.556
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3131.963
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2656.392
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2966.218
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 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	: 0x5003102
cpu MHz		: 3086.735
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3176.247
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2662.480
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2981.704
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 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	: 0x5003102
cpu MHz		: 3091.155
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3152.662
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2658.810
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2978.495
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 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	: 0x5003102
cpu MHz		: 3092.806
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3176.217
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2664.133
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2998.391
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 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	: 0x5003102
cpu MHz		: 3062.409
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3124.275
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2655.320
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2998.390
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 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	: 0x5003102
cpu MHz		: 3100.558
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3176.192
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2657.331
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2986.162
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 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	: 0x5003102
cpu MHz		: 3097.505
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3154.566
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2659.143
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2998.388
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 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	: 0x5003102
cpu MHz		: 3078.329
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3141.780
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2667.610
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2968.008
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 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	: 0x5003102
cpu MHz		: 2850.745
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3176.141
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2094.157
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2977.625
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 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	: 0x5003102
cpu MHz		: 3063.469
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3129.074
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2659.751
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2967.545
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 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	: 0x5003102
cpu MHz		: 3090.794
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3131.026
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2643.942
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2971.599
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 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	: 0x5003102
cpu MHz		: 3092.305
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3176.124
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2655.731
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2998.382
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 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	: 0x5003102
cpu MHz		: 3101.042
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3176.225
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2651.619
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2980.164
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 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	: 0x5003102
cpu MHz		: 3101.152
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3176.321
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1756.581
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        769056816 kB
MemAvailable:   767150132 kB
Buffers:          142640 kB
Cached:           925340 kB
SwapCached:            0 kB
Active:           296488 kB
Inactive:       19039352 kB
Active(anon):       2128 kB
Inactive(anon): 18288260 kB
Active(file):     294360 kB
Inactive(file):   751092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28540 kB
Writeback:           100 kB
AnonPages:      18267040 kB
Mapped:           126496 kB
Shmem:             22536 kB
KReclaimable:     128496 kB
Slab:             454564 kB
SReclaimable:     128496 kB
SUnreclaim:       326068 kB
KernelStack:       16848 kB
PageTables:        47816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1927596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           202752 kB
HardwareCorrupted:     0 kB
AnonHugePages:    403456 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:      468992 kB
DirectMap2M:    27291648 kB
DirectMap1G:    778043392 kB

Free space on /tmp at the end= 8622864 MiB
End job on nodeD101 at 2024-07-31 21:13:26