Trace number 4465674

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.2 3651.97

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-20.opb
MD5SUMce92e16bf0ab8af5c50df3c37225d359
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark14.7404
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
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.54/0.55	c Default LC presolving (default).
0.54/0.55	c ** Before presolving: virtualMemUsedAtLc = 491779820, getVmSize() = 315383808, SCIPgetMemUsed() = 256378244, SCIPgetMemTotal() = 278167252, SCIPgetMemExternEstim() = 213612568
0.54/0.55	c ** set memory limit for presolving in LC to 8.79454e+12 for SCIP **
9.85/9.97	c ** Estimated virtualMemUsedAtSolver = 697030111, getVmSize() = 893374464, SCIPgetMemUsed() = 507320175, SCIPgetMemTotal() = 831932599, SCIPgetMemExternEstim() = 213612568
9.85/9.97	c ** set memory limit for solvers to 4.18642e+11 for each SCIP **
9.85/9.97	c Original Problem   :
9.85/9.97	c   Problem name     : instance-4465674-1723615653
9.85/9.97	c   Variables        : 9342 (9342 binary, 0 integer, 0 implicit integer, 0 continuous)
9.85/9.97	c   Constraints      : 199352
9.85/9.97	c   Objective sense  : minimize
9.85/9.97	c Presolved Problem  :
9.85/9.97	c   Variables        : 9341 (9341 binary, 0 integer, 0 implicit integer, 0 continuous)
9.85/9.97	c   Constraints      : 196526
9.85/9.97	c Constraints        : Number
9.85/9.97	c   knapsack         : 20454 
9.85/9.97	c   setppc           : 40318 
9.85/9.97	c   linear           : 2 
9.85/9.97	c   logicor          : 135752 
9.85/9.97	c ** Instance transfer method used: 0
10.14/10.25	c ** ParaScipInstance copy does not increase the number of variables. **
14.54/14.67	c LC is working with racing ramp-up and with rebuilding tree after racing.
14.54/14.68	c                                Nodes    Active                                            
14.54/14.68	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
246.13/26.89	c        27              2           1        20                -           0.0000          -
392.77/34.38	c        34            350          24        20                -           0.0000          -
495.56/39.52	c        40            679         281        20                -           0.0000          -
598.38/44.72	c        45           1190         792        20                -           0.0000          -
699.23/49.86	c        50           1529          60        20                -           0.0000          -
802.97/55.09	c        55           1705          48        20                -           0.0000          -
903.78/60.16	c        60           1932          57        20                -           0.0000          -
1002.51/65.17	c        65           2216          59        20                -           0.0000          -
1102.57/70.29	c        70           2470          58        20                -           0.0000          -
1215.39/75.95	c        76           4422         798        20                -           0.0000          -
1317.13/81.06	c        81           4620         899        20                -           0.0000          -
1418.08/86.15	c        86           5551        1219        20                -           0.0000          -
1523.95/91.50	c        92           5431         904        20                -           0.0000          -
1626.78/96.75	c        97           6047         342        20                -           0.0000          -
1732.57/102.06	c       102           6535         758        20                -           0.0000          -
1836.54/107.34	c       107           7333        1141        20                -           0.0000          -
1935.49/112.40	c       112           8254         645        20                -           0.0000          -
2038.35/117.56	c       118           8466         785        20                -           0.0000          -
2147.95/123.09	c       123           9244         214        20                -           0.0000          -
2252.11/128.37	c       128           9526         139        20                -           0.0000          -
2355.07/133.51	c       134          10189         738        20                -           0.0000          -
2454.02/138.53	c       139          10056         119        20                -           0.0000          -
2552.98/143.57	c       144          10271         112        20                -           0.0000          -
2653.94/148.66	c       149          10540         113        20                -           0.0000          -
2761.71/154.09	c       154           7601         662        20                -           0.0000          -
2863.71/159.21	c       159           7674         671        20                -           0.0000          -
2964.52/164.31	c       164           8256         407        20                -           0.0000          -
3063.40/169.34	c       169           9194         823        20                -           0.0000          -
3164.29/174.42	c       174           9465         867        20                -           0.0000          -
3265.19/179.52	c       180          12343         106        20                -           0.0000          -
3366.01/184.67	c       185          17572         800        20                -           0.0000          -
3468.86/189.84	c       190          18805         410        20                -           0.0000          -
3569.56/195.03	c       195          11130         381        20                -           0.0000          -
3671.18/200.09	c       200          11640         117        20                -           0.0000          -
3781.08/205.60	c       206          13780          51        20                -           0.0000          -
3879.98/210.69	c       211          13617         103        20                -           0.0000          -
3982.86/215.85	c       216          14273         585        20                -           0.0000          -
4086.34/221.09	c       221          23717         236        20                -           0.0000          -
4188.43/226.22	c       226          24907         905        20                -           0.0000          -
4291.41/231.49	c       232          16331         306        20                -           0.0000          -
4394.03/236.66	c       237          16610         367        20                -           0.0000          -
4496.86/241.82	c       242          28388         564        20                -           0.0000          -
4602.39/247.17	c       247          18602         132        20                -           0.0000          -
4702.59/252.23	c       252          19520         829        20                -           0.0000          -
4803.48/257.37	c       257          20525         355        20                -           0.0000          -
4904.37/262.45	c       262          21383         147        20                -           0.0000          -
5005.30/267.53	c       268          33352           0        20                -           0.0000          -
5108.24/272.72	c       273          34059         636        20                -           0.0000          -
5207.16/277.74	c       278          35136         720        20                -           0.0000          -
5306.10/282.78	c       283          22893         601        20                -           0.0000          -
5409.01/287.94	c       288          37226         614        20                -           0.0000          -
5510.68/293.08	c       293              2           1        20                -           0.0000          -
5612.75/298.29	c       298              6           5        20                -           0.0000          -
5715.78/303.45	c       303              7           6        20                -           0.0000          -
5820.47/308.79	c       309              8           7        20                -           0.0000          -
5923.39/313.98	c       314          30236         392        20                -           0.0000          -
6025.28/319.09	c       319              9           8        20                -           0.0000          -
6126.09/324.18	c       324              9           8        20                -           0.0000          -
6228.29/329.31	c       329              9           8        20                -           0.0000          -
6327.31/334.38	c       334             16          15        20                -           0.0000          -
6428.35/339.48	c       339             16          15        20                -           0.0000          -
6529.34/344.58	c       345             16          15        20                -           0.0000          -
6630.32/349.67	c       350             16          15        20                -           0.0000          -
6729.38/354.70	c       355             16          15        20                -           0.0000          -
6834.26/359.94	c       360             16          15        20                -           0.0000          -
6936.16/365.12	c       365             16          15        20                -           0.0000          -
7037.09/370.18	c       370             16          15        20                -           0.0000          -
7137.15/375.28	c       375             16          15        20                -           0.0000          -
7242.04/380.60	c       381             16          15        20                -           0.0000          -
7345.07/385.71	c       386             12          11        20                -           0.0000          -
7445.85/390.89	c       391             12          11        20                -           0.0000          -
7549.47/396.06	c       396             12          11        20                -           0.0000          -
7651.58/401.23	c       401             12          11        20                -           0.0000          -
7752.52/406.32	c       406             15          14        20                -           0.0000          -
7853.31/411.48	c       411             15          14        20                -           0.0000          -
7956.27/416.70	c       417             15          14        20                -           0.0000          -
8057.23/421.78	c       422             16          15        20                -           0.0000          -
8158.10/426.80	c       427             16          15        20                -           0.0000          -
8258.95/431.98	c       432             16          15        20                -           0.0000          -
8360.51/437.09	c       437             17          16        20                -           0.0000          -
8461.64/442.18	c       442             48          47        20                -           0.0000          -
8563.64/447.39	c       447             48          47        20                -           0.0000          -
8666.62/452.51	c       453             48          47        20                -           0.0000          -
8765.55/457.57	c       458             22          21        20                -           0.0000          -
8868.32/462.76	c       463             22          21        20                -           0.0000          -
8969.29/467.81	c       468             50          49        20                -           0.0000          -
9068.25/472.89	c       473             50          49        20                -           0.0000          -
9171.95/478.12	c       478             28          27        20                -           0.0000          -
9273.99/483.22	c       483             28          27        20                -           0.0000          -
9374.73/488.35	c       488             28          27        20                -           0.0000          -
9477.53/493.54	c       494             54          53        20                -           0.0000          -
9578.41/498.64	c       499             65          64        20                -           0.0000          -
9677.39/503.68	c       504             65          64        20                -           0.0000          -
9782.30/508.90	c       509             30          29        20                -           0.0000          -
9881.28/513.99	c       514             30          29        20                -           0.0000          -
9982.96/519.08	c       519             32          31        20                -           0.0000          -
10083.80/524.19	c       524             86          85        20                -           0.0000          -
10185.98/529.37	c       529             33          32        20                -           0.0000          -
10286.89/534.47	c       534             33          32        20                -           0.0000          -
10389.87/539.62	c       540             33          32        20                -           0.0000          -
10490.67/544.71	c       545             33          32        20                -           0.0000          -
10589.59/549.75	c       550             92          91        20                -           0.0000          -
10692.46/554.97	c       555             84          83        20                -           0.0000          -
10793.99/560.07	c       560             84          83        20                -           0.0000          -
10895.08/565.15	c       565             84          83        20                -           0.0000          -
10995.21/570.24	c       570             84          83        20                -           0.0000          -
11096.08/575.37	c       575             84          83        20                -           0.0000          -
11198.80/580.57	c       581             84          83        20                -           0.0000          -
11299.77/585.66	c       586            105         104        20                -           0.0000          -
11400.71/590.74	c       591             86          85        20                -           0.0000          -
11501.66/595.85	c       596             86          85        20                -           0.0000          -
11602.64/601.02	c       601            112         111        20                -           0.0000          -
11704.49/606.14	c       606            112         111        20                -           0.0000          -
11808.49/611.30	c       611            112         111        20                -           0.0000          -
11907.26/616.36	c       616             69          68        20                -           0.0000          -
12008.11/621.45	c       621             69          68        20                -           0.0000          -
12109.16/626.52	c       627            106         105        20                -           0.0000          -
12208.24/631.57	c       632            106         105        20                -           0.0000          -
12309.22/636.63	c       637            106         105        20                -           0.0000          -
12412.00/641.88	c       642             89          88        20                -           0.0000          -
12513.09/646.93	c       647            150         149        20                -           0.0000          -
12612.20/651.97	c       652             93          92        20                -           0.0000          -
12714.03/657.06	c       657             93          92        20                -           0.0000          -
12815.29/662.18	c       662             93          92        20                -           0.0000          -
12915.47/667.23	c       667            161         160        20                -           0.0000          -
13014.57/672.26	c       672            161         160        20                -           0.0000          -
13113.65/677.26	c       677             96          95        20                -           0.0000          -
13212.70/682.29	c       682            164         163        20                -           0.0000          -
13313.78/687.36	c       687          63308          90        20                -           0.0000          -
13414.94/692.44	c       692            109         108        20                -           0.0000          -
13516.05/697.52	c       698            133         132        20                -           0.0000          -
13617.16/702.62	c       703            133         132        20                -           0.0000          -
13718.28/707.72	c       708            181         180        20                -           0.0000          -
13817.41/712.72	c       713            181         180        20                -           0.0000          -
13916.52/717.74	c       718            122         121        20                -           0.0000          -
14017.64/722.81	c       723            141         140        20                -           0.0000          -
14118.41/727.91	c       728            141         140        20                -           0.0000          -
14217.48/732.91	c       733            141         140        20                -           0.0000          -
14319.47/738.09	c       738            141         140        20                -           0.0000          -
14423.68/743.34	c       743            141         140        20                -           0.0000          -
14522.74/748.39	c       748            141         140        20                -           0.0000          -
14623.90/753.45	c       753            141         140        20                -           0.0000          -
14726.95/758.66	c       759            141         140        20                -           0.0000          -
14828.09/763.80	c       764            141         140        20                -           0.0000          -
14929.22/768.87	c       769            141         140        20                -           0.0000          -
15033.02/774.06	c       774            141         140        20                -           0.0000          -
15133.86/779.18	c       779            141         140        20                -           0.0000          -
15240.08/784.50	c       784            141         140        20                -           0.0000          -
15339.22/789.56	c       790            141         140        20                -           0.0000          -
15444.32/794.87	c       795            141         140        20                -           0.0000          -
15545.40/800.01	c       800            141         140        20                -           0.0000          -
15647.39/805.07	c       805            141         140        20                -           0.0000          -
15748.53/810.18	c       810            141         140        20                -           0.0000          -
15848.74/815.22	c       815            141         140        20                -           0.0000          -
15947.90/820.25	c       820            141         140        20                -           0.0000          -
16048.99/825.33	c       825            141         140        20                -           0.0000          -
16148.06/830.39	c       830            141         140        20                -           0.0000          -
16249.13/835.41	c       835            141         140        20                -           0.0000          -
16350.19/840.59	c       841            141         140        20                -           0.0000          -
16451.34/845.66	c       846            141         140        20                -           0.0000          -
16552.48/850.75	c       851            141         140        20                -           0.0000          -
16653.54/855.83	c       856            141         140        20                -           0.0000          -
16754.69/861.03	c       861            141         140        20                -           0.0000          -
16856.75/866.11	c       866            141         140        20                -           0.0000          -
16958.92/871.28	c       871            141         140        20                -           0.0000          -
17060.04/876.36	c       876            141         140        20                -           0.0000          -
17161.18/881.41	c       881            141         140        20                -           0.0000          -
17260.32/886.47	c       886            141         140        20                -           0.0000          -
17361.45/891.53	c       892            141         140        20                -           0.0000          -
17462.56/896.64	c       897            141         140        20                -           0.0000          -
17563.59/901.75	c       902            141         140        20                -           0.0000          -
17664.68/906.89	c       907            141         140        20                -           0.0000          -
17765.79/911.99	c       912            141         140        20                -           0.0000          -
17867.79/917.08	c       917            141         140        20                -           0.0000          -
17969.95/922.23	c       922            141         140        20                -           0.0000          -
18069.07/927.29	c       927            141         140        20                -           0.0000          -
18170.09/932.35	c       932            141         140        20                -           0.0000          -
18273.15/937.55	c       938            141         140        20                -           0.0000          -
18376.24/942.71	c       943            141         140        20                -           0.0000          -
18477.27/947.86	c       948            141         140        20                -           0.0000          -
18578.20/953.02	c       953            141         140        20                -           0.0000          -
18677.25/958.03	c       958            141         140        20                -           0.0000          -
18781.25/963.17	c       963            141         140        20                -           0.0000          -
18881.39/968.25	c       968            141         140        20                -           0.0000          -
18984.43/973.44	c       973            141         140        20                -           0.0000          -
19085.54/978.53	c       979            141         140        20                -           0.0000          -
19186.64/983.64	c       984            141         140        20                -           0.0000          -
19291.67/988.93	c       989            141         140        20                -           0.0000          -
19393.52/994.05	c       994            141         140        20                -           0.0000          -
19492.71/999.10	c       999            141         140        20                -           0.0000          -
19593.79/1004.15	c      1004            141         140        20                -           0.0000          -
19692.76/1009.19	c      1009            141         140        20                -           0.0000          -
19792.79/1014.20	c      1014            141         140        20                -           0.0000          -
19893.79/1019.32	c      1019            141         140        20                -           0.0000          -
19994.78/1024.41	c      1024            141         140        20                -           0.0000          -
20095.74/1029.54	c      1030            141         140        20                -           0.0000          -
20198.72/1034.70	c      1035            141         140        20                -           0.0000          -
20297.71/1039.78	c      1040            141         140        20                -           0.0000          -
20398.77/1044.88	c      1045            141         140        20                -           0.0000          -
20499.77/1049.97	c      1050            141         140        20                -           0.0000          -
20601.50/1055.08	c      1055            141         140        20                -           0.0000          -
20702.54/1060.19	c      1060            141         140        20                -           0.0000          -
20802.32/1065.22	c      1065            141         140        20                -           0.0000          -
20901.11/1070.30	c      1070            141         140        20                -           0.0000          -
21002.13/1075.32	c      1075            141         140        20                -           0.0000          -
21105.13/1080.50	c      1081            141         140        20                -           0.0000          -
21206.21/1085.67	c      1086            141         140        20                -           0.0000          -
21307.23/1090.74	c      1091            141         140        20                -           0.0000          -
21408.28/1095.85	c      1096            141         140        20                -           0.0000          -
21509.31/1100.94	c      1101            141         140        20                -           0.0000          -
21616.27/1106.33	c      1106            141         140        20                -           0.0000          -
21721.26/1111.60	c      1112            141         140        20                -           0.0000          -
21822.33/1116.70	c      1117            141         140        20                -           0.0000          -
21923.25/1121.87	c      1122            141         140        20                -           0.0000          -
22024.20/1126.98	c      1127            141         140        20                -           0.0000          -
22125.97/1132.07	c      1132            141         140        20                -           0.0000          -
22227.29/1137.18	c      1137            141         140        20                -           0.0000          -
22331.11/1142.40	c      1142            141         140        20                -           0.0000          -
22430.10/1147.48	c      1147            141         140        20                -           0.0000          -
22532.98/1152.63	c      1153            141         140        20                -           0.0000          -
22632.00/1157.69	c      1158            141         140        20                -           0.0000          -
22733.01/1162.77	c      1163            141         140        20                -           0.0000          -
22834.07/1167.86	c      1168            141         140        20                -           0.0000          -
22935.03/1172.99	c      1173            141         140        20                -           0.0000          -
23037.06/1178.05	c      1178            141         140        20                -           0.0000          -
23138.92/1183.23	c      1183            141         140        20                -           0.0000          -
23239.92/1188.38	c      1188            141         140        20                -           0.0000          -
23340.93/1193.41	c      1193            141         140        20                -           0.0000          -
23439.85/1198.47	c      1198            141         140        20                -           0.0000          -
23540.84/1203.54	c      1204            141         140        20                -           0.0000          -
23641.86/1208.69	c      1209            141         140        20                -           0.0000          -
23742.89/1213.73	c      1214            141         140        20                -           0.0000          -
23845.90/1218.93	c      1219            141         140        20                -           0.0000          -
23947.70/1224.04	c      1224            141         140        20                -           0.0000          -
24046.94/1229.10	c      1229            141         140        20                -           0.0000          -
24147.92/1234.16	c      1234            141         140        20                -           0.0000          -
24247.85/1239.26	c      1239            141         140        20                -           0.0000          -
24350.56/1244.41	c      1244            141         140        20                -           0.0000          -
24451.56/1249.56	c      1250            141         140        20                -           0.0000          -
24552.51/1254.68	c      1255            141         140        20                -           0.0000          -
24653.49/1259.79	c      1260            141         140        20                -           0.0000          -
24756.51/1264.96	c      1265            141         140        20                -           0.0000          -
24855.52/1270.04	c      1270            141         140        20                -           0.0000          -
24959.30/1275.14	c      1275            141         140        20                -           0.0000          -
25059.50/1280.21	c      1280             78          75        20                -           0.0000          -
25160.51/1285.33	c      1285             78          75        20                -           0.0000          -
25261.44/1290.47	c      1290             78          75        20                -           0.0000          -
25362.35/1295.59	c      1296             78          75        20                -           0.0000          -
25463.18/1300.68	c      1301             78          75        20                -           0.0000          -
25562.36/1305.69	c      1306             78          75        20                -           0.0000          -
25663.15/1310.73	c      1311             78          75        20                -           0.0000          -
25764.03/1315.89	c      1316             37          36        20                -           0.0000          -
25864.48/1320.93	c      1321             37          36        20                -           0.0000          -
25966.06/1326.12	c      1326             79          74        20                -           0.0000          -
26067.01/1331.17	c      1331            154         153        20                -           0.0000          -
26169.16/1336.36	c      1336            154         153        20                -           0.0000          -
26270.15/1341.40	c      1341             38          37        20                -           0.0000          -
26369.17/1346.46	c      1346            450         449        20                -           0.0000          -
26472.18/1351.60	c      1352             40          39        20                -           0.0000          -
26577.08/1356.95	c      1357             40          39        20                -           0.0000          -
26678.92/1362.06	c      1362             40          39        20                -           0.0000          -
26780.92/1367.20	c      1367             40          39        20                -           0.0000          -
26879.88/1372.24	c      1372             40          39        20                -           0.0000          -
26982.71/1377.44	c      1377             40          39        20                -           0.0000          -
27083.63/1382.59	c      1383             40          39        20                -           0.0000          -
27184.56/1387.63	c      1388             40          39        20                -           0.0000          -
27287.55/1392.84	c      1393             40          39        20                -           0.0000          -
27388.50/1397.95	c      1398             40          39        20                -           0.0000          -
27493.21/1403.24	c      1403             40          39        20                -           0.0000          -
27594.16/1408.35	c      1408             40          39        20                -           0.0000          -
27697.18/1413.54	c      1414             40          39        20                -           0.0000          -
27800.21/1418.71	c      1419             40          39        20                -           0.0000          -
27899.08/1423.74	c      1424             40          39        20                -           0.0000          -
28000.01/1428.90	c      1429             40          39        20                -           0.0000          -
28100.96/1433.99	c      1434             40          39        20                -           0.0000          -
28202.89/1439.08	c      1439             40          39        20                -           0.0000          -
28303.72/1444.15	c      1444             40          39        20                -           0.0000          -
28403.87/1449.22	c      1449            193         192        20                -           0.0000          -
28502.98/1454.27	c      1454            193         192        20                -           0.0000          -
28604.25/1459.38	c      1459            108         105        20                -           0.0000          -
28707.03/1464.50	c      1465            108         105        20                -           0.0000          -
28809.91/1469.70	c      1470            108         105        20                -           0.0000          -
28908.96/1474.77	c      1475            108         105        20                -           0.0000          -
29010.05/1479.89	c      1480            108         105        20                -           0.0000          -
29111.05/1485.01	c      1485            108         105        20                -           0.0000          -
29212.96/1490.12	c      1490            108         105        20                -           0.0000          -
29314.94/1495.21	c      1495            108         105        20                -           0.0000          -
29413.95/1500.26	c      1500            108         105        20                -           0.0000          -
29515.21/1505.33	c      1505            108         105        20                -           0.0000          -
29616.02/1510.47	c      1510            108         105        20                -           0.0000          -
29717.07/1515.51	c      1516            108         105        20                -           0.0000          -
29816.13/1520.53	c      1521            108         105        20                -           0.0000          -
29917.16/1525.63	c      1526            108         105        20                -           0.0000          -
30016.12/1530.69	c      1531            108         105        20                -           0.0000          -
30117.12/1535.73	c      1536            108         105        20                -           0.0000          -
30218.22/1540.81	c      1541             46          47        20                -           0.0000          -
30319.05/1545.91	c      1546             46          47        20                -           0.0000          -
30417.98/1551.02	c      1551             46          47        20                -           0.0000          -
30519.79/1556.14	c      1556             46          47        20                -           0.0000          -
30620.75/1561.18	c      1561             46          47        20                -           0.0000          -
30720.81/1566.23	c      1566             46          47        20                -           0.0000          -
30819.93/1571.26	c      1571             46          47        20                -           0.0000          -
30923.02/1576.50	c      1576             46          47        20                -           0.0000          -
31026.00/1581.62	c      1582            533         532        20                -           0.0000          -
31126.97/1586.77	c      1587            533         532        20                -           0.0000          -
31229.98/1591.97	c      1592             48          47        20                -           0.0000          -
31329.00/1597.00	c      1597            544         543        20                -           0.0000          -
31433.96/1602.28	c      1602            257         256        20                -           0.0000          -
31537.19/1607.43	c      1607            536         535        20                -           0.0000          -
31636.11/1612.44	c      1612            536         535        20                -           0.0000          -
31738.71/1617.61	c      1618            536         535        20                -           0.0000          -
31837.70/1622.61	c      1623            119         116        20                -           0.0000          -
31945.49/1628.05	c      1628            119         116        20                -           0.0000          -
32046.57/1633.19	c      1633            119         116        20                -           0.0000          -
32146.82/1638.25	c      1638            119         116        20                -           0.0000          -
32247.83/1643.38	c      1643            119         116        20                -           0.0000          -
32348.97/1648.46	c      1648            119         116        20                -           0.0000          -
32450.10/1653.53	c      1654            119         116        20                -           0.0000          -
32549.19/1658.55	c      1659            119         116        20                -           0.0000          -
32648.27/1663.56	c      1664            119         116        20                -           0.0000          -
32753.27/1668.81	c      1669            119         116        20                -           0.0000          -
32852.34/1673.87	c      1674            119         116        20                -           0.0000          -
32953.16/1678.96	c      1679            119         116        20                -           0.0000          -
33054.91/1684.13	c      1684            119         116        20                -           0.0000          -
33157.12/1689.22	c      1689            119         116        20                -           0.0000          -
33260.14/1694.41	c      1694            119         116        20                -           0.0000          -
33361.22/1699.54	c      1700             54          53        20                -           0.0000          -
33464.15/1704.75	c      1705             54          53        20                -           0.0000          -
33563.23/1709.76	c      1710             54          53        20                -           0.0000          -
33664.23/1714.89	c      1715             54          53        20                -           0.0000          -
33768.28/1720.10	c      1720             54          53        20                -           0.0000          -
33872.12/1725.32	c      1725             54          53        20                -           0.0000          -
33971.09/1730.40	c      1730             54          53        20                -           0.0000          -
34072.07/1735.49	c      1735             54          53        20                -           0.0000          -
34172.72/1740.59	c      1741             54          53        20                -           0.0000          -
34273.58/1745.67	c      1746             54          53        20                -           0.0000          -
34374.55/1750.72	c      1751             54          53        20                -           0.0000          -
34477.52/1755.93	c      1756             54          53        20                -           0.0000          -
34576.53/1760.95	c      1761             54          53        20                -           0.0000          -
34678.18/1766.08	c      1766             54          53        20                -           0.0000          -
34777.32/1771.14	c      1771            120         115        20                -           0.0000          -
34879.34/1776.29	c      1776            335         334        20                -           0.0000          -
34982.29/1781.44	c      1781            335         334        20                -           0.0000          -
35083.26/1786.57	c      1787            122         117        20                -           0.0000          -
35188.22/1791.81	c      1792            122         117        20                -           0.0000          -
35287.21/1796.88	c      1797            122         117        20                -           0.0000          -
35388.21/1801.90	c      1802            122         117        20                -           0.0000          -
35487.24/1806.95	c      1807            122         117        20                -           0.0000          -
35589.01/1812.07	c      1812            122         117        20                -           0.0000          -
35687.90/1817.13	c      1817            122         117        20                -           0.0000          -
35788.95/1822.14	c      1822            122         117        20                -           0.0000          -
35889.38/1827.26	c      1827            122         117        20                -           0.0000          -
35990.49/1832.37	c      1832            612         611        20                -           0.0000          -
36093.52/1837.50	c      1838            612         611        20                -           0.0000          -
36192.65/1842.55	c      1843            612         611        20                -           0.0000          -
36293.72/1847.67	c      1848            612         611        20                -           0.0000          -
36394.75/1852.76	c      1853            612         611        20                -           0.0000          -
36495.65/1857.80	c      1858            612         611        20                -           0.0000          -
36594.69/1862.84	c      1863            612         611        20                -           0.0000          -
36695.73/1867.92	c      1868            612         611        20                -           0.0000          -
36794.69/1873.01	c      1873            125         122        20                -           0.0000          -
36896.51/1878.09	c      1878            125         122        20                -           0.0000          -
36997.60/1883.18	c      1883            125         122        20                -           0.0000          -
37097.61/1888.28	c      1888            125         122        20                -           0.0000          -
37198.67/1893.34	c      1893            125         122        20                -           0.0000          -
37299.78/1898.41	c      1898            125         122        20                -           0.0000          -
37399.11/1903.43	c      1903            125         122        20                -           0.0000          -
37500.00/1908.50	c      1909            125         122        20                -           0.0000          -
37599.11/1913.59	c      1914            125         122        20                -           0.0000          -
37702.01/1918.73	c      1919             77          78        20                -           0.0000          -
37805.04/1923.92	c      1924             77          78        20                -           0.0000          -
37906.92/1929.07	c      1929             77          78        20                -           0.0000          -
38009.00/1934.22	c      1934             77          78        20                -           0.0000          -
38108.00/1939.24	c      1939             77          78        20                -           0.0000          -
38207.07/1944.27	c      1944            128         123        20                -           0.0000          -
38308.12/1949.32	c      1949            128         123        20                -           0.0000          -
38411.15/1954.53	c      1955            654         653        20                -           0.0000          -
38512.20/1959.63	c      1960            654         653        20                -           0.0000          -
38615.21/1964.88	c      1965            654         653        20                -           0.0000          -
38716.21/1969.94	c      1970            654         653        20                -           0.0000          -
38815.21/1975.03	c      1975            130         125        20                -           0.0000          -
38919.02/1980.17	c      1980            428         427        20                -           0.0000          -
39019.23/1985.27	c      1985            428         427        20                -           0.0000          -
39118.30/1990.29	c      1990            428         427        20                -           0.0000          -
39221.34/1995.48	c      1995            134         131        20                -           0.0000          -
39322.36/2000.50	c      2000            134         131        20                -           0.0000          -
39421.44/2005.50	c      2006            134         131        20                -           0.0000          -
39520.50/2010.55	c      2011            134         131        20                -           0.0000          -
39623.53/2015.79	c      2016            134         131        20                -           0.0000          -
39726.42/2021.01	c      2021            134         131        20                -           0.0000          -
39828.34/2026.06	c      2026            134         131        20                -           0.0000          -
39930.28/2031.28	c      2031             94          93        20                -           0.0000          -
40033.29/2036.41	c      2036             94          93        20                -           0.0000          -
40136.30/2041.66	c      2042             94          93        20                -           0.0000          -
40237.31/2046.78	c      2047             94          93        20                -           0.0000          -
40338.36/2051.88	c      2052             94          93        20                -           0.0000          -
40439.38/2056.92	c      2057             94          93        20                -           0.0000          -
40543.19/2062.15	c      2062             94          93        20                -           0.0000          -
40643.23/2067.26	c      2067             94          93        20                -           0.0000          -
40744.23/2072.39	c      2072             94          93        20                -           0.0000          -
40845.23/2077.49	c      2078             94          93        20                -           0.0000          -
40946.26/2082.54	c      2083             94          93        20                -           0.0000          -
41047.29/2087.60	c      2088             94          93        20                -           0.0000          -
41148.36/2092.77	c      2093             94          93        20                -           0.0000          -
41249.38/2097.89	c      2098             94          93        20                -           0.0000          -
41350.41/2102.95	c      2103             94          93        20                -           0.0000          -
41452.22/2108.06	c      2108            138         133        20                -           0.0000          -
41554.24/2113.28	c      2113            760         755        20                -           0.0000          -
41655.26/2118.38	c      2118            101         100        20                -           0.0000          -
41754.44/2123.38	c      2123            101         100        20                -           0.0000          -
41855.37/2128.43	c      2128            101         100        20                -           0.0000          -
41954.41/2133.47	c      2133            101         100        20                -           0.0000          -
42055.46/2138.58	c      2139            101         100        20                -           0.0000          -
42154.49/2143.59	c      2144            101         100        20                -           0.0000          -
42255.53/2148.67	c      2149            101         100        20                -           0.0000          -
42358.48/2153.80	c      2154            101         100        20                -           0.0000          -
42459.24/2158.93	c      2159            101         100        20                -           0.0000          -
42558.27/2164.02	c      2164            101         100        20                -           0.0000          -
42660.05/2169.08	c      2169            101         100        20                -           0.0000          -
42762.08/2174.22	c      2174            101         100        20                -           0.0000          -
42861.13/2179.23	c      2179            101         100        20                -           0.0000          -
42960.29/2184.28	c      2184            101         100        20                -           0.0000          -
43061.21/2189.36	c      2189            101         100        20                -           0.0000          -
43160.27/2194.40	c      2194            101         100        20                -           0.0000          -
43263.30/2199.51	c      2200            101         100        20                -           0.0000          -
43362.35/2204.59	c      2205            101         100        20                -           0.0000          -
43463.39/2209.69	c      2210            101         100        20                -           0.0000          -
43566.40/2214.82	c      2215            101         100        20                -           0.0000          -
43665.39/2219.85	c      2220            101         100        20                -           0.0000          -
43766.42/2224.94	c      2225            101         100        20                -           0.0000          -
43871.34/2230.22	c      2230            101         100        20                -           0.0000          -
43970.32/2235.29	c      2235            101         100        20                -           0.0000          -
44075.36/2240.52	c      2241            101         100        20                -           0.0000          -
44174.33/2245.57	c      2246            101         100        20                -           0.0000          -
44275.38/2250.67	c      2251            101         100        20                -           0.0000          -
44376.45/2255.76	c      2256            101         100        20                -           0.0000          -
44479.42/2260.91	c      2261            101         100        20                -           0.0000          -
44578.34/2266.01	c      2266            101         100        20                -           0.0000          -
44683.20/2271.21	c      2271            101         100        20                -           0.0000          -
44784.40/2276.34	c      2276            101         100        20                -           0.0000          -
44885.20/2281.50	c      2282            101         100        20                -           0.0000          -
44986.21/2286.51	c      2287            101         100        20                -           0.0000          -
45087.21/2291.66	c      2292            101         100        20                -           0.0000          -
45187.96/2296.79	c      2297            101         100        20                -           0.0000          -
45293.67/2302.08	c      2302            101         100        20                -           0.0000          -
45394.84/2307.19	c      2307            101         100        20                -           0.0000          -
45498.79/2312.40	c      2312            101         100        20                -           0.0000          -
45597.74/2317.42	c      2317            101         100        20                -           0.0000          -
45698.71/2322.52	c      2323            101         100        20                -           0.0000          -
45797.73/2327.58	c      2328            101         100        20                -           0.0000          -
45900.66/2332.75	c      2333            582         581        20                -           0.0000          -
45999.50/2337.79	c      2338            102         101        20                -           0.0000          -
46100.30/2342.84	c      2343            102         101        20                -           0.0000          -
46201.18/2347.99	c      2348            102         101        20                -           0.0000          -
46300.30/2353.01	c      2353            102         101        20                -           0.0000          -
46401.79/2358.09	c      2358            160         155        20                -           0.0000          -
46504.08/2363.28	c      2363            160         155        20                -           0.0000          -
46605.07/2368.40	c      2368            160         155        20                -           0.0000          -
46705.89/2373.44	c      2373            160         155        20                -           0.0000          -
46806.88/2378.56	c      2379            105         104        20                -           0.0000          -
46907.87/2383.62	c      2384            105         104        20                -           0.0000          -
47006.83/2388.68	c      2389            105         104        20                -           0.0000          -
47109.85/2393.81	c      2394            105         104        20                -           0.0000          -
47210.86/2398.92	c      2399            105         104        20                -           0.0000          -
47309.88/2403.96	c      2404            105         104        20                -           0.0000          -
47411.66/2409.07	c      2409            105         104        20                -           0.0000          -
47510.56/2414.14	c      2414            105         104        20                -           0.0000          -
47612.64/2419.27	c      2419            105         104        20                -           0.0000          -
47713.82/2424.38	c      2424            105         104        20                -           0.0000          -
47814.16/2429.46	c      2429            105         104        20                -           0.0000          -
47915.19/2434.52	c      2435            105         104        20                -           0.0000          -
48014.27/2439.54	c      2440            105         104        20                -           0.0000          -
48117.26/2444.73	c      2445            105         104        20                -           0.0000          -
48218.19/2449.86	c      2450            105         104        20                -           0.0000          -
48319.18/2454.97	c      2455            105         104        20                -           0.0000          -
48421.01/2460.14	c      2460            105         104        20                -           0.0000          -
48522.99/2465.27	c      2465            105         104        20                -           0.0000          -
48624.06/2470.34	c      2470            105         104        20                -           0.0000          -
48722.87/2475.36	c      2475            105         104        20                -           0.0000          -
48823.84/2480.47	c      2480            105         104        20                -           0.0000          -
48926.85/2485.61	c      2486            105         104        20                -           0.0000          -
49025.93/2490.69	c      2491            105         104        20                -           0.0000          -
49127.02/2495.78	c      2496            105         104        20                -           0.0000          -
49228.14/2500.82	c      2501            105         104        20                -           0.0000          -
49327.22/2505.87	c      2506            105         104        20                -           0.0000          -
49428.16/2510.97	c      2511            105         104        20                -           0.0000          -
49527.22/2516.00	c      2516            105         104        20                -           0.0000          -
49630.78/2521.15	c      2521            936         929        20                -           0.0000          -
49730.88/2526.25	c      2526            106         107        20                -           0.0000          -
49829.90/2531.27	c      2531            106         107        20                -           0.0000          -
49930.87/2536.38	c      2536            106         107        20                -           0.0000          -
50031.96/2541.46	c      2541            106         107        20                -           0.0000          -
50133.07/2546.54	c      2547            106         107        20                -           0.0000          -
50231.98/2551.54	c      2552            106         107        20                -           0.0000          -
50331.04/2556.55	c      2557            106         107        20                -           0.0000          -
50430.18/2561.60	c      2562            106         107        20                -           0.0000          -
50531.24/2566.62	c      2567            106         107        20                -           0.0000          -
50630.38/2571.67	c      2572            106         107        20                -           0.0000          -
50731.32/2576.77	c      2577            106         107        20                -           0.0000          -
50834.43/2581.90	c      2582            106         107        20                -           0.0000          -
50933.55/2586.97	c      2587            106         107        20                -           0.0000          -
51035.28/2592.08	c      2592            106         107        20                -           0.0000          -
51133.94/2597.11	c      2597            106         107        20                -           0.0000          -
51236.31/2602.24	c      2602            106         107        20                -           0.0000          -
51335.34/2607.25	c      2607            106         107        20                -           0.0000          -
51434.41/2612.27	c      2612            106         107        20                -           0.0000          -
51533.28/2617.28	c      2617            106         107        20                -           0.0000          -
51634.25/2622.33	c      2622            106         107        20                -           0.0000          -
51733.10/2627.39	c      2627            106         107        20                -           0.0000          -
51834.18/2632.47	c      2632            106         107        20                -           0.0000          -
51935.30/2637.52	c      2638            106         107        20                -           0.0000          -
52036.33/2642.61	c      2643            974         965        20                -           0.0000          -
52137.41/2647.72	c      2648            882         881        20                -           0.0000          -
52238.50/2652.80	c      2653            182         177        20                -           0.0000          -
52339.54/2657.91	c      2658            182         177        20                -           0.0000          -
52438.62/2663.02	c      2663            182         177        20                -           0.0000          -
52540.62/2668.07	c      2668            182         177        20                -           0.0000          -
52639.70/2673.13	c      2673            182         177        20                -           0.0000          -
52740.78/2678.17	c      2678            182         177        20                -           0.0000          -
52840.85/2683.26	c      2683            182         177        20                -           0.0000          -
52942.01/2688.31	c      2688            182         177        20                -           0.0000          -
53040.96/2693.34	c      2693            182         177        20                -           0.0000          -
53142.03/2698.46	c      2698            182         177        20                -           0.0000          -
53243.11/2703.57	c      2704            990         981        20                -           0.0000          -
53344.14/2708.65	c      2709            990         981        20                -           0.0000          -
53445.21/2713.71	c      2714            188         183        20                -           0.0000          -
53544.27/2718.78	c      2719            188         183        20                -           0.0000          -
53645.30/2723.83	c      2724            188         183        20                -           0.0000          -
53744.37/2728.88	c      2729            188         183        20                -           0.0000          -
53845.48/2733.96	c      2734            188         183        20                -           0.0000          -
53949.25/2739.18	c      2739            188         183        20                -           0.0000          -
54049.68/2744.22	c      2744            188         183        20                -           0.0000          -
54148.85/2749.29	c      2749            122         121        20                -           0.0000          -
54250.02/2754.35	c      2754            122         121        20                -           0.0000          -
54351.35/2759.42	c      2759            122         121        20                -           0.0000          -
54450.30/2764.49	c      2764            122         121        20                -           0.0000          -
54551.35/2769.52	c      2770            122         121        20                -           0.0000          -
54652.50/2774.67	c      2775            122         121        20                -           0.0000          -
54755.65/2779.85	c      2780            122         121        20                -           0.0000          -
54856.77/2784.90	c      2785            122         121        20                -           0.0000          -
54958.53/2790.11	c      2790            122         121        20                -           0.0000          -
55061.04/2795.23	c      2795            122         121        20                -           0.0000          -
55162.12/2800.35	c      2800            122         121        20                -           0.0000          -
55263.26/2805.46	c      2805            122         121        20                -           0.0000          -
55364.41/2810.59	c      2811            122         121        20                -           0.0000          -
55467.51/2815.74	c      2816            122         121        20                -           0.0000          -
55570.64/2820.94	c      2821            122         121        20                -           0.0000          -
55672.53/2826.07	c      2826            122         121        20                -           0.0000          -
55773.73/2831.16	c      2831            122         121        20                -           0.0000          -
55874.04/2836.21	c      2836            122         121        20                -           0.0000          -
55977.15/2841.42	c      2841            122         121        20                -           0.0000          -
56076.30/2846.48	c      2846            122         121        20                -           0.0000          -
56177.44/2851.56	c      2852            122         121        20                -           0.0000          -
56282.54/2856.80	c      2857            210         205        20                -           0.0000          -
56381.64/2861.83	c      2862            210         205        20                -           0.0000          -
56482.79/2866.94	c      2867            210         205        20                -           0.0000          -
56581.92/2871.96	c      2872            210         205        20                -           0.0000          -
56686.98/2877.22	c      2877            210         205        20                -           0.0000          -
56788.11/2882.33	c      2882            210         205        20                -           0.0000          -
56893.19/2887.62	c      2888            210         205        20                -           0.0000          -
56994.33/2892.70	c      2893            210         205        20                -           0.0000          -
57093.46/2897.72	c      2898            210         205        20                -           0.0000          -
57194.60/2902.86	c      2903            210         205        20                -           0.0000          -
57298.38/2908.08	c      2908            210         205        20                -           0.0000          -
57399.53/2913.15	c      2913           1051           0        20                -           0.0000          -
57499.99/2918.27	c      2918           1051           0        20                -           0.0000          -
57599.15/2923.29	c      2923           1051           0        20                -           0.0000          -
57702.26/2928.47	c      2928           1051           0        20                -           0.0000          -
57803.39/2933.53	c      2934           1051           0        20                -           0.0000          -
57904.50/2938.60	c      2939           1051           0        20                -           0.0000          -
58003.63/2943.69	c      2944           1051           0        20                -           0.0000          -
58106.73/2948.82	c      2949           1051           0        20                -           0.0000          -
58205.79/2953.86	c      2954           1051           0        20                -           0.0000          -
58306.91/2958.97	c      2959           1051           0        20                -           0.0000          -
58410.67/2964.17	c      2964           1051           0        20                -           0.0000          -
58511.16/2969.21	c      2969           1051           0        20                -           0.0000          -
58610.30/2974.23	c      2974           1051           0        20                -           0.0000          -
58711.43/2979.34	c      2979           1051           0        20                -           0.0000          -
58812.57/2984.43	c      2984           1051           0        20                -           0.0000          -
58911.74/2989.48	c      2989           1051           0        20                -           0.0000          -
59012.93/2994.50	c      2994           1051           0        20                -           0.0000          -
59112.10/2999.55	c      3000           1051           0        20                -           0.0000          -
59213.25/3004.68	c      3005           1051           0        20                -           0.0000          -
59314.41/3009.73	c      3010           1051           0        20                -           0.0000          -
59413.58/3014.78	c      3015           1051           0        20                -           0.0000          -
59516.72/3019.91	c      3020           1051           0        20                -           0.0000          -
59615.88/3025.01	c      3025           1051           0        20                -           0.0000          -
59717.78/3030.06	c      3030           1051           0        20                -           0.0000          -
59818.84/3035.15	c      3035           1051           0        20                -           0.0000          -
59921.28/3040.30	c      3040           1051           0        20                -           0.0000          -
60022.44/3045.45	c      3045           1051           0        20                -           0.0000          -
60121.57/3050.47	c      3050           1051           0        20                -           0.0000          -
60222.74/3055.54	c      3056           1051           0        20                -           0.0000          -
60325.88/3060.71	c      3061           1051           0        20                -           0.0000          -
60427.05/3065.87	c      3066           1051           0        20                -           0.0000          -
60528.23/3070.93	c      3071           1051           0        20                -           0.0000          -
60627.41/3075.94	c      3076           1051           0        20                -           0.0000          -
60726.61/3081.02	c      3081           1051           0        20                -           0.0000          -
60830.41/3086.17	c      3086           1051           0        20                -           0.0000          -
60930.89/3091.25	c      3091           1051           0        20                -           0.0000          -
61032.08/3096.38	c      3096           1051           0        20                -           0.0000          -
61133.13/3101.44	c      3101           1051           0        20                -           0.0000          -
61236.35/3106.61	c      3107           1051           0        20                -           0.0000          -
61339.60/3111.80	c      3112           1051           0        20                -           0.0000          -
61440.83/3116.96	c      3117           1051           0        20                -           0.0000          -
61542.78/3122.08	c      3122           1051           0        20                -           0.0000          -
61645.22/3127.28	c      3127           1051           0        20                -           0.0000          -
61748.48/3132.41	c      3132            263         258        20                -           0.0000          -
61847.66/3137.50	c      3138            263         258        20                -           0.0000          -
61948.90/3142.57	c      3143            263         258        20                -           0.0000          -
62048.16/3147.57	c      3148            263         258        20                -           0.0000          -
62147.43/3152.59	c      3153            263         258        20                -           0.0000          -
62250.64/3157.73	c      3158            263         258        20                -           0.0000          -
62351.87/3162.84	c      3163            263         258        20                -           0.0000          -
62451.11/3167.87	c      3168            263         258        20                -           0.0000          -
62552.35/3172.93	c      3173            263         258        20                -           0.0000          -
62657.52/3178.23	c      3178            263         258        20                -           0.0000          -
62758.77/3183.32	c      3183            263         258        20                -           0.0000          -
62862.00/3188.52	c      3189           1058           7        20                -           0.0000          -
62963.25/3193.64	c      3194           1058           7        20                -           0.0000          -
63064.51/3198.70	c      3199           1058           7        20                -           0.0000          -
63163.75/3203.75	c      3204           1058           7        20                -           0.0000          -
63264.98/3208.87	c      3209           1058           7        20                -           0.0000          -
63366.22/3214.00	c      3214           1058           7        20                -           0.0000          -
63471.34/3219.20	c      3219           1058           7        20                -           0.0000          -
63576.53/3224.50	c      3225           1058           7        20                -           0.0000          -
63675.74/3229.53	c      3230           1058           7        20                -           0.0000          -
63778.92/3234.72	c      3235           1050           0        20                -           0.0000          -
63880.13/3239.82	c      3240           1050           0        20                -           0.0000          -
63981.34/3244.94	c      3245           1050           0        20                -           0.0000          -
64083.15/3250.03	c      3250           1050           0        20                -           0.0000          -
64184.47/3255.17	c      3255           1050           0        20                -           0.0000          -
64284.99/3260.22	c      3260           1050           0        20                -           0.0000          -
64386.19/3265.33	c      3265           1050           0        20                -           0.0000          -
64487.42/3270.42	c      3270           1050           0        20                -           0.0000          -
64586.63/3275.47	c      3275           1050           0        20                -           0.0000          -
64689.79/3280.66	c      3281           1050           0        20                -           0.0000          -
64790.99/3285.72	c      3286           1050           0        20                -           0.0000          -
64892.20/3290.82	c      3291           1050           0        20                -           0.0000          -
64993.40/3295.91	c      3296           1050           0        20                -           0.0000          -
65092.63/3300.93	c      3301           1050           0        20                -           0.0000          -
65194.65/3306.12	c      3306           1050           0        20                -           0.0000          -
65295.74/3311.19	c      3311           1050           0        20                -           0.0000          -
65396.26/3316.24	c      3316           1050           0        20                -           0.0000          -
65497.47/3321.30	c      3321            183         182        20                -           0.0000          -
65598.70/3326.44	c      3326            183         182        20                -           0.0000          -
65701.91/3331.63	c      3332            183         182        20                -           0.0000          -
65803.13/3336.72	c      3337            183         182        20                -           0.0000          -
65902.36/3341.78	c      3342            183         182        20                -           0.0000          -
66003.59/3346.83	c      3347            183         182        20                -           0.0000          -
66102.84/3351.88	c      3352            183         182        20                -           0.0000          -
66206.73/3357.05	c      3357            183         182        20                -           0.0000          -
66306.08/3362.10	c      3362            183         182        20                -           0.0000          -
66408.48/3367.23	c      3367            183         182        20                -           0.0000          -
66509.71/3372.36	c      3372            183         182        20                -           0.0000          -
66610.96/3377.43	c      3377            183         182        20                -           0.0000          -
66710.19/3382.49	c      3382            183         182        20                -           0.0000          -
66811.44/3387.59	c      3388            183         182        20                -           0.0000          -
66912.65/3392.66	c      3393            183         182        20                -           0.0000          -
67013.88/3397.76	c      3398           1082          31        20                -           0.0000          -
67115.12/3402.89	c      3403           1082          31        20                -           0.0000          -
67216.34/3407.96	c      3408           1082          31        20                -           0.0000          -
67315.58/3413.00	c      3413           1082          31        20                -           0.0000          -
67414.84/3418.02	c      3418           1082          31        20                -           0.0000          -
67518.78/3423.16	c      3423           1082          31        20                -           0.0000          -
67619.28/3428.20	c      3428           1082          31        20                -           0.0000          -
67718.53/3433.22	c      3433           1082          31        20                -           0.0000          -
67817.78/3438.23	c      3438           1082          31        20                -           0.0000          -
67918.95/3443.34	c      3443           1082          31        20                -           0.0000          -
68018.20/3448.35	c      3448           1082          31        20                -           0.0000          -
68119.43/3453.49	c      3453           1082          31        20                -           0.0000          -
68220.66/3458.57	c      3459           1082          31        20                -           0.0000          -
68323.86/3463.73	c      3464           1082          31        20                -           0.0000          -
68425.09/3468.81	c      3469           1082          31        20                -           0.0000          -
68526.32/3473.95	c      3474           1082          31        20                -           0.0000          -
68628.18/3479.06	c      3479           1082          31        20                -           0.0000          -
68729.54/3484.17	c      3484           1082          31        20                -           0.0000          -
68830.00/3489.29	c      3489           1082          31        20                -           0.0000          -
68931.24/3494.35	c      3494           1082          31        20                -           0.0000          -
69032.40/3499.41	c      3499           1082          31        20                -           0.0000          -
69131.63/3504.47	c      3504           1082          31        20                -           0.0000          -
69234.84/3509.67	c      3510           1082          31        20                -           0.0000          -
69336.06/3514.79	c      3515           1082          31        20                -           0.0000          -
69439.26/3519.91	c      3520           1082          31        20                -           0.0000          -
69538.49/3525.01	c      3525           1082          31        20                -           0.0000          -
69640.45/3530.09	c      3530           1082          31        20                -           0.0000          -
69741.62/3535.15	c      3535           1082          31        20                -           0.0000          -
69844.07/3540.30	c      3540           1082          31        20                -           0.0000          -
69943.28/3545.34	c      3545           1082          31        20                -           0.0000          -
70046.50/3550.53	c      3551           1082          31        20                -           0.0000          -
70147.73/3555.64	c      3556           1082          31        20                -           0.0000          -
70248.95/3560.71	c      3561           1082          31        20                -           0.0000          -
70348.16/3565.76	c      3566           1082          31        20                -           0.0000          -
70451.36/3570.93	c      3571           1082          31        20                -           0.0000          -
70550.58/3576.02	c      3576           1082          31        20                -           0.0000          -
70652.40/3581.07	c      3581           1082          31        20                -           0.0000          -
70751.66/3586.12	c      3586           1082          31        20                -           0.0000          -
70852.88/3591.17	c      3591           1082          31        20                -           0.0000          -
70953.46/3596.24	c      3596           1082          31        20                -           0.0000          -
71054.66/3601.35	c      3601           1082          31        20                -           0.0000          -
71155.86/3606.49	c      3606           1082          31        20                -           0.0000          -
71259.02/3611.60	c      3612            328         325        20                -           0.0000          -
71358.24/3616.62	c      3617            328         325        20                -           0.0000          -
71459.46/3621.74	c      3622            328         325        20                -           0.0000          -
71560.67/3626.80	c      3627            328         325        20                -           0.0000          -
71661.87/3631.98	c      3632            328         325        20                -           0.0000          -
71763.70/3637.09	c      3637            328         325        20                -           0.0000          -
71864.89/3642.17	c      3642            328         325        20                -           0.0000          -
71967.41/3647.35	c      3647            328         325        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: 191670 MiB (188353 MiB free)
  memory of node 1: 193494 MiB (96263 MiB free)
  memory of node 2: 193531 MiB (163205 MiB free)
  memory of node 3: 193531 MiB (158150 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-4465674-1723615653/watcher-4465674-1723615653 -o /tmp/evaluation-result-4465674-1723615653/solver-4465674-1723615653 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750325 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465674-1723615653.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 82.21 80.44 79.77 62/987 755946
/proc/meminfo: memFree=620475304/790760804 swapFree=131071996/131071996
[pid=755945] ppid=755942 vsize=65308 memory=53008 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/stat : 755945 (fscip) R 755942 755945 750315 0 -1 4194304 11136 0 0 0 10 1 0 0 20 0 1 0 128148408 66875392 13252 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
/proc/755945/statm: 16327 13252 2347 3035 0 12723 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 65308 KiB
Current children cumulated memory: 53008 KiB

[startup+0.220543 s]*
/proc/loadavg: 82.21 80.44 79.77 63/987 755946
/proc/meminfo: memFree=620433796/790760804 swapFree=131071996/131071996
[pid=755945] ppid=755942 vsize=107756 memory=95484 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/stat : 755945 (fscip) R 755942 755945 750315 0 -1 4194304 21762 0 0 0 20 3 0 0 20 0 1 0 128148408 110342144 23871 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
/proc/755945/statm: 26939 23871 2347 3035 0 23335 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 107756 KiB
Current children cumulated memory: 95484 KiB

[startup+0.32063 s]*
/proc/loadavg: 82.21 80.44 79.77 62/987 755946
/proc/meminfo: memFree=620397296/790760804 swapFree=131071996/131071996
[pid=755945] ppid=755942 vsize=150364 memory=139588 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/stat : 755945 (fscip) R 755942 755945 750315 0 -1 4194304 33348 0 0 0 29 4 0 0 20 0 1 0 128148408 153972736 34897 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
/proc/755945/statm: 37591 34897 2539 3035 0 33987 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 150364 KiB
Current children cumulated memory: 139588 KiB

[startup+0.700233 s]
/proc/loadavg: 82.21 80.44 79.77 63/987 755947
/proc/meminfo: memFree=620249048/790760804 swapFree=131071996/131071996
[pid=755945] ppid=755942 vsize=315920 memory=299716 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/stat : 755945 (fscip) R 755942 755945 750315 0 -1 4194304 73265 0 0 0 59 10 0 0 20 0 1 0 128148408 323502080 74929 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
/proc/755945/statm: 78980 74929 2614 3035 0 75376 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 315920 KiB
Current children cumulated memory: 299716 KiB

[startup+1.50029 s]
/proc/loadavg: 82.21 80.44 79.77 62/987 755947
/proc/meminfo: memFree=620109368/790760804 swapFree=131071996/131071996
[pid=755945] ppid=755942 vsize=478108 memory=458768 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/stat : 755945 (fscip) R 755942 755945 750315 0 -1 4194304 90420 0 0 0 132 17 0 0 20 0 1 0 128148408 489582592 114692 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
/proc/755945/statm: 119527 114692 2678 3035 0 115923 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 478108 KiB
Current children cumulated memory: 458768 KiB

[startup+3.12347 s]
/proc/loadavg: 80.51 80.11 79.67 62/987 755947
/proc/meminfo: memFree=620013188/790760804 swapFree=131071996/131071996
[pid=755945] ppid=755942 vsize=468776 memory=448096 CPUtime=3.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/stat : 755945 (fscip) R 755942 755945 750315 0 -1 4194304 114450 0 0 0 290 21 0 0 20 0 1 0 128148408 480026624 112024 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
/proc/755945/statm: 117194 112024 2758 3035 0 113590 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 468776 KiB
Current children cumulated memory: 448096 KiB

[startup+6.30024 s]
/proc/loadavg: 80.51 80.11 79.67 62/987 755947
/proc/meminfo: memFree=619945444/790760804 swapFree=131071996/131071996
[pid=755945] ppid=755942 vsize=468776 memory=448096 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/stat : 755945 (fscip) R 755942 755945 750315 0 -1 4194304 114477 0 0 0 605 21 0 0 20 0 1 0 128148408 480026624 112024 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
/proc/755945/statm: 117194 112024 2758 3035 0 113590 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 468776 KiB
Current children cumulated memory: 448096 KiB

[startup+12.7005 s]
/proc/loadavg: 79.03 79.81 79.57 62/1007 755969
/proc/meminfo: memFree=618310512/790760804 swapFree=131071996/131071996
[pid=755945] ppid=755942 vsize=3120532 memory=2157460 CPUtime=12.65 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/stat : 755945 (fscip) S 755942 755945 750315 0 -1 1077936128 477602 0 0 0 1181 84 0 0 20 0 21 0 128148408 3195424768 539365 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
/proc/755945/statm: 780133 539365 2774 3035 0 599736 0
[pid=755945/tid=755948] ppid=755942 vsize=3120532 memory=10544 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755948/stat : 755948 (fscip) S 755942 755945 750315 0 -1 1077936192 28936 0 0 0 17 4 0 0 20 0 21 0 128149406 3195424768 539431 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755949] ppid=755942 vsize=3120532 memory=638020 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755949/stat : 755949 (fscip) S 755942 755945 750315 0 -1 1077936192 28936 0 0 0 17 4 0 0 20 0 21 0 128149406 3195424768 539431 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755950] ppid=755942 vsize=3120532 memory=0 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755950/stat : 755950 (fscip) S 755942 755945 750315 0 -1 1077936192 28936 0 0 0 17 4 0 0 20 0 21 0 128149406 3195424768 539431 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755951] ppid=755942 vsize=3120532 memory=40960 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755951/stat : 755951 (fscip) S 755942 755945 750315 0 -1 1077936192 28937 0 0 0 17 4 0 0 20 0 21 0 128149406 3195424768 539431 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755952] ppid=755942 vsize=3120532 memory=0 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755952/stat : 755952 (fscip) S 755942 755945 750315 0 -1 1077936192 28935 0 0 0 16 5 0 0 20 0 21 0 128149406 3195424768 539431 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755953] ppid=755942 vsize=3120532 memory=11448 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755953/stat : 755953 (fscip) S 755942 755945 750315 0 -1 1077936192 28936 0 0 0 18 3 0 0 20 0 21 0 128149406 3195424768 539431 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755954] ppid=755942 vsize=3120532 memory=33000 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755954/stat : 755954 (fscip) S 755942 755945 750315 0 -1 1077936192 28936 0 0 0 18 3 0 0 20 0 21 0 128149406 3195424768 539431 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755955] ppid=755942 vsize=3120532 memory=16164 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755955/stat : 755955 (fscip) S 755942 755945 750315 0 -1 1077936192 28936 0 0 0 16 5 0 0 20 0 21 0 128149406 3195424768 539431 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755956] ppid=755942 vsize=3120532 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755956/stat : 755956 (fscip) S 755942 755945 750315 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 128149406 3195424768 539497 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755957] ppid=755942 vsize=3120532 memory=11448 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755957/stat : 755957 (fscip) R 755942 755945 750315 0 -1 4194368 2846 0 0 0 0 0 0 0 20 0 21 0 128149406 3195424768 539497 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755958] ppid=755942 vsize=3120532 memory=936392 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755958/stat : 755958 (fscip) S 755942 755945 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128149406 3195424768 539497 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755959] ppid=755942 vsize=3120532 memory=10544 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755959/stat : 755959 (fscip) S 755942 755945 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128149406 3195424768 539497 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755960] ppid=755942 vsize=3120532 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755960/stat : 755960 (fscip) S 755942 755945 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128149406 3195424768 539497 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755961] ppid=755942 vsize=3120532 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755961/stat : 755961 (fscip) S 755942 755945 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128149406 3195424768 539497 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755962] ppid=755942 vsize=3120532 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755962/stat : 755962 (fscip) S 755942 755945 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128149406 3195424768 539497 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755963] ppid=755942 vsize=3120532 memory=54673 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755963/stat : 755963 (fscip) S 755942 755945 750315 0 -1 1077936192 28936 0 0 0 18 4 0 0 20 0 21 0 128149406 3195424768 539497 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755964] ppid=755942 vsize=3120532 memory=1151672 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755964/stat : 755964 (fscip) S 755942 755945 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128149406 3195424768 539497 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755965] ppid=755942 vsize=3120532 memory=280372915921680 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755965/stat : 755965 (fscip) S 755942 755945 750315 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 128149406 3195424768 539563 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755966] ppid=755942 vsize=3120532 memory=3472328296227679825 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755966/stat : 755966 (fscip) S 755942 755945 750315 0 -1 1077936192 28935 0 0 0 17 4 0 0 20 0 21 0 128149406 3195424768 539563 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755967] ppid=755942 vsize=3120532 memory=7681063409702499130 CPUtime=0.21 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755967/stat : 755967 (fscip) S 755942 755945 750315 0 -1 1077936192 28936 0 0 0 18 3 0 0 20 0 21 0 128149406 3195424768 539563 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3120532 KiB
Current children cumulated memory: 2157460 KiB

