Trace number 4467311

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-08-09? (TO) 72002.3 3635.63

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
MD5SUM2f43827d921579f008f60b037bb7dde7
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 benchmark1036
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
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 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 32169984, getVmSize() = 32169984, SCIPgetMemUsed() = 8611610, SCIPgetMemTotal() = 10342330, SCIPgetMemExternEstim() = 5423109
0.00/0.01	c ** set memory limit for presolving in LC to 8.79599e+12 for SCIP **
0.00/0.05	c ** Estimated virtualMemUsedAtSolver = 21761202, getVmSize() = 42078208, SCIPgetMemUsed() = 10004655, SCIPgetMemTotal() = 18757223, SCIPgetMemExternEstim() = 5423109
0.00/0.05	c ** set memory limit for solvers to 4.18855e+11 for each SCIP **
0.00/0.05	c Original Problem   :
0.00/0.05	c   Problem name     : instance-4467311-1723211566
0.00/0.05	c   Variables        : 1963 (1963 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 4000
0.00/0.05	c   Objective sense  : minimize
0.00/0.05	c Presolved Problem  :
0.00/0.05	c   Variables        : 1524 (1524 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.05	c   Constraints      : 2954
0.00/0.05	c Constraints        : Number
0.00/0.05	c   setppc           : 2954 
0.00/0.05	c ** Instance transfer method used: 0
0.00/0.06	c ** ParaScipInstance copy does not increase the number of variables. **
0.12/0.16	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.12/0.16	c                                Nodes    Active                                            
0.12/0.16	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.12/0.18	c *       0              0           1        20        1741.0000                -          -
1.53/0.28	c *       0              0           1        20        1173.0000                -          -
1.53/0.29	c *       0              0           1        20        1088.0000                -          -
1.53/0.31	c *       0              0           1        20        1084.0000                -          -
65.12/3.56	c *       4              0           1        20        1078.0000                -          -
67.01/3.66	c *       4              0           1        20        1076.0000                -          -
68.95/3.79	c *       4              0           1        20        1074.0000                -          -
72.84/3.92	c *       4              0           1        20        1072.0000                -          -
75.81/4.05	c *       4              0           1        20        1070.0000                -          -
77.76/4.18	c *       4              0           1        20        1068.0000                -          -
80.64/4.33	c *       4              0           1        20        1066.0000                -          -
82.61/4.48	c *       4              0           1        20        1064.0000                -          -
86.53/4.64	c *       5              0           1        20        1062.0000                -          -
90.46/4.80	c *       5              0           1        20        1060.0000                -          -
92.59/5.03	c *       5              0           1        20        1058.0000                -          -
92.59/5.03	c         5              0           1        20        1058.0000                -          -
122.06/6.45	c *       6              0           1        20        1057.0000                -          -
124.04/6.51	c *       7              0           1        20        1056.0000                -          -
126.02/6.64	c *       7              0           1        20        1055.0000                -          -
128.03/6.71	c *       7              0           1        20        1054.0000                -          -
129.99/6.84	c *       7              0           1        20        1053.0000                -          -
131.98/6.92	c *       7              0           1        20        1052.0000                -          -
194.45/10.07	c *      10              2           1        20        1051.0000        1002.8760      4.80%
194.45/10.07	c        10              2           1        20        1051.0000        1002.8760      4.80%
197.23/10.29	c *      10              2           1        20        1050.0000        1002.8760      4.70%
205.18/10.60	c *      11              2           1        20        1049.0000        1002.8760      4.60%
211.13/10.95	c *      11              2           1        20        1048.0000        1006.6787      4.10%
217.07/11.28	c *      11              2           1        20        1047.0000        1006.6787      4.01%
225.12/11.61	c *      12              2           1        20        1046.0000        1006.6787      3.91%
230.96/11.98	c *      12              2           1        20        1045.0000        1006.6787      3.81%
238.87/12.36	c *      12              2           1        20        1044.0000        1006.6787      3.71%
246.82/12.75	c *      13              2           1        20        1043.0000        1006.6787      3.61%
282.43/14.52	c *      15              2           1        20        1042.0000        1006.6787      3.51%
296.21/15.23	c        15              2           1        20        1042.0000        1006.6787      3.51%
298.24/15.31	c *      15              2           1        20        1041.0000        1006.6787      3.41%
317.98/16.36	c *      16              3           2        20        1040.0000        1007.1258      3.26%
352.30/18.08	c *      18              4           3        20        1039.0000        1007.1258      3.16%
391.57/20.09	c *      20              4           3        20        1038.0000        1007.1258      3.07%
400.45/20.56	c        21              4           3        20        1038.0000        1007.1258      3.07%
500.60/25.62	c        26             10           9        20        1038.0000        1007.1258      3.07%
520.35/26.61	c *      27             10           9        20        1037.0000        1007.1258      2.97%
601.08/30.77	c *      31             17          16        20        1036.0000        1007.1451      2.87%
601.08/30.77	c        31             17          16        20        1036.0000        1007.1451      2.87%
703.53/35.94	c        36             25          24        20        1036.0000        1007.1451      2.87%
805.18/41.05	c        41             71          56        20        1036.0000        1007.2180      2.86%
906.06/46.17	c        46            152          91        20        1036.0000        1007.2180      2.86%
1005.16/51.18	c        51             92          63        20        1036.0000        1008.0910      2.77%
1104.78/56.22	c        56            302         123        20        1036.0000        1008.5957      2.72%
1205.81/61.35	c        61            122          91        20        1036.0000        1009.1294      2.66%
1306.80/66.47	c        66            137         106        20        1036.0000        1009.1294      2.66%
1407.89/71.53	c        72            502         183        20        1036.0000        1009.6268      2.61%
1508.93/76.66	c        77            569         201        20        1036.0000        1009.6767      2.61%
1610.06/81.71	c        82            621         231        20        1036.0000        1009.7854      2.60%
1709.21/86.75	c        87            635         241        20        1036.0000        1009.8093      2.59%
1810.39/91.80	c        92            663         247        20        1036.0000        1009.8093      2.59%
1909.53/96.86	c        97            742         258        20        1036.0000        1010.1107      2.56%
2008.68/101.89	c       102            742         258        20        1036.0000        1010.1107      2.56%
2109.83/106.97	c       107            290         229        20        1036.0000        1010.6080      2.51%
2208.92/111.99	c       112            332         261        20        1036.0000        1011.0097      2.47%
2310.97/117.06	c       117            338         265        20        1036.0000        1011.0097      2.47%
2410.25/122.13	c       122            349         276        20        1036.0000        1011.1751      2.46%
2511.45/127.19	c       127            372         289        20        1036.0000        1011.1897      2.45%
2611.36/132.23	c       132            397         298        20        1036.0000        1011.1897      2.45%
2710.49/137.29	c       137            472         309        20        1036.0000        1011.6003      2.41%
2811.63/142.34	c       142            552         315        20        1036.0000        1011.6694      2.40%
2912.89/147.40	c       147            571         318        20        1036.0000        1011.6694      2.40%
3011.72/152.43	c       152            662         321        20        1036.0000        1011.7740      2.39%
3110.79/157.49	c       157            741         326        20        1036.0000        1012.1787      2.35%
3211.94/162.53	c       163            822         333        20        1036.0000        1012.2554      2.35%
3313.22/167.61	c       168            900         337        20        1036.0000        1012.5987      2.31%
3412.22/172.66	c       173            958         343        20        1036.0000        1012.6848      2.30%
3513.37/177.71	c       178            992         341        20        1036.0000        1012.6954      2.30%
3612.47/182.76	c       183           1042         343        20        1036.0000        1012.7961      2.29%
3711.63/187.79	c       188           1054         347        20        1036.0000        1012.8736      2.28%
3810.76/192.80	c       193           1091         356        20        1036.0000        1012.8736      2.28%
3913.88/197.92	c       198           1146         361        20        1036.0000        1012.8736      2.28%
4012.96/202.98	c       203           1182         367        20        1036.0000        1013.0833      2.26%
4112.08/208.02	c       208           1222         371        20        1036.0000        1013.0855      2.26%
4211.23/213.04	c       213           1252         375        20        1036.0000        1013.2472      2.25%
4313.58/218.10	c       218           1322         385        20        1036.0000        1013.3120      2.24%
4414.70/223.17	c       223           1355         390        20        1036.0000        1013.3828      2.23%
4514.62/228.22	c       228           1421         404        20        1036.0000        1013.3968      2.23%
4613.75/233.29	c       233           1472         405        20        1036.0000        1013.5695      2.21%
4714.90/238.34	c       238           1553         410        20        1036.0000        1013.5695      2.21%
4815.97/243.40	c       243           1643         414        20        1036.0000        1013.5695      2.21%
4915.12/248.45	c       248           1722         417        20        1036.0000        1013.5730      2.21%
5016.25/253.51	c       254           1772         417        20        1036.0000        1013.5912      2.21%
5115.41/258.55	c       259           1772         417        20        1036.0000        1013.5912      2.21%
5216.61/263.60	c       264           1795         428        20        1036.0000        1013.7760      2.19%
5315.64/268.65	c       269           1911         436        20        1036.0000        1013.8023      2.19%
5416.52/273.72	c       274           1944         437        20        1036.0000        1013.8542      2.18%
5515.67/278.74	c       279           2015         446        20        1036.0000        1013.9977      2.17%
5616.80/283.83	c       284           2132         447        20        1036.0000        1014.0025      2.17%
5715.96/288.88	c       289           2180         453        20        1036.0000        1014.0025      2.17%
5817.07/293.93	c       294           2237         456        20        1036.0000        1014.1761      2.15%
5916.17/298.98	c       299           2347         454        20        1036.0000        1014.1761      2.15%
6015.25/304.03	c       304           2412         451        20        1036.0000        1014.2032      2.15%
6117.15/309.04	c       309           2450         465        20        1036.0000        1014.2585      2.14%
6216.68/314.13	c       314           2462         469        20        1036.0000        1014.3176      2.14%
6315.76/319.15	c       319           2557         478        20        1036.0000        1014.4121      2.13%
6417.66/324.23	c       324           2670         479        20        1036.0000        1014.4121      2.13%
6516.77/329.28	c       329           2797         476        20        1036.0000        1014.4121      2.13%
6617.73/334.33	c       334           2835         480        20        1036.0000        1014.4503      2.12%
6716.71/339.40	c       339           2902         481        20        1036.0000        1014.5000      2.12%
6817.84/344.44	c       344           2922         487        20        1036.0000        1014.5041      2.12%
6916.96/349.47	c       349           2935         494        20        1036.0000        1014.5041      2.12%
7018.06/354.54	c       355           2975         498        20        1036.0000        1014.5368      2.12%
7117.18/359.56	c       360           3022         505        20        1036.0000        1014.5837      2.11%
7218.19/364.63	c       365           3044         509        20        1036.0000        1014.5983      2.11%
7319.33/369.71	c       370           3100         517        20        1036.0000        1014.5983      2.11%
7418.46/374.73	c       375           3124           1        20        1036.0000        1014.5983      2.11%
7517.48/379.79	c       380           3166          21        20        1036.0000        1014.5983      2.11%
7618.51/384.82	c       385           3257          26        20        1036.0000        1014.5983      2.11%
7717.64/389.85	c       390           3352          33        20        1036.0000        1014.5983      2.11%
7818.66/394.94	c       395           3434          33        20        1036.0000        1014.5983      2.11%
7917.76/400.00	c       400           3455          38        20        1036.0000        1014.5983      2.11%
8019.74/405.07	c       405           3555          46        20        1036.0000        1014.5983      2.11%
8118.85/410.11	c       410           3633          56        20        1036.0000        1014.5983      2.11%
8218.34/415.14	c       415           3717          58        20        1036.0000        1014.5983      2.11%
8319.99/420.21	c       420           3767          64        20        1036.0000        1014.5983      2.11%
8419.08/425.25	c       425           3873          68        20        1036.0000        1014.5983      2.11%
8518.04/430.30	c       430           3955          68        20        1036.0000        1014.5983      2.11%
8619.20/435.36	c       435           4033          76        20        1036.0000        1014.5983      2.11%
8718.32/440.39	c       440           4134          81        20        1036.0000        1014.5983      2.11%
8819.30/445.43	c       445           4230          89        20        1036.0000        1014.5983      2.11%
8920.37/450.51	c       451           4277          96        20        1036.0000        1014.5983      2.11%
9019.46/455.56	c       456           4388          99        20        1036.0000        1014.5983      2.11%
9120.53/460.61	c       461           4487         104        20        1036.0000        1014.5983      2.11%
9219.58/465.68	c       466           4575         104        20        1036.0000        1014.5983      2.11%
9320.65/470.70	c       471           4662         109        20        1036.0000        1014.5983      2.11%
9419.73/475.71	c       476           4737         112        20        1036.0000        1014.5983      2.11%
9520.79/480.80	c       481           4830         117        20        1036.0000        1014.5983      2.11%
9619.86/485.88	c       486           4894         123        20        1036.0000        1014.5983      2.11%
9720.98/490.94	c       491           5006         123        20        1036.0000        1014.5983      2.11%
9820.08/495.97	c       496           5045         124        20        1036.0000        1014.5983      2.11%
9922.01/501.06	c       501           5155         108        20        1036.0000        1014.7121      2.10%
10021.70/506.10	c       506           5222         115        20        1036.0000        1014.9533      2.07%
10122.39/511.17	c       511           5268         129        20        1036.0000        1014.9881      2.07%
10222.47/516.20	c       516           5346         131        20        1036.0000        1015.0231      2.07%
10321.60/521.25	c       521           5429         138        20        1036.0000        1015.0503      2.06%
10420.73/526.30	c       526           5485         142        20        1036.0000        1015.0585      2.06%
10521.90/531.36	c       531           5542         149        20        1036.0000        1015.1305      2.06%
10623.07/536.42	c       536           5638         151        20        1036.0000        1015.1364      2.06%
10722.22/541.47	c       541           5673         154        20        1036.0000        1015.1618      2.05%
10823.34/546.52	c       547           5705         166        20        1036.0000        1015.2515      2.04%
10922.36/551.58	c       552           5802         169        20        1036.0000        1015.3043      2.04%
11023.48/556.60	c       557           5875         174        20        1036.0000        1015.3043      2.04%
11122.62/561.68	c       562           5992         173        20        1036.0000        1015.3776      2.03%
11223.72/566.70	c       567           6005         178        20        1036.0000        1015.3776      2.03%
11322.88/571.79	c       572           6085         188        20        1036.0000        1015.3776      2.03%
11423.90/576.81	c       577           6179         194        20        1036.0000        1015.3781      2.03%
11523.07/581.89	c       582           6312         193        20        1036.0000        1015.4188      2.03%
11624.20/586.94	c       587           6360         209        20        1036.0000        1015.5097      2.02%
11723.34/591.99	c       592           6410         215        20        1036.0000        1015.5306      2.02%
11822.51/597.05	c       597           6479         218        20        1036.0000        1015.5378      2.01%
11924.75/602.10	c       602           6555         222        20        1036.0000        1015.5705      2.01%
12023.88/607.15	c       607           6677         222        20        1036.0000        1015.5705      2.01%
12124.42/612.20	c       612           6761         230        20        1036.0000        1015.6593      2.00%
12224.83/617.25	c       617           6879         232        20        1036.0000        1015.6593      2.00%
12323.95/622.30	c       622           6925         238        20        1036.0000        1015.6608      2.00%
12425.09/627.35	c       627           6992         239        20        1036.0000        1015.6961      2.00%
12524.16/632.40	c       632           7052         243        20        1036.0000        1015.7167      2.00%
12625.26/637.45	c       637           7112         251        20        1036.0000        1015.7824      1.99%
12724.41/642.50	c       642           7192         267        20        1036.0000        1015.7824      1.99%
12825.74/647.55	c       648           7303         268        20        1036.0000        1015.7824      1.99%
12924.68/652.60	c       653           7393         276        20        1036.0000        1015.8279      1.99%
13025.81/657.65	c       658           7444         279        20        1036.0000        1015.8550      1.98%
13125.05/662.70	c       663           7501         286        20        1036.0000        1015.8967      1.98%
13225.96/667.75	c       668           7602         287        20        1036.0000        1015.9295      1.98%
13325.04/672.80	c       673           7672         295        20        1036.0000        1015.9934      1.97%
13426.17/677.83	c       678           7755         306        20        1036.0000        1015.9952      1.97%
13525.30/682.87	c       683           7846         319        20        1036.0000        1016.0044      1.97%
13624.42/687.89	c       688           7909         314        20        1036.0000        1016.0044      1.97%
13725.47/692.93	c       693           7924         315        20        1036.0000        1016.0511      1.96%
13824.60/698.05	c       698           7954         319        20        1036.0000        1016.0521      1.96%
13926.69/703.10	c       703           7956         321        20        1036.0000        1016.0521      1.96%
14025.79/708.15	c       708           8039         322        20        1036.0000        1016.0521      1.96%
14126.70/713.20	c       713           8102         319        20        1036.0000        1016.1146      1.96%
14226.98/718.22	c       718           8122         323        20        1036.0000        1016.1304      1.96%
14326.10/723.30	c       723           8142         325        20        1036.0000        1016.1409      1.95%
14427.19/728.35	c       728           8167         334        20        1036.0000        1016.1909      1.95%
14526.28/733.36	c       733           8252         333        20        1036.0000        1016.2312      1.95%
14627.35/738.46	c       738           8325         340        20        1036.0000        1016.2312      1.95%
14726.50/743.48	c       743           8423         338        20        1036.0000        1016.2312      1.95%
14825.63/748.49	c       748           8482         339        20        1036.0000        1016.2644      1.94%
14926.74/753.54	c       754           8533         354        20        1036.0000        1016.2644      1.94%
15025.89/758.56	c       759           8575         360        20        1036.0000        1016.3052      1.94%
15128.98/763.71	c       764           8652         365        20        1036.0000        1016.3135      1.94%
15228.09/768.75	c       769           8723         368        20        1036.0000        1016.3135      1.94%
15327.15/773.76	c       774           8783         376        20        1036.0000        1016.3148      1.94%
15428.28/778.88	c       779           8832         381        20        1036.0000        1016.3447      1.93%
15529.35/783.93	c       784           8874         385        20        1036.0000        1016.3447      1.93%
15628.49/788.98	c       789           8977         396        20        1036.0000        1016.3740      1.93%
15727.44/794.01	c       794           9042         397        20        1036.0000        1016.3740      1.93%
15829.41/799.06	c       799           9117         400        20        1036.0000        1016.3740      1.93%
15928.47/804.14	c       804           9238         403        20        1036.0000        1016.4017      1.93%
16029.45/809.16	c       809           9285         414        20        1036.0000        1016.4236      1.93%
16129.76/814.24	c       814           9421         414        20        1036.0000        1016.4236      1.93%
16228.93/819.29	c       819           9462         417        20        1036.0000        1016.4982      1.92%
16329.99/824.30	c       824           9495         422        20        1036.0000        1016.5179      1.92%
16429.12/829.35	c       829           9522         427        20        1036.0000        1016.5258      1.92%
16528.21/834.36	c       834           9532         433        20        1036.0000        1016.5575      1.91%
16627.32/839.40	c       839           9567         440        20        1036.0000        1016.5575      1.91%
16728.50/844.43	c       844           9615         442        20        1036.0000        1016.5856      1.91%
16827.52/849.45	c       849           9691         448        20        1036.0000        1016.5856      1.91%
16926.69/854.50	c       854           9722         453        20        1036.0000        1016.6473      1.90%
17027.74/859.54	c       860           9815         460        20        1036.0000        1016.6473      1.90%
17128.88/864.61	c       865           9883         460        20        1036.0000        1016.6957      1.90%
17228.03/869.64	c       870           9935         470        20        1036.0000        1016.7077      1.90%
17329.14/874.71	c       875           9967         472        20        1036.0000        1016.7077      1.90%
17428.20/879.76	c       880          10012         469        20        1036.0000        1016.7303      1.90%
17529.34/884.81	c       885          10052         473        20        1036.0000        1016.7379      1.89%
17628.49/889.86	c       890          10092         475        20        1036.0000        1016.7546      1.89%
17729.62/894.92	c       895          10168         479        20        1036.0000        1016.7546      1.89%
17828.74/899.97	c       900          10255         486        20        1036.0000        1016.7605      1.89%
17927.84/905.01	c       905          10424         477        20        1036.0000        1016.7605      1.89%
18026.95/910.02	c       910          10570         479        20        1036.0000        1016.7749      1.89%
18129.14/915.12	c       915          10706         485        20        1036.0000        1016.7905      1.89%
18228.39/920.14	c       920          10772         483        20        1036.0000        1016.8087      1.89%
18330.30/925.27	c       925          10836         491        20        1036.0000        1016.8333      1.88%
18431.38/930.30	c       930          10938         497        20        1036.0000        1016.8424      1.88%
18530.53/935.37	c       935          11031         508        20        1036.0000        1016.8452      1.88%
18631.64/940.40	c       940          11169         510        20        1036.0000        1016.8677      1.88%
18730.79/945.44	c       945          11245         516        20        1036.0000        1016.8914      1.88%
18831.90/950.52	c       951          11343         534        20        1036.0000        1016.8914      1.88%
18931.06/955.55	c       956          11427         538        20        1036.0000        1016.8945      1.88%
19032.17/960.62	c       961          11496         537        20        1036.0000        1016.8945      1.88%
19131.28/965.67	c       966          11567         536        20        1036.0000        1016.8945      1.88%
19230.42/970.69	c       971          11630         541        20        1036.0000        1016.9203      1.88%
19331.57/975.70	c       976          11680         545        20        1036.0000        1016.9693      1.87%
19430.68/980.76	c       981          11802         545        20        1036.0000        1016.9693      1.87%
19531.73/985.87	c       986          11860         555        20        1036.0000        1016.9712      1.87%
19632.83/990.92	c       991          11974         561        20        1036.0000        1016.9884      1.87%
19731.97/995.97	c       996          12061         564        20        1036.0000        1016.9884      1.87%
19831.08/1000.99	c      1001          11667         677        20        1036.0000        1017.0040      1.87%
19930.21/1006.03	c      1006          11805         689        20        1036.0000        1017.0270      1.87%
20029.16/1011.05	c      1011          11913         697        20        1036.0000        1017.0386      1.86%
20131.72/1016.17	c      1016          12026         704        20        1036.0000        1017.0450      1.86%
20231.92/1021.18	c      1021          12100         708        20        1036.0000        1017.0740      1.86%
20332.24/1026.25	c      1026          12213         705        20        1036.0000        1017.0740      1.86%
20433.38/1031.32	c      1031          12296         716        20        1036.0000        1017.1194      1.86%
20532.61/1036.36	c      1036          12462         724        20        1036.0000        1017.1194      1.86%
20631.56/1041.39	c      1041          11794         461        20        1036.0000        1017.1384      1.85%
20732.87/1046.44	c      1046          12686         746        20        1036.0000        1017.1558      1.85%
20833.80/1051.52	c      1052          12854         756        20        1036.0000        1017.1709      1.85%
20932.87/1056.57	c      1057          12998         768        20        1036.0000        1017.1785      1.85%
21033.97/1061.62	c      1062          13135         771        20        1036.0000        1017.2343      1.84%
21133.09/1066.67	c      1067          13155         775        20        1036.0000        1017.2758      1.84%
21234.15/1071.73	c      1072          13263         781        20        1036.0000        1017.2883      1.84%
21333.31/1076.74	c      1077          13290         786        20        1036.0000        1017.3056      1.84%
21434.38/1081.83	c      1082          13378         794        20        1036.0000        1017.3208      1.84%
21533.46/1086.88	c      1087          13469         813        20        1036.0000        1017.3875      1.83%
21634.64/1091.93	c      1092          13544         820        20        1036.0000        1017.3973      1.83%
21733.70/1097.00	c      1097          13638         830        20        1036.0000        1017.4178      1.83%
21832.82/1102.05	c      1102          13695         839        20        1036.0000        1017.4391      1.82%
21934.94/1107.10	c      1107          13813         845        20        1036.0000        1017.4391      1.82%
22034.08/1112.12	c      1112          13975         843        20        1036.0000        1017.4391      1.82%
22134.84/1117.19	c      1117          13982         846        20        1036.0000        1017.4391      1.82%
22235.06/1122.21	c      1122          14054         860        20        1036.0000        1017.4704      1.82%
22336.16/1127.31	c      1127          14178         868        20        1036.0000        1017.4788      1.82%
22435.29/1132.35	c      1132          14239         873        20        1036.0000        1017.4820      1.82%
22536.39/1137.42	c      1137          14325         871        20        1036.0000        1017.4888      1.82%
22635.51/1142.45	c      1142          14359         873        20        1036.0000        1017.4888      1.82%
22736.55/1147.51	c      1148          14441         879        20        1036.0000        1017.5122      1.82%
22835.68/1152.58	c      1153          14529         877        20        1036.0000        1017.5393      1.81%
22936.75/1157.63	c      1158          14599         881        20        1036.0000        1017.5451      1.81%
23035.88/1162.68	c      1163          14720         888        20        1036.0000        1017.5542      1.81%
23137.01/1167.71	c      1168          14808         886        20        1036.0000        1017.5542      1.81%
23236.12/1172.78	c      1173          14919         889        20        1036.0000        1017.5584      1.81%
23337.23/1177.81	c      1178          15044         902        20        1036.0000        1017.5769      1.81%
23436.33/1182.86	c      1183          15110         902        20        1036.0000        1017.5769      1.81%
23535.41/1187.89	c      1188          15147         905        20        1036.0000        1017.5769      1.81%
23636.50/1192.92	c      1193          15147         905        20        1036.0000        1017.5769      1.81%
23735.61/1198.00	c      1198          15147         905        20        1036.0000        1017.5769      1.81%
23837.92/1203.08	c      1203          15145         744        20        1036.0000        1017.5923      1.81%
23936.99/1208.13	c      1208          15207         750        20        1036.0000        1017.5923      1.81%
24037.42/1213.18	c      1213          15323         752        20        1036.0000        1017.5923      1.81%
24137.93/1218.23	c      1218          15391         762        20        1036.0000        1017.6032      1.81%
24236.99/1223.28	c      1223          15477         762        20        1036.0000        1017.6032      1.81%
24336.10/1228.29	c      1228          15529         764        20        1036.0000        1017.6481      1.80%
24437.19/1233.34	c      1233          15588         771        20        1036.0000        1017.6573      1.80%
24538.32/1238.42	c      1238          15648         773        20        1036.0000        1017.6574      1.80%
24639.45/1243.51	c      1244          15804         773        20        1036.0000        1017.6706      1.80%
24738.61/1248.52	c      1249          15857         778        20        1036.0000        1017.6814      1.80%
24837.75/1253.56	c      1254          15912         777        20        1036.0000        1017.6815      1.80%
24938.83/1258.66	c      1259          15942         781        20        1036.0000        1017.6863      1.80%
25039.94/1263.71	c      1264          16038         797        20        1036.0000        1017.7466      1.79%
25139.06/1268.72	c      1269          16102         793        20        1036.0000        1017.7518      1.79%
25238.29/1273.77	c      1274          16152         803        20        1036.0000        1017.7774      1.79%
25339.36/1278.83	c      1279          16193         808        20        1036.0000        1017.7918      1.79%
25440.58/1283.92	c      1284          16211         818        20        1036.0000        1017.7993      1.79%
25539.59/1288.97	c      1289          16302         815        20        1036.0000        1017.8065      1.79%
25638.74/1293.99	c      1294          16372         821        20        1036.0000        1017.8172      1.79%
25737.90/1299.00	c      1299          16467         820        20        1036.0000        1017.8172      1.79%
25837.04/1304.02	c      1304          16529         832        20        1036.0000        1017.8253      1.79%
25936.13/1309.03	c      1309          16615         834        20        1036.0000        1017.8521      1.78%
26038.18/1314.08	c      1314          16704         835        20        1036.0000        1017.8521      1.78%
26137.59/1319.13	c      1319          16819         836        20        1036.0000        1017.8521      1.78%
26236.65/1324.16	c      1324          16901         838        20        1036.0000        1017.8589      1.78%
26338.11/1329.23	c      1329          17002         841        20        1036.0000        1017.9035      1.78%
26437.20/1334.28	c      1334          17087         846        20        1036.0000        1017.9035      1.78%
26536.34/1339.29	c      1339          17143         852        20        1036.0000        1017.9339      1.77%
26637.40/1344.32	c      1344          17194         867        20        1036.0000        1017.9669      1.77%
26736.53/1349.35	c      1349          17289         876        20        1036.0000        1017.9690      1.77%
26835.52/1354.37	c      1354          17362         883        20        1036.0000        1017.9692      1.77%
26938.55/1359.54	c      1360          17472         887        20        1036.0000        1017.9787      1.77%
27037.67/1364.56	c      1365          17489         896        20        1036.0000        1017.9787      1.77%
27138.77/1369.65	c      1370          17608         907        20        1036.0000        1017.9789      1.77%
27237.89/1374.70	c      1375          17722         909        20        1036.0000        1018.0043      1.77%
27338.95/1379.77	c      1380          17827         914        20        1036.0000        1018.0043      1.77%
27440.15/1384.82	c      1385          17880         923        20        1036.0000        1018.0080      1.77%
27539.11/1389.88	c      1390          17515        1053        20        1036.0000        1018.0151      1.77%
27640.01/1394.93	c      1395          17609        1067        20        1036.0000        1018.0527      1.76%
27739.10/1399.94	c      1400          17774        1070        20        1036.0000        1018.0598      1.76%
27838.22/1404.97	c      1405          17925        1075        20        1036.0000        1018.0694      1.76%
27937.25/1410.00	c      1410          17970        1084        20        1036.0000        1018.0789      1.76%
28039.63/1415.15	c      1415          18012        1088        20        1036.0000        1018.0918      1.76%
28140.64/1420.20	c      1420          18124        1096        20        1036.0000        1018.1133      1.76%
28240.47/1425.25	c      1425          18255        1109        20        1036.0000        1018.1318      1.75%
28339.56/1430.30	c      1430          18782         969        20        1036.0000        1018.1557      1.75%
28440.63/1435.36	c      1435          18850         981        20        1036.0000        1018.1594      1.75%
28541.67/1440.41	c      1440          18505        1135        20        1036.0000        1018.1826      1.75%
28640.78/1445.46	c      1445          18615        1151        20        1036.0000        1018.1895      1.75%
28741.80/1450.51	c      1451          19032         991        20        1036.0000        1018.2064      1.75%
28840.91/1455.53	c      1456          19157         996        20        1036.0000        1018.2064      1.75%
28940.04/1460.54	c      1461          19212        1001        20        1036.0000        1018.2093      1.75%
29041.12/1465.66	c      1466          19011        1185        20        1036.0000        1018.2152      1.75%
29142.10/1470.71	c      1471          19135        1191        20        1036.0000        1018.2616      1.74%
29241.20/1475.76	c      1476          19189        1199        20        1036.0000        1018.2691      1.74%
29340.26/1480.78	c      1481          19350        1204        20        1036.0000        1018.2691      1.74%
29441.39/1485.87	c      1486          19405        1219        20        1036.0000        1018.2836      1.74%
29542.39/1490.91	c      1491          19502        1226        20        1036.0000        1018.3202      1.74%
29641.57/1495.97	c      1496          19633        1235        20        1036.0000        1018.3535      1.73%
29740.60/1501.02	c      1501          19705        1227        20        1036.0000        1018.3549      1.73%
29842.90/1506.07	c      1506          19767        1243        20        1036.0000        1018.3697      1.73%
29941.71/1511.12	c      1511          19838        1242        20        1036.0000        1018.3697      1.73%
30043.04/1516.17	c      1516          19897        1253        20        1036.0000        1018.3875      1.73%
30141.93/1521.19	c      1521          20000        1252        20        1036.0000        1018.3875      1.73%
30242.21/1526.21	c      1526          20108        1252        20        1036.0000        1018.3910      1.73%
30343.16/1531.33	c      1531          20151        1261        20        1036.0000        1018.3910      1.73%
30442.19/1536.37	c      1536          20151        1261        20        1036.0000        1018.3910      1.73%
30543.29/1541.44	c      1541          20151        1261        20        1036.0000        1018.3910      1.73%
30642.30/1546.49	c      1546          20151        1261        20        1036.0000        1018.3910      1.73%
30743.43/1551.54	c      1552          20151        1261        20        1036.0000        1018.3910      1.73%
30842.49/1556.59	c      1557          20151        1261        20        1036.0000        1018.3910      1.73%
30943.50/1561.65	c      1562          20151        1261        20        1036.0000        1018.3910      1.73%
31044.63/1566.71	c      1567          20151        1261        20        1036.0000        1018.3910      1.73%
31143.73/1571.77	c      1572          20214        1260        20        1036.0000        1018.3910      1.73%
31242.86/1576.80	c      1577          20324        1258        20        1036.0000        1018.3910      1.73%
31343.97/1581.81	c      1582          21172        1101        20        1036.0000        1018.3960      1.73%
31443.10/1586.88	c      1587          21255        1108        20        1036.0000        1018.3960      1.73%
31544.10/1591.97	c      1592          21310        1111        20        1036.0000        1018.4085      1.73%
31643.16/1597.01	c      1597          20795        1275        20        1036.0000        1018.4627      1.72%
31745.19/1602.09	c      1602          20875        1279        20        1036.0000        1018.4672      1.72%
31844.43/1607.12	c      1607          20965        1291        20        1036.0000        1018.5145      1.72%
31945.74/1612.19	c      1612          21035        1305        20        1036.0000        1018.5359      1.71%
32045.34/1617.22	c      1617          21099        1313        20        1036.0000        1018.5486      1.71%
32144.40/1622.26	c      1622          21243        1313        20        1036.0000        1018.5486      1.71%
32245.45/1627.31	c      1627          21335        1323        20        1036.0000        1018.5761      1.71%
32344.56/1632.34	c      1632          21466        1334        20        1036.0000        1018.5845      1.71%
32445.67/1637.47	c      1637          21593        1341        20        1036.0000        1018.6076      1.71%
32546.75/1642.52	c      1643          21718        1350        20        1036.0000        1018.6186      1.71%
32645.70/1647.57	c      1648          21888        1354        20        1036.0000        1018.6266      1.71%
32746.77/1652.63	c      1653          21966        1352        20        1036.0000        1018.6266      1.71%
32845.91/1657.68	c      1658          22032        1360        20        1036.0000        1018.6318      1.71%
32947.02/1662.73	c      1663          22202        1364        20        1036.0000        1018.6391      1.70%
33046.16/1667.75	c      1668          22325        1363        20        1036.0000        1018.6471      1.70%
33147.27/1672.83	c      1673          22505        1369        20        1036.0000        1018.6471      1.70%
33246.42/1677.88	c      1678          22655        1373        20        1036.0000        1018.6513      1.70%
33347.52/1682.92	c      1683          22761        1377        20        1036.0000        1018.6513      1.70%
33446.60/1687.97	c      1688          22868        1378        20        1036.0000        1018.6513      1.70%
33545.63/1693.03	c      1693          22951        1381        20        1036.0000        1018.6513      1.70%
33647.81/1698.08	c      1698          23036        1388        20        1036.0000        1018.6714      1.70%
33746.73/1703.14	c      1703          23086        1388        20        1036.0000        1018.6714      1.70%
33848.09/1708.20	c      1708          23217        1393        20        1036.0000        1018.6724      1.70%
33947.99/1713.21	c      1713          23375        1397        20        1036.0000        1018.6878      1.70%
34049.04/1718.31	c      1718          23475        1413        20        1036.0000        1018.7031      1.70%
34148.02/1723.36	c      1723          23618        1424        20        1036.0000        1018.7320      1.70%
34249.14/1728.40	c      1728          23745        1435        20        1036.0000        1018.7483      1.69%
34348.25/1733.41	c      1733          23881        1439        20        1036.0000        1018.7527      1.69%
34449.34/1738.51	c      1739          24034        1436        20        1036.0000        1018.7527      1.69%
34548.38/1743.56	c      1744          24148        1446        20        1036.0000        1018.7768      1.69%
34649.37/1748.63	c      1749          24276        1456        20        1036.0000        1018.7842      1.69%
34748.45/1753.65	c      1754          24427        1463        20        1036.0000        1018.8041      1.69%
34849.54/1758.73	c      1759          24535        1469        20        1036.0000        1018.8270      1.69%
34948.64/1763.78	c      1764          24585        1473        20        1036.0000        1018.8380      1.68%
35047.76/1768.79	c      1769          24663        1487        20        1036.0000        1018.8429      1.68%
35148.82/1773.86	c      1774          24663        1487        20        1036.0000        1018.8429      1.68%
35249.93/1778.90	c      1779          24663        1487        20        1036.0000        1018.8429      1.68%
35349.05/1783.99	c      1784          24663        1487        20        1036.0000        1018.8429      1.68%
35448.15/1789.04	c      1789          24663        1487        20        1036.0000        1018.8429      1.68%
35550.15/1794.09	c      1794          24663        1487        20        1036.0000        1018.8429      1.68%
35649.62/1799.14	c      1799          24663        1487        20        1036.0000        1018.8429      1.68%
35750.57/1804.19	c      1804          24663        1487        20        1036.0000        1018.8429      1.68%
35850.04/1809.20	c      1809          24784        1496        20        1036.0000        1018.8532      1.68%
35949.49/1814.28	c      1814          24915        1509        20        1036.0000        1018.8963      1.68%
36050.53/1819.34	c      1819          24990        1514        20        1036.0000        1018.8963      1.68%
36151.55/1824.41	c      1824          25161        1519        20        1036.0000        1018.9061      1.68%
36250.69/1829.45	c      1829          25325        1519        20        1036.0000        1018.9250      1.68%
36349.73/1834.46	c      1834          25423        1535        20        1036.0000        1018.9650      1.67%
36450.86/1839.55	c      1840          25565        1537        20        1036.0000        1019.0031      1.67%
36551.98/1844.60	c      1845          25655        1559        20        1036.0000        1019.0333      1.66%
36651.12/1849.65	c      1850          25755        1567        20        1036.0000        1019.0408      1.66%
36752.26/1854.71	c      1855          25794        1574        20        1036.0000        1019.0408      1.66%
36851.41/1859.74	c      1860          25985        1573        20        1036.0000        1019.0448      1.66%
36950.49/1864.77	c      1865          26099        1579        20        1036.0000        1019.0500      1.66%
37051.55/1869.88	c      1870          26258        1588        20        1036.0000        1019.0516      1.66%
37152.69/1874.92	c      1875          26415        1591        20        1036.0000        1019.0887      1.66%
37251.75/1879.96	c      1880          26469        1601        20        1036.0000        1019.0976      1.66%
37350.92/1885.01	c      1885          26550        1610        20        1036.0000        1019.1141      1.66%
37452.87/1890.06	c      1890          26700        1616        20        1036.0000        1019.1198      1.66%
37551.82/1895.11	c      1895          26817        1621        20        1036.0000        1019.1629      1.65%
37652.77/1900.17	c      1900          26906        1620        20        1036.0000        1019.1629      1.65%
37751.77/1905.19	c      1905          27009        1625        20        1036.0000        1019.1638      1.65%
37852.07/1910.27	c      1910          27082        1634        20        1036.0000        1019.2021      1.65%
37953.01/1915.33	c      1915          27165        1633        20        1036.0000        1019.2113      1.65%
38051.97/1920.34	c      1920          27198        1644        20        1036.0000        1019.2137      1.65%
38153.03/1925.41	c      1925          27303        1647        20        1036.0000        1019.2154      1.65%
38252.05/1930.45	c      1930          27415        1645        20        1036.0000        1019.2160      1.65%
38351.19/1935.49	c      1935          27445        1659        20        1036.0000        1019.2244      1.65%
38452.12/1940.56	c      1941          27478        1666        20        1036.0000        1019.2285      1.65%
38553.22/1945.61	c      1946          27514        1670        20        1036.0000        1019.2285      1.65%
38651.91/1950.68	c      1951          27657        1669        20        1036.0000        1019.2366      1.64%
38753.00/1955.72	c      1956          27725        1677        20        1036.0000        1019.2430      1.64%
38852.10/1960.77	c      1961          27827        1685        20        1036.0000        1019.2430      1.64%
38951.25/1965.79	c      1966          27955        1683        20        1036.0000        1019.2447      1.64%
39052.27/1970.87	c      1971          28036        1690        20        1036.0000        1019.2447      1.64%
39153.37/1975.91	c      1976          28141        1695        20        1036.0000        1019.2500      1.64%
39252.38/1980.97	c      1981          28228        1708        20        1036.0000        1019.2584      1.64%
39351.45/1985.99	c      1986          28385        1707        20        1036.0000        1019.2584      1.64%
39453.73/1991.09	c      1991          28535        1705        20        1036.0000        1019.2606      1.64%
39553.04/1996.12	c      1996          28635        1713        20        1036.0000        1019.2799      1.64%
39653.70/2001.17	c      2001          28748        1722        20        1036.0000        1019.2860      1.64%
39753.85/2006.22	c      2006          28852        1732        20        1036.0000        1019.2942      1.64%
39852.85/2011.27	c      2011          28948        1730        20        1036.0000        1019.2942      1.64%
39954.00/2016.31	c      2016          29045        1747        20        1036.0000        1019.3464      1.63%
40053.07/2021.35	c      2021          29125        1759        20        1036.0000        1019.3464      1.63%
40154.17/2026.43	c      2026          29285        1757        20        1036.0000        1019.3467      1.63%
40253.24/2031.48	c      2031          29420        1772        20        1036.0000        1019.3467      1.63%
40354.34/2036.54	c      2037          29459        1777        20        1036.0000        1019.3792      1.63%
40453.40/2041.55	c      2042          29555        1787        20        1036.0000        1019.4037      1.63%
40554.48/2046.60	c      2047          29650        1794        20        1036.0000        1019.4058      1.63%
40653.46/2051.67	c      2052          29795        1793        20        1036.0000        1019.4188      1.63%
40754.34/2056.72	c      2057          29918        1802        20        1036.0000        1019.4224      1.63%
40853.26/2061.78	c      2062          30075        1807        20        1036.0000        1019.4242      1.63%
40952.34/2066.80	c      2067          30191        1815        20        1036.0000        1019.4441      1.62%
41053.27/2071.88	c      2072          30308        1826        20        1036.0000        1019.4550      1.62%
41154.38/2076.93	c      2077          30377        1823        20        1036.0000        1019.4550      1.62%
41253.22/2081.98	c      2082          30514        1828        20        1036.0000        1019.4555      1.62%
41352.29/2087.02	c      2087          30584        1834        20        1036.0000        1019.4565      1.62%
41451.33/2092.03	c      2092          30771        1837        20        1036.0000        1019.4565      1.62%
41553.35/2097.09	c      2097          30895        1847        20        1036.0000        1019.4647      1.62%
41652.97/2102.12	c      2102          30946        1856        20        1036.0000        1019.4726      1.62%
41754.62/2107.26	c      2107          31107        1865        20        1036.0000        1019.5032      1.62%
41853.70/2112.29	c      2112          31270        1874        20        1036.0000        1019.5034      1.62%
41954.84/2117.37	c      2117          31416        1874        20        1036.0000        1019.5034      1.62%
42055.91/2122.43	c      2122          31593        1877        20        1036.0000        1019.5042      1.62%
42155.02/2127.45	c      2127          31723        1883        20        1036.0000        1019.5069      1.62%
42255.93/2132.52	c      2133          31875        1889        20        1036.0000        1019.5179      1.62%
42355.01/2137.54	c      2138          31977        1899        20        1036.0000        1019.5204      1.62%
42454.16/2142.56	c      2143          32097        1911        20        1036.0000        1019.5283      1.62%
42555.25/2147.62	c      2148          32275        1909        20        1036.0000        1019.5315      1.62%
42656.35/2152.73	c      2153          32390        1918        20        1036.0000        1019.5567      1.61%
42755.49/2157.74	c      2158          32552        1918        20        1036.0000        1019.5567      1.61%
42854.63/2162.75	c      2163          32667        1927        20        1036.0000        1019.5639      1.61%
42955.94/2167.82	c      2168          32767        1939        20        1036.0000        1019.5667      1.61%
43056.77/2172.92	c      2173          32819        1945        20        1036.0000        1019.5791      1.61%
43155.91/2177.94	c      2178          32836        1948        20        1036.0000        1019.5791      1.61%
43255.02/2183.03	c      2183          32836        1948        20        1036.0000        1019.5791      1.61%
43357.20/2188.08	c      2188          32836        1948        20        1036.0000        1019.5791      1.61%
43455.91/2193.12	c      2193          32836        1948        20        1036.0000        1019.5791      1.61%
43555.48/2198.13	c      2198          32836        1948        20        1036.0000        1019.5791      1.61%
43657.47/2203.23	c      2203          32836        1948        20        1036.0000        1019.5791      1.61%
43756.62/2208.26	c      2208          32836        1948        20        1036.0000        1019.5791      1.61%
43855.75/2213.29	c      2213          32836        1948        20        1036.0000        1019.5791      1.61%
43956.90/2218.38	c      2218          32836        1948        20        1036.0000        1019.5791      1.61%
44058.00/2223.44	c      2223          32836        1948        20        1036.0000        1019.5791      1.61%
44159.12/2228.51	c      2229          32836        1948        20        1036.0000        1019.5791      1.61%
44258.22/2233.56	c      2234          32869        1961        20        1036.0000        1019.5930      1.61%
44359.22/2238.61	c      2239          31602        1733        20        1036.0000        1019.5953      1.61%
44458.30/2243.63	c      2244          33105        1971        20        1036.0000        1019.6148      1.61%
44559.31/2248.72	c      2249          33174        1984        20        1036.0000        1019.6195      1.61%
44658.21/2253.74	c      2254          33283        1999        20        1036.0000        1019.6628      1.60%
44757.32/2258.75	c      2259          33387        2003        20        1036.0000        1019.6693      1.60%
44858.36/2263.88	c      2264          33515        2013        20        1036.0000        1019.6735      1.60%
44959.48/2268.92	c      2269          33695        2009        20        1036.0000        1019.6735      1.60%
45058.60/2273.99	c      2274          33857        2015        20        1036.0000        1019.6735      1.60%
45157.74/2279.04	c      2279          33998        2024        20        1036.0000        1019.6978      1.60%
45259.91/2284.08	c      2284          34104        2030        20        1036.0000        1019.7008      1.60%
45358.80/2289.09	c      2289          34230        2036        20        1036.0000        1019.7081      1.60%
45458.14/2294.10	c      2294          34338        2040        20        1036.0000        1019.7422      1.59%
45559.98/2299.24	c      2299          34395        2037        20        1036.0000        1019.7494      1.59%
45659.08/2304.29	c      2304          34424        2042        20        1036.0000        1019.7494      1.59%
45760.13/2309.34	c      2309          34505        2041        20        1036.0000        1019.7494      1.59%
45859.02/2314.39	c      2314          34566        2044        20        1036.0000        1019.7494      1.59%
45960.28/2319.44	c      2319          34665        2053        20        1036.0000        1019.7594      1.59%
46059.14/2324.47	c      2324          34745        2063        20        1036.0000        1019.7655      1.59%
46160.34/2329.54	c      2330          34825        2071        20        1036.0000        1019.7756      1.59%
46259.34/2334.59	c      2335          34905        2079        20        1036.0000        1019.7798      1.59%
46360.42/2339.64	c      2340          34975        2093        20        1036.0000        1019.7833      1.59%
46459.61/2344.66	c      2345          35090        2104        20        1036.0000        1019.7833      1.59%
46560.69/2349.72	c      2350          35165        2111        20        1036.0000        1019.8010      1.59%
46659.83/2354.80	c      2355          35265        2125        20        1036.0000        1019.8084      1.59%
46760.97/2359.85	c      2360          35321        2135        20        1036.0000        1019.8138      1.59%
46860.14/2364.86	c      2365          35434        2140        20        1036.0000        1019.8318      1.59%
46961.20/2369.92	c      2370          35523        2147        20        1036.0000        1019.8318      1.59%
47060.33/2375.00	c      2375          35615        2149        20        1036.0000        1019.8428      1.58%
47159.50/2380.01	c      2380          33386        1879        20        1036.0000        1019.8598      1.58%
47258.75/2385.02	c      2385          33461        1876        20        1036.0000        1019.8598      1.58%
47361.01/2390.09	c      2390          33512        1881        20        1036.0000        1019.8649      1.58%
47460.22/2395.13	c      2395          33582        1881        20        1036.0000        1019.8683      1.58%
47562.03/2400.24	c      2400          33586        1885        20        1036.0000        1019.8683      1.58%
47661.19/2405.25	c      2405          33692        1889        20        1036.0000        1019.8802      1.58%
47760.29/2410.28	c      2410          33732        1893        20        1036.0000        1019.8849      1.58%
47861.43/2415.34	c      2415          33802        1903        20        1036.0000        1019.8978      1.58%
47960.68/2420.35	c      2420          36575        2221        20        1036.0000        1019.9137      1.58%
48059.79/2425.39	c      2425          33882        1913        20        1036.0000        1019.9238      1.58%
48160.71/2430.41	c      2430          36785        2233        20        1036.0000        1019.9316      1.58%
48261.89/2435.54	c      2436          36865        2245        20        1036.0000        1019.9472      1.57%
48363.04/2440.69	c      2441          36949        2253        20        1036.0000        1019.9472      1.57%
48464.23/2445.74	c      2446          37075        2261        20        1036.0000        1019.9617      1.57%
48563.35/2450.75	c      2451          37187        2273        20        1036.0000        1019.9638      1.57%
48662.46/2455.77	c      2456          37252        2274        20        1036.0000        1019.9670      1.57%
48763.61/2460.81	c      2461          37362        2278        20        1036.0000        1019.9705      1.57%
48862.73/2465.87	c      2466          37471        2289        20        1036.0000        1019.9853      1.57%
48963.76/2470.98	c      2471          37569        2295        20        1036.0000        1019.9907      1.57%
49062.81/2476.02	c      2476          37689        2303        20        1036.0000        1019.9911      1.57%
49164.84/2481.10	c      2481          37800        2304        20        1036.0000        1019.9919      1.57%
49264.10/2486.14	c      2486          37943        2309        20        1036.0000        1020.0047      1.57%
49365.93/2491.21	c      2491          38035        2313        20        1036.0000        1020.0149      1.57%
49465.04/2496.27	c      2496          38103        2323        20        1036.0000        1020.0149      1.57%
49566.15/2501.32	c      2501          38183        2329        20        1036.0000        1020.0219      1.57%
49665.27/2506.37	c      2506          38269        2333        20        1036.0000        1020.0312      1.57%
49766.36/2511.42	c      2511          38285        2333        20        1036.0000        1020.0332      1.57%
49865.49/2516.47	c      2516          38322        2342        20        1036.0000        1020.0369      1.56%
49964.60/2521.49	c      2521          38385        2343        20        1036.0000        1020.0477      1.56%
50065.75/2526.57	c      2527          38410        2348        20        1036.0000        1020.0477      1.56%
50166.98/2531.63	c      2532          38486        2352        20        1036.0000        1020.0577      1.56%
50266.00/2536.68	c      2537          38544        2370        20        1036.0000        1020.0753      1.56%
50365.15/2541.69	c      2542          38615        2377        20        1036.0000        1020.0839      1.56%
50466.30/2546.78	c      2547          38679        2387        20        1036.0000        1020.0869      1.56%
50567.23/2551.83	c      2552          38740        2384        20        1036.0000        1020.0869      1.56%
50666.36/2556.88	c      2557          38839        2387        20        1036.0000        1020.0909      1.56%
50767.43/2561.93	c      2562          38969        2385        20        1036.0000        1020.0909      1.56%
50866.56/2566.95	c      2567          39121        2383        20        1036.0000        1020.0909      1.56%
50965.67/2572.02	c      2572          39264        2386        20        1036.0000        1020.0909      1.56%
51064.78/2577.03	c      2577          39335        2393        20        1036.0000        1020.1017      1.56%
51166.94/2582.09	c      2582          39415        2405        20        1036.0000        1020.1093      1.56%
51268.14/2587.19	c      2587          39470        2408        20        1036.0000        1020.1093      1.56%
51368.02/2592.24	c      2592          39552        2410        20        1036.0000        1020.1250      1.56%
51467.12/2597.29	c      2597          39659        2411        20        1036.0000        1020.1250      1.56%
51568.23/2602.34	c      2602          39764        2414        20        1036.0000        1020.1250      1.56%
51667.30/2607.39	c      2607          39885        2419        20        1036.0000        1020.1283      1.56%
51768.26/2612.44	c      2612          39988        2430        20        1036.0000        1020.1368      1.56%
51867.33/2617.49	c      2617          40049        2437        20        1036.0000        1020.1382      1.55%
51968.42/2622.54	c      2623          40185        2439        20        1036.0000        1020.1382      1.55%
52067.56/2627.59	c      2628          40305        2449        20        1036.0000        1020.1471      1.55%
52168.60/2632.61	c      2633          40436        2458        20        1036.0000        1020.1488      1.55%
52267.70/2637.62	c      2638          40555        2465        20        1036.0000        1020.1567      1.55%
52368.72/2642.75	c      2643          40673        2471        20        1036.0000        1020.1567      1.55%
52467.78/2647.80	c      2648          40776        2484        20        1036.0000        1020.1682      1.55%
52568.83/2652.85	c      2653          40918        2488        20        1036.0000        1020.1835      1.55%
52667.70/2657.90	c      2658          41035        2489        20        1036.0000        1020.1854      1.55%
52768.76/2662.95	c      2663          41196        2490        20        1036.0000        1020.1854      1.55%
52867.71/2668.00	c      2668          41311        2503        20        1036.0000        1020.1965      1.55%
52966.52/2673.02	c      2673          41385        2507        20        1036.0000        1020.1987      1.55%
53065.71/2678.06	c      2678          41460        2522        20        1036.0000        1020.2102      1.55%
53167.73/2683.15	c      2683          41573        2531        20        1036.0000        1020.2150      1.55%
53269.12/2688.20	c      2688          41715        2537        20        1036.0000        1020.2172      1.55%
53369.03/2693.24	c      2693          41836        2546        20        1036.0000        1020.2190      1.55%
53468.13/2698.30	c      2698          42016        2548        20        1036.0000        1020.2190      1.55%
53569.26/2703.35	c      2703          42153        2555        20        1036.0000        1020.2242      1.55%
53668.29/2708.40	c      2708          42235        2557        20        1036.0000        1020.2270      1.55%
53769.48/2713.45	c      2713          42375        2561        20        1036.0000        1020.2303      1.55%
53868.45/2718.50	c      2718          42495        2575        20        1036.0000        1020.2405      1.54%
53969.58/2723.51	c      2724          42570        2578        20        1036.0000        1020.2405      1.54%
54068.72/2728.60	c      2729          42719        2589        20        1036.0000        1020.2486      1.54%
54169.70/2733.65	c      2734          42808        2594        20        1036.0000        1020.2495      1.54%
54268.81/2738.70	c      2739          42892        2598        20        1036.0000        1020.2495      1.54%
54369.88/2743.76	c      2744          43039        2597        20        1036.0000        1020.2495      1.54%
54471.02/2748.81	c      2749          43171        2593        20        1036.0000        1020.2495      1.54%
54570.18/2753.86	c      2754          43312        2588        20        1036.0000        1020.2495      1.54%
54671.28/2758.91	c      2759          43448        2592        20        1036.0000        1020.2515      1.54%
54770.42/2763.96	c      2764          43465        2595        20        1036.0000        1020.2520      1.54%
54869.58/2768.99	c      2769          43535        2603        20        1036.0000        1020.2529      1.54%
54968.69/2774.06	c      2774          43635        2613        20        1036.0000        1020.2617      1.54%
55070.88/2779.07	c      2779          43726        2618        20        1036.0000        1020.2617      1.54%
55169.77/2784.10	c      2784          43889        2621        20        1036.0000        1020.2707      1.54%
55269.03/2789.14	c      2789          43993        2629        20        1036.0000        1020.2846      1.54%
55370.86/2794.27	c      2794          44125        2641        20        1036.0000        1020.3164      1.54%
55469.98/2799.29	c      2799          44205        2659        20        1036.0000        1020.3369      1.54%
55570.98/2804.37	c      2804          44289        2671        20        1036.0000        1020.3386      1.53%
55672.01/2809.42	c      2809          44404        2674        20        1036.0000        1020.3457      1.53%
55771.08/2814.47	c      2814          44470        2678        20        1036.0000        1020.3487      1.53%
55872.05/2819.54	c      2820          44605        2681        20        1036.0000        1020.3563      1.53%
55971.16/2824.58	c      2825          44701        2693        20        1036.0000        1020.3602      1.53%
56072.26/2829.64	c      2830          44755        2697        20        1036.0000        1020.3645      1.53%
56171.36/2834.69	c      2835          44877        2703        20        1036.0000        1020.3645      1.53%
56272.48/2839.75	c      2840          45045        2701        20        1036.0000        1020.3702      1.53%
56371.61/2844.80	c      2845          45175        2717        20        1036.0000        1020.3715      1.53%
56472.62/2849.86	c      2850          45275        2723        20        1036.0000        1020.3751      1.53%
56573.72/2854.91	c      2855          45388        2726        20        1036.0000        1020.3837      1.53%
56672.85/2859.96	c      2860          45515        2731        20        1036.0000        1020.3913      1.53%
56771.99/2865.01	c      2865          45655        2735        20        1036.0000        1020.3958      1.53%
56871.09/2870.06	c      2870          45795        2745        20        1036.0000        1020.3958      1.53%
56973.43/2875.09	c      2875          45955        2749        20        1036.0000        1020.4128      1.53%
57072.35/2880.10	c      2880          46098        2758        20        1036.0000        1020.4128      1.53%
57174.37/2885.21	c      2885          46225        2759        20        1036.0000        1020.4216      1.53%
57273.41/2890.23	c      2890          46331        2769        20        1036.0000        1020.4320      1.53%
57374.40/2895.31	c      2895          46469        2777        20        1036.0000        1020.4340      1.53%
57473.52/2900.36	c      2900          46593        2781        20        1036.0000        1020.4405      1.52%
57574.60/2905.42	c      2905          46705        2787        20        1036.0000        1020.4502      1.52%
57673.62/2910.47	c      2910          46755        2797        20        1036.0000        1020.4509      1.52%
57774.73/2915.50	c      2916          46888        2802        20        1036.0000        1020.4569      1.52%
57873.87/2920.57	c      2921          46975        2815        20        1036.0000        1020.4689      1.52%
57975.00/2925.61	c      2926          47117        2829        20        1036.0000        1020.4731      1.52%
58074.03/2930.66	c      2931          47245        2825        20        1036.0000        1020.4731      1.52%
58175.02/2935.72	c      2936          47391        2833        20        1036.0000        1020.4739      1.52%
58273.95/2940.77	c      2941          47462        2848        20        1036.0000        1020.4808      1.52%
58375.09/2945.80	c      2946          47577        2865        20        1036.0000        1020.4904      1.52%
58474.23/2950.87	c      2951          47705        2867        20        1036.0000        1020.4945      1.52%
58575.32/2955.92	c      2956          47792        2872        20        1036.0000        1020.4945      1.52%
58674.34/2960.94	c      2961          47933        2875        20        1036.0000        1020.4975      1.52%
58773.44/2966.00	c      2966          48053        2887        20        1036.0000        1020.5042      1.52%
58875.38/2971.07	c      2971          48145        2887        20        1036.0000        1020.5054      1.52%
58974.68/2976.12	c      2976          48215        2891        20        1036.0000        1020.5149      1.52%
59073.53/2981.13	c      2981          48301        2899        20        1036.0000        1020.5155      1.52%
59173.05/2986.15	c      2986          48315        2899        20        1036.0000        1020.5200      1.52%
59274.72/2991.23	c      2991          48447        2899        20        1036.0000        1020.5200      1.52%
59373.82/2996.26	c      2996          48583        2901        20        1036.0000        1020.5210      1.52%
59475.01/3001.37	c      3001          48704        2908        20        1036.0000        1020.5210      1.52%
59576.14/3006.43	c      3006          48842        2906        20        1036.0000        1020.5210      1.52%
59675.22/3011.48	c      3011          48985        2905        20        1036.0000        1020.5283      1.52%
59776.41/3016.53	c      3017          49077        2905        20        1036.0000        1020.5283      1.52%
59875.63/3021.58	c      3022          49215        2915        20        1036.0000        1020.5319      1.52%
59976.77/3026.60	c      3027          49265        2919        20        1036.0000        1020.5327      1.52%
60075.95/3031.67	c      3032          49371        2927        20        1036.0000        1020.5478      1.51%
60176.77/3036.73	c      3037          49515        2925        20        1036.0000        1020.5538      1.51%
60275.88/3041.78	c      3042          49665        2933        20        1036.0000        1020.5555      1.51%
60377.05/3046.83	c      3047          49755        2941        20        1036.0000        1020.5569      1.51%
60476.19/3051.88	c      3052          49830        2954        20        1036.0000        1020.5659      1.51%
60577.35/3056.92	c      3057          49954        2960        20        1036.0000        1020.5744      1.51%
60676.51/3061.98	c      3062          50015        2955        20        1036.0000        1020.5764      1.51%
60775.70/3067.02	c      3067          50040        2958        20        1036.0000        1020.5764      1.51%
60877.86/3072.08	c      3072          50110        2962        20        1036.0000        1020.5777      1.51%
60977.05/3077.13	c      3077          50218        2974        20        1036.0000        1020.5787      1.51%
61077.90/3082.18	c      3082          50324        2978        20        1036.0000        1020.5789      1.51%
61178.22/3087.23	c      3087          50430        2990        20        1036.0000        1020.5884      1.51%
61277.26/3092.24	c      3092          50542        2992        20        1036.0000        1020.5922      1.51%
61376.42/3097.28	c      3097          50655        2993        20        1036.0000        1020.6002      1.51%
61477.58/3102.33	c      3102          50755        3007        20        1036.0000        1020.6083      1.51%
61576.78/3107.39	c      3107          50853        3015        20        1036.0000        1020.6083      1.51%
61675.96/3112.40	c      3112          50995        3017        20        1036.0000        1020.6092      1.51%
61777.07/3117.45	c      3117          51112        3014        20        1036.0000        1020.6092      1.51%
61876.10/3122.49	c      3122          51162        3020        20        1036.0000        1020.6107      1.51%
61977.19/3127.50	c      3128          44667        2484        20        1036.0000        1020.6145      1.51%
62078.32/3132.66	c      3133          44722        2487        20        1036.0000        1020.6250      1.51%
62179.44/3137.73	c      3138          44767        2494        20        1036.0000        1020.6318      1.51%
62278.57/3142.77	c      3143          44882        2493        20        1036.0000        1020.6410      1.50%
62379.67/3147.83	c      3148          44884        2495        20        1036.0000        1020.6410      1.50%
62478.59/3152.88	c      3153          44927        2504        20        1036.0000        1020.6458      1.50%
62579.70/3157.92	c      3158          45038        2509        20        1036.0000        1020.6502      1.50%
62678.78/3162.97	c      3163          45147        2514        20        1036.0000        1020.6850      1.50%
62777.91/3168.03	c      3168          45243        2520        20        1036.0000        1020.6922      1.50%
62879.94/3173.09	c      3173          45293        2524        20        1036.0000        1020.6932      1.50%
62978.96/3178.14	c      3178          45373        2526        20        1036.0000        1020.7017      1.50%
63078.26/3183.16	c      3183          45492        2529        20        1036.0000        1020.7051      1.50%
63179.20/3188.19	c      3188          45612        2533        20        1036.0000        1020.7051      1.50%
63279.32/3193.22	c      3193          45650        2541        20        1036.0000        1020.7086      1.50%
63378.34/3198.25	c      3198          45752        2545        20        1036.0000        1020.7224      1.50%
63479.36/3203.40	c      3203          45845        2556        20        1036.0000        1020.7250      1.50%
63580.45/3208.45	c      3208          45984        2557        20        1036.0000        1020.7250      1.50%
63679.28/3213.50	c      3214          46029        2560        20        1036.0000        1020.7354      1.50%
63780.33/3218.52	c      3219          46110        2573        20        1036.0000        1020.7354      1.50%
63879.51/3223.60	c      3224          46135        2576        20        1036.0000        1020.7354      1.50%
63980.50/3228.65	c      3229          46194        2581        20        1036.0000        1020.7587      1.49%
64079.60/3233.69	c      3234          46309        2580        20        1036.0000        1020.7587      1.49%
64180.70/3238.75	c      3239          46384        2587        20        1036.0000        1020.7620      1.49%
64279.74/3243.80	c      3244          46412        2589        20        1036.0000        1020.7651      1.49%
64380.79/3248.82	c      3249          46497        2590        20        1036.0000        1020.7651      1.49%
64479.82/3253.90	c      3254          46541        2596        20        1036.0000        1020.7693      1.49%
64580.83/3258.93	c      3259          46587        2598        20        1036.0000        1020.7852      1.49%
64679.96/3263.98	c      3264          46692        2605        20        1036.0000        1020.7904      1.49%
64779.01/3269.05	c      3269          46754        2615        20        1036.0000        1020.8057      1.49%
64881.25/3274.07	c      3274          46858        2617        20        1036.0000        1020.8092      1.49%
64980.13/3279.15	c      3279          46968        2621        20        1036.0000        1020.8092      1.49%
65081.14/3284.18	c      3284          47031        2626        20        1036.0000        1020.8174      1.49%
65181.09/3289.25	c      3289          47060        2631        20        1036.0000        1020.8233      1.49%
65280.17/3294.30	c      3294          47144        2629        20        1036.0000        1020.8233      1.49%
65381.22/3299.33	c      3299          47236        2633        20        1036.0000        1020.8233      1.49%
65480.31/3304.37	c      3304          47334        2635        20        1036.0000        1020.8242      1.49%
65581.42/3309.40	c      3309          47402        2641        20        1036.0000        1020.8385      1.49%
65680.52/3314.50	c      3314          47478        2655        20        1036.0000        1020.8425      1.48%
65781.57/3319.51	c      3320          47541        2664        20        1036.0000        1020.8482      1.48%
65880.70/3324.52	c      3325          47606        2661        20        1036.0000        1020.8482      1.48%
65979.73/3329.58	c      3330          47728        2667        20        1036.0000        1020.8603      1.48%
66080.76/3334.60	c      3335          47824        2669        20        1036.0000        1020.8635      1.48%
66179.85/3339.64	c      3340          47932        2663        20        1036.0000        1020.8635      1.48%
66280.92/3344.73	c      3345          48038        2669        20        1036.0000        1020.8749      1.48%
66380.01/3349.74	c      3350          48107        2678        20        1036.0000        1020.8899      1.48%
66479.12/3354.76	c      3355          48152        2687        20        1036.0000        1020.9044      1.48%
66580.17/3359.85	c      3360          48179        2694        20        1036.0000        1020.9044      1.48%
66681.23/3365.00	c      3365          48277        2696        20        1036.0000        1020.9069      1.48%
66783.05/3370.05	c      3370          48346        2707        20        1036.0000        1020.9109      1.48%
66882.23/3375.06	c      3375          48373        2708        20        1036.0000        1020.9206      1.48%
66981.11/3380.11	c      3380          48436        2713        20        1036.0000        1020.9206      1.48%
67080.17/3385.13	c      3385          48459        2714        20        1036.0000        1020.9206      1.48%
67179.14/3390.14	c      3390          48563        2716        20        1036.0000        1020.9206      1.48%
67280.09/3395.15	c      3395          48662        2721        20        1036.0000        1020.9222      1.48%
67380.24/3400.21	c      3400          48755        2722        20        1036.0000        1020.9310      1.48%
67481.24/3405.40	c      3405          48827        2726        20        1036.0000        1020.9310      1.48%
67582.22/3410.45	c      3410          48894        2723        20        1036.0000        1020.9310      1.48%
67681.30/3415.50	c      3416          49032        2717        20        1036.0000        1020.9318      1.48%
67782.44/3420.51	c      3421          49107        2724        20        1036.0000        1020.9318      1.48%
67881.50/3425.60	c      3426          49188        2729        20        1036.0000        1020.9405      1.48%
67982.61/3430.65	c      3431          49254        2737        20        1036.0000        1020.9628      1.47%
68081.73/3435.70	c      3436          49342        2745        20        1036.0000        1020.9647      1.47%
68182.80/3440.76	c      3441          49422        2749        20        1036.0000        1020.9728      1.47%
68281.91/3445.79	c      3446          49457        2764        20        1036.0000        1020.9917      1.47%
68382.87/3450.81	c      3451          49523        2772        20        1036.0000        1021.0011      1.47%
68481.88/3455.83	c      3456          49660        2767        20        1036.0000        1021.0011      1.47%
68580.97/3460.87	c      3461          49677        2772        20        1036.0000        1021.0115      1.47%
68682.06/3466.02	c      3466          49744        2773        20        1036.0000        1021.0151      1.47%
68784.28/3471.08	c      3471          49803        2776        20        1036.0000        1021.0151      1.47%
68883.61/3476.13	c      3476          49897        2776        20        1036.0000        1021.0255      1.47%
68984.20/3481.18	c      3481          49988        2787        20        1036.0000        1021.0268      1.47%
69084.39/3486.23	c      3486          50066        2789        20        1036.0000        1021.0330      1.47%
69183.50/3491.25	c      3491          50162        2787        20        1036.0000        1021.0499      1.46%
69284.59/3496.34	c      3496          50192        2801        20        1036.0000        1021.0536      1.46%
69383.76/3501.39	c      3501          50252        2807        20        1036.0000        1021.0624      1.46%
69484.66/3506.44	c      3506          50316        2813        20        1036.0000        1021.0624      1.46%
69583.52/3511.49	c      3511          50432        2807        20        1036.0000        1021.0742      1.46%
69684.66/3516.51	c      3517          50494        2813        20        1036.0000        1021.0891      1.46%
69783.77/3521.56	c      3522          50551        2818        20        1036.0000        1021.0910      1.46%
69884.71/3526.64	c      3527          50646        2821        20        1036.0000        1021.0910      1.46%
69983.80/3531.66	c      3532          50704        2825        20        1036.0000        1021.1131      1.46%
70082.90/3536.67	c      3537          50823        2830        20        1036.0000        1021.1131      1.46%
70183.91/3541.80	c      3542          50918        2837        20        1036.0000        1021.1131      1.46%
70285.02/3546.85	c      3547          51012        2837        20        1036.0000        1021.1239      1.46%
70384.11/3551.90	c      3552          51102        2839        20        1036.0000        1021.1254      1.46%
70485.09/3556.94	c      3557          51168        2847        20        1036.0000        1021.1254      1.46%
70584.09/3561.95	c      3562          51212        2849        20        1036.0000        1021.1254      1.46%
70683.16/3567.05	c      3567          51272        2853        20        1036.0000        1021.1296      1.46%
70785.10/3572.10	c      3572          51346        2855        20        1036.0000        1021.1296      1.46%
70884.00/3577.13	c      3577          51448        2863        20        1036.0000        1021.1307      1.46%
70983.43/3582.14	c      3582          51522        2867        20        1036.0000        1021.1373      1.46%
71082.33/3587.15	c      3587          51610        2871        20        1036.0000        1021.1373      1.46%
71184.18/3592.29	c      3592          51670        2881        20        1036.0000        1021.1421      1.46%
71285.30/3597.36	c      3597          51745        2886        20        1036.0000        1021.1432      1.45%
71384.44/3602.39	c      3602          51846        2895        20        1036.0000        1021.1620      1.45%
71485.52/3607.43	c      3607          51914        2897        20        1036.0000        1021.1702      1.45%
71584.65/3612.48	c      3612          52005        2898        20        1036.0000        1021.1702      1.45%
71685.62/3617.53	c      3618          52095        2900        20        1036.0000        1021.1702      1.45%
71786.71/3622.62	c      3623          52190        2907        20        1036.0000        1021.1703      1.45%
71885.87/3627.65	c      3628          52224        2919        20        1036.0000        1021.1728      1.45%
71986.55/3632.72	c      3633          52296        2919        20        1036.0000        1021.1728      1.45%

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 (174222 MiB free)
  memory of node 1: 193531 MiB (177890 MiB free)
  memory of node 2: 193531 MiB (177104 MiB free)
  memory of node 3: 193531 MiB (175749 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-4467311-1723211566/watcher-4467311-1723211566 -o /tmp/evaluation-result-4467311-1723211566/solver-4467311-1723211566 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723211566-526336 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467311-1723211566.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=526390, runsolver pid=526378
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 1.00 1.19 2.15 7/946 526476
/proc/meminfo: memFree=721638820/790760804 swapFree=131071996/131071996
[pid=526390] ppid=526378 vsize=1517864 memory=103736 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/526390/stat : 526390 (fscip) S 526378 526390 526323 0 -1 1077936128 21878 0 0 0 9 3 0 0 20 0 21 0 87739192 1554292736 25934 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 17 15 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
/proc/526390/statm: 379466 25934 2790 3035 0 64558 0
[pid=526390/tid=526420] ppid=526378 vsize=1517864 memory=4026531959 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526420/stat : 526420 (fscip) S 526378 526390 526323 0 -1 1077936192 1195 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 25934 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526429] ppid=526378 vsize=1517864 memory=67123 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526429/stat : 526429 (fscip) S 526378 526390 526323 0 -1 1077936192 1195 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 25934 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526430] ppid=526378 vsize=1517864 memory=55216921903569 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526430/stat : 526430 (fscip) S 526378 526390 526323 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 25934 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526439] ppid=526378 vsize=1517864 memory=52983572464199 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526439/stat : 526439 (fscip) S 526378 526390 526323 0 -1 1077936192 1195 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 25934 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526441] ppid=526378 vsize=1517864 memory=60684465603260 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526441/stat : 526441 (fscip) S 526378 526390 526323 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526444] ppid=526378 vsize=1517864 memory=55182679606333 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526444/stat : 526444 (fscip) S 526378 526390 526323 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526445] ppid=526378 vsize=1517864 memory=14132238522516992 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526445/stat : 526445 (fscip) S 526378 526390 526323 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526446] ppid=526378 vsize=1517864 memory=1134524 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526446/stat : 526446 (fscip) S 526378 526390 526323 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526447] ppid=526378 vsize=1517864 memory=3834033575624441937 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526447/stat : 526447 (fscip) S 526378 526390 526323 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526449] ppid=526378 vsize=1517864 memory=3977299910675660881 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526449/stat : 526449 (fscip) R 526378 526390 526323 0 -1 4194368 293 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526457] ppid=526378 vsize=1517864 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/526390/task/526457/stat : 526457 (fscip) S 526378 526390 526323 0 -1 1077936192 1195 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526458] ppid=526378 vsize=1517864 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/526390/task/526458/stat : 526458 (fscip) S 526378 526390 526323 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526460] ppid=526378 vsize=1517864 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/526390/task/526460/stat : 526460 (fscip) S 526378 526390 526323 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526462] ppid=526378 vsize=1517864 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/526390/task/526462/stat : 526462 (fscip) S 526378 526390 526323 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526464] ppid=526378 vsize=1517864 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/526390/task/526464/stat : 526464 (fscip) S 526378 526390 526323 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526465] ppid=526378 vsize=1517864 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/526390/task/526465/stat : 526465 (fscip) S 526378 526390 526323 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26000 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526467] ppid=526378 vsize=1517864 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/526390/task/526467/stat : 526467 (fscip) S 526378 526390 526323 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26066 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526471] ppid=526378 vsize=1517864 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/526390/task/526471/stat : 526471 (fscip) S 526378 526390 526323 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26066 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526472] ppid=526378 vsize=1517864 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/526390/task/526472/stat : 526472 (fscip) S 526378 526390 526323 0 -1 1077936192 1196 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26066 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526473] ppid=526378 vsize=1517864 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/526390/task/526473/stat : 526473 (fscip) S 526378 526390 526323 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 87739197 1554292736 26066 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 1517864 KiB
Current children cumulated memory: 103736 KiB

