Trace number 4465626

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 NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72003.7 3672.22

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-91-90.opb
MD5SUM01a2d7031971d4d75da01f2dca43b6c9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.9343
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints368641
Number of constraints which are clauses368641
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 constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.78/0.83	c Default LC presolving (default).
0.78/0.84	c ** Before presolving: virtualMemUsedAtLc = 768443976, getVmSize() = 457097216, SCIPgetMemUsed() = 393927596, SCIPgetMemTotal() = 405999068, SCIPgetMemExternEstim() = 362444908
0.78/0.84	c ** set memory limit for presolving in LC to 8.79367e+12 for SCIP **
34.06/34.26	c ** Estimated virtualMemUsedAtSolver = 632232616, getVmSize() = 780271616, SCIPgetMemUsed() = 502095417, SCIPgetMemTotal() = 585904017, SCIPgetMemExternEstim() = 362444908
34.06/34.26	c ** set memory limit for solvers to 4.18662e+11 for each SCIP **
34.06/34.26	c Original Problem   :
34.06/34.26	c   Problem name     : instance-4465626-1723599617
34.06/34.26	c   Variables        : 8190 (8190 binary, 0 integer, 0 implicit integer, 0 continuous)
34.06/34.26	c   Constraints      : 368641
34.06/34.26	c   Objective sense  : minimize
34.06/34.26	c Presolved Problem  :
34.06/34.26	c   Variables        : 8190 (8190 binary, 0 integer, 0 implicit integer, 0 continuous)
34.06/34.26	c   Constraints      : 368820
34.06/34.26	c Constraints        : Number
34.06/34.26	c   setppc           : 368550 
34.06/34.26	c   linear           : 179 
34.06/34.26	c   logicor          : 91 
34.06/34.26	c ** Instance transfer method used: 0
34.57/34.74	c ** ParaScipInstance copy does not increase the number of variables. **
42.24/42.47	c LC is working with racing ramp-up and with rebuilding tree after racing.
42.24/42.47	c                                Nodes    Active                                            
42.24/42.47	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
612.90/71.71	c        72              2           1        20                -           0.0000          -
709.80/76.78	c        77            462         461        20                -           0.0000          -
820.81/82.33	c        82           1050           0        20                -           0.0000          -
923.77/87.59	c        88           1531         481        20                -           0.0000          -
1024.77/92.66	c        93           1991         941        20                -           0.0000          -
1123.67/97.67	c        98           2691        1641        20                -           0.0000          -
1226.69/102.88	c       103           3051        2001        20                -           0.0000          -
1330.30/108.11	c       108           3811        2761        20                -           0.0000          -
1434.61/113.33	c       113           4651        3601        20                -           0.0000          -
1533.69/118.35	c       118           5631        4581        20                -           0.0000          -
1634.81/123.41	c       123           6091        5041        20                -           0.0000          -
1733.94/128.49	c       128           7371        6321        20                -           0.0000          -
1841.02/133.88	c       134           8949        7431        20                -           0.0000          -
1942.16/138.96	c       139           8950           0        20                -           0.0000          -
2043.71/144.06	c       144           9566         577        20                -           0.0000          -
2142.91/149.07	c       149          10056        1067        20                -           0.0000          -
2242.03/154.10	c       154          10710        1721        20                -           0.0000          -
2342.93/159.15	c       159          11008        2058        20                -           0.0000          -
2442.44/164.20	c       164          11791        2841        20                -           0.0000          -
2546.59/169.43	c       169          12681        3731        20                -           0.0000          -
2649.61/174.61	c       175          13711        4761        20                -           0.0000          -
2750.79/179.77	c       180          15011        6061        20                -           0.0000          -
2853.70/184.92	c       185          16336        7139        20                -           0.0000          -
2962.70/190.43	c       190          16556        7059        20                -           0.0000          -
3061.74/195.44	c       195          16858         261        20                -           0.0000          -
3162.63/200.50	c       200          17478         881        20                -           0.0000          -
3265.69/205.70	c       206          18218        1621        20                -           0.0000          -
3364.92/210.80	c       211          19138        2541        20                -           0.0000          -
3466.16/215.89	c       216          20292        3695        20                -           0.0000          -
3570.19/221.11	c       221          21656        5059        20                -           0.0000          -
3672.54/226.26	c       226          23278        6681        20                -           0.0000          -
3775.68/231.48	c       231          23995        6823        20                -           0.0000          -
3882.85/236.87	c       237          24329        6804        20                -           0.0000          -
3984.09/241.94	c       242          24989         611        20                -           0.0000          -
4088.04/247.18	c       247          25859        1481        20                -           0.0000          -
4190.39/252.38	c       252              2           1        20                -           0.0000          -
4293.53/257.51	c       258              2           1        20                -           0.0000          -
4394.60/262.63	c       263              5           4        20                -           0.0000          -
4495.90/267.79	c       268              5           4        20                -           0.0000          -
4598.84/272.93	c       273              6           5        20                -           0.0000          -
4697.94/278.00	c       278              7           6        20                -           0.0000          -
4801.59/283.14	c       283             12          11        20                -           0.0000          -
4900.72/288.19	c       288             12          11        20                -           0.0000          -
5001.21/293.26	c       293             12          11        20                -           0.0000          -
5102.35/298.33	c       298             12          11        20                -           0.0000          -
5205.49/303.55	c       304             12          11        20                -           0.0000          -
5308.66/308.72	c       309             12          11        20                -           0.0000          -
5409.77/313.87	c       314             12          11        20                -           0.0000          -
5511.03/319.00	c       319             21          20        20                -           0.0000          -
5612.94/324.10	c       324             21          20        20                -           0.0000          -
5715.38/329.28	c       329             21          20        20                -           0.0000          -
5816.65/334.37	c       334             11          10        20                -           0.0000          -
5917.88/339.50	c       339             11          10        20                -           0.0000          -
6019.15/344.57	c       345             11          10        20                -           0.0000          -
6118.44/349.59	c       350             15          14        20                -           0.0000          -
6221.69/354.74	c       355             15          14        20                -           0.0000          -
6322.93/359.80	c       360             24          23        20                -           0.0000          -
6427.05/365.04	c       365             24          23        20                -           0.0000          -
6528.00/370.20	c       370             24          23        20                -           0.0000          -
6628.60/375.28	c       375             24          23        20                -           0.0000          -
6731.74/380.49	c       380             24          23        20                -           0.0000          -
6836.82/385.73	c       386             24          23        20                -           0.0000          -
6940.00/390.94	c       391             24          23        20                -           0.0000          -
7041.73/396.06	c       396             24          23        20                -           0.0000          -
7142.74/401.16	c       401             10           9        20                -           0.0000          -
7245.36/406.36	c       406             66          65        20                -           0.0000          -
7348.47/411.52	c       412             27          26        20                -           0.0000          -
7447.66/416.58	c       417             27          26        20                -           0.0000          -
7550.76/421.70	c       422             29          28        20                -           0.0000          -
7653.77/426.96	c       427             29          28        20                -           0.0000          -
7755.67/432.10	c       432             29          28        20                -           0.0000          -
7856.34/437.16	c       437             77          76        20                -           0.0000          -
7956.56/442.24	c       442             19          18        20                -           0.0000          -
8057.56/447.32	c       447             19          18        20                -           0.0000          -
8156.70/452.35	c       452             55          54        20                -           0.0000          -
8255.85/457.37	c       457             86          85        20                -           0.0000          -
8358.82/462.57	c       463             86          85        20                -           0.0000          -
8461.94/467.79	c       468             32          31        20                -           0.0000          -
8567.41/473.07	c       473             32          31        20                -           0.0000          -
8666.62/478.13	c       478             32          31        20                -           0.0000          -
8772.90/483.47	c       483             32          31        20                -           0.0000          -
8875.96/488.65	c       489             92          91        20                -           0.0000          -
8979.11/493.87	c       494             92          91        20                -           0.0000          -
9082.96/499.09	c       499             42          41        20                -           0.0000          -
9185.35/504.26	c       504             24          23        20                -           0.0000          -
9286.45/509.36	c       509             43          42        20                -           0.0000          -
9391.58/514.61	c       515             43          42        20                -           0.0000          -
9492.74/519.77	c       520             43          42        20                -           0.0000          -
9593.75/524.86	c       525             28          27        20                -           0.0000          -
9697.83/530.06	c       530             28          27        20                -           0.0000          -
9800.00/535.20	c       535            102         101        20                -           0.0000          -
9901.22/540.36	c       540             29          28        20                -           0.0000          -
10006.41/545.62	c       546             29          28        20                -           0.0000          -
10107.64/550.71	c       551             29          28        20                -           0.0000          -
10210.82/555.93	c       556             29          28        20                -           0.0000          -
10314.66/561.14	c       561             65          64        20                -           0.0000          -
10415.19/566.25	c       566             65          64        20                -           0.0000          -
10518.41/571.46	c       571             30          29        20                -           0.0000          -
10617.64/576.47	c       576            115         114        20                -           0.0000          -
10720.80/581.69	c       582            115         114        20                -           0.0000          -
10822.02/586.74	c       587             72          71        20                -           0.0000          -
10925.25/591.94	c       592             72          71        20                -           0.0000          -
11029.24/597.17	c       597             72          71        20                -           0.0000          -
11133.64/602.42	c       602             72          71        20                -           0.0000          -
11236.88/607.62	c       608             72          71        20                -           0.0000          -
11336.17/612.63	c       613            122         121        20                -           0.0000          -
11439.43/617.87	c       618            125         124        20                -           0.0000          -
11540.65/623.02	c       623            125         124        20                -           0.0000          -
11642.59/628.12	c       628            125         124        20                -           0.0000          -
11744.04/633.18	c       633             40          39        20                -           0.0000          -
11846.37/638.30	c       638            131         130        20                -           0.0000          -
11945.60/643.32	c       643            135         134        20                -           0.0000          -
12046.83/648.48	c       648            135         134        20                -           0.0000          -
12150.06/653.66	c       654             47          46        20                -           0.0000          -
12249.29/658.68	c       659             47          46        20                -           0.0000          -
12352.52/663.85	c       664             50          49        20                -           0.0000          -
12453.75/668.99	c       669            239         238        20                -           0.0000          -
12558.93/674.21	c       674            246         245        20                -           0.0000          -
12662.14/679.41	c       679             54          53        20                -           0.0000          -
12761.33/684.41	c       684             54          53        20                -           0.0000          -
12862.54/689.55	c       690             56          55        20                -           0.0000          -
12963.71/694.68	c       695             62          61        20                -           0.0000          -
13062.92/699.69	c       700            749         316        20                -           0.0000          -
13164.11/704.79	c       705             68          67        20                -           0.0000          -
13265.32/709.83	c       710             70          69        20                -           0.0000          -
13366.47/714.95	c       715            799         322        20                -           0.0000          -
13465.63/719.96	c       720             74          73        20                -           0.0000          -
13564.80/725.00	c       725             74          73        20                -           0.0000          -
13663.91/730.01	c       730            337         336        20                -           0.0000          -
13765.65/735.13	c       735            337         336        20                -           0.0000          -
13868.14/740.29	c       740             78          77        20                -           0.0000          -
13969.29/745.30	c       745             78          77        20                -           0.0000          -
14074.40/750.60	c       751             78          77        20                -           0.0000          -
14173.58/755.64	c       756             78          77        20                -           0.0000          -
14276.72/760.81	c       761             78          77        20                -           0.0000          -
14382.47/766.16	c       766             78          77        20                -           0.0000          -
14482.94/771.22	c       771             78          77        20                -           0.0000          -
14584.25/776.35	c       776             78          77        20                -           0.0000          -
14687.22/781.52	c       782             78          77        20                -           0.0000          -
14786.40/786.56	c       787             78          77        20                -           0.0000          -
14889.71/791.75	c       792             78          77        20                -           0.0000          -
14990.73/796.88	c       797             78          77        20                -           0.0000          -
15091.94/802.00	c       802             78          77        20                -           0.0000          -
15191.06/807.03	c       807             78          77        20                -           0.0000          -
15293.04/812.11	c       812             78          77        20                -           0.0000          -
15397.33/817.30	c       817             78          77        20                -           0.0000          -
15498.51/822.43	c       822             78          77        20                -           0.0000          -
15599.73/827.52	c       828             78          77        20                -           0.0000          -
15698.94/832.59	c       833             78          77        20                -           0.0000          -
15806.12/837.96	c       838             78          77        20                -           0.0000          -
15911.25/843.26	c       843             78          77        20                -           0.0000          -
16010.47/848.29	c       848             78          77        20                -           0.0000          -
16113.66/853.45	c       853             78          77        20                -           0.0000          -
16212.97/858.46	c       858             78          77        20                -           0.0000          -
16312.19/863.48	c       863             78          77        20                -           0.0000          -
16413.37/868.52	c       869             78          77        20                -           0.0000          -
16514.57/873.66	c       874             78          77        20                -           0.0000          -
16617.81/878.81	c       879             78          77        20                -           0.0000          -
16719.07/883.92	c       884             78          77        20                -           0.0000          -
16818.37/888.98	c       889             78          77        20                -           0.0000          -
16920.26/894.08	c       894             78          77        20                -           0.0000          -
17024.87/899.32	c       899             78          77        20                -           0.0000          -
17126.15/904.44	c       904             78          77        20                -           0.0000          -
17227.43/909.56	c       910             78          77        20                -           0.0000          -
17330.70/914.70	c       915             78          77        20                -           0.0000          -
17433.95/919.91	c       920           1501         432        20                -           0.0000          -
17533.23/925.03	c       925             82          81        20                -           0.0000          -
17638.45/930.21	c       930             84          83        20                -           0.0000          -
17737.73/935.30	c       935             86          85        20                -           0.0000          -
17840.98/940.43	c       940             87          86        20                -           0.0000          -
17940.23/945.46	c       945             89          88        20                -           0.0000          -
18041.53/950.51	c       951             92          91        20                -           0.0000          -
18142.65/955.69	c       956           2119         552        20                -           0.0000          -
18245.78/960.83	c       961           2158         557        20                -           0.0000          -
18344.99/965.88	c       966            106         105        20                -           0.0000          -
18446.17/970.96	c       971           1659         456        20                -           0.0000          -
18545.33/975.97	c       976           1210         667        20                -           0.0000          -
18644.44/981.01	c       981            121         120        20                -           0.0000          -
18746.32/986.04	c       986           1707         462        20                -           0.0000          -
18845.52/991.12	c       991           2380         577        20                -           0.0000          -
18946.76/996.14	c       996           2412         581        20                -           0.0000          -
19045.93/1001.16	c      1001            132         131        20                -           0.0000          -
19146.39/1006.29	c      1006            144         143        20                -           0.0000          -
19249.59/1011.47	c      1011            144         143        20                -           0.0000          -
19350.79/1016.56	c      1017            146         145        20                -           0.0000          -
19450.00/1021.57	c      1022            150         149        20                -           0.0000          -
19553.15/1026.73	c      1027            152         151        20                -           0.0000          -
19652.53/1031.78	c      1032           1868         489        20                -           0.0000          -
19753.65/1036.80	c      1037            156         155        20                -           0.0000          -
19852.92/1041.82	c      1042            156         155        20                -           0.0000          -
19954.10/1046.95	c      1047            156         155        20                -           0.0000          -
20056.04/1052.08	c      1052            156         155        20                -           0.0000          -
20157.20/1057.15	c      1057            156         155        20                -           0.0000          -
20257.63/1062.27	c      1062            156         155        20                -           0.0000          -
20358.56/1067.31	c      1067            156         155        20                -           0.0000          -
20457.78/1072.33	c      1072            156         155        20                -           0.0000          -
20556.99/1077.37	c      1077            156         155        20                -           0.0000          -
20660.16/1082.55	c      1083            156         155        20                -           0.0000          -
20759.40/1087.60	c      1088            156         155        20                -           0.0000          -
20860.55/1092.67	c      1093            156         155        20                -           0.0000          -
20963.70/1097.89	c      1098            156         155        20                -           0.0000          -
21064.97/1102.96	c      1103            156         155        20                -           0.0000          -
21164.21/1108.00	c      1108            156         155        20                -           0.0000          -
21266.22/1113.11	c      1113            156         155        20                -           0.0000          -
21368.72/1118.21	c      1118            156         155        20                -           0.0000          -
21467.94/1123.22	c      1123            156         155        20                -           0.0000          -
21567.19/1128.28	c      1128            156         155        20                -           0.0000          -
21670.41/1133.43	c      1133            156         155        20                -           0.0000          -
21771.60/1138.54	c      1139            156         155        20                -           0.0000          -
21870.86/1143.54	c      1144            156         155        20                -           0.0000          -
21972.12/1148.66	c      1149            156         155        20                -           0.0000          -
22073.43/1153.75	c      1154            156         155        20                -           0.0000          -
22174.58/1158.83	c      1159            156         155        20                -           0.0000          -
22273.85/1163.85	c      1164            156         155        20                -           0.0000          -
22375.12/1168.93	c      1169            156         155        20                -           0.0000          -
22480.35/1174.20	c      1174            156         155        20                -           0.0000          -
22585.53/1179.59	c      1180            156         155        20                -           0.0000          -
22686.79/1184.65	c      1185            156         155        20                -           0.0000          -
22790.04/1189.80	c      1190            156         155        20                -           0.0000          -
22889.37/1194.84	c      1195            156         155        20                -           0.0000          -
22993.04/1200.10	c      1200            156         155        20                -           0.0000          -
23095.68/1205.26	c      1205            156         155        20                -           0.0000          -
23200.92/1210.52	c      1211            156         155        20                -           0.0000          -
23302.18/1215.63	c      1216            156         155        20                -           0.0000          -
23401.45/1220.68	c      1221            156         155        20                -           0.0000          -
23502.67/1225.75	c      1226            156         155        20                -           0.0000          -
23601.86/1230.78	c      1231            156         155        20                -           0.0000          -
23703.03/1235.83	c      1236            156         155        20                -           0.0000          -
23802.21/1240.88	c      1241            156         155        20                -           0.0000          -
23901.36/1245.89	c      1246            156         155        20                -           0.0000          -
24002.54/1250.91	c      1251            156         155        20                -           0.0000          -
24101.73/1255.98	c      1256            156         155        20                -           0.0000          -
24203.53/1261.04	c      1261            156         155        20                -           0.0000          -
24302.67/1266.08	c      1266            156         155        20                -           0.0000          -
24401.95/1271.10	c      1271            156         155        20                -           0.0000          -
24503.05/1276.19	c      1276            156         155        20                -           0.0000          -
24603.33/1281.25	c      1281            156         155        20                -           0.0000          -
24704.46/1286.31	c      1286            157         156        20                -           0.0000          -
24803.62/1291.33	c      1291           1716         563        20                -           0.0000          -
24906.68/1296.53	c      1297            162         161        20                -           0.0000          -
25009.77/1301.74	c      1302            163         162        20                -           0.0000          -
25108.83/1306.78	c      1307           2901         654        20                -           0.0000          -
25211.85/1311.94	c      1312           1758         573        20                -           0.0000          -
25310.86/1316.95	c      1317            200         199        20                -           0.0000          -
25412.58/1322.08	c      1322           1781         576        20                -           0.0000          -
25511.56/1327.14	c      1327           1790         577        20                -           0.0000          -
25613.96/1332.27	c      1332            239         222        20                -           0.0000          -
25715.14/1337.34	c      1337            239         222        20                -           0.0000          -
25814.31/1342.35	c      1342            239         222        20                -           0.0000          -
25913.40/1347.39	c      1347            239         222        20                -           0.0000          -
26014.51/1352.43	c      1352            239         222        20                -           0.0000          -
26115.55/1357.51	c      1358           1867         586        20                -           0.0000          -
26214.50/1362.56	c      1363           3096         679        20                -           0.0000          -
26315.52/1367.70	c      1368            253         227        20                -           0.0000          -
26416.59/1372.72	c      1373            253         227        20                -           0.0000          -
26515.68/1377.72	c      1378            253         227        20                -           0.0000          -
26616.82/1382.88	c      1383            253         227        20                -           0.0000          -
26718.02/1387.92	c      1388            253         227        20                -           0.0000          -
26817.17/1392.99	c      1393            253         227        20                -           0.0000          -
26916.26/1398.03	c      1398            256         226        20                -           0.0000          -
27017.91/1403.11	c      1403            256         228        20                -           0.0000          -
27119.13/1408.15	c      1408            257         227        20                -           0.0000          -
27217.98/1413.18	c      1413            270         230        20                -           0.0000          -
27317.03/1418.19	c      1418           2012         605        20                -           0.0000          -
27419.58/1423.33	c      1423           2012         605        20                -           0.0000          -
27520.75/1428.44	c      1428            275         229        20                -           0.0000          -
27619.94/1433.46	c      1433            275         229        20                -           0.0000          -
27721.17/1438.57	c      1439           2044         609        20                -           0.0000          -
27822.42/1443.67	c      1444           3496         763        20                -           0.0000          -
27923.63/1448.72	c      1449           2063         612        20                -           0.0000          -
28022.81/1453.74	c      1454            317         239        20                -           0.0000          -
28122.09/1458.76	c      1459            326         244        20                -           0.0000          -
28223.34/1463.85	c      1464            326         244        20                -           0.0000          -
28324.59/1468.91	c      1469            326         244        20                -           0.0000          -
28423.87/1474.02	c      1474            331         249        20                -           0.0000          -
28525.77/1479.06	c      1479           3644         795        20                -           0.0000          -
28626.83/1484.15	c      1484            355         252        20                -           0.0000          -
28729.62/1489.32	c      1489            355         252        20                -           0.0000          -
28830.92/1494.43	c      1494            355         252        20                -           0.0000          -
28932.23/1499.51	c      1500            355         252        20                -           0.0000          -
29031.52/1504.52	c      1505           3682         801        20                -           0.0000          -
29130.77/1509.54	c      1510           3682         801        20                -           0.0000          -
29230.04/1514.56	c      1515           3693         804        20                -           0.0000          -
29331.28/1519.60	c      1520           2250         641        20                -           0.0000          -
29430.48/1524.61	c      1525            455         262        20                -           0.0000          -
29531.73/1529.70	c      1530            455         262        20                -           0.0000          -
29632.98/1534.82	c      1535            455         262        20                -           0.0000          -
29734.23/1539.92	c      1540            455         262        20                -           0.0000          -
29833.49/1544.93	c      1545            455         262        20                -           0.0000          -
29932.71/1549.94	c      1550            455         262        20                -           0.0000          -
30034.59/1555.06	c      1555           2341         660        20                -           0.0000          -
30133.90/1560.08	c      1560           6219        1026        20                -           0.0000          -
30233.14/1565.12	c      1565           6219        1026        20                -           0.0000          -
30334.53/1570.16	c      1570           6219        1026        20                -           0.0000          -
30435.07/1575.22	c      1575           6221        1028        20                -           0.0000          -
30536.34/1580.37	c      1580           3920         839        20                -           0.0000          -
30637.60/1585.42	c      1585            573         275        20                -           0.0000          -
30736.81/1590.46	c      1590           2424         671        20                -           0.0000          -
30838.06/1595.56	c      1596           3980         845        20                -           0.0000          -
30941.17/1600.73	c      1601           3997         854        20                -           0.0000          -
31042.32/1605.84	c      1606            657         277        20                -           0.0000          -
31141.55/1610.88	c      1611            657         277        20                -           0.0000          -
31242.77/1615.92	c      1616            657         277        20                -           0.0000          -
31341.95/1620.93	c      1621            657         277        20                -           0.0000          -
31441.09/1626.00	c      1626           4086         871        20                -           0.0000          -
31542.68/1631.07	c      1631            675         278        20                -           0.0000          -
31644.16/1636.18	c      1636            689         280        20                -           0.0000          -
31744.38/1641.27	c      1641           2537         684        20                -           0.0000          -
31843.55/1646.30	c      1646           4159         880        20                -           0.0000          -
31944.87/1651.36	c      1651           2551         684        20                -           0.0000          -
32043.90/1656.38	c      1656           2552         685        20                -           0.0000          -
32143.09/1661.40	c      1661           7192        1037        20                -           0.0000          -
32244.26/1666.47	c      1666            868         290        20                -           0.0000          -
32343.49/1671.49	c      1671            868         290        20                -           0.0000          -
32444.68/1676.53	c      1677            868         290        20                -           0.0000          -
32545.79/1681.63	c      1682            868         290        20                -           0.0000          -
32644.63/1686.69	c      1687            868         290        20                -           0.0000          -
32745.82/1691.72	c      1692            868         290        20                -           0.0000          -
32846.73/1696.81	c      1697            868         290        20                -           0.0000          -
32945.95/1701.84	c      1702            878         290        20                -           0.0000          -
33047.17/1706.96	c      1707           7517        1058        20                -           0.0000          -
33146.40/1712.02	c      1712           2673         706        20                -           0.0000          -
33248.25/1717.05	c      1717           2680         709        20                -           0.0000          -
33347.58/1722.06	c      1722            942         296        20                -           0.0000          -
33449.91/1727.20	c      1727            942         296        20                -           0.0000          -
33549.20/1732.23	c      1732            942         296        20                -           0.0000          -
33652.24/1737.44	c      1737            942         296        20                -           0.0000          -
33753.42/1742.55	c      1743            942         296        20                -           0.0000          -
33854.62/1747.65	c      1748            942         296        20                -           0.0000          -
33957.79/1752.84	c      1753            942         296        20                -           0.0000          -
34056.99/1757.85	c      1758            957         295        20                -           0.0000          -
34156.18/1762.86	c      1763            957         295        20                -           0.0000          -
34257.39/1767.96	c      1768            957         295        20                -           0.0000          -
34356.60/1772.97	c      1773            957         295        20                -           0.0000          -
34455.82/1777.98	c      1778           4587         936        20                -           0.0000          -
34557.67/1783.04	c      1783           4603         938        20                -           0.0000          -
34657.04/1788.06	c      1788            982         300        20                -           0.0000          -
34756.10/1793.07	c      1793            982         300        20                -           0.0000          -
34855.25/1798.12	c      1798            982         300        20                -           0.0000          -
34957.84/1803.21	c      1803            982         300        20                -           0.0000          -
35059.03/1808.31	c      1808            982         300        20                -           0.0000          -
35158.24/1813.36	c      1813            982         300        20                -           0.0000          -
35261.39/1818.53	c      1819           4712         955        20                -           0.0000          -
35362.56/1823.68	c      1824           8277        1122        20                -           0.0000          -
35463.71/1828.72	c      1829           2922         747        20                -           0.0000          -
35562.90/1833.75	c      1834           2926         749        20                -           0.0000          -
35662.01/1838.75	c      1839           4771         966        20                -           0.0000          -
35763.03/1843.87	c      1844           2943         752        20                -           0.0000          -
35864.22/1849.04	c      1849           1161         307        20                -           0.0000          -
35969.35/1854.26	c      1854           1161         307        20                -           0.0000          -
36072.36/1859.44	c      1859           1161         307        20                -           0.0000          -
36175.54/1864.67	c      1865           8531        1144        20                -           0.0000          -
36278.73/1869.81	c      1870           4862         983        20                -           0.0000          -
36377.86/1874.88	c      1875           4877         986        20                -           0.0000          -
36479.07/1879.97	c      1880           1290         314        20                -           0.0000          -
36578.31/1885.00	c      1885           8647        1286        20                -           0.0000          -
36680.14/1890.05	c      1890           3088         785        20                -           0.0000          -
36781.33/1895.14	c      1895           1334         314        20                -           0.0000          -
36880.50/1900.17	c      1900           1334         314        20                -           0.0000          -
36981.04/1905.23	c      1905           1334         314        20                -           0.0000          -
37080.02/1910.26	c      1910           1334         314        20                -           0.0000          -
37181.08/1915.34	c      1915           1334         314        20                -           0.0000          -
37280.28/1920.39	c      1920           8927        1172        20                -           0.0000          -
37383.45/1925.55	c      1926           3204         809        20                -           0.0000          -
37486.61/1930.76	c      1931           3219         810        20                -           0.0000          -
37589.62/1935.97	c      1936           1469         317        20                -           0.0000          -
37691.40/1941.12	c      1941           3245         814        20                -           0.0000          -
37795.83/1946.33	c      1946           1530         314        20                -           0.0000          -
37895.05/1951.35	c      1951           3262         817        20                -           0.0000          -
37996.27/1956.41	c      1956           3274         817        20                -           0.0000          -
38095.48/1961.42	c      1961           9289        1340        20                -           0.0000          -
38198.67/1966.65	c      1967           3292         819        20                -           0.0000          -
38297.86/1971.68	c      1972           9367        1342        20                -           0.0000          -
38398.97/1976.76	c      1977           1712         309        20                -           0.0000          -
38497.82/1981.78	c      1982           1712         309        20                -           0.0000          -
38598.89/1986.84	c      1987           1712         309        20                -           0.0000          -
38700.02/1991.96	c      1992           1712         309        20                -           0.0000          -
38801.80/1997.07	c      1997           1712         309        20                -           0.0000          -
38902.99/2002.14	c      2002           3369         828        20                -           0.0000          -
39003.44/2007.23	c      2007           5320        1033        20                -           0.0000          -
39104.58/2012.31	c      2012           1766         315        20                -           0.0000          -
39203.82/2017.37	c      2017           1766         315        20                -           0.0000          -
39309.07/2022.65	c      2023           1766         315        20                -           0.0000          -
39410.31/2027.77	c      2028           1766         315        20                -           0.0000          -
39511.37/2032.81	c      2033           1777         318        20                -           0.0000          -
39610.54/2037.83	c      2038           1777         318        20                -           0.0000          -
39709.76/2042.87	c      2043           1777         318        20                -           0.0000          -
39810.92/2047.90	c      2048           1777         318        20                -           0.0000          -
39910.13/2053.02	c      2053           1777         318        20                -           0.0000          -
40009.36/2058.03	c      2058           1777         318        20                -           0.0000          -
40111.05/2063.07	c      2063           9927        1292        20                -           0.0000          -
40210.06/2068.12	c      2068          10157        1394        20                -           0.0000          -
40311.21/2073.16	c      2073          10206        1395        20                -           0.0000          -
40411.17/2078.26	c      2078          10043        1298        20                -           0.0000          -
40510.35/2083.28	c      2083           1940         337        20                -           0.0000          -
40611.52/2088.35	c      2088          10315        1406        20                -           0.0000          -
40712.63/2093.40	c      2093          10139        1306        20                -           0.0000          -
40811.82/2098.47	c      2098           5623        1068        20                -           0.0000          -
40912.84/2103.53	c      2104           3609         850        20                -           0.0000          -
41014.01/2108.63	c      2109           5635        1070        20                -           0.0000          -
41115.17/2113.72	c      2114           2165         346        20                -           0.0000          -
41216.20/2118.81	c      2119           3639         852        20                -           0.0000          -
41315.21/2123.84	c      2124           5689        1080        20                -           0.0000          -
41414.46/2128.83	c      2129           3655         854        20                -           0.0000          -
41513.61/2133.88	c      2134           5716        1083        20                -           0.0000          -
41612.60/2138.89	c      2139          10411        1340        20                -           0.0000          -
41713.76/2143.93	c      2144           5759        1086        20                -           0.0000          -
41812.79/2148.96	c      2149           5771        1086        20                -           0.0000          -
41911.91/2153.99	c      2154           5787        1088        20                -           0.0000          -
42011.08/2159.00	c      2159          10530        1351        20                -           0.0000          -
42110.31/2164.02	c      2164           2544         352        20                -           0.0000          -
42211.98/2169.11	c      2169           5834        1097        20                -           0.0000          -
42310.89/2174.12	c      2174           5851        1102        20                -           0.0000          -
42411.94/2179.16	c      2179           5864        1107        20                -           0.0000          -
42514.35/2184.32	c      2184           3792         873        20                -           0.0000          -
42617.44/2189.50	c      2190           3807         874        20                -           0.0000          -
42716.63/2194.59	c      2195           2785         343        20                -           0.0000          -
42817.77/2199.61	c      2200           3841         878        20                -           0.0000          -
42918.91/2204.73	c      2205          11225        1482        20                -           0.0000          -
43018.07/2209.78	c      2210           5961        1130        20                -           0.0000          -
43121.24/2215.00	c      2215           3870         879        20                -           0.0000          -
43220.43/2220.02	c      2220           5991        1134        20                -           0.0000          -
43319.64/2225.03	c      2225           5991        1134        20                -           0.0000          -
43421.55/2230.06	c      2230           3002         345        20                -           0.0000          -
43523.97/2235.23	c      2235           3002         345        20                -           0.0000          -
43623.18/2240.24	c      2240           3002         345        20                -           0.0000          -
43722.40/2245.27	c      2245           3002         345        20                -           0.0000          -
43823.47/2250.33	c      2250           3002         345        20                -           0.0000          -
43922.67/2255.38	c      2255           3010         345        20                -           0.0000          -
44023.86/2260.40	c      2260           3989         898        20                -           0.0000          -
44123.01/2265.49	c      2265           3989         898        20                -           0.0000          -
44224.16/2270.50	c      2270           3057         348        20                -           0.0000          -
44325.24/2275.60	c      2276           3057         348        20                -           0.0000          -
44426.44/2280.70	c      2281           3057         348        20                -           0.0000          -
44525.64/2285.77	c      2286           6170        1157        20                -           0.0000          -
44626.76/2290.83	c      2291          11918        1563        20                -           0.0000          -
44727.87/2296.02	c      2296           3108         348        20                -           0.0000          -
44827.03/2301.04	c      2301           3108         348        20                -           0.0000          -
44930.77/2306.13	c      2306           3108         348        20                -           0.0000          -
45031.24/2311.23	c      2311           3108         348        20                -           0.0000          -
45130.39/2316.24	c      2316           3108         348        20                -           0.0000          -
45231.55/2321.36	c      2321           3108         348        20                -           0.0000          -
45330.73/2326.38	c      2326          11686        1451        20                -           0.0000          -
45431.90/2331.42	c      2331           3154         348        20                -           0.0000          -
45533.09/2336.58	c      2337           4252         963        20                -           0.0000          -
45634.28/2341.62	c      2342           6323        1184        20                -           0.0000          -
45733.48/2346.64	c      2347           4274         965        20                -           0.0000          -
45832.68/2351.70	c      2352           3290         353        20                -           0.0000          -
45933.80/2356.77	c      2357           4299         966        20                -           0.0000          -
46034.94/2361.89	c      2362           3322         357        20                -           0.0000          -
46136.12/2366.91	c      2367           3322         357        20                -           0.0000          -
46235.24/2371.92	c      2372           3322         357        20                -           0.0000          -
46334.42/2376.94	c      2377           3322         357        20                -           0.0000          -
46436.43/2382.10	c      2382          12076        1487        20                -           0.0000          -
46535.46/2387.12	c      2387           6477        1202        20                -           0.0000          -
46634.81/2392.14	c      2392           6491        1204        20                -           0.0000          -
46739.03/2397.39	c      2397           6512        1205        20                -           0.0000          -
46840.19/2402.43	c      2402           4468         977        20                -           0.0000          -
46939.28/2407.46	c      2407           6548        1213        20                -           0.0000          -
47042.39/2412.60	c      2413           3466         363        20                -           0.0000          -
47143.60/2417.71	c      2418           3466         363        20                -           0.0000          -
47242.81/2422.73	c      2423           3466         363        20                -           0.0000          -
47344.00/2427.84	c      2428           3466         363        20                -           0.0000          -
47445.20/2432.92	c      2433           3466         363        20                -           0.0000          -
47544.37/2437.96	c      2438           3466         363        20                -           0.0000          -
47646.26/2443.14	c      2443           3466         363        20                -           0.0000          -
47747.72/2448.16	c      2448          12562        1527        20                -           0.0000          -
47848.10/2453.22	c      2453           3493         364        20                -           0.0000          -
47947.14/2458.24	c      2458           4650         991        20                -           0.0000          -
48048.24/2463.32	c      2463           6744        1245        20                -           0.0000          -
48147.41/2468.33	c      2468           3611         366        20                -           0.0000          -
48246.54/2473.37	c      2473           4686         995        20                -           0.0000          -
48347.68/2478.42	c      2478          12774        1539        20                -           0.0000          -
48446.85/2483.43	c      2483           3677         372        20                -           0.0000          -
48545.99/2488.49	c      2488           6826        1257        20                -           0.0000          -
48647.17/2493.53	c      2494           3691         374        20                -           0.0000          -
48746.36/2498.54	c      2499           3691         374        20                -           0.0000          -
48847.48/2503.66	c      2504           3691         374        20                -           0.0000          -
48948.65/2508.74	c      2509           3691         374        20                -           0.0000          -
49047.83/2513.77	c      2514           6913        1268        20                -           0.0000          -
49148.98/2518.85	c      2519           6928        1271        20                -           0.0000          -
49248.16/2523.89	c      2524           3755         374        20                -           0.0000          -
49349.17/2528.91	c      2529           3773         376        20                -           0.0000          -
49448.38/2533.99	c      2534           4858        1007        20                -           0.0000          -
49550.44/2539.07	c      2539           6996        1281        20                -           0.0000          -
49649.44/2544.12	c      2544           7017        1284        20                -           0.0000          -
49750.86/2549.15	c      2549           7034        1287        20                -           0.0000          -
49851.11/2554.28	c      2554           7042        1287        20                -           0.0000          -
49952.31/2559.37	c      2559           3921         386        20                -           0.0000          -
50053.48/2564.50	c      2564           3921         386        20                -           0.0000          -
50158.54/2569.71	c      2570           3921         386        20                -           0.0000          -
50261.68/2574.97	c      2575           3921         386        20                -           0.0000          -
50360.86/2579.98	c      2580           3921         386        20                -           0.0000          -
50467.72/2585.34	c      2585           3921         386        20                -           0.0000          -
50568.92/2590.43	c      2590           3921         386        20                -           0.0000          -
50672.08/2595.63	c      2596           3926         386        20                -           0.0000          -
50775.22/2600.90	c      2601           3960         386        20                -           0.0000          -
50876.34/2606.01	c      2606           5072        1023        20                -           0.0000          -
50978.16/2611.06	c      2611           7246        1317        20                -           0.0000          -
51077.34/2616.09	c      2616           4055         391        20                -           0.0000          -
51178.38/2621.13	c      2621           7280        1323        20                -           0.0000          -
51277.63/2626.15	c      2626           5122        1027        20                -           0.0000          -
51377.99/2631.26	c      2631           4143         395        20                -           0.0000          -
51479.13/2636.31	c      2636          13963        1630        20                -           0.0000          -
51578.30/2641.34	c      2641           7357        1332        20                -           0.0000          -
51681.40/2646.56	c      2647           5172        1031        20                -           0.0000          -
51780.53/2651.58	c      2652           7377        1334        20                -           0.0000          -
51881.65/2656.61	c      2657           7387        1336        20                -           0.0000          -
51980.75/2661.63	c      2662          14175        1644        20                -           0.0000          -
52081.87/2666.77	c      2667           5254        1037        20                -           0.0000          -
52185.01/2671.96	c      2672           7433        1344        20                -           0.0000          -
52284.18/2676.99	c      2677           5278        1041        20                -           0.0000          -
52383.37/2682.01	c      2682           4527         413        20                -           0.0000          -
52485.11/2687.05	c      2687          15026        1889        20                -           0.0000          -
52584.33/2692.08	c      2692          14439        1670        20                -           0.0000          -
52683.25/2697.13	c      2697           5340        1045        20                -           0.0000          -
52787.64/2702.30	c      2702           4687         421        20                -           0.0000          -
52888.79/2707.49	c      2707           5359        1048        20                -           0.0000          -
52991.93/2712.65	c      2713           7579        1358        20                -           0.0000          -
53095.06/2717.83	c      2718           7588        1359        20                -           0.0000          -
53194.24/2722.88	c      2723           4831         427        20                -           0.0000          -
53300.25/2728.15	c      2728           4831         427        20                -           0.0000          -
53400.47/2733.20	c      2733           4831         427        20                -           0.0000          -
53499.62/2738.22	c      2738           4831         427        20                -           0.0000          -
53598.81/2743.23	c      2743           4831         427        20                -           0.0000          -
53697.97/2748.25	c      2748           4831         427        20                -           0.0000          -
53801.11/2753.43	c      2753           7715        1372        20                -           0.0000          -
53900.23/2758.45	c      2758           5475        1062        20                -           0.0000          -
53999.38/2763.49	c      2763           4888         430        20                -           0.0000          -
54102.51/2768.61	c      2769           4911         431        20                -           0.0000          -
54201.57/2773.63	c      2774           4943         433        20                -           0.0000          -
54300.71/2778.66	c      2779           4960         434        20                -           0.0000          -
54399.83/2783.69	c      2784           7819        1382        20                -           0.0000          -
54504.91/2788.92	c      2789           5569        1080        20                -           0.0000          -
54606.78/2794.06	c      2794           5583        1082        20                -           0.0000          -
54709.04/2799.20	c      2799           7874        1385        20                -           0.0000          -
54808.18/2804.27	c      2804           7886        1387        20                -           0.0000          -
54909.35/2809.32	c      2809          15159        1752        20                -           0.0000          -
55008.44/2814.38	c      2814           7926        1389        20                -           0.0000          -
55107.51/2819.40	c      2819           7946        1393        20                -           0.0000          -
55208.58/2824.41	c      2824          15268        1759        20                -           0.0000          -
55307.77/2829.42	c      2829           7987        1402        20                -           0.0000          -
55408.96/2834.58	c      2835           8001        1404        20                -           0.0000          -
55510.14/2839.70	c      2840           5698        1091        20                -           0.0000          -
55611.29/2844.72	c      2845           8017        1406        20                -           0.0000          -
55710.44/2849.75	c      2850           5722        1097        20                -           0.0000          -
55813.54/2854.95	c      2855          16341        2018        20                -           0.0000          -
55915.45/2860.07	c      2860           8074        1411        20                -           0.0000          -
56014.48/2865.11	c      2865           8088        1413        20                -           0.0000          -
56115.55/2870.15	c      2870          16461        2030        20                -           0.0000          -
56214.96/2875.16	c      2875           8121        1416        20                -           0.0000          -
56315.09/2880.23	c      2880           5706         458        20                -           0.0000          -
56416.27/2885.30	c      2885           5740         458        20                -           0.0000          -
56515.45/2890.34	c      2890           5751         461        20                -           0.0000          -
56616.63/2895.40	c      2895           5850        1119        20                -           0.0000          -
56715.76/2900.47	c      2900           8179        1422        20                -           0.0000          -
56816.95/2905.51	c      2906           8182        1423        20                -           0.0000          -
56916.14/2910.55	c      2911           5882        1121        20                -           0.0000          -
57015.34/2915.59	c      2916           5891         469        20                -           0.0000          -
57118.52/2920.71	c      2921           5919         471        20                -           0.0000          -
57219.71/2925.83	c      2926           8244        1445        20                -           0.0000          -
57320.92/2930.92	c      2931           8263        1450        20                -           0.0000          -
57420.06/2936.00	c      2936           8277        1452        20                -           0.0000          -
57519.26/2941.01	c      2941          16993        2070        20                -           0.0000          -
57621.07/2946.04	c      2946           5991        1136        20                -           0.0000          -
57720.48/2951.14	c      2951           8322        1461        20                -           0.0000          -
57826.68/2956.45	c      2956           8338        1467        20                -           0.0000          -
57927.88/2961.58	c      2962           8352        1469        20                -           0.0000          -
58029.10/2966.62	c      2967           6040        1141        20                -           0.0000          -
58128.30/2971.66	c      2972           6040        1141        20                -           0.0000          -
58229.52/2976.71	c      2977           6040        1141        20                -           0.0000          -
58328.75/2981.75	c      2982           8419        1486        20                -           0.0000          -
58427.78/2986.79	c      2987          17368        2095        20                -           0.0000          -
58530.97/2991.90	c      2992           8450        1491        20                -           0.0000          -
58630.19/2996.93	c      2997          16427        1874        20                -           0.0000          -
58729.41/3001.99	c      3002           8479        1496        20                -           0.0000          -
58828.56/3007.02	c      3007           6147        1152        20                -           0.0000          -
58930.41/3012.05	c      3012          16527        1882        20                -           0.0000          -
59029.50/3017.06	c      3017           8526        1499        20                -           0.0000          -
59129.00/3022.12	c      3022           6199        1154        20                -           0.0000          -
59230.08/3027.17	c      3027           6215        1154        20                -           0.0000          -
59329.33/3032.19	c      3032          16646        1893        20                -           0.0000          -
59429.53/3037.24	c      3037          16679        1894        20                -           0.0000          -
59528.69/3042.27	c      3042          17787        2124        20                -           0.0000          -
59627.89/3047.28	c      3047           8608        1519        20                -           0.0000          -
59727.05/3052.29	c      3052           8608        1519        20                -           0.0000          -
59828.26/3057.30	c      3057           8608        1519        20                -           0.0000          -
59929.44/3062.46	c      3062           8623        1522        20                -           0.0000          -
60028.65/3067.48	c      3067           8632        1525        20                -           0.0000          -
60129.84/3072.52	c      3073           8645        1526        20                -           0.0000          -
60229.05/3077.53	c      3078           8652        1527        20                -           0.0000          -
60328.20/3082.54	c      3083           7180         498        20                -           0.0000          -
60427.36/3087.58	c      3088           6362        1173        20                -           0.0000          -
60530.52/3092.74	c      3093           6371        1174        20                -           0.0000          -
60631.71/3097.86	c      3098           8717        1542        20                -           0.0000          -
60730.82/3102.88	c      3103           6392        1175        20                -           0.0000          -
60832.00/3107.91	c      3108           7339         509        20                -           0.0000          -
60931.20/3112.94	c      3113           8757        1552        20                -           0.0000          -
61030.37/3117.97	c      3118           6430        1181        20                -           0.0000          -
61129.49/3122.98	c      3123          18397        2190        20                -           0.0000          -
61231.41/3128.07	c      3128           8806        1561        20                -           0.0000          -
61332.63/3133.14	c      3133          17234        2001        20                -           0.0000          -
61433.01/3138.24	c      3138           7571         519        20                -           0.0000          -
61534.20/3143.38	c      3143          17300        2005        20                -           0.0000          -
61635.39/3148.48	c      3148          17332        2009        20                -           0.0000          -
61736.55/3153.57	c      3154           6522        1189        20                -           0.0000          -
61837.74/3158.62	c      3159          18652        2231        20                -           0.0000          -
61936.97/3163.65	c      3164           8907        1586        20                -           0.0000          -
62038.16/3168.72	c      3169           8922        1589        20                -           0.0000          -
62137.37/3173.76	c      3174           8937        1592        20                -           0.0000          -
62236.52/3178.78	c      3179           7880         538        20                -           0.0000          -
62337.66/3183.84	c      3184          17552        2037        20                -           0.0000          -
62436.80/3188.86	c      3189           8981        1600        20                -           0.0000          -
62535.94/3193.87	c      3194           8996        1601        20                -           0.0000          -
62635.14/3198.88	c      3199           6660        1221        20                -           0.0000          -
62736.32/3203.91	c      3204           9030        1605        20                -           0.0000          -
62835.54/3209.00	c      3209          17703        2058        20                -           0.0000          -
62939.62/3214.17	c      3214           9064        1607        20                -           0.0000          -
63038.78/3219.20	c      3219           9082        1607        20                -           0.0000          -
63139.08/3224.22	c      3224           9093        1608        20                -           0.0000          -
63238.23/3229.26	c      3229           6721        1232        20                -           0.0000          -
63337.42/3234.28	c      3234           6721        1232        20                -           0.0000          -
63438.62/3239.32	c      3239           9145        1614        20                -           0.0000          -
63537.83/3244.39	c      3244           9165        1618        20                -           0.0000          -
63639.03/3249.41	c      3249           8403         553        20                -           0.0000          -
63738.19/3254.41	c      3254           6749        1238        20                -           0.0000          -
63837.35/3259.45	c      3259          18021        2080        20                -           0.0000          -
63938.56/3264.54	c      3265           8528         554        20                -           0.0000          -
64039.72/3269.62	c      3270           9250        1633        20                -           0.0000          -
64138.92/3274.65	c      3275           6796        1247        20                -           0.0000          -
64238.12/3279.67	c      3280           9283        1642        20                -           0.0000          -
64339.33/3284.72	c      3285           6816        1249        20                -           0.0000          -
64442.44/3289.93	c      3290           9311        1646        20                -           0.0000          -
64541.63/3294.97	c      3295          18239        2098        20                -           0.0000          -
64643.49/3300.11	c      3300           6848        1253        20                -           0.0000          -
64745.97/3305.24	c      3305           6848        1253        20                -           0.0000          -
64845.17/3310.27	c      3310           9372        1657        20                -           0.0000          -
64946.31/3315.34	c      3315          18364        2113        20                -           0.0000          -
65045.47/3320.35	c      3320           9402        1659        20                -           0.0000          -
65144.41/3325.36	c      3325          19868        2381        20                -           0.0000          -
65245.59/3330.46	c      3330           6898        1259        20                -           0.0000          -
65350.87/3335.72	c      3336           6913        1260        20                -           0.0000          -
65449.95/3340.74	c      3341          18521        2128        20                -           0.0000          -
65553.00/3345.94	c      3346           9491        1674        20                -           0.0000          -
65652.20/3350.99	c      3351           9508        1675        20                -           0.0000          -
65751.37/3356.00	c      3356           6960        1263        20                -           0.0000          -
65853.16/3361.08	c      3361           6975        1264        20                -           0.0000          -
65952.48/3366.12	c      3366          20190        2417        20                -           0.0000          -
66054.95/3371.21	c      3371           9583        1686        20                -           0.0000          -
66154.18/3376.24	c      3376           9603        1690        20                -           0.0000          -
66253.38/3381.25	c      3381           7022        1267        20                -           0.0000          -
66356.52/3386.45	c      3386           9433         559        20                -           0.0000          -
66455.72/3391.48	c      3391           9436         562        20                -           0.0000          -
66556.90/3396.55	c      3397           7064        1271        20                -           0.0000          -
66658.07/3401.66	c      3402           9690        1699        20                -           0.0000          -
66763.17/3406.92	c      3407           7088        1277        20                -           0.0000          -
66862.38/3412.00	c      3412           9592         574        20                -           0.0000          -
66961.57/3417.00	c      3417          19049        2170        20                -           0.0000          -
67063.53/3422.05	c      3422           7118        1283        20                -           0.0000          -
67162.85/3427.07	c      3427           7133        1286        20                -           0.0000          -
67263.88/3432.19	c      3432           9786        1711        20                -           0.0000          -
67364.25/3437.23	c      3437           7152        1289        20                -           0.0000          -
67465.42/3442.31	c      3442           7167        1292        20                -           0.0000          -
67564.52/3447.38	c      3447           9871         585        20                -           0.0000          -
67663.73/3452.39	c      3452           9858        1727        20                -           0.0000          -
67764.90/3457.40	c      3457          19311        2196        20                -           0.0000          -
67864.09/3462.41	c      3462           9989         591        20                -           0.0000          -
67963.27/3467.49	c      3467           7223        1302        20                -           0.0000          -
68064.43/3472.58	c      3473           9914        1743        20                -           0.0000          -
68163.62/3477.58	c      3478           9927        1746        20                -           0.0000          -
68264.80/3482.61	c      3483          10144         598        20                -           0.0000          -
68366.10/3487.79	c      3488          21163        2488        20                -           0.0000          -
68469.02/3493.04	c      3493           7275        1308        20                -           0.0000          -
68570.98/3498.07	c      3498           9983        1762        20                -           0.0000          -
68670.10/3503.13	c      3503           7298        1311        20                -           0.0000          -
68771.09/3508.14	c      3508           7310        1313        20                -           0.0000          -
68873.43/3513.37	c      3513          19663        2224        20                -           0.0000          -
68976.55/3518.50	c      3518          10032        1781        20                -           0.0000          -
69079.72/3523.76	c      3524          21451        2502        20                -           0.0000          -
69185.45/3529.04	c      3529           7351        1316        20                -           0.0000          -
69289.72/3534.33	c      3534           7362        1317        20                -           0.0000          -
69392.85/3539.51	c      3540           7367        1320        20                -           0.0000          -
69491.97/3544.55	c      3545          10630         608        20                -           0.0000          -
69593.10/3549.62	c      3550          21653        2510        20                -           0.0000          -
69692.24/3554.68	c      3555          10144        1795        20                -           0.0000          -
69793.50/3559.76	c      3560          19913        2254        20                -           0.0000          -
69894.53/3564.80	c      3565          10180        1801        20                -           0.0000          -
69995.72/3569.91	c      3570           7432        1327        20                -           0.0000          -
70094.91/3574.98	c      3575          20016        2271        20                -           0.0000          -
70194.12/3580.02	c      3580          10819         620        20                -           0.0000          -
70296.18/3585.10	c      3585          10819         620        20                -           0.0000          -
70398.42/3590.27	c      3590          10819         620        20                -           0.0000          -
70497.55/3595.28	c      3595          10819         620        20                -           0.0000          -
70596.71/3600.30	c      3600          10333        1824        20                -           0.0000          -
70699.87/3605.42	c      3605          10859         624        20                -           0.0000          -
70801.03/3610.50	c      3610          10356        1827        20                -           0.0000          -
70900.22/3615.58	c      3616          10356        1827        20                -           0.0000          -
71001.42/3620.61	c      3621          10364        1833        20                -           0.0000          -
71100.62/3625.62	c      3626          20365        2304        20                -           0.0000          -
71199.77/3630.64	c      3631          10970         628        20                -           0.0000          -
71301.08/3635.73	c      3636          10970         628        20                -           0.0000          -
71400.15/3640.77	c      3641          10970         628        20                -           0.0000          -
71503.36/3645.90	c      3646          10970         628        20                -           0.0000          -
71605.37/3651.07	c      3651          10970         628        20                -           0.0000          -
71706.23/3656.14	c      3656           7641        1360        20                -           0.0000          -
71807.07/3661.24	c      3661          22549        2582        20                -           0.0000          -
71906.30/3666.29	c      3666           7653        1364        20                -           0.0000          -

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 (173911 MiB free)
  memory of node 1: 193531 MiB (121798 MiB free)
  memory of node 2: 193531 MiB (186147 MiB free)
  memory of node 3: 193531 MiB (180008 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-4465626-1723599617/watcher-4465626-1723599617 -o /tmp/evaluation-result-4465626-1723599617/solver-4465626-1723599617 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723592278-710602 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465626-1723599617.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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


[startup+0.100105 s]*
/proc/loadavg: 71.55 78.46 79.80 24/904 715177
/proc/meminfo: memFree=677704972/790760800 swapFree=131071996/131071996
[pid=715176] ppid=715173 vsize=74832 memory=62752 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/stat : 715176 (fscip) R 715173 715176 710592 0 -1 4194304 13579 0 0 0 9 2 0 0 20 0 1 0 126548475 76627968 15688 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
/proc/715176/statm: 18708 15688 2347 3035 0 15104 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 74832 KiB
Current children cumulated memory: 62752 KiB

[startup+0.218849 s]*
/proc/loadavg: 71.55 78.46 79.80 24/904 715177
/proc/meminfo: memFree=677660008/790760800 swapFree=131071996/131071996
[pid=715176] ppid=715173 vsize=119720 memory=107652 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/stat : 715176 (fscip) R 715173 715176 710592 0 -1 4194304 24790 0 0 0 18 4 0 0 20 0 1 0 126548475 122593280 26913 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
/proc/715176/statm: 29930 26913 2347 3035 0 26326 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 119720 KiB
Current children cumulated memory: 107652 KiB

[startup+0.31876 s]*
/proc/loadavg: 71.55 78.46 79.80 24/904 715177
/proc/meminfo: memFree=677621060/790760800 swapFree=131071996/131071996
[pid=715176] ppid=715173 vsize=158684 memory=146524 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/stat : 715176 (fscip) R 715173 715176 710592 0 -1 4194304 33994 0 0 0 27 5 0 0 20 0 1 0 126548475 162492416 36631 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
/proc/715176/statm: 39671 36631 2347 3035 0 36067 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 158684 KiB
Current children cumulated memory: 146524 KiB

[startup+0.700271 s]
/proc/loadavg: 71.55 78.46 79.80 24/904 715177
/proc/meminfo: memFree=677526516/790760800 swapFree=131071996/131071996
[pid=715176] ppid=715173 vsize=366136 memory=351552 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/stat : 715176 (fscip) R 715173 715176 710592 0 -1 4194304 86087 0 0 0 56 13 0 0 20 0 1 0 126548475 374923264 87888 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
/proc/715176/statm: 91534 87888 2539 3035 0 87930 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 366136 KiB
Current children cumulated memory: 351552 KiB

[startup+1.50012 s]
/proc/loadavg: 71.55 78.46 79.80 5/865 715177
/proc/meminfo: memFree=686490096/790760800 swapFree=131071996/131071996
[pid=715176] ppid=715173 vsize=630056 memory=613992 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/stat : 715176 (fscip) R 715173 715176 710592 0 -1 4194304 128089 0 0 0 128 20 0 0 20 0 1 0 126548475 645177344 153498 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
/proc/715176/statm: 157514 153498 2646 3035 0 153910 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 630056 KiB
Current children cumulated memory: 613992 KiB

[startup+3.11874 s]
/proc/loadavg: 71.55 78.46 79.80 5/864 715223
/proc/meminfo: memFree=724619744/790760800 swapFree=131071996/131071996
[pid=715176] ppid=715173 vsize=670916 memory=654124 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/stat : 715176 (fscip) R 715173 715176 710592 0 -1 4194304 164135 0 0 0 280 29 0 0 20 0 1 0 126548475 687017984 163531 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
/proc/715176/statm: 167729 163531 2694 3035 0 164125 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 670916 KiB
Current children cumulated memory: 654124 KiB

[startup+6.30021 s]
/proc/loadavg: 66.22 77.24 79.40 5/864 715225
/proc/meminfo: memFree=723224324/790760800 swapFree=131071996/131071996
[pid=715176] ppid=715173 vsize=807988 memory=731580 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/stat : 715176 (fscip) R 715173 715176 710592 0 -1 4194304 175770 0 0 0 595 32 0 0 20 0 1 0 126548475 827379712 182895 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
/proc/715176/statm: 201997 182895 2758 3035 0 198393 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 807988 KiB
Current children cumulated memory: 731580 KiB

[startup+12.7002 s]
/proc/loadavg: 61.24 76.02 79.00 5/884 715245
/proc/meminfo: memFree=719605548/790760800 swapFree=131071996/131071996
[pid=715176] ppid=715173 vsize=807988 memory=737724 CPUtime=12.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/stat : 715176 (fscip) R 715173 715176 710592 0 -1 4194304 175790 0 0 0 1232 33 0 0 20 0 1 0 126548475 827379712 184431 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
/proc/715176/statm: 201997 184431 2758 3035 0 198393 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 807988 KiB
Current children cumulated memory: 737724 KiB

[startup+25.5002 s]
/proc/loadavg: 54.29 73.74 78.20 43/944 715308
/proc/meminfo: memFree=694898348/790760800 swapFree=131071996/131071996
[pid=715176] ppid=715173 vsize=807988 memory=743868 CPUtime=25.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/stat : 715176 (fscip) R 715173 715176 710592 0 -1 4194304 175805 0 0 0 2506 35 0 0 20 0 1 0 126548475 827379712 185967 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
/proc/715176/statm: 201997 185967 2758 3035 0 198393 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 807988 KiB
Current children cumulated memory: 743868 KiB

[startup+51.1382 s]
/proc/loadavg: 52.86 71.78 77.43 60/1004 715372
/proc/meminfo: memFree=658602908/790760800 swapFree=131071996/131071996
[pid=715176] ppid=715173 vsize=16333056 memory=15070044 CPUtime=211.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/stat : 715176 (fscip) S 715173 715176 710592 0 -1 1077936128 3392615 0 0 0 20376 738 0 0 20 0 41 0 126548475 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
/proc/715176/statm: 4083264 3767511 2774 3035 0 3881267 0
[pid=715176/tid=715330] ppid=715173 vsize=16333056 memory=280498409781520 CPUtime=8.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715330/stat : 715330 (fscip) R 715173 715176 710592 0 -1 4194368 165528 0 0 0 849 38 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715331] ppid=715173 vsize=16333056 memory=0 CPUtime=8.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715331/stat : 715331 (fscip) R 715173 715176 710592 0 -1 4194368 162038 0 0 0 848 34 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715332] ppid=715173 vsize=16333056 memory=11660 CPUtime=8.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715332/stat : 715332 (fscip) R 715173 715176 710592 0 -1 4194368 165512 0 0 0 846 36 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715333] ppid=715173 vsize=16333056 memory=13517836 CPUtime=8.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715333/stat : 715333 (fscip) R 715173 715176 710592 0 -1 4194368 149108 0 0 0 850 33 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715334] ppid=715173 vsize=16333056 memory=280498409639456 CPUtime=8.86 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715334/stat : 715334 (fscip) R 715173 715176 710592 0 -1 4194368 156055 0 0 0 852 34 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715335] ppid=715173 vsize=16333056 memory=2268 CPUtime=8.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715335/stat : 715335 (fscip) R 715173 715176 710592 0 -1 4194368 154977 0 0 0 849 33 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715336] ppid=715173 vsize=16333056 memory=4588 CPUtime=8.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715336/stat : 715336 (fscip) R 715173 715176 710592 0 -1 4194368 164911 0 0 0 846 37 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715337] ppid=715173 vsize=16333056 memory=16108 CPUtime=8.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715337/stat : 715337 (fscip) R 715173 715176 710592 0 -1 4194368 156776 0 0 0 850 31 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715338] ppid=715173 vsize=16333056 memory=5432 CPUtime=8.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715338/stat : 715338 (fscip) R 715173 715176 710592 0 -1 4194368 157571 0 0 0 850 33 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715339] ppid=715173 vsize=16333056 memory=280498409926464 CPUtime=8.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715339/stat : 715339 (fscip) R 715173 715176 710592 0 -1 4194368 149111 0 0 0 849 33 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715340] ppid=715173 vsize=16333056 memory=745916 CPUtime=8.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715340/stat : 715340 (fscip) R 715173 715176 710592 0 -1 4194368 160290 0 0 0 837 34 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715341] ppid=715173 vsize=16333056 memory=280498409634192 CPUtime=8.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715341/stat : 715341 (fscip) R 715173 715176 710592 0 -1 4194368 166772 0 0 0 845 36 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715342] ppid=715173 vsize=16333056 memory=0 CPUtime=8.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715342/stat : 715342 (fscip) R 715173 715176 710592 0 -1 4194368 149221 0 0 0 851 33 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715343] ppid=715173 vsize=16333056 memory=280498409614000 CPUtime=8.81 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715343/stat : 715343 (fscip) R 715173 715176 710592 0 -1 4194368 159631 0 0 0 845 36 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715344] ppid=715173 vsize=16333056 memory=2197 CPUtime=8.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715344/stat : 715344 (fscip) R 715173 715176 710592 0 -1 4194368 159581 0 0 0 847 35 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715345] ppid=715173 vsize=16333056 memory=0 CPUtime=8.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715345/stat : 715345 (fscip) R 715173 715176 710592 0 -1 4194368 164864 0 0 0 851 34 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715346] ppid=715173 vsize=16333056 memory=280498408631216 CPUtime=8.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715346/stat : 715346 (fscip) R 715173 715176 710592 0 -1 4194368 162897 0 0 0 850 35 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715347] ppid=715173 vsize=16333056 memory=280498409256480 CPUtime=8.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715347/stat : 715347 (fscip) R 715173 715176 710592 0 -1 4194368 171498 0 0 0 834 35 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715348] ppid=715173 vsize=16333056 memory=10392 CPUtime=8.83 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715348/stat : 715348 (fscip) R 715173 715176 710592 0 -1 4194368 149743 0 0 0 850 33 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715349] ppid=715173 vsize=16333056 memory=5432 CPUtime=8.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715349/stat : 715349 (fscip) R 715173 715176 710592 0 -1 4194368 165931 0 0 0 847 35 0 0 20 0 41 0 126551902 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715352] ppid=715173 vsize=16333056 memory=2473540 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715352/stat : 715352 (fscip) S 715173 715176 710592 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715353] ppid=715173 vsize=16333056 memory=280498409992528 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715353/stat : 715353 (fscip) S 715173 715176 710592 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715354] ppid=715173 vsize=16333056 memory=280498410530832 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715354/stat : 715354 (fscip) S 715173 715176 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715355] ppid=715173 vsize=16333056 memory=2209 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715355/stat : 715355 (fscip) S 715173 715176 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715356] ppid=715173 vsize=16333056 memory=16108 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715356/stat : 715356 (fscip) S 715173 715176 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715357] ppid=715173 vsize=16333056 memory=2268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715357/stat : 715357 (fscip) S 715173 715176 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715358] ppid=715173 vsize=16333056 memory=280498409531408 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715358/stat : 715358 (fscip) S 715173 715176 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715359] ppid=715173 vsize=16333056 memory=280498408628808 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715359/stat : 715359 (fscip) S 715173 715176 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715360] ppid=715173 vsize=16333056 memory=6856 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715360/stat : 715360 (fscip) S 715173 715176 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715361] ppid=715173 vsize=16333056 memory=7112 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715361/stat : 715361 (fscip) S 715173 715176 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715362] ppid=715173 vsize=16333056 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715362/stat : 715362 (fscip) S 715173 715176 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715363] ppid=715173 vsize=16333056 memory=26960 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715363/stat : 715363 (fscip) S 715173 715176 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715364] ppid=715173 vsize=16333056 memory=31356 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715364/stat : 715364 (fscip) S 715173 715176 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126552722 16725049344 3767511 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0

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