[startup+25.5018 s]
/proc/loadavg: 78.08 79.55 79.49 81/1028 755992
/proc/meminfo: memFree=602959396/790760804 swapFree=131071996/131071996
[pid=755945] ppid=755942 vsize=20754720 memory=18043544 CPUtime=220.98 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/stat : 755945 (fscip) S 755942 755945 750315 0 -1 1077936128 2926462 0 0 0 20592 1506 0 0 20 0 41 0 128148408 21252833280 4510820 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 17 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
/proc/755945/statm: 5188680 4510820 2854 3035 0 4959294 0
[pid=755945/tid=755948] ppid=755942 vsize=20754720 memory=25333125866717268 CPUtime=10.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755948/stat : 755948 (fscip) R 755942 755945 750315 0 -1 4194368 166128 0 0 0 886 150 0 0 20 0 41 0 128149406 21252833280 4510886 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755949] ppid=755942 vsize=20754720 memory=0 CPUtime=10.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755949/stat : 755949 (fscip) R 755942 755945 750315 0 -1 4194368 128658 0 0 0 1038 35 0 0 20 0 41 0 128149406 21252833280 4510886 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755950] ppid=755942 vsize=20754720 memory=29273809900535888 CPUtime=10.58 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755950/stat : 755950 (fscip) R 755942 755945 750315 0 -1 4194368 123876 0 0 0 1022 36 0 0 20 0 41 0 128149406 21252833280 4510886 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755951] ppid=755942 vsize=20754720 memory=0 CPUtime=10.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755951/stat : 755951 (fscip) R 755942 755945 750315 0 -1 4194368 156789 0 0 0 882 138 0 0 20 0 41 0 128149406 21252833280 4510886 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755952] ppid=755942 vsize=20754720 memory=16164 CPUtime=10.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755952/stat : 755952 (fscip) R 755942 755945 750315 0 -1 4194368 128499 0 0 0 1036 34 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755953] ppid=755942 vsize=20754720 memory=11448 CPUtime=10.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755953/stat : 755953 (fscip) R 755942 755945 750315 0 -1 4194368 125206 0 0 0 1034 33 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755954] ppid=755942 vsize=20754720 memory=0 CPUtime=10.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755954/stat : 755954 (fscip) R 755942 755945 750315 0 -1 4194368 158178 0 0 0 881 135 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755955] ppid=755942 vsize=20754720 memory=448096 CPUtime=10.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755955/stat : 755955 (fscip) R 755942 755945 750315 0 -1 4194368 124923 0 0 0 1021 35 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755956] ppid=755942 vsize=20754720 memory=0 CPUtime=10.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755956/stat : 755956 (fscip) R 755942 755945 750315 0 -1 4194368 128534 0 0 0 1035 34 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755957] ppid=755942 vsize=20754720 memory=280372916554880 CPUtime=10.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755957/stat : 755957 (fscip) R 755942 755945 750315 0 -1 4194368 153786 0 0 0 895 144 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755958] ppid=755942 vsize=20754720 memory=6493750034895366 CPUtime=10.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755958/stat : 755958 (fscip) R 755942 755945 750315 0 -1 4194368 123762 0 0 0 1035 37 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755959] ppid=755942 vsize=20754720 memory=0 CPUtime=10.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755959/stat : 755959 (fscip) R 755942 755945 750315 0 -1 4194368 128309 0 0 0 1020 36 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755960] ppid=755942 vsize=20754720 memory=0 CPUtime=10.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755960/stat : 755960 (fscip) R 755942 755945 750315 0 -1 4194368 164171 0 0 0 882 148 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755961] ppid=755942 vsize=20754720 memory=0 CPUtime=10.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755961/stat : 755961 (fscip) R 755942 755945 750315 0 -1 4194368 132720 0 0 0 1033 37 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755962] ppid=755942 vsize=20754720 memory=0 CPUtime=10.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755962/stat : 755962 (fscip) R 755942 755945 750315 0 -1 4194368 125868 0 0 0 1028 33 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755963] ppid=755942 vsize=20754720 memory=0 CPUtime=10.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755963/stat : 755963 (fscip) R 755942 755945 750315 0 -1 4194368 157949 0 0 0 892 145 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755964] ppid=755942 vsize=20754720 memory=2388 CPUtime=10.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755964/stat : 755964 (fscip) R 755942 755945 750315 0 -1 4194368 126654 0 0 0 1022 37 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755965] ppid=755942 vsize=20754720 memory=-6440542644239252330 CPUtime=10.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755965/stat : 755965 (fscip) R 755942 755945 750315 0 -1 4194368 126354 0 0 0 1026 34 0 0 20 0 41 0 128149406 21252833280 4510951 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0

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