[startup+0.233137 s]*
/proc/loadavg: 1.00 1.19 2.15 81/1026 526556
/proc/meminfo: memFree=720625124/790760804 swapFree=131071996/131071996
[pid=526390] ppid=526378 vsize=1799000 memory=352932 CPUtime=1.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/stat : 526390 (fscip) S 526378 526390 526323 0 -1 1077936128 83954 0 0 0 114 39 0 0 20 0 41 0 87739192 1842176000 88233 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
/proc/526390/statm: 449750 88233 2806 3035 0 172988 0
[pid=526390/tid=526420] ppid=526378 vsize=1799000 memory=4026531959 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526420/stat : 526420 (fscip) R 526378 526390 526323 0 -1 4194368 3825 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88233 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526429] ppid=526378 vsize=1799000 memory=67123 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526429/stat : 526429 (fscip) R 526378 526390 526323 0 -1 4194368 3824 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88233 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526430] ppid=526378 vsize=1799000 memory=55216921903569 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526430/stat : 526430 (fscip) R 526378 526390 526323 0 -1 4194368 4012 0 0 0 5 2 0 0 20 0 41 0 87739197 1842176000 88233 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526439] ppid=526378 vsize=1799000 memory=52983572464199 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526439/stat : 526439 (fscip) R 526378 526390 526323 0 -1 1077936192 3834 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88233 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526441] ppid=526378 vsize=1799000 memory=60684465603260 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526441/stat : 526441 (fscip) R 526378 526390 526323 0 -1 4194368 3825 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88233 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526444] ppid=526378 vsize=1799000 memory=55182679606333 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526444/stat : 526444 (fscip) R 526378 526390 526323 0 -1 4194368 3824 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88233 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526445] ppid=526378 vsize=1799000 memory=15537414382814704 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526445/stat : 526445 (fscip) R 526378 526390 526323 0 -1 4194368 3820 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526446] ppid=526378 vsize=1799000 memory=3474298651176861781 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526446/stat : 526446 (fscip) R 526378 526390 526323 0 -1 4194368 3834 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526447] ppid=526378 vsize=1799000 memory=1367971 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526447/stat : 526447 (fscip) R 526378 526390 526323 0 -1 4194368 3933 0 0 0 5 2 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526449] ppid=526378 vsize=1799000 memory=1427399 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526449/stat : 526449 (fscip) R 526378 526390 526323 0 -1 4194368 3828 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526457] ppid=526378 vsize=1799000 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526457/stat : 526457 (fscip) R 526378 526390 526323 0 -1 4194368 3828 0 0 0 6 1 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526458] ppid=526378 vsize=1799000 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526458/stat : 526458 (fscip) R 526378 526390 526323 0 -1 4194368 3831 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526460] ppid=526378 vsize=1799000 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526460/stat : 526460 (fscip) R 526378 526390 526323 0 -1 4194368 4013 0 0 0 5 2 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526462] ppid=526378 vsize=1799000 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526462/stat : 526462 (fscip) R 526378 526390 526323 0 -1 4194368 3824 0 0 0 5 2 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526464] ppid=526378 vsize=1799000 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526464/stat : 526464 (fscip) R 526378 526390 526323 0 -1 4194368 3819 0 0 0 5 2 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526465] ppid=526378 vsize=1799000 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526465/stat : 526465 (fscip) R 526378 526390 526323 0 -1 4194368 3944 0 0 0 4 2 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526467] ppid=526378 vsize=1799000 memory=0 CPUtime=0.07 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526467/stat : 526467 (fscip) R 526378 526390 526323 0 -1 4194368 4009 0 0 0 5 2 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526471] ppid=526378 vsize=1799000 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526471/stat : 526471 (fscip) R 526378 526390 526323 0 -1 4194368 4017 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526472] ppid=526378 vsize=1799000 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526472/stat : 526472 (fscip) R 526378 526390 526323 0 -1 4194368 4016 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526473] ppid=526378 vsize=1799000 memory=0 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526473/stat : 526473 (fscip) R 526378 526390 526323 0 -1 4194368 4012 0 0 0 5 1 0 0 20 0 41 0 87739197 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526517] ppid=526378 vsize=1799000 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/526390/task/526517/stat : 526517 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526518] ppid=526378 vsize=1799000 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/526390/task/526518/stat : 526518 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526519] ppid=526378 vsize=1799000 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/526390/task/526519/stat : 526519 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526520] ppid=526378 vsize=1799000 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/526390/task/526520/stat : 526520 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526521] ppid=526378 vsize=1799000 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/526390/task/526521/stat : 526521 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526522] ppid=526378 vsize=1799000 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/526390/task/526522/stat : 526522 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526523] ppid=526378 vsize=1799000 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/526390/task/526523/stat : 526523 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526524] ppid=526378 vsize=1799000 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/526390/task/526524/stat : 526524 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526525] ppid=526378 vsize=1799000 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/526390/task/526525/stat : 526525 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526526] ppid=526378 vsize=1799000 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/526390/task/526526/stat : 526526 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526527] ppid=526378 vsize=1799000 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/526390/task/526527/stat : 526527 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526528] ppid=526378 vsize=1799000 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/526390/task/526528/stat : 526528 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526529] ppid=526378 vsize=1799000 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/526390/task/526529/stat : 526529 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526530] ppid=526378 vsize=1799000 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/526390/task/526530/stat : 526530 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526531] ppid=526378 vsize=1799000 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/526390/task/526531/stat : 526531 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526532] ppid=526378 vsize=1799000 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/526390/task/526532/stat : 526532 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526533] ppid=526378 vsize=1799000 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/526390/task/526533/stat : 526533 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526534] ppid=526378 vsize=1799000 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/526390/task/526534/stat : 526534 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526535] ppid=526378 vsize=1799000 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/526390/task/526535/stat : 526535 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526536] ppid=526378 vsize=1799000 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/526390/task/526536/stat : 526536 (fscip) S 526378 526390 526323 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 87739209 1842176000 88299 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 1799000 KiB
Current children cumulated memory: 352932 KiB

