Trace number 4465625

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.1 3650.36

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
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 benchmark27.5425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
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 constraint80
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 81
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.61/0.64	c Default LC presolving (default).
0.61/0.65	c ** Before presolving: virtualMemUsedAtLc = 603541348, getVmSize() = 368517120, SCIPgetMemUsed() = 310133138, SCIPgetMemTotal() = 322281546, SCIPgetMemExternEstim() = 281259802
0.61/0.65	c ** set memory limit for presolving in LC to 8.79419e+12 for SCIP **
14.44/14.57	c ** Estimated virtualMemUsedAtSolver = 504659824, getVmSize() = 588197888, SCIPgetMemUsed() = 395747351, SCIPgetMemTotal() = 475729935, SCIPgetMemExternEstim() = 281259802
14.44/14.57	c ** set memory limit for solvers to 4.18703e+11 for each SCIP **
14.44/14.57	c Original Problem   :
14.44/14.57	c   Problem name     : instance-4465625-1723599609
14.44/14.57	c   Variables        : 6800 (6800 binary, 0 integer, 0 implicit integer, 0 continuous)
14.44/14.57	c   Constraints      : 285685
14.44/14.57	c   Objective sense  : minimize
14.44/14.57	c Presolved Problem  :
14.44/14.57	c   Variables        : 6800 (6800 binary, 0 integer, 0 implicit integer, 0 continuous)
14.44/14.57	c   Constraints      : 285848
14.44/14.57	c Constraints        : Number
14.44/14.57	c   setppc           : 285600 
14.44/14.57	c   linear           : 163 
14.44/14.57	c   logicor          : 85 
14.44/14.57	c ** Instance transfer method used: 0
14.84/14.91	c ** ParaScipInstance copy does not increase the number of variables. **
20.11/20.22	c LC is working with racing ramp-up and with rebuilding tree after racing.
20.11/20.23	c                                Nodes    Active                                            
20.11/20.23	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
399.21/39.50	c        40              2           1        20                -           0.0000          -
497.49/44.56	c        45            865         864        20                -           0.0000          -
602.67/49.86	c        50           1639         589        20                -           0.0000          -
703.70/55.00	c        55           2571        1521        20                -           0.0000          -
805.26/60.11	c        60           3571        2521        20                -           0.0000          -
907.64/65.23	c        65           4975        3925        20                -           0.0000          -
1008.64/70.39	c        70           6811        5761        20                -           0.0000          -
1109.58/75.49	c        76           7725           0        20                -           0.0000          -
1210.67/80.57	c        81           7790         121        20                -           0.0000          -
1313.57/85.72	c        86           8750        1081        20                -           0.0000          -
1414.47/90.82	c        91           9870        2201        20                -           0.0000          -
1518.12/96.04	c        96          11230        3561        20                -           0.0000          -
1619.03/101.18	c       101          13925        5827        20                -           0.0000          -
1719.24/106.26	c       106          13934        5775        20                -           0.0000          -
1820.32/111.37	c       111          14508         541        20                -           0.0000          -
1923.42/116.56	c       117          15608        1641        20                -           0.0000          -
2024.60/121.67	c       122          16988        3021        20                -           0.0000          -
2125.78/126.76	c       127          18869        4902        20                -           0.0000          -
2228.91/131.95	c       132          21304         632        20                -           0.0000          -
2330.65/137.05	c       137          22613        1941        20                -           0.0000          -
2431.79/142.15	c       142          20801         401        20                -           0.0000          -
2532.27/147.29	c       147          26419        5500        20                -           0.0000          -
2635.27/152.42	c       152          23621        3221        20                -           0.0000          -
2734.31/157.49	c       157          27748        5401        20                -           0.0000          -
2839.37/162.70	c       163          26363        5328        20                -           0.0000          -
2940.44/167.83	c       168          26892        5309        20                -           0.0000          -
3041.58/172.96	c       173          27412           0        20                -           0.0000          -
3143.39/178.06	c       178          28553        1141        20                -           0.0000          -
3244.68/183.17	c       183          30013        2601        20                -           0.0000          -
3344.81/188.27	c       188          31848        4436        20                -           0.0000          -
3445.98/193.36	c       193          33451        5732        20                -           0.0000          -
3547.14/198.40	c       198              6           5        20                -           0.0000          -
3648.25/203.52	c       204             14          13        20                -           0.0000          -
3749.45/208.63	c       209             17          16        20                -           0.0000          -
3848.59/213.66	c       214             18          17        20                -           0.0000          -
3949.87/218.80	c       219             18          17        20                -           0.0000          -
4051.14/223.87	c       224             17          16        20                -           0.0000          -
4152.37/228.98	c       229             17          16        20                -           0.0000          -
4251.56/234.00	c       234              2           1        20                -           0.0000          -
4355.50/239.15	c       239             20          19        20                -           0.0000          -
4455.86/244.24	c       244             20          19        20                -           0.0000          -
4557.02/249.31	c       249             13          12        20                -           0.0000          -
4658.14/254.45	c       254             13          12        20                -           0.0000          -
4761.24/259.63	c       260             22          21        20                -           0.0000          -
4862.31/264.76	c       265             24          23        20                -           0.0000          -
4963.51/269.90	c       270             27          26        20                -           0.0000          -
5064.63/274.96	c       275             25          24        20                -           0.0000          -
5166.36/280.10	c       280             25          24        20                -           0.0000          -
5268.70/285.20	c       285             32          31        20                -           0.0000          -
5369.78/290.32	c       290            143         142        20                -           0.0000          -
5470.82/295.40	c       295             34          33        20                -           0.0000          -
5569.93/300.40	c       300             34          33        20                -           0.0000          -
5669.10/305.45	c       305             34          33        20                -           0.0000          -
5772.19/310.60	c       311             34          33        20                -           0.0000          -
5871.30/315.63	c       316             14          15        20                -           0.0000          -
5972.39/320.75	c       321             35          34        20                -           0.0000          -
6073.42/325.90	c       326             43          42        20                -           0.0000          -
6179.07/331.14	c       331             23          22        20                -           0.0000          -
6281.66/336.34	c       336             46          45        20                -           0.0000          -
6382.62/341.41	c       341             58          57        20                -           0.0000          -
6481.70/346.45	c       346             43          42        20                -           0.0000          -
6584.79/351.63	c       352             43          42        20                -           0.0000          -
6687.87/356.82	c       357             43          42        20                -           0.0000          -
6787.03/361.84	c       362             65          64        20                -           0.0000          -
6888.20/366.91	c       367             65          64        20                -           0.0000          -
6987.45/371.98	c       372             65          64        20                -           0.0000          -
7086.66/377.00	c       377             65          64        20                -           0.0000          -
7186.07/382.03	c       382             65          64        20                -           0.0000          -
7289.70/387.15	c       387             65          64        20                -           0.0000          -
7388.73/392.17	c       392             65          64        20                -           0.0000          -
7489.28/397.23	c       397             65          64        20                -           0.0000          -
7590.43/402.39	c       402             65          64        20                -           0.0000          -
7691.62/407.43	c       407             65          64        20                -           0.0000          -
7792.78/412.51	c       413             65          64        20                -           0.0000          -
7894.04/417.64	c       418             65          64        20                -           0.0000          -
7999.15/422.91	c       423             65          64        20                -           0.0000          -
8098.39/428.02	c       428             65          64        20                -           0.0000          -
8200.43/433.10	c       433             65          64        20                -           0.0000          -
8301.44/438.16	c       438             65          64        20                -           0.0000          -
8403.88/443.34	c       443             65          64        20                -           0.0000          -
8506.99/448.51	c       449             65          64        20                -           0.0000          -
8608.12/453.62	c       454             69          68        20                -           0.0000          -
8711.25/458.86	c       459            632         120        20                -           0.0000          -
8812.37/464.00	c       464             78          77        20                -           0.0000          -
8913.95/469.03	c       469            764         120        20                -           0.0000          -
9013.36/474.05	c       474             84          83        20                -           0.0000          -
9115.75/479.25	c       479             84          83        20                -           0.0000          -
9218.94/484.44	c       484             84          83        20                -           0.0000          -
9322.17/489.63	c       490             84          83        20                -           0.0000          -
9421.44/494.67	c       495             84          83        20                -           0.0000          -
9526.67/499.92	c       500             84          83        20                -           0.0000          -
9628.64/505.06	c       505             84          83        20                -           0.0000          -
9727.68/510.12	c       510             84          83        20                -           0.0000          -
9830.12/515.20	c       515             84          83        20                -           0.0000          -
9931.28/520.32	c       520             84          83        20                -           0.0000          -
10038.34/525.79	c       526             84          83        20                -           0.0000          -
10144.27/531.08	c       531             84          83        20                -           0.0000          -
10243.37/536.10	c       536             84          83        20                -           0.0000          -
10345.90/541.21	c       541             84          83        20                -           0.0000          -
10445.06/546.23	c       546             84          83        20                -           0.0000          -
10544.25/551.27	c       551             84          83        20                -           0.0000          -
10645.45/556.30	c       556             84          83        20                -           0.0000          -
10748.62/561.52	c       562             84          83        20                -           0.0000          -
10849.83/566.61	c       567             84          83        20                -           0.0000          -
10949.05/571.69	c       572             84          83        20                -           0.0000          -
11052.23/576.81	c       577             84          83        20                -           0.0000          -
11151.45/581.88	c       582             84          83        20                -           0.0000          -
11252.69/586.98	c       587             84          83        20                -           0.0000          -
11354.59/592.10	c       592             84          83        20                -           0.0000          -
11453.65/597.11	c       597             84          83        20                -           0.0000          -
11558.26/602.39	c       602             84          83        20                -           0.0000          -
11661.50/607.51	c       608           1844         124        20                -           0.0000          -
11762.73/612.66	c       613           1913         131        20                -           0.0000          -
11865.94/617.82	c       618            110         109        20                -           0.0000          -
11967.12/622.93	c       623           1847         466        20                -           0.0000          -
12066.33/628.03	c       628           2109         131        20                -           0.0000          -
12168.04/633.12	c       633           2135         131        20                -           0.0000          -
12272.69/638.36	c       638           2135         131        20                -           0.0000          -
12371.95/643.38	c       643           2135         131        20                -           0.0000          -
12477.11/648.68	c       649           2135         131        20                -           0.0000          -
12580.35/653.90	c       654           2135         131        20                -           0.0000          -
12681.62/659.00	c       659           2135         131        20                -           0.0000          -
12783.56/664.11	c       664           2135         131        20                -           0.0000          -
12884.84/669.19	c       669           2135         131        20                -           0.0000          -
12985.33/674.24	c       674           2135         131        20                -           0.0000          -
13086.56/679.33	c       679            320         157        20                -           0.0000          -
13185.79/684.35	c       684            320         157        20                -           0.0000          -
13285.06/689.39	c       689            320         157        20                -           0.0000          -
13388.26/694.56	c       695           2148         130        20                -           0.0000          -
13491.43/699.71	c       700           2148         130        20                -           0.0000          -
13592.61/704.83	c       705           2148         130        20                -           0.0000          -
13694.01/709.92	c       710           2148         130        20                -           0.0000          -
13793.02/714.95	c       715          88095        5229        20                -           0.0000          -
13894.87/720.04	c       720           2190         130        20                -           0.0000          -
13993.86/725.09	c       725            446         163        20                -           0.0000          -
14096.29/730.22	c       730           2225         129        20                -           0.0000          -
14197.46/735.36	c       735           2225         129        20                -           0.0000          -
14296.61/740.36	c       740           2225         129        20                -           0.0000          -
14397.73/745.43	c       745           2225         129        20                -           0.0000          -
14498.94/750.57	c       751           2225         129        20                -           0.0000          -
14602.14/755.75	c       756           2225         129        20                -           0.0000          -
14703.35/760.85	c       761           2225         129        20                -           0.0000          -
14802.55/765.89	c       766            505         172        20                -           0.0000          -
14906.45/771.05	c       771            505         172        20                -           0.0000          -
15005.50/776.09	c       776            505         172        20                -           0.0000          -
15106.80/781.18	c       781            505         172        20                -           0.0000          -
15207.07/786.23	c       786            505         172        20                -           0.0000          -
15308.13/791.31	c       791            505         172        20                -           0.0000          -
15409.31/796.42	c       796            505         172        20                -           0.0000          -
15508.38/801.46	c       801           2268         128        20                -           0.0000          -
15609.38/806.50	c       807          96672        5217        20                -           0.0000          -
15710.47/811.61	c       812          96672        5217        20                -           0.0000          -
15809.58/816.63	c       817           2408         128        20                -           0.0000          -
15910.62/821.75	c       822           2408         128        20                -           0.0000          -
16011.71/826.86	c       827           2408         128        20                -           0.0000          -
16112.92/831.91	c       832           2408         128        20                -           0.0000          -
16212.15/836.91	c       837           2408         128        20                -           0.0000          -
16311.33/841.92	c       842           2408         128        20                -           0.0000          -
16410.55/847.03	c       847           2423         129        20                -           0.0000          -
16514.59/852.14	c       852           2423         129        20                -           0.0000          -
16614.93/857.28	c       857           2423         129        20                -           0.0000          -
16714.16/862.29	c       862           2423         129        20                -           0.0000          -
16815.20/867.31	c       867           2423         129        20                -           0.0000          -
16914.40/872.32	c       872           2423         129        20                -           0.0000          -
17015.60/877.49	c       877           2423         129        20                -           0.0000          -
17116.80/882.50	c       883           2423         129        20                -           0.0000          -
17216.01/887.52	c       888            700         179        20                -           0.0000          -
17315.20/892.59	c       893            700         179        20                -           0.0000          -
17416.38/897.62	c       898            700         179        20                -           0.0000          -
17519.58/902.83	c       903            700         179        20                -           0.0000          -
17618.81/907.89	c       908           2502         130        20                -           0.0000          -
17720.02/912.90	c       913           4606         737        20                -           0.0000          -
17819.43/917.92	c       918           2540         128        20                -           0.0000          -
17918.48/923.03	c       923         117465        5275        20                -           0.0000          -
18023.59/928.22	c       928           2599         127        20                -           0.0000          -
18122.82/933.26	c       933           2661         127        20                -           0.0000          -
18222.05/938.28	c       938            872         183        20                -           0.0000          -
18323.34/943.35	c       943            872         183        20                -           0.0000          -
18422.68/948.38	c       948            872         183        20                -           0.0000          -
18521.78/953.38	c       953            872         183        20                -           0.0000          -
18622.92/958.42	c       958            872         183        20                -           0.0000          -
18724.07/963.53	c       964            872         183        20                -           0.0000          -
18823.27/968.56	c       969            872         183        20                -           0.0000          -
18926.45/973.72	c       974            872         183        20                -           0.0000          -
19025.60/978.74	c       979            872         183        20                -           0.0000          -
19124.73/983.76	c       984           2916         129        20                -           0.0000          -
19223.92/988.78	c       989           2916         129        20                -           0.0000          -
19323.10/993.79	c       994            905         186        20                -           0.0000          -
19424.24/998.82	c       999            905         186        20                -           0.0000          -
19523.44/1003.88	c      1004            905         186        20                -           0.0000          -
19622.67/1008.88	c      1009            905         186        20                -           0.0000          -
19724.08/1013.94	c      1014            905         186        20                -           0.0000          -
19823.14/1019.01	c      1019            905         186        20                -           0.0000          -
19924.90/1024.12	c      1024            905         186        20                -           0.0000          -
20026.14/1029.17	c      1029            905         186        20                -           0.0000          -
20125.42/1034.17	c      1034            905         186        20                -           0.0000          -
20225.85/1039.22	c      1039            905         186        20                -           0.0000          -
20325.08/1044.25	c      1044            905         186        20                -           0.0000          -
20426.30/1049.34	c      1049            905         186        20                -           0.0000          -
20527.58/1054.49	c      1054            905         186        20                -           0.0000          -
20628.72/1059.53	c      1060            905         186        20                -           0.0000          -
20727.91/1064.55	c      1065            905         186        20                -           0.0000          -
20827.06/1069.58	c      1070            905         186        20                -           0.0000          -
20928.06/1074.63	c      1075            905         186        20                -           0.0000          -
21029.17/1079.73	c      1080            905         186        20                -           0.0000          -
21130.28/1084.83	c      1085            905         186        20                -           0.0000          -
21229.45/1089.85	c      1090            905         186        20                -           0.0000          -
21328.67/1094.86	c      1095            905         186        20                -           0.0000          -
21432.65/1100.09	c      1100            905         186        20                -           0.0000          -
21531.76/1105.10	c      1105            905         186        20                -           0.0000          -
21633.00/1110.18	c      1110           3204         132        20                -           0.0000          -
21735.43/1115.30	c      1115           3204         132        20                -           0.0000          -
21834.66/1120.35	c      1120           3204         132        20                -           0.0000          -
21937.88/1125.52	c      1126           3204         132        20                -           0.0000          -
22037.16/1130.53	c      1131            948         199        20                -           0.0000          -
22136.44/1135.54	c      1136         134318        5272        20                -           0.0000          -
22241.32/1140.80	c      1141           3262         132        20                -           0.0000          -
22345.18/1146.07	c      1146           3262         132        20                -           0.0000          -
22446.41/1151.17	c      1151           3262         132        20                -           0.0000          -
22546.88/1156.23	c      1156           3262         132        20                -           0.0000          -
22650.09/1161.47	c      1161           3262         132        20                -           0.0000          -
22751.32/1166.54	c      1167           3262         132        20                -           0.0000          -
22852.50/1171.67	c      1172           3262         132        20                -           0.0000          -
22953.73/1176.72	c      1177           3262         132        20                -           0.0000          -
23052.97/1181.76	c      1182           1190         213        20                -           0.0000          -
23154.20/1186.88	c      1187           1190         213        20                -           0.0000          -
23253.43/1191.90	c      1192           1190         213        20                -           0.0000          -
23354.61/1196.92	c      1197           1190         213        20                -           0.0000          -
23453.84/1201.96	c      1202           1190         213        20                -           0.0000          -
23553.08/1207.01	c      1207           1190         213        20                -           0.0000          -
23652.37/1212.03	c      1212           1190         213        20                -           0.0000          -
23759.44/1217.36	c      1217           1190         213        20                -           0.0000          -
23860.69/1222.46	c      1222           1190         213        20                -           0.0000          -
23961.92/1227.53	c      1228           3601         133        20                -           0.0000          -
24063.10/1232.69	c      1233           3619         133        20                -           0.0000          -
24164.21/1237.73	c      1238           3619         133        20                -           0.0000          -
24265.38/1242.84	c      1243           3619         133        20                -           0.0000          -
24369.25/1248.06	c      1248           3619         133        20                -           0.0000          -
24471.68/1253.22	c      1253           3619         133        20                -           0.0000          -
24570.87/1258.26	c      1258           3651         137        20                -           0.0000          -
24672.04/1263.35	c      1263           7719        1088        20                -           0.0000          -
24771.21/1268.36	c      1268         144123        5284        20                -           0.0000          -
24870.34/1273.39	c      1273         144500        5293        20                -           0.0000          -
24971.49/1278.42	c      1278           3839         130        20                -           0.0000          -
25074.60/1283.60	c      1284           3859         130        20                -           0.0000          -
25173.76/1288.66	c      1289           3859         130        20                -           0.0000          -
25272.87/1293.66	c      1294           3859         130        20                -           0.0000          -
25374.01/1298.78	c      1299           3859         130        20                -           0.0000          -
25475.15/1303.85	c      1304           3859         130        20                -           0.0000          -
25574.26/1308.88	c      1309           3859         130        20                -           0.0000          -
25675.44/1313.94	c      1314           3859         130        20                -           0.0000          -
25774.63/1318.95	c      1319           3859         130        20                -           0.0000          -
25876.45/1324.09	c      1324           3859         130        20                -           0.0000          -
25975.65/1329.12	c      1329           3859         130        20                -           0.0000          -
26080.01/1334.38	c      1334           3904         127        20                -           0.0000          -
26183.14/1339.58	c      1340           1882         247        20                -           0.0000          -
26282.32/1344.59	c      1345         141113        5009        20                -           0.0000          -
26383.44/1349.62	c      1350           8479        1172        20                -           0.0000          -
26482.45/1354.66	c      1355           4043         128        20                -           0.0000          -
26583.60/1359.73	c      1360           2030         250        20                -           0.0000          -
26684.86/1364.84	c      1365         151222        5273        20                -           0.0000          -
26785.87/1369.92	c      1370           8670        1191        20                -           0.0000          -
26884.98/1374.95	c      1375           8724        1195        20                -           0.0000          -
26984.14/1379.97	c      1380         143346        5016        20                -           0.0000          -
27083.32/1385.02	c      1385         143652        5017        20                -           0.0000          -
27182.70/1390.02	c      1390         143996        5011        20                -           0.0000          -
27284.32/1395.08	c      1395           2211         259        20                -           0.0000          -
27385.69/1400.16	c      1400           2211         259        20                -           0.0000          -
27484.69/1405.18	c      1405           2211         259        20                -           0.0000          -
27584.10/1410.19	c      1410           2211         259        20                -           0.0000          -
27686.26/1415.30	c      1415           2211         259        20                -           0.0000          -
27787.43/1420.50	c      1420           2211         259        20                -           0.0000          -
27890.57/1425.61	c      1426         153796        5279        20                -           0.0000          -
27991.70/1430.77	c      1431         153796        5279        20                -           0.0000          -
28090.83/1435.79	c      1436         153796        5279        20                -           0.0000          -
28191.91/1440.87	c      1441         153796        5279        20                -           0.0000          -
28291.15/1445.88	c      1446           2292         264        20                -           0.0000          -
28392.39/1450.96	c      1451           2292         264        20                -           0.0000          -
28494.44/1456.05	c      1456           2292         264        20                -           0.0000          -
28593.55/1461.10	c      1461           2292         264        20                -           0.0000          -
28692.71/1466.10	c      1466           2292         264        20                -           0.0000          -
28793.95/1471.14	c      1471           2292         264        20                -           0.0000          -
28896.41/1476.34	c      1476           2307         265        20                -           0.0000          -
28995.64/1481.38	c      1481         160119        5004        20                -           0.0000          -
29100.83/1486.62	c      1487         160361        5005        20                -           0.0000          -
29200.01/1491.63	c      1492           9818        1289        20                -           0.0000          -
29299.20/1496.65	c      1497           2397         269        20                -           0.0000          -
29398.43/1501.66	c      1502           2397         269        20                -           0.0000          -
29497.68/1506.66	c      1507           2397         269        20                -           0.0000          -
29598.91/1511.75	c      1512           2397         269        20                -           0.0000          -
29700.09/1516.82	c      1517           2397         269        20                -           0.0000          -
29801.32/1521.96	c      1522           2397         269        20                -           0.0000          -
29900.55/1527.02	c      1527           2397         269        20                -           0.0000          -
30002.54/1532.05	c      1532           2397         269        20                -           0.0000          -
30101.60/1537.06	c      1537           2397         269        20                -           0.0000          -
30204.18/1542.20	c      1542           2397         269        20                -           0.0000          -
30303.41/1547.23	c      1547           2414         272        20                -           0.0000          -
30402.61/1552.25	c      1552           2444         274        20                -           0.0000          -
30501.82/1557.27	c      1557         157149        5206        20                -           0.0000          -
30603.02/1562.30	c      1562         164211        4999        20                -           0.0000          -
30702.24/1567.39	c      1567         164536        4998        20                -           0.0000          -
30803.43/1572.43	c      1572          10496        1347        20                -           0.0000          -
30902.62/1577.46	c      1577          10545        1350        20                -           0.0000          -
31001.84/1582.50	c      1582          10582        1353        20                -           0.0000          -
31103.05/1587.52	c      1588           2635         291        20                -           0.0000          -
31204.27/1592.63	c      1593           2666         292        20                -           0.0000          -
31305.42/1597.76	c      1598         165884        5004        20                -           0.0000          -
31404.65/1602.77	c      1603           2716         298        20                -           0.0000          -
31507.88/1607.95	c      1608           2745         303        20                -           0.0000          -
31607.10/1613.00	c      1613           2782         304        20                -           0.0000          -
31708.95/1618.12	c      1618           2813         305        20                -           0.0000          -
31810.19/1623.16	c      1623         167040        4999        20                -           0.0000          -
31909.33/1628.19	c      1628           2842         306        20                -           0.0000          -
32009.78/1633.22	c      1633           2842         306        20                -           0.0000          -
32108.92/1638.29	c      1638           2842         306        20                -           0.0000          -
32210.11/1643.36	c      1643           2842         306        20                -           0.0000          -
32309.29/1648.39	c      1648           2842         306        20                -           0.0000          -
32410.34/1653.45	c      1653           6282         154        20                -           0.0000          -
32515.48/1658.70	c      1659           6282         154        20                -           0.0000          -
32616.68/1663.83	c      1664           6282         154        20                -           0.0000          -
32717.80/1669.02	c      1669           6282         154        20                -           0.0000          -
32819.86/1674.06	c      1674           6282         154        20                -           0.0000          -
32920.94/1679.17	c      1679         169511        4996        20                -           0.0000          -
33023.34/1684.33	c      1684           3027         333        20                -           0.0000          -
33122.59/1689.39	c      1689           3027         333        20                -           0.0000          -
33223.83/1694.46	c      1694           3027         333        20                -           0.0000          -
33325.04/1699.51	c      1700           3027         333        20                -           0.0000          -
33424.22/1704.53	c      1705           3027         333        20                -           0.0000          -
33523.44/1709.59	c      1710           3027         333        20                -           0.0000          -
33624.67/1714.67	c      1715           3027         333        20                -           0.0000          -
33725.86/1719.71	c      1720           3027         333        20                -           0.0000          -
33825.09/1724.77	c      1725           3027         333        20                -           0.0000          -
33928.10/1729.90	c      1730           3027         333        20                -           0.0000          -
34027.32/1734.92	c      1735           3044         334        20                -           0.0000          -
34126.51/1739.99	c      1740          11941        1532        20                -           0.0000          -
34225.74/1745.02	c      1745         173634        5007        20                -           0.0000          -
34327.82/1750.04	c      1750         173881        5007        20                -           0.0000          -
34427.02/1755.13	c      1755         174542        5078        20                -           0.0000          -
34528.02/1760.15	c      1760         175015        5075        20                -           0.0000          -
34628.50/1765.24	c      1765          12140        1567        20                -           0.0000          -
34733.68/1770.53	c      1771          12195        1570        20                -           0.0000          -
34832.92/1775.59	c      1776         176175        5075        20                -           0.0000          -
34936.13/1780.73	c      1781           3344         344        20                -           0.0000          -
35037.33/1785.88	c      1786           3344         344        20                -           0.0000          -
35138.50/1790.96	c      1791           3344         344        20                -           0.0000          -
35240.30/1796.10	c      1796           3344         344        20                -           0.0000          -
35341.70/1801.19	c      1801           3344         344        20                -           0.0000          -
35442.33/1806.24	c      1806           3344         344        20                -           0.0000          -
35543.39/1811.32	c      1811           6914         163        20                -           0.0000          -
35644.60/1816.41	c      1816           6914         163        20                -           0.0000          -
35743.84/1821.43	c      1821           6914         163        20                -           0.0000          -
35843.11/1826.45	c      1826           6914         163        20                -           0.0000          -
35942.37/1831.47	c      1831           6914         163        20                -           0.0000          -
36043.48/1836.56	c      1837           3416         344        20                -           0.0000          -
36144.67/1841.65	c      1842           3416         344        20                -           0.0000          -
36245.89/1846.70	c      1847           3416         344        20                -           0.0000          -
36345.12/1851.75	c      1852         179213        5003        20                -           0.0000          -
36448.33/1856.93	c      1857         179496        5004        20                -           0.0000          -
36547.70/1862.00	c      1862         179757        4999        20                -           0.0000          -
36646.73/1867.02	c      1867          13062        1689        20                -           0.0000          -
36748.46/1872.07	c      1872           3549         343        20                -           0.0000          -
36847.78/1877.12	c      1877           7259         164        20                -           0.0000          -
36949.13/1882.18	c      1882           3582         342        20                -           0.0000          -
37048.42/1887.18	c      1887           3582         342        20                -           0.0000          -
37148.70/1892.20	c      1892           3582         342        20                -           0.0000          -
37247.79/1897.25	c      1897           3582         342        20                -           0.0000          -
37346.68/1902.29	c      1902           3582         342        20                -           0.0000          -
37445.85/1907.29	c      1907           3582         342        20                -           0.0000          -
37546.98/1912.38	c      1912           3582         342        20                -           0.0000          -
37650.17/1917.51	c      1918           3582         342        20                -           0.0000          -
37749.33/1922.59	c      1923           3582         342        20                -           0.0000          -
37850.52/1927.64	c      1928           3582         342        20                -           0.0000          -
37949.73/1932.66	c      1933           3582         342        20                -           0.0000          -
38048.93/1937.69	c      1938           7514         165        20                -           0.0000          -
38150.08/1942.73	c      1943          13725        1812        20                -           0.0000          -
38249.25/1947.79	c      1948           3663         347        20                -           0.0000          -
38352.41/1952.93	c      1953           7631         167        20                -           0.0000          -
38451.83/1957.95	c      1958           3739         347        20                -           0.0000          -
38550.89/1962.96	c      1963           3774         346        20                -           0.0000          -
38650.21/1967.98	c      1968           7750         172        20                -           0.0000          -
38753.77/1973.14	c      1973          13991        1844        20                -           0.0000          -
38854.32/1978.28	c      1978         184656        4989        20                -           0.0000          -
38955.45/1983.31	c      1983          14074        1855        20                -           0.0000          -
39054.60/1988.34	c      1988           3968         347        20                -           0.0000          -
39153.72/1993.38	c      1993           7940         161        20                -           0.0000          -
39254.83/1998.42	c      1998         190417        5070        20                -           0.0000          -
39355.95/2003.57	c      2004           7985         162        20                -           0.0000          -
39455.09/2008.57	c      2009           7985         162        20                -           0.0000          -
39556.27/2013.62	c      2014           7985         162        20                -           0.0000          -
39655.50/2018.66	c      2019           7985         162        20                -           0.0000          -
39756.68/2023.72	c      2024           7985         162        20                -           0.0000          -
39855.90/2028.75	c      2029           7985         162        20                -           0.0000          -
39955.10/2033.77	c      2034           8000         163        20                -           0.0000          -
40054.29/2038.79	c      2039           4260         361        20                -           0.0000          -
40155.41/2043.88	c      2044           8099         157        20                -           0.0000          -
40256.59/2048.92	c      2049           4326         363        20                -           0.0000          -
40358.25/2054.06	c      2054          14671        1912        20                -           0.0000          -
40457.68/2059.11	c      2059           4380         367        20                -           0.0000          -
40556.81/2064.14	c      2064           4406         367        20                -           0.0000          -
40659.08/2069.25	c      2069          14801        1932        20                -           0.0000          -
40758.27/2074.27	c      2074         195712        5063        20                -           0.0000          -
40861.36/2079.45	c      2079         196092        5063        20                -           0.0000          -
40962.46/2084.52	c      2085           4526         377        20                -           0.0000          -
41063.66/2089.65	c      2090           8422         139        20                -           0.0000          -
41166.49/2094.87	c      2095           8446         139        20                -           0.0000          -
41265.62/2099.89	c      2100           4618         383        20                -           0.0000          -
41366.71/2104.91	c      2105          15119        1962        20                -           0.0000          -
41466.09/2109.99	c      2110           8527         137        20                -           0.0000          -
41567.71/2115.10	c      2115          15207        1972        20                -           0.0000          -
41668.83/2120.18	c      2120           8592         133        20                -           0.0000          -
41769.23/2125.21	c      2125           8633         126        20                -           0.0000          -
41868.36/2130.26	c      2130          15341        1980        20                -           0.0000          -
41969.47/2135.37	c      2135           8715         125        20                -           0.0000          -
42068.54/2140.39	c      2140           8715         125        20                -           0.0000          -
42169.67/2145.44	c      2145           8715         125        20                -           0.0000          -
42268.67/2150.45	c      2150           8715         125        20                -           0.0000          -
42367.75/2155.47	c      2155           8715         125        20                -           0.0000          -
42470.89/2160.68	c      2161           8715         125        20                -           0.0000          -
42576.19/2165.98	c      2166           8715         125        20                -           0.0000          -
42675.25/2171.03	c      2171           8715         125        20                -           0.0000          -
42779.07/2176.18	c      2176          15758        2053        20                -           0.0000          -
42879.49/2181.21	c      2181           5210         401        20                -           0.0000          -
42978.67/2186.23	c      2186           5235         402        20                -           0.0000          -
43077.86/2191.27	c      2191           8892         130        20                -           0.0000          -
43180.91/2196.41	c      2196           8943         133        20                -           0.0000          -
43280.09/2201.46	c      2201           5344         401        20                -           0.0000          -
43379.25/2206.49	c      2206           9049         139        20                -           0.0000          -
43480.41/2211.53	c      2212           9065         145        20                -           0.0000          -
43583.43/2216.70	c      2217           9065         145        20                -           0.0000          -
43682.57/2221.74	c      2222           9065         145        20                -           0.0000          -
43783.76/2226.85	c      2227           9065         145        20                -           0.0000          -
43884.96/2232.03	c      2232           9065         145        20                -           0.0000          -
43987.03/2237.05	c      2237           9065         145        20                -           0.0000          -
44088.04/2242.19	c      2242           9065         145        20                -           0.0000          -
44188.52/2247.23	c      2247           9065         145        20                -           0.0000          -
44287.71/2252.29	c      2252           9065         145        20                -           0.0000          -
44390.88/2257.41	c      2257           9065         145        20                -           0.0000          -
44490.02/2262.45	c      2262           9065         145        20                -           0.0000          -
44591.22/2267.50	c      2268           9065         145        20                -           0.0000          -
44690.35/2272.52	c      2273           9065         145        20                -           0.0000          -
44791.46/2277.63	c      2278           9065         145        20                -           0.0000          -
44890.58/2282.67	c      2283           9065         145        20                -           0.0000          -
44989.74/2287.69	c      2288           9065         145        20                -           0.0000          -
45090.91/2292.79	c      2293           9065         145        20                -           0.0000          -
45192.04/2297.87	c      2298           9065         145        20                -           0.0000          -
45293.18/2302.91	c      2303           9065         145        20                -           0.0000          -
45392.34/2307.91	c      2308           9065         145        20                -           0.0000          -
45491.51/2312.99	c      2313           9065         145        20                -           0.0000          -
45590.67/2318.00	c      2318           9065         145        20                -           0.0000          -
45692.78/2323.07	c      2323           9065         145        20                -           0.0000          -
45793.81/2328.16	c      2328           9065         145        20                -           0.0000          -
45893.17/2333.18	c      2333           9080         152        20                -           0.0000          -
45993.33/2338.21	c      2338           5996         428        20                -           0.0000          -
46094.48/2343.34	c      2343           9125         169        20                -           0.0000          -
46193.63/2348.39	c      2348           9134         170        20                -           0.0000          -
46296.82/2353.54	c      2354          17305        2234        20                -           0.0000          -
46398.02/2358.62	c      2359          17345        2240        20                -           0.0000          -
46497.19/2363.63	c      2364           6120         430        20                -           0.0000          -
46598.32/2368.77	c      2369           6120         430        20                -           0.0000          -
46699.47/2373.88	c      2374           6120         430        20                -           0.0000          -
46800.65/2378.92	c      2379           6120         430        20                -           0.0000          -
46899.80/2383.93	c      2384           6120         430        20                -           0.0000          -
46998.95/2388.94	c      2389           6120         430        20                -           0.0000          -
47100.75/2394.04	c      2394           6120         430        20                -           0.0000          -
47203.20/2399.24	c      2399           6120         430        20                -           0.0000          -
47304.49/2404.31	c      2404           6120         430        20                -           0.0000          -
47405.47/2409.42	c      2409           6143         431        20                -           0.0000          -
47506.49/2414.54	c      2415           6180         430        20                -           0.0000          -
47605.69/2419.56	c      2420           9799         192        20                -           0.0000          -
47704.89/2424.58	c      2425           9799         192        20                -           0.0000          -
47804.08/2429.59	c      2430           9799         192        20                -           0.0000          -
47905.28/2434.63	c      2435           9799         192        20                -           0.0000          -
48006.49/2439.77	c      2440           9799         192        20                -           0.0000          -
48107.70/2444.89	c      2445           9799         192        20                -           0.0000          -
48208.93/2449.93	c      2450           9799         192        20                -           0.0000          -
48308.13/2455.03	c      2455           9799         192        20                -           0.0000          -
48411.86/2460.13	c      2460           9801         192        20                -           0.0000          -
48511.35/2465.15	c      2465           9801         192        20                -           0.0000          -
48611.65/2470.27	c      2470           9801         192        20                -           0.0000          -
48710.78/2475.28	c      2475           9801         192        20                -           0.0000          -
48811.93/2480.30	c      2480           9801         192        20                -           0.0000          -
48911.09/2485.38	c      2485           9801         192        20                -           0.0000          -
49010.28/2490.38	c      2490         212319        4985        20                -           0.0000          -
49109.46/2495.39	c      2495           6514         438        20                -           0.0000          -
49210.64/2500.43	c      2500         212879        4989        20                -           0.0000          -
49311.83/2505.53	c      2506           9987         197        20                -           0.0000          -
49411.02/2510.56	c      2511         231643        5066        20                -           0.0000          -
49514.18/2515.73	c      2516          10087         197        20                -           0.0000          -
49615.37/2520.80	c      2521         232399        5062        20                -           0.0000          -
49714.51/2525.90	c      2526          18805        2472        20                -           0.0000          -
49815.71/2530.91	c      2531          18851        2476        20                -           0.0000          -
49917.51/2536.04	c      2536          10258         198        20                -           0.0000          -
50016.74/2541.04	c      2541           6820         445        20                -           0.0000          -
50115.89/2546.06	c      2546           6820         445        20                -           0.0000          -
50215.32/2551.10	c      2551           6820         445        20                -           0.0000          -
50317.56/2556.24	c      2556           6820         445        20                -           0.0000          -
50418.78/2561.33	c      2561           6820         445        20                -           0.0000          -
50517.98/2566.36	c      2566           6820         445        20                -           0.0000          -
50619.14/2571.40	c      2571         216048        4983        20                -           0.0000          -
50718.26/2576.42	c      2576           6853         446        20                -           0.0000          -
50817.40/2581.44	c      2581           6877         446        20                -           0.0000          -
50918.29/2586.51	c      2587           6877         446        20                -           0.0000          -
51017.43/2591.52	c      2592           6877         446        20                -           0.0000          -
51116.58/2596.55	c      2597           6877         446        20                -           0.0000          -
51219.70/2601.79	c      2602           6877         446        20                -           0.0000          -
51320.83/2606.85	c      2607           6877         446        20                -           0.0000          -
51424.61/2612.03	c      2612           6877         446        20                -           0.0000          -
51523.97/2617.12	c      2617           6877         446        20                -           0.0000          -
51622.99/2622.13	c      2622           6877         446        20                -           0.0000          -
51724.22/2627.14	c      2627           6877         446        20                -           0.0000          -
51823.59/2632.19	c      2632          10988         204        20                -           0.0000          -
51923.82/2637.23	c      2637          10988         204        20                -           0.0000          -
52023.08/2642.25	c      2642          10988         204        20                -           0.0000          -
52125.99/2647.45	c      2647          10999         205        20                -           0.0000          -
52229.12/2652.68	c      2653         244599        5070        20                -           0.0000          -
52330.26/2657.72	c      2658         244944        5064        20                -           0.0000          -
52429.40/2662.74	c      2663          11087         205        20                -           0.0000          -
52530.52/2667.84	c      2668          11104         206        20                -           0.0000          -
52631.66/2672.91	c      2673         246212        5057        20                -           0.0000          -
52731.01/2677.93	c      2678           7152         463        20                -           0.0000          -
52829.98/2682.98	c      2683         225773        5002        20                -           0.0000          -
52929.12/2688.00	c      2688          20184        2631        20                -           0.0000          -
53030.53/2693.06	c      2693          20222        2635        20                -           0.0000          -
53129.86/2698.08	c      2698           7277         470        20                -           0.0000          -
53231.20/2703.18	c      2703         248916        5055        20                -           0.0000          -
53331.33/2708.21	c      2708          20361        2644        20                -           0.0000          -
53430.50/2713.23	c      2713          11392         208        20                -           0.0000          -
53529.67/2718.29	c      2718           7389         474        20                -           0.0000          -
53630.98/2723.32	c      2723           7418         475        20                -           0.0000          -
53730.06/2728.35	c      2728           7451         478        20                -           0.0000          -
53829.23/2733.37	c      2733          11527         207        20                -           0.0000          -
53930.31/2738.40	c      2738          11551         209        20                -           0.0000          -
54029.47/2743.46	c      2743         252348        5073        20                -           0.0000          -
54130.63/2748.55	c      2749         252737        5067        20                -           0.0000          -
54231.80/2753.63	c      2754          11640         208        20                -           0.0000          -
54330.98/2758.69	c      2759          11675         207        20                -           0.0000          -
54432.15/2763.73	c      2764          11675         207        20                -           0.0000          -
54533.29/2768.81	c      2769          11675         207        20                -           0.0000          -
54632.48/2773.87	c      2774          11675         207        20                -           0.0000          -
54733.67/2779.00	c      2779          11675         207        20                -           0.0000          -
54832.82/2784.02	c      2784          11675         207        20                -           0.0000          -
54934.64/2789.13	c      2789          11675         207        20                -           0.0000          -
55035.97/2794.17	c      2794          11675         207        20                -           0.0000          -
55134.90/2799.20	c      2799          11675         207        20                -           0.0000          -
55237.38/2804.34	c      2804          11675         207        20                -           0.0000          -
55338.52/2809.48	c      2809          11675         207        20                -           0.0000          -
55439.64/2814.52	c      2815          11704         206        20                -           0.0000          -
55540.64/2819.62	c      2820          11715         207        20                -           0.0000          -
55641.79/2824.73	c      2825          11715         207        20                -           0.0000          -
55740.87/2829.75	c      2830          11715         207        20                -           0.0000          -
55842.03/2834.80	c      2835          11715         207        20                -           0.0000          -
55943.20/2839.99	c      2840          11715         207        20                -           0.0000          -
56045.15/2845.06	c      2845          11715         207        20                -           0.0000          -
56149.50/2850.32	c      2850          11725         207        20                -           0.0000          -
56248.66/2855.33	c      2855          21644        2831        20                -           0.0000          -
56347.85/2860.35	c      2860          21682        2835        20                -           0.0000          -
56448.96/2865.48	c      2865          21736        2839        20                -           0.0000          -
56552.10/2870.61	c      2871          11901         219        20                -           0.0000          -
56651.05/2875.65	c      2876           8401         502        20                -           0.0000          -
56750.24/2880.69	c      2881           8434         503        20                -           0.0000          -
56851.28/2885.77	c      2886          12043         217        20                -           0.0000          -
56952.48/2890.83	c      2891         265364        5057        20                -           0.0000          -
57053.70/2895.93	c      2896         245939        5006        20                -           0.0000          -
57152.91/2900.94	c      2901         246403        5000        20                -           0.0000          -
57252.13/2905.98	c      2906          22101        2882        20                -           0.0000          -
57354.19/2911.08	c      2911           8616         507        20                -           0.0000          -
57453.26/2916.14	c      2916           8616         507        20                -           0.0000          -
57554.48/2921.18	c      2921           8616         507        20                -           0.0000          -
57654.93/2926.24	c      2926           8616         507        20                -           0.0000          -
57756.14/2931.30	c      2931           8616         507        20                -           0.0000          -
57857.36/2936.47	c      2936           8616         507        20                -           0.0000          -
57960.55/2941.68	c      2942          22427        2916        20                -           0.0000          -
58061.71/2946.72	c      2947          12725         221        20                -           0.0000          -
58160.80/2951.72	c      2952          12779         221        20                -           0.0000          -
58260.01/2956.79	c      2957          12779         221        20                -           0.0000          -
58363.19/2961.96	c      2962          12779         221        20                -           0.0000          -
58462.44/2966.98	c      2967          12779         221        20                -           0.0000          -
58567.62/2972.20	c      2972          12779         221        20                -           0.0000          -
58666.88/2977.24	c      2977          12779         221        20                -           0.0000          -
58768.12/2982.30	c      2982          12779         221        20                -           0.0000          -
58867.35/2987.33	c      2987          12779         221        20                -           0.0000          -
58968.51/2992.48	c      2992           8750         511        20                -           0.0000          -
59069.72/2997.55	c      2998           8750         511        20                -           0.0000          -
59170.92/3002.64	c      3003           8750         511        20                -           0.0000          -
59270.08/3007.69	c      3008           8750         511        20                -           0.0000          -
59369.30/3012.69	c      3013           8750         511        20                -           0.0000          -
59470.48/3017.73	c      3018         257666        5002        20                -           0.0000          -
59569.64/3022.76	c      3023         277060        5062        20                -           0.0000          -
59670.84/3027.86	c      3028         277477        5062        20                -           0.0000          -
59770.06/3032.89	c      3033           8840         511        20                -           0.0000          -
59874.16/3038.11	c      3038           8840         511        20                -           0.0000          -
59973.32/3043.14	c      3043           8840         511        20                -           0.0000          -
60075.65/3048.21	c      3048           8840         511        20                -           0.0000          -
60174.86/3053.24	c      3053           8840         511        20                -           0.0000          -
60274.10/3058.29	c      3058           8840         511        20                -           0.0000          -
60373.33/3063.29	c      3063          13330         227        20                -           0.0000          -
60476.49/3068.43	c      3068          13330         227        20                -           0.0000          -
60575.71/3073.46	c      3073          13330         227        20                -           0.0000          -
60674.94/3078.50	c      3078          13330         227        20                -           0.0000          -
60776.15/3083.57	c      3084          13330         227        20                -           0.0000          -
60877.35/3088.63	c      3089           8854         511        20                -           0.0000          -
60976.58/3093.69	c      3094           8854         511        20                -           0.0000          -
61077.81/3098.71	c      3099         265720        4997        20                -           0.0000          -
61180.99/3103.91	c      3104          13460         233        20                -           0.0000          -
61280.23/3108.94	c      3109           8979         514        20                -           0.0000          -
61379.59/3113.99	c      3114         267100        4998        20                -           0.0000          -
61481.40/3119.06	c      3119           9030         513        20                -           0.0000          -
61580.63/3124.08	c      3124          13578         234        20                -           0.0000          -
61683.01/3129.20	c      3129           9081         514        20                -           0.0000          -
61782.22/3134.24	c      3134         287095        5058        20                -           0.0000          -
61881.43/3139.27	c      3139         287532        5059        20                -           0.0000          -
61982.62/3144.34	c      3144         269404        5005        20                -           0.0000          -
62085.80/3149.50	c      3150         269706        5008        20                -           0.0000          -
62184.92/3154.58	c      3155         270033        5008        20                -           0.0000          -
62286.10/3159.65	c      3160         270443        5005        20                -           0.0000          -
62389.28/3164.83	c      3165           9314         515        20                -           0.0000          -
62488.48/3169.90	c      3170         271160        5012        20                -           0.0000          -
62589.67/3174.90	c      3175          13937         233        20                -           0.0000          -
62688.87/3179.94	c      3180         271944        5009        20                -           0.0000          -
62790.76/3185.04	c      3185          24516        3197        20                -           0.0000          -
62891.90/3190.14	c      3190         272744        4999        20                -           0.0000          -
62992.29/3195.20	c      3195         292108        5073        20                -           0.0000          -
63091.44/3200.23	c      3200         292539        5062        20                -           0.0000          -
63192.61/3205.30	c      3205         292959        5060        20                -           0.0000          -
63291.45/3210.31	c      3210         274515        5018        20                -           0.0000          -
63390.49/3215.39	c      3215         274940        5002        20                -           0.0000          -
63491.70/3220.44	c      3220          14218         237        20                -           0.0000          -
63592.93/3225.57	c      3226           9688         519        20                -           0.0000          -
63692.18/3230.59	c      3231           9688         519        20                -           0.0000          -
63793.42/3235.63	c      3236           9688         519        20                -           0.0000          -
63892.67/3240.65	c      3241           9688         519        20                -           0.0000          -
63993.91/3245.70	c      3246           9688         519        20                -           0.0000          -
64093.12/3250.71	c      3251           9688         519        20                -           0.0000          -
64192.30/3255.77	c      3256           9688         519        20                -           0.0000          -
64295.53/3260.97	c      3261           9688         519        20                -           0.0000          -
64397.47/3266.07	c      3266          14252         237        20                -           0.0000          -
64496.86/3271.09	c      3271          14252         237        20                -           0.0000          -
64596.14/3276.09	c      3276          14252         237        20                -           0.0000          -
64698.46/3281.22	c      3281          14252         237        20                -           0.0000          -
64797.65/3286.29	c      3286          14252         237        20                -           0.0000          -
64898.86/3291.35	c      3291          14252         237        20                -           0.0000          -
65000.08/3296.44	c      3296          14252         237        20                -           0.0000          -
65099.30/3301.46	c      3301          14276         237        20                -           0.0000          -
65198.52/3306.49	c      3306           9994         529        20                -           0.0000          -
65299.69/3311.58	c      3312         303271        5066        20                -           0.0000          -
65402.84/3316.73	c      3317         303823        5061        20                -           0.0000          -
65504.00/3321.86	c      3322         304291        5058        20                -           0.0000          -
65603.15/3326.87	c      3327          14449         245        20                -           0.0000          -
65702.30/3331.90	c      3332          25874        3335        20                -           0.0000          -
65803.59/3336.96	c      3337          25909        3342        20                -           0.0000          -
65908.62/3342.21	c      3342         306322        5053        20                -           0.0000          -
66007.85/3347.23	c      3347          10257         534        20                -           0.0000          -
66107.07/3352.23	c      3352         307291        5065        20                -           0.0000          -
66206.27/3357.27	c      3357          14693         246        20                -           0.0000          -
66309.47/3362.44	c      3362          26123        3382        20                -           0.0000          -
66408.69/3367.49	c      3368          10386         541        20                -           0.0000          -
66509.95/3372.57	c      3373          14791         242        20                -           0.0000          -
66611.06/3377.69	c      3378          10459         544        20                -           0.0000          -
66712.29/3382.71	c      3383          10459         544        20                -           0.0000          -
66815.49/3387.91	c      3388          10459         544        20                -           0.0000          -
66914.65/3393.00	c      3393          10459         544        20                -           0.0000          -
67016.59/3398.04	c      3398          10459         544        20                -           0.0000          -
67117.74/3403.17	c      3403          10459         544        20                -           0.0000          -
67218.15/3408.24	c      3408          10459         544        20                -           0.0000          -
67319.31/3413.30	c      3413          15079         226        20                -           0.0000          -
67420.44/3418.42	c      3418         312979        5061        20                -           0.0000          -
67519.63/3423.46	c      3423          15149         220        20                -           0.0000          -
67618.84/3428.48	c      3428          26672        3449        20                -           0.0000          -
67723.90/3433.75	c      3434          26717        3452        20                -           0.0000          -
67823.11/3438.80	c      3439          10731         546        20                -           0.0000          -
67926.29/3444.03	c      3444          15257         216        20                -           0.0000          -
68030.12/3449.14	c      3449          15290         214        20                -           0.0000          -
68132.58/3454.30	c      3454          26900        3467        20                -           0.0000          -
68231.75/3459.32	c      3459         297817        5012        20                -           0.0000          -
68330.95/3464.38	c      3464         298359        5006        20                -           0.0000          -
68430.14/3469.38	c      3469          15503         222        20                -           0.0000          -
68533.32/3474.52	c      3475          27085        3492        20                -           0.0000          -
68632.52/3479.53	c      3480          15613         220        20                -           0.0000          -
68731.67/3484.56	c      3485          10973         560        20                -           0.0000          -
68832.67/3489.60	c      3490          15639         220        20                -           0.0000          -
68931.89/3494.64	c      3495          15639         220        20                -           0.0000          -
69033.05/3499.74	c      3500          15639         220        20                -           0.0000          -
69134.22/3504.86	c      3505          15639         220        20                -           0.0000          -
69233.34/3509.87	c      3510          15639         220        20                -           0.0000          -
69334.54/3514.98	c      3515          11040         563        20                -           0.0000          -
69433.61/3520.00	c      3520          11040         563        20                -           0.0000          -
69535.46/3525.08	c      3525          11040         563        20                -           0.0000          -
69636.82/3530.18	c      3530          11040         563        20                -           0.0000          -
69736.98/3535.26	c      3535          11040         563        20                -           0.0000          -
69836.13/3540.27	c      3540          11061         564        20                -           0.0000          -
69937.38/3545.36	c      3545          27688        3581        20                -           0.0000          -
70038.36/3550.40	c      3550         324442        5056        20                -           0.0000          -
70139.52/3555.50	c      3556         324903        5064        20                -           0.0000          -
70240.59/3560.61	c      3561          15960         220        20                -           0.0000          -
70341.73/3565.72	c      3566          15960         220        20                -           0.0000          -
70442.88/3570.85	c      3571          15960         220        20                -           0.0000          -
70544.06/3575.99	c      3576          15960         220        20                -           0.0000          -
70649.23/3581.25	c      3581          15960         220        20                -           0.0000          -
70750.37/3586.30	c      3586          15960         220        20                -           0.0000          -
70849.59/3591.33	c      3591          15960         220        20                -           0.0000          -
70948.72/3596.38	c      3596          15960         220        20                -           0.0000          -
71053.89/3601.66	c      3602          28183        3658        20                -           0.0000          -
71155.07/3606.74	c      3607         308503        5024        20                -           0.0000          -
71260.98/3612.13	c      3612          16079         225        20                -           0.0000          -
71361.94/3617.19	c      3617         309358        5019        20                -           0.0000          -
71462.39/3622.22	c      3622         309741        5024        20                -           0.0000          -
71565.60/3627.43	c      3627          28409        3686        20                -           0.0000          -
71664.80/3632.45	c      3632          16294         232        20                -           0.0000          -
71763.84/3637.48	c      3637          28488        3699        20                -           0.0000          -
71865.02/3642.50	c      3642          16364         232        20                -           0.0000          -
71966.20/3647.60	c      3648          16390         232        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 (138711 MiB free)
  memory of node 1: 193531 MiB (121801 MiB free)
  memory of node 2: 193531 MiB (186239 MiB free)
  memory of node 3: 193531 MiB (180580 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-4465625-1723599609/watcher-4465625-1723599609 -o /tmp/evaluation-result-4465625-1723599609/solver-4465625-1723599609 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723592278-710605 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465625-1723599609.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100119 s]*