/proc/755945/task/755955/stat : 755955 (fscip) D 755942 755945 750315 0 -1 1077937220 5346653 0 0 0 359878 807 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755956] ppid=755942 vsize=52475428 memory=3472328296228947925 CPUtime=3597.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755956/stat : 755956 (fscip) D 755942 755945 750315 0 -1 1077937220 2422999 0 0 0 358855 863 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755957] ppid=755942 vsize=52475428 memory=3472328128896767226 CPUtime=3603.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755957/stat : 755957 (fscip) D 755942 755945 750315 0 -1 1077937220 3706086 0 0 0 359905 477 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755958] ppid=755942 vsize=52475428 memory=23092 CPUtime=3601.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755958/stat : 755958 (fscip) D 755942 755945 750315 0 -1 1077937220 5137811 0 0 0 359390 783 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755959] ppid=755942 vsize=52475428 memory=7453564492909466734 CPUtime=3589.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755959/stat : 755959 (fscip) D 755942 755945 750315 0 -1 1077937220 2493339 0 0 0 358048 876 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755960] ppid=755942 vsize=52475428 memory=7667186335033222758 CPUtime=3602.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755960/stat : 755960 (fscip) D 755942 755945 750315 0 -1 1077937220 4063398 0 0 0 359754 510 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755961] ppid=755942 vsize=52475428 memory=5787520599783204177 CPUtime=3601.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755961/stat : 755961 (fscip) R 755942 755945 750315 0 -1 4195904 5510432 0 0 0 359142 1007 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 140325087592856 16179468 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755962] ppid=755942 vsize=52475428 memory=7235987643070769773 CPUtime=3595.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755962/stat : 755962 (fscip) D 755942 755945 750315 0 -1 1077937220 2425804 0 0 0 358571 961 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755963] ppid=755942 vsize=52475428 memory=3617516599025860634 CPUtime=3601.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755963/stat : 755963 (fscip) D 755942 755945 750315 0 -1 1077937220 4141800 0 0 0 359623 519 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755964] ppid=755942 vsize=52475428 memory=25031 CPUtime=3602.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755964/stat : 755964 (fscip) D 755942 755945 750315 0 -1 1077937220 6448134 0 0 0 359382 861 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755965] ppid=755942 vsize=52475428 memory=0 CPUtime=3598.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755965/stat : 755965 (fscip) D 755942 755945 750315 0 -1 1077937220 2584046 0 0 0 358821 988 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755966] ppid=755942 vsize=52475428 memory=280372916067456 CPUtime=3604.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755966/stat : 755966 (fscip) D 755942 755945 750315 0 -1 1077937220 4162710 0 0 0 359932 522 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755967] ppid=755942 vsize=52475428 memory=140186457779413 CPUtime=3600.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755967/stat : 755967 (fscip) D 755942 755945 750315 0 -1 1077937220 5511582 0 0 0 359221 876 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755970] ppid=755942 vsize=52475428 memory=64250 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755970/stat : 755970 (fscip) D 755942 755945 750315 0 -1 1077937220 186 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755971] ppid=755942 vsize=52475428 memory=83372 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755971/stat : 755971 (fscip) D 755942 755945 750315 0 -1 1077937220 93 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755972] ppid=755942 vsize=52475428 memory=13850785020703005 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755972/stat : 755972 (fscip) D 755942 755945 750315 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755973] ppid=755942 vsize=52475428 memory=3833466219068809226 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755973/stat : 755973 (fscip) D 755942 755945 750315 0 -1 1077937220 185 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755974] ppid=755942 vsize=52475428 memory=4048798957135939840 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755974/stat : 755974 (fscip) D 755942 755945 750315 0 -1 1077937220 129 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755975] ppid=755942 vsize=52475428 memory=3978146547548262708 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755975/stat : 755975 (fscip) D 755942 755945 750315 0 -1 1077937220 186 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755976] ppid=755942 vsize=52475428 memory=7519162451823912044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755976/stat : 755976 (fscip) D 755942 755945 750315 0 -1 1077937220 192 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755977] ppid=755942 vsize=52475428 memory=8028339706438045796 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755977/stat : 755977 (fscip) D 755942 755945 750315 0 -1 1077937220 196 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755978] ppid=755942 vsize=52475428 memory=8028339706438045796 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755978/stat : 755978 (fscip) D 755942 755945 750315 0 -1 1077937220 193 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755979] ppid=755942 vsize=52475428 memory=3776 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755979/stat : 755979 (fscip) D 755942 755945 750315 0 -1 1077937220 191 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755980] ppid=755942 vsize=52475428 memory=40480 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755980/stat : 755980 (fscip) D 755942 755945 750315 0 -1 1077937220 143 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755981] ppid=755942 vsize=52475428 memory=8196 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755981/stat : 755981 (fscip) D 755942 755945 750315 0 -1 1077937220 192 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755982] ppid=755942 vsize=52475428 memory=3300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755982/stat : 755982 (fscip) D 755942 755945 750315 0 -1 1077937220 188 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755983] ppid=755942 vsize=52475428 memory=2264 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755983/stat : 755983 (fscip) D 755942 755945 750315 0 -1 1077937220 187 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755984] ppid=755942 vsize=52475428 memory=1668 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755984/stat : 755984 (fscip) D 755942 755945 750315 0 -1 1077937220 163 0 0 0 4 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755985] ppid=755942 vsize=52475428 memory=19772 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755985/stat : 755985 (fscip) D 755942 755945 750315 0 -1 1077937220 192 0 0 0 1 2 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755986] ppid=755942 vsize=52475428 memory=28648 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755986/stat : 755986 (fscip) D 755942 755945 750315 0 -1 1077937220 189 0 0 0 1 2 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755987] ppid=755942 vsize=52475428 memory=6720662147304865644 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755987/stat : 755987 (fscip) D 755942 755945 750315 0 -1 1077937220 206 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755988] ppid=755942 vsize=52475428 memory=13756 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755988/stat : 755988 (fscip) D 755942 755945 750315 0 -1 1077937220 129 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755989] ppid=755942 vsize=52475428 memory=11636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755989/stat : 755989 (fscip) D 755942 755945 750315 0 -1 1077937220 181 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
Current children cumulated CPU time: 72002 s
Current children cumulated vsize: 52475428 KiB
Current children cumulated memory: 38478732 KiB