[startup+0.334203 s]*
/proc/loadavg: 1.00 1.19 2.15 80/1026 526556
/proc/meminfo: memFree=720375732/790760804 swapFree=131071996/131071996
[pid=526390] ppid=526378 vsize=1812000 memory=420896 CPUtime=3.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/stat : 526390 (fscip) S 526378 526390 526323 0 -1 1077936128 100290 0 0 0 176 143 0 0 20 0 41 0 87739192 1855488000 105224 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
/proc/526390/statm: 453000 105224 2934 3035 0 189717 0
[pid=526390/tid=526420] ppid=526378 vsize=1812000 memory=-6661877779979551885 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526420/stat : 526420 (fscip) R 526378 526390 526323 0 -1 4194368 4699 0 0 0 7 7 0 0 20 0 41 0 87739197 1855488000 105224 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526429] ppid=526378 vsize=1812000 memory=11822120823029796 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526429/stat : 526429 (fscip) R 526378 526390 526323 0 -1 4194368 4616 0 0 0 8 7 0 0 20 0 41 0 87739197 1855488000 105224 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526430] ppid=526378 vsize=1812000 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526430/stat : 526430 (fscip) R 526378 526390 526323 0 -1 4194368 4953 0 0 0 9 6 0 0 20 0 41 0 87739197 1855488000 105224 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526439] ppid=526378 vsize=1812000 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526439/stat : 526439 (fscip) R 526378 526390 526323 0 -1 4194368 4753 0 0 0 7 8 0 0 20 0 41 0 87739197 1855488000 105224 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526441] ppid=526378 vsize=1812000 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526441/stat : 526441 (fscip) R 526378 526390 526323 0 -1 4194368 4624 0 0 0 8 7 0 0 20 0 41 0 87739197 1855488000 105224 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526444] ppid=526378 vsize=1812000 memory=0 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526444/stat : 526444 (fscip) S 526378 526390 526323 0 -1 1077936192 4566 0 0 0 7 8 0 0 20 0 41 0 87739197 1855488000 105224 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526445] ppid=526378 vsize=1812000 memory=4027522154 CPUtime=0.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526445/stat : 526445 (fscip) R 526378 526390 526323 0 -1 4194368 4691 0 0 0 7 8 0 0 20 0 41 0 87739197 1855488000 105224 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526446] ppid=526378 vsize=1812000 memory=211342918899 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526446/stat : 526446 (fscip) R 526378 526390 526323 0 -1 4194368 4382 0 0 0 8 6 0 0 20 0 41 0 87739197 1855488000 105224 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0

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