/proc/715176/task/715358/stat : 715358 (fscip) S 715173 715176 710592 0 -1 1077936192 150 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715359] ppid=715173 vsize=46316664 memory=11660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715359/stat : 715359 (fscip) S 715173 715176 710592 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715360] ppid=715173 vsize=46316664 memory=38231168 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715360/stat : 715360 (fscip) S 715173 715176 710592 0 -1 1077936192 174 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715361] ppid=715173 vsize=46316664 memory=38245720 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715361/stat : 715361 (fscip) S 715173 715176 710592 0 -1 1077936192 147 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715362] ppid=715173 vsize=46316664 memory=38376996 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715362/stat : 715362 (fscip) S 715173 715176 710592 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715363] ppid=715173 vsize=46316664 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715363/stat : 715363 (fscip) S 715173 715176 710592 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715364] ppid=715173 vsize=46316664 memory=8240 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715364/stat : 715364 (fscip) S 715173 715176 710592 0 -1 1077936192 118 0 0 0 2 0 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715365] ppid=715173 vsize=46316664 memory=2112 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715365/stat : 715365 (fscip) S 715173 715176 710592 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715366] ppid=715173 vsize=46316664 memory=38377252 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715366/stat : 715366 (fscip) S 715173 715176 710592 0 -1 1077936192 149 0 0 0 0 3 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715367] ppid=715173 vsize=46316664 memory=11660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715367/stat : 715367 (fscip) S 715173 715176 710592 0 -1 1077936192 120 0 0 0 1 2 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715368] ppid=715173 vsize=46316664 memory=2640 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715368/stat : 715368 (fscip) S 715173 715176 710592 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715369] ppid=715173 vsize=46316664 memory=38399772 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715369/stat : 715369 (fscip) S 715173 715176 710592 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715370] ppid=715173 vsize=46316664 memory=38377280 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715370/stat : 715370 (fscip) S 715173 715176 710592 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715371] ppid=715173 vsize=46316664 memory=40436 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715371/stat : 715371 (fscip) S 715173 715176 710592 0 -1 1077936192 141 0 0 0 2 1 0 0 20 0 41 0 126552722 47428263936 9594321 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
Current children cumulated CPU time: 71431.9 s
Current children cumulated vsize: 46316664 KiB
Current children cumulated memory: 38377284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3671 s]*
/proc/loadavg: 68.07 77.78 78.61 41/930 718055
/proc/meminfo: memFree=644070212/790760800 swapFree=131071996/131071996
[pid=715176] ppid=715173 vsize=46316664 memory=38382280 CPUtime=72002.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/stat : 715176 (fscip) S 715173 715176 710592 0 -1 1077936128 116383744 0 0 0 7182752 17484 0 0 20 0 41 0 126548475 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 17 40 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
/proc/715176/statm: 11579166 9595570 2998 3035 0 11283126 0
[pid=715176/tid=715330] ppid=715173 vsize=46316664 memory=6720665450134780783 CPUtime=3598.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715330/stat : 715330 (fscip) R 715173 715176 710592 0 -1 4194368 6004300 0 0 0 358893 935 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715331] ppid=715173 vsize=46316664 memory=8323350987516068516 CPUtime=3601.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715331/stat : 715331 (fscip) R 715173 715176 710592 0 -1 4194368 8743525 0 0 0 358911 1271 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715332] ppid=715173 vsize=46316664 memory=14689720982659291 CPUtime=3598.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715332/stat : 715332 (fscip) R 715173 715176 710592 0 -1 4194368 2579011 0 0 0 359310 511 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715333] ppid=715173 vsize=46316664 memory=3467824627880943962 CPUtime=3590.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715333/stat : 715333 (fscip) R 715173 715176 710592 0 -1 4194368 5470550 0 0 0 358286 791 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715334] ppid=715173 vsize=46316664 memory=1256237 CPUtime=3592.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715334/stat : 715334 (fscip) R 715173 715176 710592 0 -1 4194368 8664886 0 0 0 358152 1145 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715335] ppid=715173 vsize=46316664 memory=21392407473389231 CPUtime=3602.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715335/stat : 715335 (fscip) R 715173 715176 710592 0 -1 4194368 2485544 0 0 0 359760 525 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715336] ppid=715173 vsize=46316664 memory=-6941831899664351152 CPUtime=3598.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715336/stat : 715336 (fscip) R 715173 715176 710592 0 -1 4194368 5898971 0 0 0 358884 946 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715337] ppid=715173 vsize=46316664 memory=74272 CPUtime=3597.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715337/stat : 715337 (fscip) R 715173 715176 710592 0 -1 4194368 8693107 0 0 0 358483 1284 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715338] ppid=715173 vsize=46316664 memory=74605 CPUtime=3595.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715338/stat : 715338 (fscip) R 715173 715176 710592 0 -1 4194368 2631712 0 0 0 359010 542 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715339] ppid=715173 vsize=46316664 memory=35252 CPUtime=3597.63 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715339/stat : 715339 (fscip) R 715173 715176 710592 0 -1 4194368 5652093 0 0 0 358881 882 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715340] ppid=715173 vsize=46316664 memory=10392 CPUtime=3601.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715340/stat : 715340 (fscip) R 715173 715176 710592 0 -1 4194368 8633502 0 0 0 359131 1049 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715341] ppid=715173 vsize=46316664 memory=25333125866717268 CPUtime=3597.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715341/stat : 715341 (fscip) R 715173 715176 710592 0 -1 4194368 2676147 0 0 0 359211 524 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715342] ppid=715173 vsize=46316664 memory=3211892509496301 CPUtime=3596.28 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715342/stat : 715342 (fscip) R 715173 715176 710592 0 -1 4194368 5623758 0 0 0 358808 820 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715343] ppid=715173 vsize=46316664 memory=25333125866717268 CPUtime=3604.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715343/stat : 715343 (fscip) R 715173 715176 710592 0 -1 4194368 7976183 0 0 0 359726 772 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715344] ppid=715173 vsize=46316664 memory=3211892509496303 CPUtime=3592.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715344/stat : 715344 (fscip) R 715173 715176 710592 0 -1 4194368 2450404 0 0 0 358727 500 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715345] ppid=715173 vsize=46316664 memory=3211892509496304 CPUtime=3601 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715345/stat : 715345 (fscip) R 715173 715176 710592 0 -1 4194368 5947837 0 0 0 359202 898 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715346] ppid=715173 vsize=46316664 memory=6656426216303648864 CPUtime=3601.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715346/stat : 715346 (fscip) R 715173 715176 710592 0 -1 4194368 9355718 0 0 0 358846 1312 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715347] ppid=715173 vsize=46316664 memory=-6950016921787703339 CPUtime=3597.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715347/stat : 715347 (fscip) R 715173 715176 710592 0 -1 4194368 2736707 0 0 0 359215 549 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715348] ppid=715173 vsize=46316664 memory=8547763363116190868 CPUtime=3598.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715348/stat : 715348 (fscip) R 715173 715176 710592 0 -1 4194368 5389535 0 0 0 359031 829 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715349] ppid=715173 vsize=46316664 memory=6935651536120275264 CPUtime=3600.07 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715349/stat : 715349 (fscip) R 715173 715176 710592 0 -1 4194368 8564866 0 0 0 358721 1286 0 0 20 0 41 0 126551902 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715352] ppid=715173 vsize=46316664 memory=280498412870416 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715352/stat : 715352 (fscip) S 715173 715176 710592 0 -1 1077936192 78 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715353] ppid=715173 vsize=46316664 memory=3211892509496310 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715353/stat : 715353 (fscip) S 715173 715176 710592 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715354] ppid=715173 vsize=46316664 memory=3211892509496311 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715354/stat : 715354 (fscip) S 715173 715176 710592 0 -1 1077936192 144 0 0 0 1 1 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715355] ppid=715173 vsize=46316664 memory=20284 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715355/stat : 715355 (fscip) S 715173 715176 710592 0 -1 1077936192 161 0 0 0 0 2 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715356] ppid=715173 vsize=46316664 memory=5524 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715356/stat : 715356 (fscip) S 715173 715176 710592 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715357] ppid=715173 vsize=46316664 memory=11536 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715357/stat : 715357 (fscip) S 715173 715176 710592 0 -1 1077936192 94 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715358] ppid=715173 vsize=46316664 memory=13928 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715358/stat : 715358 (fscip) S 715173 715176 710592 0 -1 1077936192 152 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715359] ppid=715173 vsize=46316664 memory=11660 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715359/stat : 715359 (fscip) S 715173 715176 710592 0 -1 1077936192 158 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715360] ppid=715173 vsize=46316664 memory=11864 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715360/stat : 715360 (fscip) S 715173 715176 710592 0 -1 1077936192 176 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715361] ppid=715173 vsize=46316664 memory=2780 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715361/stat : 715361 (fscip) S 715173 715176 710592 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715362] ppid=715173 vsize=46316664 memory=6804 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715362/stat : 715362 (fscip) S 715173 715176 710592 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715363] ppid=715173 vsize=46316664 memory=38381756 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715363/stat : 715363 (fscip) S 715173 715176 710592 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715364] ppid=715173 vsize=46316664 memory=2760 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715364/stat : 715364 (fscip) S 715173 715176 710592 0 -1 1077936192 120 0 0 0 2 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715365] ppid=715173 vsize=46316664 memory=6788 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715365/stat : 715365 (fscip) S 715173 715176 710592 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715366] ppid=715173 vsize=46316664 memory=44071828 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715366/stat : 715366 (fscip) S 715173 715176 710592 0 -1 1077936192 151 0 0 0 0 3 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715367] ppid=715173 vsize=46316664 memory=6082233782376162929 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715367/stat : 715367 (fscip) S 715173 715176 710592 0 -1 1077936192 122 0 0 0 1 2 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715368] ppid=715173 vsize=46316664 memory=7309172219246569057 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715368/stat : 715368 (fscip) S 715173 715176 710592 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715369] ppid=715173 vsize=46316664 memory=2336277938290565193 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715369/stat : 715369 (fscip) S 715173 715176 710592 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715370] ppid=715173 vsize=46316664 memory=3472328128895154088 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715370/stat : 715370 (fscip) S 715173 715176 710592 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
[pid=715176/tid=715371] ppid=715173 vsize=46316664 memory=29273809900535888 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/715176/task/715371/stat : 715371 (fscip) S 715173 715176 710592 0 -1 1077936192 143 0 0 0 2 1 0 0 20 0 41 0 126552722 47428263936 9595570 809668444160 4194304 16623229 140721681449312 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 38313984 140721681458182 140721681458300 140721681458300 140721681465328 0
Current children cumulated CPU time: 72002.4 s
Current children cumulated vsize: 46316664 KiB
Current children cumulated memory: 38382280 KiB

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

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