[startup+3651 s]*
/proc/loadavg: 20.00 24.99 46.02 3/882 757940
/proc/meminfo: memFree=738860864/790760804 swapFree=131071996/131071996
[pid=755945] ppid=755942 vsize=52475428 memory=38478732 CPUtime=72002.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/stat : 755945 (fscip) D 755942 755945 750315 0 -1 1077937156 82291305 0 0 0 7184860 15360 0 0 20 0 41 0 128148408 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 17 76 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
/proc/755945/statm: 13118857 9619683 3018 3035 0 12671350 0
[pid=755945/tid=755948] ppid=755942 vsize=52475428 memory=-4421386491952653410 CPUtime=3594.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755948/stat : 755948 (fscip) D 755942 755945 750315 0 -1 1077937220 4484707 0 0 0 358794 681 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755949] ppid=755942 vsize=52475428 memory=3472468482686284672 CPUtime=3603.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755949/stat : 755949 (fscip) D 755942 755945 750315 0 -1 1077937220 4624834 0 0 0 359624 755 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755950] ppid=755942 vsize=52475428 memory=8332363717844836222 CPUtime=3577.52 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755950/stat : 755950 (fscip) D 755942 755945 750315 0 -1 1077937220 2490797 0 0 0 356805 947 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755951] ppid=755942 vsize=52475428 memory=6440824050692215138 CPUtime=3604.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755951/stat : 755951 (fscip) D 755942 755945 750315 0 -1 1077937220 4285274 0 0 0 359925 517 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755952] ppid=755942 vsize=52475428 memory=6291622590681736556 CPUtime=3607.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755952/stat : 755952 (fscip) D 755942 755945 750315 0 -1 1077937220 5438747 0 0 0 359890 811 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755953] ppid=755942 vsize=52475428 memory=5787213827180417375 CPUtime=3600.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755953/stat : 755953 (fscip) D 755942 755945 750315 0 -1 1077937220 2419159 0 0 0 359117 915 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755954] ppid=755942 vsize=52475428 memory=7308045237108698729 CPUtime=3596.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755954/stat : 755954 (fscip) D 755942 755945 750315 0 -1 1077937220 4428995 0 0 0 359074 580 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755955] ppid=755942 vsize=52475428 memory=0 CPUtime=3606.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755955/stat : 755955 (fscip) D 755942 755945 750315 0 -1 1077937220 5346653 0 0 0 359878 807 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755956] ppid=755942 vsize=52475428 memory=3618554012796083859 CPUtime=3597.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755956/stat : 755956 (fscip) D 755942 755945 750315 0 -1 1077937220 2422999 0 0 0 358855 863 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755957] ppid=755942 vsize=52475428 memory=3761693394250316025 CPUtime=3603.82 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755957/stat : 755957 (fscip) D 755942 755945 750315 0 -1 1077937220 3706086 0 0 0 359905 477 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755958] ppid=755942 vsize=52475428 memory=29273809900535888 CPUtime=3601.73 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755958/stat : 755958 (fscip) D 755942 755945 750315 0 -1 1077937220 5137811 0 0 0 359390 783 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755959] ppid=755942 vsize=52475428 memory=351144 CPUtime=3589.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755959/stat : 755959 (fscip) D 755942 755945 750315 0 -1 1077937220 2493339 0 0 0 358048 876 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755960] ppid=755942 vsize=52475428 memory=5789201761517790548 CPUtime=3602.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755960/stat : 755960 (fscip) D 755942 755945 750315 0 -1 1077937220 4063398 0 0 0 359754 510 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755961] ppid=755942 vsize=52475428 memory=0 CPUtime=3601.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755961/stat : 755961 (fscip) R 755942 755945 750315 0 -1 4195904 5510432 0 0 0 359142 1028 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 140325087592856 16179468 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 0
[pid=755945/tid=755962] ppid=755942 vsize=52475428 memory=280372915192928 CPUtime=3595.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755962/stat : 755962 (fscip) D 755942 755945 750315 0 -1 1077937220 2425804 0 0 0 358571 961 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755963] ppid=755942 vsize=52475428 memory=0 CPUtime=3601.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755963/stat : 755963 (fscip) D 755942 755945 750315 0 -1 1077937220 4141800 0 0 0 359623 519 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755964] ppid=755942 vsize=52475428 memory=0 CPUtime=3602.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755964/stat : 755964 (fscip) D 755942 755945 750315 0 -1 1077937220 6448134 0 0 0 359382 861 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755965] ppid=755942 vsize=52475428 memory=0 CPUtime=3598.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755965/stat : 755965 (fscip) D 755942 755945 750315 0 -1 1077937220 2584046 0 0 0 358821 988 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755966] ppid=755942 vsize=52475428 memory=0 CPUtime=3604.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755966/stat : 755966 (fscip) D 755942 755945 750315 0 -1 1077937220 4162710 0 0 0 359932 522 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755967] ppid=755942 vsize=52475428 memory=0 CPUtime=3600.97 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755967/stat : 755967 (fscip) D 755942 755945 750315 0 -1 1077937220 5511582 0 0 0 359221 876 0 0 20 0 41 0 128149406 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755970] ppid=755942 vsize=52475428 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755970/stat : 755970 (fscip) D 755942 755945 750315 0 -1 1077937220 186 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755971] ppid=755942 vsize=52475428 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755971/stat : 755971 (fscip) D 755942 755945 750315 0 -1 1077937220 93 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755972] ppid=755942 vsize=52475428 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755972/stat : 755972 (fscip) D 755942 755945 750315 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755973] ppid=755942 vsize=52475428 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755973/stat : 755973 (fscip) D 755942 755945 750315 0 -1 1077937220 185 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755974] ppid=755942 vsize=52475428 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755974/stat : 755974 (fscip) D 755942 755945 750315 0 -1 1077937220 129 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755975] ppid=755942 vsize=52475428 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755975/stat : 755975 (fscip) D 755942 755945 750315 0 -1 1077937220 186 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755976] ppid=755942 vsize=52475428 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755976/stat : 755976 (fscip) D 755942 755945 750315 0 -1 1077937220 192 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755977] ppid=755942 vsize=52475428 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755977/stat : 755977 (fscip) D 755942 755945 750315 0 -1 1077937220 196 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755978] ppid=755942 vsize=52475428 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755978/stat : 755978 (fscip) D 755942 755945 750315 0 -1 1077937220 193 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755979] ppid=755942 vsize=52475428 memory=2891372770606003511 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755979/stat : 755979 (fscip) D 755942 755945 750315 0 -1 1077937220 191 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755980] ppid=755942 vsize=52475428 memory=7811591888685001314 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755980/stat : 755980 (fscip) D 755942 755945 750315 0 -1 1077937220 143 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755981] ppid=755942 vsize=52475428 memory=-2915662448276919688 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755981/stat : 755981 (fscip) D 755942 755945 750315 0 -1 1077937220 192 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755982] ppid=755942 vsize=52475428 memory=355951 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755982/stat : 755982 (fscip) D 755942 755945 750315 0 -1 1077937220 188 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755983] ppid=755942 vsize=52475428 memory=3 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755983/stat : 755983 (fscip) D 755942 755945 750315 0 -1 1077937220 187 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755984] ppid=755942 vsize=52475428 memory=3 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755984/stat : 755984 (fscip) D 755942 755945 750315 0 -1 1077937220 163 0 0 0 4 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755985] ppid=755942 vsize=52475428 memory=6493629775811050 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755985/stat : 755985 (fscip) D 755942 755945 750315 0 -1 1077937220 192 0 0 0 1 2 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755986] ppid=755942 vsize=52475428 memory=3688788129111174252 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755986/stat : 755986 (fscip) D 755942 755945 750315 0 -1 1077937220 189 0 0 0 1 2 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755987] ppid=755942 vsize=52475428 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755987/stat : 755987 (fscip) D 755942 755945 750315 0 -1 1077937220 206 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755988] ppid=755942 vsize=52475428 memory=29273809900535888 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755988/stat : 755988 (fscip) D 755942 755945 750315 0 -1 1077937220 129 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
[pid=755945/tid=755989] ppid=755942 vsize=52475428 memory=6291622590681736556 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/755945/task/755989/stat : 755989 (fscip) D 755942 755945 750315 0 -1 1077937220 181 0 0 0 3 0 0 0 20 0 41 0 128149876 53734838272 9619683 809668444160 4194304 16623229 140725697839440 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 55619584 140725697844230 140725697844348 140725697844348 140725697851376 24
Current children cumulated CPU time: 72002.2 s
Current children cumulated vsize: 52475428 KiB
Current children cumulated memory: 38478732 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3651.97
CPU time (s): 72003.2
CPU user time (s): 71848.6
CPU system time (s): 154.549
CPU usage (%): 1971.63
Max. virtual memory (cumulated for all children) (KiB): 52475428
Max. memory (cumulated for all children) (KiB): 38563120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71848.6
system time used= 154.549
maximum resident set size= 38563336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82291305
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= 1989194
involuntary context switches= 291813