/proc/loadavg: 78.72 80.03 80.32 43/944 715129
/proc/meminfo: memFree=642341380/790760800 swapFree=131071996/131071996
[pid=715128] ppid=715125 vsize=75896 memory=63624 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/stat : 715128 (fscip) R 715125 715128 710592 0 -1 4194304 13801 0 0 0 9 2 0 0 20 0 1 0 126547662 77717504 15906 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
/proc/715128/statm: 18974 15906 2347 3035 0 15370 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 75896 KiB
Current children cumulated memory: 63624 KiB

[startup+0.219531 s]*
/proc/loadavg: 78.72 80.03 80.32 43/944 715129
/proc/meminfo: memFree=642296932/790760800 swapFree=131071996/131071996
[pid=715128] ppid=715125 vsize=120908 memory=108524 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/stat : 715128 (fscip) R 715125 715128 710592 0 -1 4194304 25045 0 0 0 20 3 0 0 20 0 1 0 126547662 123809792 27131 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
/proc/715128/statm: 30227 27131 2347 3035 0 26623 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 120908 KiB
Current children cumulated memory: 108524 KiB

[startup+0.319626 s]*
/proc/loadavg: 78.72 80.03 80.32 43/944 715129
/proc/meminfo: memFree=642256704/790760800 swapFree=131071996/131071996
[pid=715128] ppid=715125 vsize=160004 memory=147660 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/stat : 715128 (fscip) R 715125 715128 710592 0 -1 4194304 34286 0 0 0 28 4 0 0 20 0 1 0 126547662 163844096 36915 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
/proc/715128/statm: 40001 36915 2347 3035 0 36397 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 160004 KiB
Current children cumulated memory: 147660 KiB