# cumulated CPU time of all completed processes:  user=71827.7 s, system=176.023 s

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

[startup+3671.22 s]
/proc/loadavg: 68.07 77.78 78.61 22/891 718055
/proc/meminfo: memFree=647266492/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3672 s]*
/proc/loadavg: 68.07 77.78 78.61 23/891 718055
/proc/meminfo: memFree=677536212/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3672.2 s]
/proc/loadavg: 68.07 77.78 78.61 23/891 718055
/proc/meminfo: memFree=677536212/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3672.22
CPU time (s): 72003.7
CPU user time (s): 71827.7
CPU system time (s): 176.023
CPU usage (%): 1960.77
Max. virtual memory (cumulated for all children) (KiB): 46349436
Max. memory (cumulated for all children) (KiB): 38404296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71827.7
system time used= 176.023
maximum resident set size= 38421712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116383772
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= 4212092
involuntary context switches= 236192


# summary of solver processes directly reported to runsolver:
#   pid: 715176
#   total CPU time (s): 72003.7
#   total CPU user time (s): 71827.7
#   total CPU system time (s): 176.023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.237 second user time and 89.2007 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 03:40:17
IDJOB=4465626
IDBENCH=147857
IDSOLVER=3094
FILE ID=nodeD101/4465626-1723599617
RUNJOBID= nodeD101-1723592278-710602
SLURM_JOB_ID= 8267897
Free space on /tmp= 8622796 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-91-90.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-4465626-1723599617/watcher-4465626-1723599617 -o /tmp/evaluation-result-4465626-1723599617/solver-4465626-1723599617 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723592278-710602 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465626-1723599617.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 01a2d7031971d4d75da01f2dca43b6c9
RANDOM SEED=166845866

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        677751968 kB
MemAvailable:   734693172 kB
Buffers:         1120032 kB
Cached:         59087828 kB
SwapCached:            0 kB
Active:         18780392 kB
Inactive:       90663416 kB
Active(anon):       2132 kB
Inactive(anon): 49272732 kB
Active(file):   18778260 kB
Inactive(file): 41390684 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             38612 kB
Writeback:             0 kB
AnonPages:      49234356 kB
Mapped:           135052 kB
Shmem:             38920 kB
KReclaimable:     383572 kB
Slab:             795024 kB
SReclaimable:     383572 kB
SUnreclaim:       411452 kB
KernelStack:       15600 kB
PageTables:       107688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5134088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1116672 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6717440 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:      774144 kB
DirectMap2M:    114018304 kB
DirectMap1G:    691011584 kB

Free space on /tmp at the end= 8622844 MiB
End job on nodeD101 at 2024-08-14 04:41:30