/proc/526390/task/526446/stat : 526446 (fscip) D 526378 526390 526323 0 -1 1077937220 2239137 0 0 0 360001 287 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526447] ppid=526378 vsize=8115720 memory=11340 CPUtime=3602.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526447/stat : 526447 (fscip) D 526378 526390 526323 0 -1 1077937220 529250 0 0 0 357135 3083 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526449] ppid=526378 vsize=8115720 memory=-7966001967256141664 CPUtime=3598.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526449/stat : 526449 (fscip) D 526378 526390 526323 0 -1 1077937220 1720221 0 0 0 359645 206 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526457] ppid=526378 vsize=8115720 memory=0 CPUtime=3598.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526457/stat : 526457 (fscip) D 526378 526390 526323 0 -1 1077937220 2084421 0 0 0 359619 267 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526458] ppid=526378 vsize=8115720 memory=7897806902759360057 CPUtime=3599.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526458/stat : 526458 (fscip) D 526378 526390 526323 0 -1 1077937220 699053 0 0 0 356868 3047 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526460] ppid=526378 vsize=8115720 memory=7032 CPUtime=3593.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526460/stat : 526460 (fscip) D 526378 526390 526323 0 -1 1077937220 1300163 0 0 0 359160 176 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526462] ppid=526378 vsize=8115720 memory=28112 CPUtime=3602.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526462/stat : 526462 (fscip) D 526378 526390 526323 0 -1 1077937220 2058093 0 0 0 359936 266 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526464] ppid=526378 vsize=8115720 memory=33844 CPUtime=3605.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526464/stat : 526464 (fscip) D 526378 526390 526323 0 -1 1077937220 577132 0 0 0 357753 2769 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526465] ppid=526378 vsize=8115720 memory=1848 CPUtime=3593.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526465/stat : 526465 (fscip) D 526378 526390 526323 0 -1 1077937220 1661590 0 0 0 359166 207 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526467] ppid=526378 vsize=8115720 memory=38604 CPUtime=3603.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526467/stat : 526467 (fscip) D 526378 526390 526323 0 -1 1077937220 2194914 0 0 0 360054 289 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526471] ppid=526378 vsize=8115720 memory=33100 CPUtime=3603.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526471/stat : 526471 (fscip) D 526378 526390 526323 0 -1 1077937220 709303 0 0 0 357294 3029 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526472] ppid=526378 vsize=8115720 memory=0 CPUtime=3605.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526472/stat : 526472 (fscip) D 526378 526390 526323 0 -1 1077937220 1791779 0 0 0 360370 212 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526473] ppid=526378 vsize=8115720 memory=140527034959356 CPUtime=3590.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526473/stat : 526473 (fscip) D 526378 526390 526323 0 -1 1077937220 2018060 0 0 0 358751 262 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526517] ppid=526378 vsize=8115720 memory=140527034959669 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/526390/task/526517/stat : 526517 (fscip) D 526378 526390 526323 0 -1 1077937220 123 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526518] ppid=526378 vsize=8115720 memory=281049913632640 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/526390/task/526518/stat : 526518 (fscip) D 526378 526390 526323 0 -1 1077937220 125 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526519] ppid=526378 vsize=8115720 memory=9023685746021654624 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/526390/task/526519/stat : 526519 (fscip) D 526378 526390 526323 0 -1 1077937220 125 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526520] ppid=526378 vsize=8115720 memory=6010453200860571748 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/526390/task/526520/stat : 526520 (fscip) D 526378 526390 526323 0 -1 1077937220 124 0 0 0 0 2 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526521] ppid=526378 vsize=8115720 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/526390/task/526521/stat : 526521 (fscip) D 526378 526390 526323 0 -1 1077937220 126 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526522] ppid=526378 vsize=8115720 memory=148653113083860 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/526390/task/526522/stat : 526522 (fscip) D 526378 526390 526323 0 -1 1077937220 122 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526523] ppid=526378 vsize=8115720 memory=140527034960122 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/526390/task/526523/stat : 526523 (fscip) D 526378 526390 526323 0 -1 1077937220 91 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526524] ppid=526378 vsize=8115720 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526524/stat : 526524 (fscip) D 526378 526390 526323 0 -1 1077937220 59 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526525] ppid=526378 vsize=8115720 memory=-7450239448242989619 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/526390/task/526525/stat : 526525 (fscip) D 526378 526390 526323 0 -1 1077937220 123 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526526] ppid=526378 vsize=8115720 memory=-7522297042280917555 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/526390/task/526526/stat : 526526 (fscip) D 526378 526390 526323 0 -1 1077937220 122 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526527] ppid=526378 vsize=8115720 memory=281049911573552 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/526390/task/526527/stat : 526527 (fscip) D 526378 526390 526323 0 -1 1077937220 123 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526528] ppid=526378 vsize=8115720 memory=7306649935326241894 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/526390/task/526528/stat : 526528 (fscip) D 526378 526390 526323 0 -1 1077937220 131 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526529] ppid=526378 vsize=8115720 memory=30962685529108563 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/526390/task/526529/stat : 526529 (fscip) D 526378 526390 526323 0 -1 1077937220 115 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526530] ppid=526378 vsize=8115720 memory=28112 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/526390/task/526530/stat : 526530 (fscip) D 526378 526390 526323 0 -1 1077937220 115 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526531] ppid=526378 vsize=8115720 memory=33844 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/526390/task/526531/stat : 526531 (fscip) D 526378 526390 526323 0 -1 1077937220 129 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526532] ppid=526378 vsize=8115720 memory=59588 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/526390/task/526532/stat : 526532 (fscip) D 526378 526390 526323 0 -1 1077937220 117 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526533] ppid=526378 vsize=8115720 memory=7628 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/526390/task/526533/stat : 526533 (fscip) D 526378 526390 526323 0 -1 1077937220 119 0 0 0 0 2 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526534] ppid=526378 vsize=8115720 memory=6720668757158935653 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526534/stat : 526534 (fscip) D 526378 526390 526323 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526535] ppid=526378 vsize=8115720 memory=2688 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/526390/task/526535/stat : 526535 (fscip) D 526378 526390 526323 0 -1 1077937220 128 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526536] ppid=526378 vsize=8115720 memory=6860 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/526390/task/526536/stat : 526536 (fscip) D 526378 526390 526323 0 -1 1077937220 119 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 8115720 KiB
Current children cumulated memory: 6908124 KiB