[startup+0.700285 s]
/proc/loadavg: 78.72 80.03 80.32 43/944 715129
/proc/meminfo: memFree=642127072/790760800 swapFree=131071996/131071996
[pid=715128] ppid=715125 vsize=366120 memory=352156 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/stat : 715128 (fscip) R 715125 715128 710592 0 -1 4194304 85640 0 0 0 56 12 0 0 20 0 1 0 126547662 374906880 88039 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
/proc/715128/statm: 91530 88039 2598 3035 0 87926 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 366120 KiB
Current children cumulated memory: 352156 KiB

[startup+1.5003 s]
/proc/loadavg: 78.72 80.03 80.32 43/944 715129
/proc/meminfo: memFree=642002920/790760800 swapFree=131071996/131071996
[pid=715128] ppid=715125 vsize=449144 memory=432440 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/stat : 715128 (fscip) R 715125 715128 710592 0 -1 4194304 112297 0 0 0 130 18 0 0 20 0 1 0 126547662 459923456 108110 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
/proc/715128/statm: 112286 108110 2694 3035 0 108682 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 449144 KiB
Current children cumulated memory: 432440 KiB

[startup+3.12021 s]
/proc/loadavg: 75.77 79.39 80.11 43/944 715131
/proc/meminfo: memFree=641783868/790760800 swapFree=131071996/131071996
[pid=715128] ppid=715125 vsize=541280 memory=523184 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/stat : 715128 (fscip) R 715125 715128 710592 0 -1 4194304 134512 0 0 0 287 23 0 0 20 0 1 0 126547662 554270720 130796 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
/proc/715128/statm: 135320 130796 2694 3035 0 131716 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 541280 KiB
Current children cumulated memory: 523184 KiB