# summary of solver processes directly reported to runsolver:
#   pid: 755945
#   total CPU time (s): 72003.2
#   total CPU user time (s): 71848.6
#   total CPU system time (s): 154.549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.8243 second user time and 93.4111 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 08:07:33
IDJOB=4465674
IDBENCH=155450
IDSOLVER=3094
FILE ID=nodeD105/4465674-1723615653
RUNJOBID= nodeD105-1723607375-750325
SLURM_JOB_ID= 8267905
Free space on /tmp= 8622764 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-20.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-4465674-1723615653/watcher-4465674-1723615653 -o /tmp/evaluation-result-4465674-1723615653/solver-4465674-1723615653 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723607375-750325 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465674-1723615653.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= ce92e16bf0ab8af5c50df3c37225d359
RANDOM SEED=1092649809

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        620518808 kB
MemAvailable:   625250772 kB
Buffers:         1206436 kB
Cached:          6813584 kB
SwapCached:            0 kB
Active:          1706268 kB
Inactive:       164733240 kB
Active(anon):       2168 kB
Inactive(anon): 158456268 kB
Active(file):    1704100 kB
Inactive(file):  6276972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             36788 kB
Writeback:             0 kB
AnonPages:      158414304 kB
Mapped:           138164 kB
Shmem:             38920 kB
KReclaimable:     341192 kB
Slab:             779264 kB
SReclaimable:     341192 kB
SUnreclaim:       438072 kB
KernelStack:       16944 kB
PageTables:       349440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   70295568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1136640 kB
HardwareCorrupted:     0 kB
AnonHugePages:  52967424 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:     1171456 kB
DirectMap2M:    145078272 kB
DirectMap1G:    659554304 kB

Free space on /tmp at the end= 8622884 MiB
End job on nodeD105 at 2024-08-14 09:08:25