[startup+3635.4 s]
/proc/loadavg: 82.22 80.96 79.44 4/941 528526
/proc/meminfo: memFree=705711832/790760804 swapFree=131071996/131071996
[pid=526390] ppid=526378 vsize=8115720 memory=6908124 CPUtime=72002.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/stat : 526390 (fscip) D 526378 526390 526323 0 -1 1077937156 30439454 0 0 0 7178857 21350 0 0 20 0 41 0 87739192 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 17 79 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
/proc/526390/statm: 2028930 1727031 2992 3035 0 1908226 0
[pid=526390/tid=526420] ppid=526378 vsize=8115720 memory=-7160578794956963219 CPUtime=3589.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526420/stat : 526420 (fscip) D 526378 526390 526323 0 -1 1077937220 1697841 0 0 0 358796 203 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526429] ppid=526378 vsize=8115720 memory=20456 CPUtime=3597.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526429/stat : 526429 (fscip) D 526378 526390 526323 0 -1 1077937220 2303939 0 0 0 359495 284 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526430] ppid=526378 vsize=8115720 memory=6836 CPUtime=3603.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526430/stat : 526430 (fscip) D 526378 526390 526323 0 -1 1077937220 675186 0 0 0 357355 2992 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526439] ppid=526378 vsize=8115720 memory=7032 CPUtime=3601.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526439/stat : 526439 (fscip) D 526378 526390 526323 0 -1 1077937220 1658117 0 0 0 359981 201 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526441] ppid=526378 vsize=8115720 memory=-7160578794956963219 CPUtime=3602.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526441/stat : 526441 (fscip) R 526378 526390 526323 0 -1 4195904 2176946 0 0 0 359779 464 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 140631380840720 16131808 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 0
[pid=526390/tid=526444] ppid=526378 vsize=8115720 memory=38604 CPUtime=3606.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526444/stat : 526444 (fscip) D 526378 526390 526323 0 -1 1077937220 767376 0 0 0 357812 2858 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526445] ppid=526378 vsize=8115720 memory=6848516 CPUtime=3599.19 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526445/stat : 526445 (fscip) D 526378 526390 526323 0 -1 1077937220 1566443 0 0 0 359726 193 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526446] ppid=526378 vsize=8115720 memory=6848552 CPUtime=3602.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526446/stat : 526446 (fscip) D 526378 526390 526323 0 -1 1077937220 2239137 0 0 0 360001 287 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526447] ppid=526378 vsize=8115720 memory=-7160578794956963219 CPUtime=3602.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526447/stat : 526447 (fscip) D 526378 526390 526323 0 -1 1077937220 529250 0 0 0 357135 3083 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526449] ppid=526378 vsize=8115720 memory=3312 CPUtime=3598.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526449/stat : 526449 (fscip) D 526378 526390 526323 0 -1 1077937220 1720221 0 0 0 359645 206 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526457] ppid=526378 vsize=8115720 memory=2212 CPUtime=3598.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526457/stat : 526457 (fscip) D 526378 526390 526323 0 -1 1077937220 2084421 0 0 0 359619 267 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526458] ppid=526378 vsize=8115720 memory=1736 CPUtime=3599.15 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526458/stat : 526458 (fscip) D 526378 526390 526323 0 -1 1077937220 699053 0 0 0 356868 3047 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526460] ppid=526378 vsize=8115720 memory=28064 CPUtime=3593.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526460/stat : 526460 (fscip) D 526378 526390 526323 0 -1 1077937220 1300163 0 0 0 359160 176 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526462] ppid=526378 vsize=8115720 memory=32816 CPUtime=3602.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526462/stat : 526462 (fscip) D 526378 526390 526323 0 -1 1077937220 2058093 0 0 0 359936 266 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526464] ppid=526378 vsize=8115720 memory=7140 CPUtime=3605.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526464/stat : 526464 (fscip) D 526378 526390 526323 0 -1 1077937220 577132 0 0 0 357753 2769 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526465] ppid=526378 vsize=8115720 memory=36328 CPUtime=3593.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526465/stat : 526465 (fscip) D 526378 526390 526323 0 -1 1077937220 1661590 0 0 0 359166 207 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526467] ppid=526378 vsize=8115720 memory=281049911302656 CPUtime=3603.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526467/stat : 526467 (fscip) D 526378 526390 526323 0 -1 1077937220 2194914 0 0 0 360054 289 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526471] ppid=526378 vsize=8115720 memory=8389880649 CPUtime=3603.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526471/stat : 526471 (fscip) D 526378 526390 526323 0 -1 1077937220 709303 0 0 0 357294 3029 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526472] ppid=526378 vsize=8115720 memory=8389880649 CPUtime=3605.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526472/stat : 526472 (fscip) D 526378 526390 526323 0 -1 1077937220 1791779 0 0 0 360370 212 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526473] ppid=526378 vsize=8115720 memory=8389880649 CPUtime=3590.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526473/stat : 526473 (fscip) D 526378 526390 526323 0 -1 1077937220 2018060 0 0 0 358751 262 0 0 20 0 41 0 87739197 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526517] ppid=526378 vsize=8115720 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/526390/task/526517/stat : 526517 (fscip) D 526378 526390 526323 0 -1 1077937220 123 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526518] ppid=526378 vsize=8115720 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/526390/task/526518/stat : 526518 (fscip) D 526378 526390 526323 0 -1 1077937220 125 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526519] ppid=526378 vsize=8115720 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/526390/task/526519/stat : 526519 (fscip) D 526378 526390 526323 0 -1 1077937220 125 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526520] ppid=526378 vsize=8115720 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/526390/task/526520/stat : 526520 (fscip) D 526378 526390 526323 0 -1 1077937220 124 0 0 0 0 2 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526521] ppid=526378 vsize=8115720 memory=33100 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/526390/task/526521/stat : 526521 (fscip) D 526378 526390 526323 0 -1 1077937220 126 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526522] ppid=526378 vsize=8115720 memory=2244 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/526390/task/526522/stat : 526522 (fscip) D 526378 526390 526323 0 -1 1077937220 122 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526523] ppid=526378 vsize=8115720 memory=19936 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/526390/task/526523/stat : 526523 (fscip) D 526378 526390 526323 0 -1 1077937220 91 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526524] ppid=526378 vsize=8115720 memory=104 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/526390/task/526524/stat : 526524 (fscip) D 526378 526390 526323 0 -1 1077937220 59 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526525] ppid=526378 vsize=8115720 memory=281049911535536 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/526390/task/526525/stat : 526525 (fscip) D 526378 526390 526323 0 -1 1077937220 123 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526526] ppid=526378 vsize=8115720 memory=21392407472111680 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/526390/task/526526/stat : 526526 (fscip) D 526378 526390 526323 0 -1 1077937220 122 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526527] ppid=526378 vsize=8115720 memory=281049909259024 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/526390/task/526527/stat : 526527 (fscip) D 526378 526390 526323 0 -1 1077937220 123 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526528] ppid=526378 vsize=8115720 memory=-6421031960892894098 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/526390/task/526528/stat : 526528 (fscip) D 526378 526390 526323 0 -1 1077937220 131 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526529] ppid=526378 vsize=8115720 memory=281049913256896 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/526390/task/526529/stat : 526529 (fscip) D 526378 526390 526323 0 -1 1077937220 115 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526530] ppid=526378 vsize=8115720 memory=6944656429418846067 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/526390/task/526530/stat : 526530 (fscip) D 526378 526390 526323 0 -1 1077937220 115 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526531] ppid=526378 vsize=8115720 memory=7306649935326241894 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/526390/task/526531/stat : 526531 (fscip) D 526378 526390 526323 0 -1 1077937220 129 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526532] ppid=526378 vsize=8115720 memory=3760 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/526390/task/526532/stat : 526532 (fscip) D 526378 526390 526323 0 -1 1077937220 117 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526533] ppid=526378 vsize=8115720 memory=6720668757158935653 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/526390/task/526533/stat : 526533 (fscip) D 526378 526390 526323 0 -1 1077937220 119 0 0 0 0 2 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526534] ppid=526378 vsize=8115720 memory=18468 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/526390/task/526534/stat : 526534 (fscip) D 526378 526390 526323 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526535] ppid=526378 vsize=8115720 memory=20268 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/526390/task/526535/stat : 526535 (fscip) D 526378 526390 526323 0 -1 1077937220 128 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
[pid=526390/tid=526536] ppid=526378 vsize=8115720 memory=5564 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/526390/task/526536/stat : 526536 (fscip) D 526378 526390 526323 0 -1 1077937220 119 0 0 0 2 0 0 0 20 0 41 0 87739209 8310497280 1727031 809668444160 4194304 16622877 140735526747520 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 26955776 140735526753257 140735526753373 140735526753373 140735526760399 24
Current children cumulated CPU time: 72002.1 s
Current children cumulated vsize: 8115720 KiB
Current children cumulated memory: 6908124 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3635.63
CPU time (s): 72002.3
CPU user time (s): 71788.6
CPU system time (s): 213.737
CPU usage (%): 1980.47
Max. virtual memory (cumulated for all children) (KiB): 8115720
Max. memory (cumulated for all children) (KiB): 6909016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71788.6
system time used= 213.737
maximum resident set size= 6909276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30439454
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= 295664
involuntary context switches= 257836