[startup+6.30015 s]
/proc/loadavg: 75.77 79.39 80.11 43/944 715131
/proc/meminfo: memFree=641697244/790760800 swapFree=131071996/131071996
[pid=715128] ppid=715125 vsize=656800 memory=593272 CPUtime=6.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/stat : 715128 (fscip) R 715125 715128 710592 0 -1 4194304 145853 0 0 0 602 25 0 0 20 0 1 0 126547662 672563200 148318 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
/proc/715128/statm: 164200 148318 2758 3035 0 160596 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 656800 KiB
Current children cumulated memory: 593272 KiB

[startup+12.7002 s]
/proc/loadavg: 66.22 77.24 79.40 5/864 715223
/proc/meminfo: memFree=724315228/790760800 swapFree=131071996/131071996
[pid=715128] ppid=715125 vsize=656800 memory=599416 CPUtime=12.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/stat : 715128 (fscip) R 715125 715128 710592 0 -1 4194304 145879 0 0 0 1238 26 0 0 20 0 1 0 126547662 672563200 149854 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
/proc/715128/statm: 164200 149854 2758 3035 0 160596 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 656800 KiB
Current children cumulated memory: 599416 KiB

[startup+25.5014 s]
/proc/loadavg: 58.17 75.14 78.69 24/924 715287
/proc/meminfo: memFree=710256792/790760800 swapFree=131071996/131071996
[pid=715128] ppid=715125 vsize=12369420 memory=11395368 CPUtime=123.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/stat : 715128 (fscip) S 715125 715128 710592 0 -1 1077936128 2755141 0 0 0 11768 557 0 0 20 0 41 0 126547662 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
/proc/715128/statm: 3092355 2848842 2774 3035 0 2970138 0
[pid=715128/tid=715226] ppid=715125 vsize=12369420 memory=2268 CPUtime=5.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715226/stat : 715226 (fscip) R 715125 715128 710592 0 -1 4194368 118394 0 0 0 519 24 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715227] ppid=715125 vsize=12369420 memory=11424 CPUtime=5.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715227/stat : 715227 (fscip) R 715125 715128 710592 0 -1 4194368 120820 0 0 0 517 24 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715228] ppid=715125 vsize=12369420 memory=593272 CPUtime=5.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715228/stat : 715228 (fscip) R 715125 715128 710592 0 -1 4194368 140879 0 0 0 513 28 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715229] ppid=715125 vsize=12369420 memory=211359703248 CPUtime=5.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715229/stat : 715229 (fscip) R 715125 715128 710592 0 -1 4194368 118907 0 0 0 518 25 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715230] ppid=715125 vsize=12369420 memory=0 CPUtime=5.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715230/stat : 715230 (fscip) R 715125 715128 710592 0 -1 4194368 127411 0 0 0 516 26 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715231] ppid=715125 vsize=12369420 memory=2308376516805075124 CPUtime=5.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715231/stat : 715231 (fscip) R 715125 715128 710592 0 -1 4194368 127278 0 0 0 517 24 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715232] ppid=715125 vsize=12369420 memory=280693293701152 CPUtime=5.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715232/stat : 715232 (fscip) R 715125 715128 710592 0 -1 4194368 121084 0 0 0 518 25 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715233] ppid=715125 vsize=12369420 memory=280693293380816 CPUtime=5.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715233/stat : 715233 (fscip) R 715125 715128 710592 0 -1 4194368 146032 0 0 0 511 30 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715234] ppid=715125 vsize=12369420 memory=1996 CPUtime=5.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715234/stat : 715234 (fscip) R 715125 715128 710592 0 -1 4194368 139112 0 0 0 515 27 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715235] ppid=715125 vsize=12369420 memory=280693293676656 CPUtime=5.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715235/stat : 715235 (fscip) R 715125 715128 710592 0 -1 4194368 121145 0 0 0 517 26 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715236] ppid=715125 vsize=12369420 memory=0 CPUtime=5.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715236/stat : 715236 (fscip) R 715125 715128 710592 0 -1 4194368 138366 0 0 0 515 27 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715237] ppid=715125 vsize=12369420 memory=0 CPUtime=5.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715237/stat : 715237 (fscip) R 715125 715128 710592 0 -1 4194368 124282 0 0 0 517 24 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715238] ppid=715125 vsize=12369420 memory=280693293939968 CPUtime=5.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715238/stat : 715238 (fscip) R 715125 715128 710592 0 -1 4194368 120567 0 0 0 515 28 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715239] ppid=715125 vsize=12369420 memory=280693293420368 CPUtime=5.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715239/stat : 715239 (fscip) R 715125 715128 710592 0 -1 4194368 139556 0 0 0 501 25 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715240] ppid=715125 vsize=12369420 memory=7381020 CPUtime=5.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715240/stat : 715240 (fscip) R 715125 715128 710592 0 -1 4194368 138080 0 0 0 514 26 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715241] ppid=715125 vsize=12369420 memory=25 CPUtime=5.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715241/stat : 715241 (fscip) R 715125 715128 710592 0 -1 4194368 120578 0 0 0 517 26 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715242] ppid=715125 vsize=12369420 memory=19600 CPUtime=5.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715242/stat : 715242 (fscip) R 715125 715128 710592 0 -1 4194368 134268 0 0 0 513 28 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715243] ppid=715125 vsize=12369420 memory=54528 CPUtime=5.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715243/stat : 715243 (fscip) R 715125 715128 710592 0 -1 4194368 117194 0 0 0 519 22 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715244] ppid=715125 vsize=12369420 memory=2268 CPUtime=5.43 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715244/stat : 715244 (fscip) R 715125 715128 710592 0 -1 4194368 121086 0 0 0 519 24 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715245] ppid=715125 vsize=12369420 memory=280693293183248 CPUtime=5.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715245/stat : 715245 (fscip) R 715125 715128 710592 0 -1 4194368 143204 0 0 0 513 28 0 0 20 0 41 0 126549120 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715246] ppid=715125 vsize=12369420 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715246/stat : 715246 (fscip) S 715125 715128 710592 0 -1 1077936192 3 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715247] ppid=715125 vsize=12369420 memory=8866186890391123 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715247/stat : 715247 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715248] ppid=715125 vsize=12369420 memory=280693293030160 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715248/stat : 715248 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715249] ppid=715125 vsize=12369420 memory=6944656592455359580 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715249/stat : 715249 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715250] ppid=715125 vsize=12369420 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715250/stat : 715250 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715251] ppid=715125 vsize=12369420 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715251/stat : 715251 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715252] ppid=715125 vsize=12369420 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715252/stat : 715252 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715253] ppid=715125 vsize=12369420 memory=2668260 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715253/stat : 715253 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715254] ppid=715125 vsize=12369420 memory=-2746958450906831424 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715254/stat : 715254 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715255] ppid=715125 vsize=12369420 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715255/stat : 715255 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715256] ppid=715125 vsize=12369420 memory=2292 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715256/stat : 715256 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715257] ppid=715125 vsize=12369420 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715257/stat : 715257 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715258] ppid=715125 vsize=12369420 memory=7100839852556452247 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715258/stat : 715258 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715259] ppid=715125 vsize=12369420 memory=-7671999165582111936 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715259/stat : 715259 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715260] ppid=715125 vsize=12369420 memory=8321950805272514642 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715260/stat : 715260 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715261] ppid=715125 vsize=12369420 memory=-6586909649308662631 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715261/stat : 715261 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715262] ppid=715125 vsize=12369420 memory=42944 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715262/stat : 715262 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715263] ppid=715125 vsize=12369420 memory=7640 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715263/stat : 715263 (fscip) S 715125 715128 710592 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 126549685 12666286080 2848842 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0

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

[pid=715128/tid=715256] ppid=715125 vsize=39328228 memory=16108 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715256/stat : 715256 (fscip) S 715125 715128 710592 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376314 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715257] ppid=715125 vsize=39328228 memory=36248 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715257/stat : 715257 (fscip) S 715125 715128 710592 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376314 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715258] ppid=715125 vsize=39328228 memory=6628 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715258/stat : 715258 (fscip) S 715125 715128 710592 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376314 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715259] ppid=715125 vsize=39328228 memory=11424 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715259/stat : 715259 (fscip) S 715125 715128 710592 0 -1 1077936192 119 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376314 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715260] ppid=715125 vsize=39328228 memory=280693293654768 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715260/stat : 715260 (fscip) S 715125 715128 710592 0 -1 1077936192 133 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376314 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715261] ppid=715125 vsize=39328228 memory=4 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715261/stat : 715261 (fscip) S 715125 715128 710592 0 -1 1077936192 148 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376314 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715262] ppid=715125 vsize=39328228 memory=3 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715262/stat : 715262 (fscip) S 715125 715128 710592 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376314 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715263] ppid=715125 vsize=39328228 memory=3073624625908202 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715263/stat : 715263 (fscip) S 715125 715128 710592 0 -1 1077936192 133 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376314 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715264] ppid=715125 vsize=39328228 memory=33498108 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715264/stat : 715264 (fscip) S 715125 715128 710592 0 -1 1077936192 140 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376314 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715265] ppid=715125 vsize=39328228 memory=33505256 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715265/stat : 715265 (fscip) S 715125 715128 710592 0 -1 1077936192 147 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376314 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
Current children cumulated CPU time: 71861.1 s
Current children cumulated vsize: 39328228 KiB
Current children cumulated memory: 33505256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3649.4 s]
/proc/loadavg: 81.91 80.97 79.62 81/1024 717986
/proc/meminfo: memFree=569089876/790760800 swapFree=131071996/131071996
[pid=715128] ppid=715125 vsize=39328228 memory=33505280 CPUtime=72001.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/stat : 715128 (fscip) S 715125 715128 710592 0 -1 1077936128 110124019 0 0 0 7186705 13488 0 0 20 0 41 0 126547662 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 17 55 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
/proc/715128/statm: 9832057 8376320 2998 3035 0 9591732 0
[pid=715128/tid=715226] ppid=715125 vsize=39328228 memory=28356 CPUtime=3603.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715226/stat : 715226 (fscip) R 715125 715128 710592 0 -1 4194368 5250890 0 0 0 359669 640 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715227] ppid=715125 vsize=39328228 memory=33497560 CPUtime=3605.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715227/stat : 715227 (fscip) R 715125 715128 710592 0 -1 4194368 7516427 0 0 0 359843 705 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715228] ppid=715125 vsize=39328228 memory=6720665437115595631 CPUtime=3602.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715228/stat : 715228 (fscip) R 715125 715128 710592 0 -1 4194368 2641437 0 0 0 359827 465 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715229] ppid=715125 vsize=39328228 memory=6056 CPUtime=3601.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715229/stat : 715229 (fscip) R 715125 715128 710592 0 -1 4194368 5657111 0 0 0 359565 634 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715230] ppid=715125 vsize=39328228 memory=104 CPUtime=3604.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715230/stat : 715230 (fscip) R 715125 715128 710592 0 -1 4194368 7950834 0 0 0 359660 788 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715231] ppid=715125 vsize=39328228 memory=33100 CPUtime=3578.99 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715231/stat : 715231 (fscip) R 715125 715128 710592 0 -1 4194368 2471545 0 0 0 357397 502 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715232] ppid=715125 vsize=39328228 memory=19600 CPUtime=3602.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715232/stat : 715232 (fscip) R 715125 715128 710592 0 -1 4194368 5213871 0 0 0 359585 616 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715233] ppid=715125 vsize=39328228 memory=54528 CPUtime=3593.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715233/stat : 715233 (fscip) R 715125 715128 710592 0 -1 4194368 8662948 0 0 0 358295 1010 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715234] ppid=715125 vsize=39328228 memory=6055652847293562906 CPUtime=3598.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715234/stat : 715234 (fscip) R 715125 715128 710592 0 -1 4194368 2548595 0 0 0 359361 474 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715235] ppid=715125 vsize=39328228 memory=74122 CPUtime=3600.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715235/stat : 715235 (fscip) R 715125 715128 710592 0 -1 4194368 5313846 0 0 0 359391 632 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715236] ppid=715125 vsize=39328228 memory=74461 CPUtime=3591.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715236/stat : 715236 (fscip) R 715125 715128 710592 0 -1 4194368 8489091 0 0 0 358033 1152 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715237] ppid=715125 vsize=39328228 memory=74791 CPUtime=3600.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715237/stat : 715237 (fscip) R 715125 715128 710592 0 -1 4194368 1859424 0 0 0 359528 474 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715238] ppid=715125 vsize=39328228 memory=75122 CPUtime=3594.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715238/stat : 715238 (fscip) R 715125 715128 710592 0 -1 4194368 5476915 0 0 0 358815 618 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715239] ppid=715125 vsize=39328228 memory=75454 CPUtime=3600.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715239/stat : 715239 (fscip) R 715125 715128 710592 0 -1 4194368 8627632 0 0 0 359216 823 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715240] ppid=715125 vsize=39328228 memory=43367 CPUtime=3601.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715240/stat : 715240 (fscip) R 715125 715128 710592 0 -1 4194368 2503304 0 0 0 359705 446 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715241] ppid=715125 vsize=39328228 memory=66866 CPUtime=3597.79 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715241/stat : 715241 (fscip) R 715125 715128 710592 0 -1 4194368 5262202 0 0 0 359147 632 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715242] ppid=715125 vsize=39328228 memory=1092357 CPUtime=3597.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715242/stat : 715242 (fscip) R 715125 715128 710592 0 -1 4194368 8568867 0 0 0 358901 885 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715243] ppid=715125 vsize=39328228 memory=1252417 CPUtime=3601.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715243/stat : 715243 (fscip) R 715125 715128 710592 0 -1 4194368 2333298 0 0 0 359682 491 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715244] ppid=715125 vsize=39328228 memory=1276544 CPUtime=3603.52 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715244/stat : 715244 (fscip) R 715125 715128 710592 0 -1 4194368 4886108 0 0 0 359785 567 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715245] ppid=715125 vsize=39328228 memory=0 CPUtime=3604.97 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715245/stat : 715245 (fscip) R 715125 715128 710592 0 -1 4194368 8708535 0 0 0 359677 820 0 0 20 0 41 0 126549120 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715246] ppid=715125 vsize=39328228 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715246/stat : 715246 (fscip) S 715125 715128 710592 0 -1 1077936192 72 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715247] ppid=715125 vsize=39328228 memory=0 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715247/stat : 715247 (fscip) S 715125 715128 710592 0 -1 1077936192 152 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715248] ppid=715125 vsize=39328228 memory=8323350987516068516 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715248/stat : 715248 (fscip) S 715125 715128 710592 0 -1 1077936192 142 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715249] ppid=715125 vsize=39328228 memory=280693296843920 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715249/stat : 715249 (fscip) S 715125 715128 710592 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715250] ppid=715125 vsize=39328228 memory=6083642291248980848 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715250/stat : 715250 (fscip) S 715125 715128 710592 0 -1 1077936192 150 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715251] ppid=715125 vsize=39328228 memory=0 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715251/stat : 715251 (fscip) S 715125 715128 710592 0 -1 1077936192 121 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715252] ppid=715125 vsize=39328228 memory=280693293963920 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715252/stat : 715252 (fscip) S 715125 715128 710592 0 -1 1077936192 118 0 0 0 0 3 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715253] ppid=715125 vsize=39328228 memory=20452 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715253/stat : 715253 (fscip) S 715125 715128 710592 0 -1 1077936192 131 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715254] ppid=715125 vsize=39328228 memory=-7736728418042779277 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715254/stat : 715254 (fscip) S 715125 715128 710592 0 -1 1077936192 123 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715255] ppid=715125 vsize=39328228 memory=-2748367124353069876 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715255/stat : 715255 (fscip) S 715125 715128 710592 0 -1 1077936192 127 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715256] ppid=715125 vsize=39328228 memory=280693293654656 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715256/stat : 715256 (fscip) S 715125 715128 710592 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715257] ppid=715125 vsize=39328228 memory=6720665437115595631 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715257/stat : 715257 (fscip) S 715125 715128 710592 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715258] ppid=715125 vsize=39328228 memory=3047711428313194381 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715258/stat : 715258 (fscip) S 715125 715128 710592 0 -1 1077936192 146 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715259] ppid=715125 vsize=39328228 memory=-6528659769601410206 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715259/stat : 715259 (fscip) S 715125 715128 710592 0 -1 1077936192 119 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715260] ppid=715125 vsize=39328228 memory=4139501249983510058 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715260/stat : 715260 (fscip) S 715125 715128 710592 0 -1 1077936192 133 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715261] ppid=715125 vsize=39328228 memory=3047711428413925004 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715261/stat : 715261 (fscip) S 715125 715128 710592 0 -1 1077936192 148 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715262] ppid=715125 vsize=39328228 memory=6656426216303648864 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715262/stat : 715262 (fscip) S 715125 715128 710592 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715263] ppid=715125 vsize=39328228 memory=-4059589564189731178 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715263/stat : 715263 (fscip) S 715125 715128 710592 0 -1 1077936192 133 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715264] ppid=715125 vsize=39328228 memory=8751382619673867058 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715264/stat : 715264 (fscip) S 715125 715128 710592 0 -1 1077936192 140 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
[pid=715128/tid=715265] ppid=715125 vsize=39328228 memory=34340462562508916 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/715128/task/715265/stat : 715265 (fscip) S 715125 715128 710592 0 -1 1077936192 147 0 0 0 4 0 0 0 20 0 41 0 126549685 40272105472 8376320 809668444160 4194304 16623229 140737264194544 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 25456640 140737264202758 140737264202876 140737264202876 140737264209904 0
Current children cumulated CPU time: 72001.9 s
Current children cumulated vsize: 39328228 KiB
Current children cumulated memory: 33505280 KiB

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

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