# summary of solver processes directly reported to runsolver:
#   pid: 526390
#   total CPU time (s): 72002.3
#   total CPU user time (s): 71788.6
#   total CPU system time (s): 213.737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.5573 second user time and 126.692 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-09 15:52:46
IDJOB=4467311
IDBENCH=147530
IDSOLVER=3097
FILE ID=nodeD102/4467311-1723211566
RUNJOBID= nodeD102-1723211566-526336
SLURM_JOB_ID= 8266899
Free space on /tmp= 8588304 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_6.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-4467311-1723211566/watcher-4467311-1723211566 -o /tmp/evaluation-result-4467311-1723211566/solver-4467311-1723211566 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1723211566-526336 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467311-1723211566.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 2f43827d921579f008f60b037bb7dde7
RANDOM SEED=2064010109

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        721888144 kB
MemAvailable:   783361324 kB
Buffers:          967348 kB
Cached:         63337864 kB
SwapCached:            0 kB
Active:          9215284 kB
Inactive:       55504140 kB
Active(anon):       2152 kB
Inactive(anon):   443336 kB
Active(file):    9213132 kB
Inactive(file): 55060804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112140 kB
Writeback:             0 kB
AnonPages:        415020 kB
Mapped:            97604 kB
Shmem:             30728 kB
KReclaimable:    1237544 kB
Slab:            1743140 kB
SReclaimable:    1237544 kB
SUnreclaim:       505596 kB
KernelStack:       14896 kB
PageTables:        10832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1375852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           811008 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      591872 kB
DirectMap2M:    61771776 kB
DirectMap1G:    743440384 kB

Free space on /tmp at the end= 8588172 MiB
End job on nodeD102 at 2024-08-09 16:53:21