# cumulated CPU time of all completed processes:  user=71867.3 s, system=135.827 s

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

[startup+3649.62 s]
/proc/loadavg: 81.91 80.97 79.62 62/985 717986
/proc/meminfo: memFree=572023996/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3650 s]*
/proc/loadavg: 81.91 80.97 79.62 63/985 717986
/proc/meminfo: memFree=590512472/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3650.2 s]
/proc/loadavg: 81.91 80.97 79.62 63/985 717986
/proc/meminfo: memFree=590512472/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3650.3 s]
/proc/loadavg: 81.91 80.97 79.62 63/985 717986
/proc/meminfo: memFree=590512472/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): 3650.36
CPU time (s): 72003.1
CPU user time (s): 71867.3
CPU system time (s): 135.827
CPU usage (%): 1972.49
Max. virtual memory (cumulated for all children) (KiB): 39393772
Max. memory (cumulated for all children) (KiB): 33562428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71867.3
system time used= 135.827
maximum resident set size= 33562576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110124032
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= 1830115
involuntary context switches= 204880


# summary of solver processes directly reported to runsolver:
#   pid: 715128
#   total CPU time (s): 72003.1
#   total CPU user time (s): 71867.3
#   total CPU system time (s): 135.827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.2495 second user time and 87.6496 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 03:40:09
IDJOB=4465625
IDBENCH=147848
IDSOLVER=3094
FILE ID=nodeD101/4465625-1723599609
RUNJOBID= nodeD101-1723592278-710605
SLURM_JOB_ID= 8267897
Free space on /tmp= 8622736 MiB

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

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
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		: 3087.440
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		: 2900.376
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		: 3253.655
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		: 3669.539
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		: 3087.435
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		: 3078.015
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		: 2648.397
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		: 3627.070
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		: 3087.418
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		: 3078.040
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		: 2637.739
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		: 3664.104
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		: 3087.416
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		: 3078.141
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		: 2639.036
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		: 2677.154
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		: 3087.409
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		: 3078.229
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		: 2640.843
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		: 2654.760
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		: 3087.401
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		: 3078.326
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.658
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		: 2650.639
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		: 3087.386
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		: 3078.414
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		: 2635.070
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		: 2648.760
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		: 3087.386
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		: 3078.481
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		: 2804.320
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		: 2658.700
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		: 3087.377
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		: 3078.466
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		: 2640.770
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		: 2645.454
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		: 3087.372
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		: 3078.455
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		: 2637.671
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		: 2654.345
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		: 3087.359
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		: 3078.439
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		: 2626.564
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		: 2650.477
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		: 3085.324
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		: 3078.434
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		: 3866.885
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		: 2669.042
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		: 3087.350
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		: 3078.420
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		: 3693.676
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		: 2649.030
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		: 3087.345
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2659.879
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		: 2989.570
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		: 3078.368
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		: 2593.276
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		: 1178.643
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		: 3087.319
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		: 3078.366
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		: 3350.730
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		: 1655.800
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		: 3087.310
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		: 2930.380
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		: 3031.786
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		: 1310.159
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		: 3006.501
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		: 3078.339
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		: 3567.820
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		: 3735.139
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:        642389240 kB
MemAvailable:   699390184 kB
Buffers:         1120012 kB
Cached:         59146112 kB
SwapCached:            0 kB
Active:         18840212 kB
Inactive:       125871896 kB
Active(anon):       2132 kB
Inactive(anon): 84482328 kB
Active(file):   18838080 kB
Inactive(file): 41389568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             39356 kB
Writeback:          6188 kB
AnonPages:      84433848 kB
Mapped:           137160 kB
Shmem:             38920 kB
KReclaimable:     385644 kB
Slab:             797000 kB
SReclaimable:     385644 kB
SUnreclaim:       411356 kB
KernelStack:       16272 kB
PageTables:       200060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    8907680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1116672 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10530816 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= 8622768 MiB
End job on nodeD101 at 2024-08-14 04:40:59