Trace number 4465219

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72003.1 3684.44

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM50cf9112b5ea763531dadde21846562c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark211
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495981
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495981
Number of bits of the biggest sum of numbers19
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)
1.78/1.81	c Default LC presolving (default).
1.78/1.83	c ** Before presolving: virtualMemUsedAtLc = 1417457746, getVmSize() = 843997184, SCIPgetMemUsed() = 698566285, SCIPgetMemTotal() = 775064437, SCIPgetMemExternEstim() = 642393309
1.78/1.83	c ** set memory limit for presolving in LC to 8.79163e+12 for SCIP **
21.61/21.75	c ** Estimated virtualMemUsedAtSolver = 2408796935, getVmSize() = 3117826048, SCIPgetMemUsed() = 1817272638, SCIPgetMemTotal() = 2970802094, SCIPgetMemExternEstim() = 642393309
21.61/21.75	c ** set memory limit for solvers to 4.18103e+11 for each SCIP **
21.61/21.75	c Original Problem   :
21.61/21.75	c   Problem name     : instance-4465219-1723589024
21.61/21.75	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.61/21.75	c   Constraints      : 656900
21.61/21.75	c   Objective sense  : minimize
21.61/21.75	c Presolved Problem  :
21.61/21.75	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.61/21.75	c   Constraints      : 656900
21.61/21.75	c Constraints        : Number
21.61/21.75	c   setppc           : 656700 
21.61/21.75	c   logicor          : 200 
21.61/21.75	c ** Instance transfer method used: 0
22.51/22.67	c ** ParaScipInstance copy does not increase the number of variables. **
35.97/36.12	c LC is working with racing ramp-up and with rebuilding tree after racing.
35.97/36.12	c                                Nodes    Active                                            
35.97/36.12	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
535.83/62.14	c *      62              0           1        20        5476.0000                -          -
535.83/62.14	c        62              0           1        20        5476.0000                -          -
548.75/62.74	c *      63              0           1        20        4707.0000                -          -
1194.81/95.84	c        96              2           1        20        4707.0000           0.0000          -
1298.57/101.10	c       101              2           1        20        4707.0000           0.0000          -
1469.67/110.00	c       110              2           1        20        4707.0000           0.0000          -
1534.69/113.24	c *     113              2           1        20        4624.0000           0.0000          -
1572.88/115.16	c       115              3           4        20        4624.0000           0.0000          -
1690.02/121.05	c       121              4           3        20        4624.0000           0.0000          -
1903.19/131.80	c       132              4           3        20        4624.0000           0.0000          -
2016.18/137.55	c       138              4           3        20        4624.0000           0.0000          -
2121.23/142.87	c       143             22          21        20        4624.0000           0.0000          -
2131.13/143.36	c *     143             22          21        20        4546.0000           0.0000          -
2146.77/144.17	c *     144             22          21        20        4544.0000           0.0000          -
2155.60/144.65	c *     145             22          21        20        4496.0000           0.0000          -
2165.89/145.14	c *     145             42          41        20        4454.0000           0.0000          -
2476.18/160.87	c       161             22          21        20        4454.0000           0.0000          -
2591.14/166.67	c       167             42          43        20        4454.0000           0.0000          -
2729.68/173.61	c *     174             43          42        20        4366.0000           0.0000          -
2729.68/173.61	c       174             43          42        20        4366.0000           0.0000          -
2936.67/184.10	c       184             43          42        20        4366.0000           0.0000          -
3037.57/189.16	c       189             61          62        20        4366.0000           0.0000          -
3176.18/196.17	c       196             62          61        20        4366.0000           0.0000          -
3385.51/206.79	c       207             62          61        20        4366.0000           0.0000          -
3498.42/212.48	c       212             81          82        20        4366.0000           0.0000          -
3599.35/217.57	c       218             82          81        20        4366.0000           0.0000          -
3698.46/222.59	c *     223            102         101        20        4284.0000           0.0000          -
3698.46/222.59	c       223            102         101        20        4284.0000           0.0000          -
3801.60/227.74	c       228             92          91        20        4284.0000           0.0000          -
4033.12/239.46	c       239            112         111        20        4284.0000           0.0000          -
4136.11/244.67	c       245            121         122        20        4284.0000           0.0000          -
4243.66/250.06	c       250            122         121        20        4284.0000           0.0000          -
4331.85/254.59	c *     255            133         132        20        4227.0000           0.0000          -
4352.96/255.63	c       256            132         131        20        4227.0000           0.0000          -
4458.01/260.99	c       261            162         161        20        4227.0000           0.0000          -
4559.72/266.06	c       266            171         172        20        4227.0000           0.0000          -
4641.80/270.21	c *     270            172         171        20        4179.0000           0.0000          -
4658.37/271.09	c       271            182         181        20        4179.0000           0.0000          -
4759.65/276.19	c       276            182         181        20        4179.0000           0.0000          -
4859.83/281.29	c       281            293         292        20        4179.0000           0.0000          -
4980.80/287.39	c       287            293         292        20        4179.0000           0.0000          -
5123.53/294.51	c       295            343         342        20        4179.0000           0.0000          -
5226.63/299.79	c       300            301         302        20        4179.0000           0.0000          -
5345.61/305.73	c       306            362         361        20        4179.0000           0.0000          -
5454.46/311.25	c       311            362         361        20        4179.0000           0.0000          -
5593.10/318.24	c       318            422         421        20        4179.0000           0.0000          -
5716.01/324.41	c       324            392         393        20        4179.0000           0.0000          -
5816.97/329.59	c       330            442         443        20        4179.0000           0.0000          -
5929.87/335.26	c       335            382         383        20        4179.0000           0.0000          -
6034.95/340.51	c       341            582         581        20        4179.0000           0.0000          -
6135.88/345.69	c *     346            582         581        20        4102.0000           0.0000          -
6135.88/345.69	c       346            582         581        20        4102.0000           0.0000          -
6250.79/351.49	c *     351            582         581        20        3978.0000           0.0000          -
6250.79/351.49	c       351            582         581        20        3978.0000           0.0000          -
6362.54/357.09	c       357            562         561        20        3978.0000           0.0000          -
6488.66/363.40	c       363            582         581        20        3978.0000           0.0000          -
6595.71/368.86	c       369            682         681        20        3978.0000           0.0000          -
6704.77/374.31	c       374            682         681        20        3978.0000           0.0000          -
6835.66/380.93	c       381            682         681        20        3978.0000           0.0000          -
6970.47/387.72	c       388            683         682        20        3978.0000           0.0000          -
7083.40/393.47	c       393            701         702        20        3978.0000           0.0000          -
7184.51/398.58	c       399            982         981        20        3978.0000           0.0000          -
7291.52/403.92	c       404           1023        1022        20        3978.0000           0.0000          -
7410.46/410.02	c       410           1003        1002        20        3978.0000           0.0000          -
7509.63/415.03	c       415           1050           0        20        3978.0000           0.0000          -
7611.44/420.04	c       420           1351         301        20        3978.0000           0.0000          -
7712.82/425.17	c       425           1651         601        20        3978.0000           0.0000          -
7822.99/430.79	c       431           1690         642        20        3978.0000           0.0000          -
7916.07/435.45	c *     435           1690         642        20        3904.0000           0.0000          -
7925.85/436.01	c       436           1670         622        20        3904.0000           0.0000          -
8026.83/441.10	c       441           1681         631        20        3904.0000           0.0000          -
8141.06/446.86	c       447           1791         741        20        3904.0000           0.0000          -
8262.00/453.00	c       453           1791         741        20        3904.0000           0.0000          -
8315.30/455.65	c *     456           1791         741        20        3857.0000           0.0000          -
8325.94/456.15	c *     456           1791         741        20        3851.0000           0.0000          -
8334.61/456.64	c *     457           1791         741        20        3849.0000           0.0000          -
8360.32/458.01	c       458           1751         701        20        3849.0000           0.0000          -
8461.81/463.10	c       463           1791         741        20        3849.0000           0.0000          -
8582.82/469.17	c       469           1831         781        20        3849.0000           0.0000          -
8689.06/474.54	c       475           1831         781        20        3849.0000           0.0000          -
8825.81/481.48	c       481           1891         841        20        3849.0000           0.0000          -
8932.89/486.81	c       487           1871         821        20        3849.0000           0.0000          -
9031.98/491.87	c       492           2171        1121        20        3849.0000           0.0000          -
9133.01/497.01	c       497           2351        1301        20        3849.0000           0.0000          -
9238.00/502.26	c       502           2351        1301        20        3849.0000           0.0000          -
9339.14/507.32	c       507           2331        1281        20        3849.0000           0.0000          -
9440.24/512.42	c       512           2491        1441        20        3849.0000           0.0000          -
9545.33/517.71	c       518           3011        1961        20        3849.0000           0.0000          -
9658.33/523.44	c       523           3051        2001        20        3849.0000           0.0000          -
9692.31/525.16	c *     525           3051        2001        20        3839.0000           0.0000          -
9778.44/529.54	c       530           3051        2001        20        3839.0000           0.0000          -
9901.41/535.70	c       536           3131        2081        20        3839.0000           0.0000          -
10002.47/540.83	c       541           3131        2081        20        3839.0000           0.0000          -
10162.99/548.91	c       549           3171        2121        20        3839.0000           0.0000          -
10301.75/555.96	c       556           3211        2161        20        3839.0000           0.0000          -
10323.47/557.03	c *     557           3211        2161        20        3797.0000           0.0000          -
10462.33/564.04	c       564           3230        2182        20        3797.0000           0.0000          -
10505.10/566.30	c *     566           3311        2261        20        3733.0000           0.0000          -
10606.04/571.32	c       571           3311        2261        20        3733.0000           0.0000          -
10709.11/576.60	c       577           3305        2255        20        3733.0000           0.0000          -
10816.02/582.04	c       582           3305        2255        20        3733.0000           0.0000          -
10944.86/588.42	c       588           3305        2255        20        3733.0000           0.0000          -
11050.07/593.76	c       594           3371        2321        20        3733.0000           0.0000          -
11151.01/598.82	c       599           3371        2321        20        3733.0000           0.0000          -
11263.97/604.55	c       605           3371        2321        20        3733.0000           0.0000          -
11396.81/611.22	c       611           3411        2361        20        3733.0000           0.0000          -
11500.01/616.48	c       616           3411        2361        20        3733.0000           0.0000          -
11600.97/621.50	c       622           3551        2501        20        3733.0000           0.0000          -
11719.89/627.57	c       628           3491        2441        20        3733.0000           0.0000          -
11834.77/633.36	c       633           3531        2481        20        3733.0000           0.0000          -
11937.79/638.52	c       639           3531        2481        20        3733.0000           0.0000          -
12052.71/644.32	c       644           3556        2506        20        3733.0000           0.0000          -
12163.65/649.96	c       650           3571        2523        20        3733.0000           0.0000          -
12267.69/655.19	c       655           4871        3821        20        3733.0000           0.0000          -
12373.84/660.59	c       661           3971        2921        20        3733.0000           0.0000          -
12486.87/666.26	c       666           4131        3081        20        3733.0000           0.0000          -
12597.89/671.87	c       672           5851        4801        20        3733.0000           0.0000          -
12701.76/677.11	c       677           5851        4801        20        3733.0000           0.0000          -
12804.02/682.24	c       682           5851        4801        20        3733.0000           0.0000          -
12884.90/686.33	c *     686           4751        3701        20        3687.0000           0.0000          -
12919.25/688.05	c       688           4591        3541        20        3687.0000           0.0000          -
13020.38/693.20	c       693           4771        3721        20        3687.0000           0.0000          -
13229.67/703.76	c       704           4771        3721        20        3687.0000           0.0000          -
13335.36/709.09	c       709           4870        3822        20        3687.0000           0.0000          -
13454.47/715.08	c       715           4750        3702        20        3687.0000           0.0000          -
13555.58/720.15	c       720           4751        3701        20        3687.0000           0.0000          -
13570.24/721.01	c *     721           4751        3701        20        3641.0000           0.0000          -
13684.94/726.77	c       727           5952        4902        20        3641.0000           0.0000          -
13843.54/734.74	c       735           4771        3721        20        3641.0000           0.0000          -
13946.67/739.90	c       740           6050        5002        20        3641.0000           0.0000          -
14103.28/747.80	c       748           6051        5001        20        3641.0000           0.0000          -
14207.26/753.11	c       753           5251        4201        20        3641.0000           0.0000          -
14317.39/758.65	c       759           5251        4201        20        3641.0000           0.0000          -
14430.28/764.38	c       764           6072        5022        20        3641.0000           0.0000          -
14547.17/770.23	c       770           5251        4201        20        3641.0000           0.0000          -
14652.28/775.53	c       776           6509        5459        20        3641.0000           0.0000          -
14759.35/780.96	c       781           5875        4825        20        3641.0000           0.0000          -
14868.41/786.46	c       786           7111        6061        20        3641.0000           0.0000          -
14975.39/791.84	c       792           5978        4928        20        3641.0000           0.0000          -
15088.34/797.53	c       798           5978        4928        20        3641.0000           0.0000          -
15203.36/803.31	c       803           5871        4821        20        3641.0000           0.0000          -
15310.41/808.79	c       809           5970        4922        20        3641.0000           0.0000          -
15425.33/814.51	c       815           7342        6292        20        3641.0000           0.0000          -
15524.31/819.57	c       820           7672        6622        20        3641.0000           0.0000          -
15631.39/824.93	c       825           6751        5701        20        3641.0000           0.0000          -
15742.42/830.57	c       831           8851        7801        20        3641.0000           0.0000          -
15847.54/835.83	c       836           7871        6821        20        3641.0000           0.0000          -
15954.61/841.25	c       841           8011        6961        20        3641.0000           0.0000          -
16059.73/846.57	c       847           9046        7996        20        3641.0000           0.0000          -
16160.86/851.61	c       852           9046        7996        20        3641.0000           0.0000          -
16270.66/857.18	c       857           8731        7681        20        3641.0000           0.0000          -
16376.77/862.51	c       863           8731        7681        20        3641.0000           0.0000          -
16483.87/867.92	c       868           8850        7802        20        3641.0000           0.0000          -
16582.99/872.96	c       873          10467        9287        20        3641.0000           1.0000          -
16690.06/878.33	c       878          10544        9226        20        3641.0000           1.0000          -
16793.05/883.53	c       884          10700           0        20        3641.0000           1.0000          -
16900.17/888.98	c       889          10311        9261        20        3641.0000           1.0000          -
17007.04/894.37	c       894          10694        9190        20        3641.0000           1.0000          -
17107.64/899.43	c       899          11733        1001        20        3641.0000           1.0000          -
17182.15/903.28	c *     903          10994         281        20        3622.0000           1.0000          -
17207.31/904.51	c       905          12081        1381        20        3622.0000           1.0000          -
17310.42/909.73	c       910          11534         821        20        3622.0000           1.0000          -
17409.61/914.79	c       915          13061        2361        20        3622.0000           1.0000          -
17515.47/920.07	c       920          12334        1621        20        3622.0000           1.0000          -
17616.66/925.16	c       925          13921        3221        20        3622.0000           1.0000          -
17721.02/930.48	c       930          13014        2301        20        3622.0000           1.0000          -
17822.18/935.59	c       936          13414        2701        20        3622.0000           1.0000          -
17923.35/940.65	c       941          15429        4729        20        3622.0000           1.0000          -
18024.68/945.73	c       946          15853        5121        20        3622.0000           1.0000          -
18132.35/951.16	c       951          15853        5121        20        3622.0000           1.0000          -
18238.88/956.53	c       957          15853        5121        20        3622.0000           1.0000          -
18337.90/961.56	c       962          14454        3741        20        3622.0000           1.0000          -
18442.99/966.81	c       967          14553        3842        20        3622.0000           1.0000          -
18544.10/971.92	c       972          16281        5581        20        3622.0000           1.0000          -
18625.09/976.02	c *     976          17213        6481        20        3568.0000           1.0000          -
18646.90/977.15	c       977          15234        4521        20        3568.0000           1.0000          -
18888.22/989.33	c       989          16421        5721        20        3568.0000           1.0000          -
18999.36/994.97	c       995          16500        5802        20        3568.0000           1.0000          -
19008.56/995.42	c *     995          16500        5802        20        3367.0000           1.0000          -
19097.82/1000.00	c      1000          17472        6742        20        3367.0000           1.0000          -
19199.55/1005.07	c      1005          16581        5881        20        3367.0000           1.0000          -
19315.91/1010.91	c      1011          16581        5881        20        3367.0000           1.0000          -
19425.06/1016.43	c      1016          16581        5881        20        3367.0000           1.0000          -
19530.22/1021.70	c      1022          17592        6862        20        3367.0000           1.0000          -
19629.35/1026.74	c      1027          17301        6601        20        3367.0000           1.0000          -
19732.50/1031.90	c      1032          16574        5861        20        3367.0000           1.0000          -
19839.57/1037.36	c      1037          18713        7981        20        3367.0000           1.0000          -
19944.71/1042.65	c      1043          18713        7981        20        3367.0000           1.0000          -
20043.88/1047.68	c      1048          18713        7981        20        3367.0000           1.0000          -
20144.89/1052.79	c      1053          18872        8142        20        3367.0000           1.0000          -
20250.70/1058.08	c      1058          18781        8081        20        3367.0000           1.0000          -
20357.11/1063.49	c      1063          18781        8081        20        3367.0000           1.0000          -
20460.28/1068.63	c      1069          18674        7961        20        3367.0000           1.0000          -
20565.42/1073.95	c      1074          18674        7961        20        3367.0000           1.0000          -
20667.24/1079.11	c      1079          18840        8142        20        3367.0000           1.0000          -
20773.56/1084.42	c      1084          18834        8121        20        3367.0000           1.0000          -
20876.67/1089.67	c      1090          18834        8121        20        3367.0000           1.0000          -
20981.92/1095.04	c      1095          18973        8262        20        3367.0000           1.0000          -
21087.19/1100.26	c      1100          22139        1781        20        3367.0000           1.0000          -
21198.45/1105.81	c      1106          20301        9171        20        3367.0000           1.0000          -
21255.43/1108.73	c *    1109          20167        9188        20        3311.0000           1.0000          -
21301.55/1111.07	c      1111          20167        9188        20        3311.0000           1.0000          -
21406.14/1116.35	c      1116          20962         601        20        3311.0000           1.0000          -
21513.57/1121.71	c      1122          21502        1141        20        3311.0000           1.0000          -
21612.73/1126.75	c      1127          25339        4981        20        3311.0000           1.0000          -
21714.03/1131.82	c      1132          26139        5781        20        3311.0000           1.0000          -
21815.31/1137.00	c      1137          22415        2121        20        3311.0000           1.0000          -
21914.64/1142.01	c      1142          27159        6801        20        3311.0000           1.0000          -
22021.87/1147.36	c      1147          27159        6801        20        3311.0000           1.0000          -
22127.09/1152.61	c      1153          27238        6882        20        3311.0000           1.0000          -
22232.35/1157.92	c      1158          24935        4641        20        3311.0000           1.0000          -
22337.56/1163.22	c      1163          24935        4641        20        3311.0000           1.0000          -
22440.70/1168.44	c      1168          24935        4641        20        3311.0000           1.0000          -
22541.89/1173.50	c      1174          26301        5942        20        3311.0000           1.0000          -
22641.10/1178.56	c      1179          25715        5421        20        3311.0000           1.0000          -
22742.29/1183.63	c      1184          29928        8638        20        3311.0000           1.0000          -
22847.41/1188.92	c      1189          28502        8141        20        3311.0000           1.0000          -
22954.49/1194.37	c      1194          30605         652        20        3311.0000           1.0000          -
23055.65/1199.49	c      1199          29015        8721        20        3311.0000           1.0000          -
23156.68/1204.58	c      1205          31634        1681        20        3311.0000           1.0000          -
23261.75/1209.86	c      1210          29792        8700        20        3311.0000           1.0000          -
23362.84/1215.03	c      1215          29792        8700        20        3311.0000           1.0000          -
23464.46/1220.10	c      1220          29928        8689        20        3311.0000           1.0000          -
23566.94/1225.30	c      1225          34214        4261        20        3311.0000           1.0000          -
23673.74/1230.62	c      1231          34954        5001        20        3311.0000           1.0000          -
23774.70/1235.79	c      1236          31779        1841        20        3311.0000           1.0000          -
23880.30/1241.10	c      1241          31775        1821        20        3311.0000           1.0000          -
23986.62/1246.40	c      1246          32375        2421        20        3311.0000           1.0000          -
24091.66/1251.74	c      1252          33699        3761        20        3311.0000           1.0000          -
24197.27/1257.13	c      1257          33655        3701        20        3311.0000           1.0000          -
24303.54/1262.43	c      1262          35199        5261        20        3311.0000           1.0000          -
24408.59/1267.76	c      1268          35115        5161        20        3311.0000           1.0000          -
24514.25/1273.06	c      1273          35915        5961        20        3311.0000           1.0000          -
24616.66/1278.29	c      1278          36795        6841        20        3311.0000           1.0000          -
24719.74/1283.49	c      1283          39780        8224        20        3311.0000           1.0000          -
24824.74/1288.77	c      1289          39865          41        20        3311.0000           1.0000          -
24927.77/1293.97	c      1294          39615        8497        20        3311.0000           1.0000          -
25032.63/1299.20	c      1299          40905        1081        20        3311.0000           1.0000          -
25131.66/1304.27	c      1304          40116        8485        20        3311.0000           1.0000          -
25232.58/1309.36	c      1309          40116        8485        20        3311.0000           1.0000          -
25339.65/1314.78	c      1315          40116        8485        20        3311.0000           1.0000          -
25440.72/1319.87	c      1320          40026        8282        20        3311.0000           1.0000          -
25544.37/1325.07	c      1325          40026        8282        20        3311.0000           1.0000          -
25645.57/1330.18	c      1330          40093        8298        20        3311.0000           1.0000          -
25747.66/1335.30	c      1335          40094        8297        20        3311.0000           1.0000          -
25852.67/1340.62	c      1341          40217           0        20        3311.0000           1.0000          -
25957.71/1345.96	c      1346          47125        7301        20        3311.0000           1.0000          -
26062.71/1351.27	c      1351          41138         921        20        3311.0000           1.0000          -
26165.77/1356.47	c      1356          41670        1453        20        3311.0000           1.0000          -
26268.64/1361.64	c      1362          42258        2041        20        3311.0000           1.0000          -
26369.73/1366.72	c      1367          49923        8172        20        3311.0000           1.0000          -
26475.43/1372.08	c      1372          49931        8172        20        3311.0000           1.0000          -
26574.46/1377.10	c      1377          49931        8172        20        3311.0000           1.0000          -
26676.83/1382.23	c      1382          49965        8199        20        3311.0000           1.0000          -
26777.84/1387.31	c      1387          45558        5341        20        3311.0000           1.0000          -
26878.91/1392.49	c      1392          50687        8169        20        3311.0000           1.0000          -
26983.99/1397.70	c      1398          47298        7081        20        3311.0000           1.0000          -
27082.90/1402.78	c      1403          51360        8179        20        3311.0000           1.0000          -
27185.97/1408.02	c      1408          51360        8179        20        3311.0000           1.0000          -
27292.97/1413.38	c      1413          51430        8174        20        3311.0000           1.0000          -
27397.93/1418.65	c      1419          49985        8218        20        3311.0000           1.0000          -
27502.91/1423.98	c      1424          52270        8257        20        3311.0000           1.0000          -
27607.95/1429.24	c      1429          50752        8238        20        3311.0000           1.0000          -
27712.76/1434.57	c      1435          51062        8233        20        3311.0000           1.0000          -
27815.82/1439.76	c      1440          53266         939        20        3311.0000           1.0000          -
27921.67/1445.10	c      1445          51553        8258        20        3311.0000           1.0000          -
28037.50/1451.01	c      1451          51908        8262        20        3311.0000           1.0000          -
28142.43/1456.21	c      1456          51908        8262        20        3311.0000           1.0000          -
28243.45/1461.37	c      1461          52010        8258        20        3311.0000           1.0000          -
28346.45/1466.53	c      1467          52000        8238        20        3311.0000           1.0000          -
28447.45/1471.68	c      1472          52095        8238        20        3311.0000           1.0000          -
28546.62/1476.69	c      1477          52095        8238        20        3311.0000           1.0000          -
28647.70/1481.80	c      1482          53068         221        20        3311.0000           1.0000          -
28750.56/1486.97	c      1487          52830         721        20        3311.0000           1.0000          -
28854.28/1492.14	c      1492          53349        1240        20        3311.0000           1.0000          -
28953.35/1497.16	c      1497          60734        8023        20        3311.0000           1.0000          -
29053.55/1502.20	c      1502          55168        2321        20        3311.0000           1.0000          -
29154.65/1507.32	c      1507          55788        2941        20        3311.0000           1.0000          -
29257.48/1512.55	c      1513          63275        7998        20        3311.0000           1.0000          -
29362.44/1517.85	c      1518          64072        7999        20        3311.0000           1.0000          -
29465.75/1523.10	c      1523          64687        8001        20        3311.0000           1.0000          -
29569.91/1528.38	c      1528          65019        8001        20        3311.0000           1.0000          -
29672.98/1533.52	c      1534          59023        6914        20        3311.0000           1.0000          -
29776.12/1538.79	c      1539          65883        8012        20        3311.0000           1.0000          -
29885.16/1544.24	c      1544          66315        8003        20        3311.0000           1.0000          -
29990.32/1549.51	c      1550          66315        8003        20        3311.0000           1.0000          -
30091.47/1554.66	c      1555          66315        8003        20        3311.0000           1.0000          -
30194.59/1559.88	c      1560          63383        8357        20        3311.0000           1.0000          -
30298.66/1565.08	c      1565          66830        8002        20        3311.0000           1.0000          -
30403.06/1570.32	c      1570          66830        8002        20        3311.0000           1.0000          -
30506.34/1575.56	c      1576          67209         248        20        3311.0000           1.0000          -
30607.64/1580.67	c      1581          65538        8350        20        3311.0000           1.0000          -
30715.56/1586.13	c      1586          65611        8347        20        3311.0000           1.0000          -
30769.84/1588.87	c *    1589          65015        8271        20        3239.0000           1.0000          -
30824.96/1591.64	c      1592          65612        8346        20        3239.0000           1.0000          -
30926.22/1596.74	c      1597          65648        8355        20        3239.0000           1.0000          -
31034.01/1602.17	c      1602          65648        8355        20        3239.0000           1.0000          -
31140.36/1607.52	c      1608          65131        8274        20        3239.0000           1.0000          -
31239.62/1612.58	c      1613          65653        8360        20        3239.0000           1.0000          -
31346.83/1617.96	c      1618          65653        8360        20        3239.0000           1.0000          -
31448.70/1623.11	c      1623          65653        8360        20        3239.0000           1.0000          -
31557.08/1628.50	c      1628          65715        8359        20        3239.0000           1.0000          -
31662.20/1633.88	c      1634          73842        6881        20        3239.0000           1.0000          -
31767.81/1639.20	c      1639          66002        8345        20        3239.0000           1.0000          -
31810.37/1641.32	c *    1641          73861        6902        20         588.0000           1.0000          -
31867.85/1644.28	c      1644          66372        8352        20         588.0000           1.0000          -
31968.99/1649.30	c      1649          73862        6901        20         588.0000           1.0000          -
32086.12/1655.25	c      1655          65616        8099        20         588.0000           1.0000          -
32187.09/1660.35	c      1660          65616        8099        20         588.0000           1.0000          -
32292.13/1665.62	c      1666          66726        8301        20         588.0000           1.0000          -
32391.17/1670.69	c      1671          65812        8086        20         588.0000           1.0000          -
32492.34/1675.71	c      1676          65931        8085        20         588.0000           1.0000          -
32591.61/1680.79	c      1681          75241        7784        20         588.0000           1.0000          -
32694.87/1686.00	c      1686          75378        7782        20         588.0000           1.0000          -
32796.74/1691.06	c      1691          67265        8285        20         588.0000           1.0000          -
32897.37/1696.21	c      1696          66257        8071        20         588.0000           1.0000          -
32972.70/1700.08	c *    1700          66327        8070        20         524.0000           1.0000          -
33003.54/1701.61	c      1702          67571        8279        20         524.0000           1.0000          -
33106.20/1706.81	c      1707          67571        8279        20         524.0000           1.0000          -
33205.21/1711.88	c      1712          67571        8279        20         524.0000           1.0000          -
33298.51/1716.59	c *    1717          66464        8070        20         494.0000           1.0000          -
33311.15/1717.16	c      1717          66464        8070        20         494.0000           1.0000          -
33415.65/1722.43	c      1722              2           1        20         494.0000         181.0566    172.84%
33524.79/1728.03	c      1728              2           1        20         494.0000         181.0566    172.84%
33566.90/1730.04	c *    1730              2           1        20         475.0000         181.0566    162.35%
33629.79/1733.27	c      1733              2           1        20         475.0000         181.0566    162.35%
33734.95/1738.56	c      1739              2           1        20         475.0000         181.0566    162.35%
33838.17/1743.77	c      1744              2           1        20         475.0000         181.0566    162.35%
33949.34/1749.31	c      1749              2           1        20         475.0000         181.0566    162.35%
34048.62/1754.34	c      1754              2           1        20         475.0000         181.0566    162.35%
34155.84/1759.72	c      1760              2           1        20         475.0000         181.0566    162.35%
34261.84/1765.10	c      1765              2           1        20         475.0000         181.0566    162.35%
34364.11/1770.28	c      1770              2           1        20         475.0000         181.0566    162.35%
34465.28/1775.36	c      1775              2           1        20         475.0000         181.0566    162.35%
34564.58/1780.39	c      1780              2           1        20         475.0000         181.0566    162.35%
34667.85/1785.51	c      1786              2           1        20         475.0000         181.0566    162.35%
34773.10/1790.89	c      1791              2           1        20         475.0000         181.0566    162.35%
34874.31/1796.02	c      1796              2           1        20         475.0000         181.0566    162.35%
34976.40/1801.12	c      1801              3           2        20         475.0000         181.4407    161.79%
35084.74/1806.55	c      1807              3           2        20         475.0000         181.4407    161.79%
35187.99/1811.76	c      1812              3           2        20         475.0000         181.4407    161.79%
35278.39/1816.37	c *    1816              3           2        20         460.0000         181.4407    153.53%
35286.01/1816.77	c      1817              3           2        20         460.0000         181.4407    153.53%
35387.22/1821.81	c      1822              3           2        20         460.0000         181.4407    153.53%
35488.52/1827.00	c      1827              3           2        20         460.0000         181.4407    153.53%
35592.39/1832.17	c      1832              3           2        20         460.0000         181.4407    153.53%
35698.85/1837.55	c      1838              3           2        20         460.0000         181.4407    153.53%
35800.01/1842.70	c      1843              3           2        20         460.0000         181.4407    153.53%
35908.11/1848.12	c      1848              3           2        20         460.0000         181.4407    153.53%
36014.42/1853.42	c      1853              3           2        20         460.0000         181.4407    153.53%
36119.61/1858.72	c      1859              3           2        20         460.0000         181.4407    153.53%
36125.80/1859.11	c *    1859              3           2        20         437.0000         181.4407    140.85%
36220.23/1863.82	c      1864              3           2        20         437.0000         181.4407    140.85%
36319.56/1868.88	c      1869              3           2        20         437.0000         181.4407    140.85%
36432.78/1874.58	c      1875              3           2        20         437.0000         181.4407    140.85%
36538.07/1879.87	c      1880              3           2        20         437.0000         181.4407    140.85%
36641.94/1885.11	c      1885              4           3        20         437.0000         181.4407    140.85%
36750.62/1890.54	c      1891              4           3        20         437.0000         181.4407    140.85%
36853.94/1895.72	c      1896              4           3        20         437.0000         181.4407    140.85%
36953.28/1900.77	c      1901              4           3        20         437.0000         181.4407    140.85%
37059.20/1906.07	c      1906              4           3        20         437.0000         181.4407    140.85%
37161.76/1911.28	c      1911              4           3        20         437.0000         181.4407    140.85%
37263.05/1916.33	c      1916              4           3        20         437.0000         181.4407    140.85%
37364.32/1921.41	c      1921              4           3        20         437.0000         181.4407    140.85%
37465.52/1926.54	c      1927              5           4        20         437.0000         181.4407    140.85%
37567.41/1931.74	c      1932              5           4        20         437.0000         181.4407    140.85%
37668.70/1936.83	c      1937              5           4        20         437.0000         181.4407    140.85%
37775.90/1942.20	c      1942              5           4        20         437.0000         181.4407    140.85%
37875.17/1947.29	c      1947              5           4        20         437.0000         181.4407    140.85%
37983.36/1952.79	c      1953              5           4        20         437.0000         181.4407    140.85%
38086.60/1957.90	c      1958              5           4        20         437.0000         181.4407    140.85%
38185.87/1962.99	c      1963              5           4        20         437.0000         181.4407    140.85%
38295.04/1968.49	c      1968              5           4        20         437.0000         181.4407    140.85%
38403.12/1973.95	c      1974              5           4        20         437.0000         181.4407    140.85%
38510.34/1979.31	c      1979              5           4        20         437.0000         181.4407    140.85%
38613.51/1984.51	c      1985              5           4        20         437.0000         181.4407    140.85%
38714.78/1989.63	c      1990              5           4        20         437.0000         181.4407    140.85%
38822.16/1995.03	c      1995              5           4        20         437.0000         181.4407    140.85%
38921.43/2000.05	c      2000              5           4        20         437.0000         181.4407    140.85%
39023.92/2005.20	c      2005              6           5        20         437.0000         181.4407    140.85%
39131.12/2010.61	c      2011              6           5        20         437.0000         181.4407    140.85%
39234.85/2015.96	c      2016              6           5        20         437.0000         181.4407    140.85%
39345.93/2021.55	c      2022              6           5        20         437.0000         181.4407    140.85%
39447.09/2026.63	c      2027              6           5        20         437.0000         181.4407    140.85%
39548.25/2031.73	c      2032              6           5        20         437.0000         181.4407    140.85%
39649.83/2036.90	c      2037              6           5        20         437.0000         181.4407    140.85%
39749.00/2041.98	c      2042              6           5        20         437.0000         181.4407    140.85%
39856.09/2047.31	c      2047              6           5        20         437.0000         181.4407    140.85%
39955.03/2052.39	c      2052              6           5        20         437.0000         181.4407    140.85%
40056.58/2057.51	c      2058              6           5        20         437.0000         181.4407    140.85%
40155.76/2062.59	c      2063              7           6        20         437.0000         181.4407    140.85%
40258.83/2067.79	c      2068              7           6        20         437.0000         181.4407    140.85%
40359.86/2072.81	c      2073              7           6        20         437.0000         181.4407    140.85%
40460.65/2078.00	c      2078              7           6        20         437.0000         181.4407    140.85%
40558.75/2083.01	c      2083              7           6        20         437.0000         181.4407    140.85%
40657.54/2088.02	c      2088              7           6        20         437.0000         181.4407    140.85%
40761.46/2093.18	c      2093              7           6        20         437.0000         181.4407    140.85%
40861.78/2098.22	c      2098              8           7        20         437.0000         181.4407    140.85%
40960.64/2103.23	c      2103              8           7        20         437.0000         181.4407    140.85%
41064.88/2108.57	c      2109              8           7        20         437.0000         181.4407    140.85%
41169.98/2113.85	c      2114              8           7        20         437.0000         181.4407    140.85%
41271.16/2118.93	c      2119              8           7        20         437.0000         181.4407    140.85%
41370.18/2123.95	c      2124              8           7        20         437.0000         181.4407    140.85%
41472.77/2129.19	c      2129              8           7        20         437.0000         181.4407    140.85%
41573.14/2134.21	c      2134              9           8        20         437.0000         181.4407    140.85%
41676.26/2139.47	c      2139              9           8        20         437.0000         181.4407    140.85%
41777.38/2144.56	c      2145              9           8        20         437.0000         181.4407    140.85%
41880.31/2149.72	c      2150              9           8        20         437.0000         181.4407    140.85%
41982.38/2154.93	c      2155              9           8        20         437.0000         181.4407    140.85%
42087.13/2160.27	c      2160              9           8        20         437.0000         181.4407    140.85%
42200.24/2165.90	c      2166              9           8        20         437.0000         181.4407    140.85%
42302.31/2171.11	c      2171             10           9        20         437.0000         181.4407    140.85%
42402.47/2176.16	c      2176             10           9        20         437.0000         181.4407    140.85%
42504.94/2181.36	c      2181             10           9        20         437.0000         181.4407    140.85%
42610.20/2186.66	c      2187             10           9        20         437.0000         181.4407    140.85%
42715.43/2191.94	c      2192             10           9        20         437.0000         181.4407    140.85%
42813.66/2197.00	c      2197             10           9        20         437.0000         181.4407    140.85%
42917.56/2202.14	c      2202             11          10        20         437.0000         181.4407    140.85%
43016.78/2207.18	c      2207             11          10        20         437.0000         181.4407    140.85%
43123.01/2212.51	c      2213             11          10        20         437.0000         181.4407    140.85%
43224.11/2217.63	c      2218             11          10        20         437.0000         181.4407    140.85%
43326.05/2222.86	c      2223             11          10        20         437.0000         181.4407    140.85%
43425.30/2227.88	c      2228             11          10        20         437.0000         181.4407    140.85%
43534.37/2233.32	c      2233             11          10        20         437.0000         181.4407    140.85%
43633.50/2238.33	c      2238             11          10        20         437.0000         181.4407    140.85%
43741.83/2243.85	c      2244             11          10        20         437.0000         181.4407    140.85%
43848.93/2249.21	c      2249             11          10        20         437.0000         181.4407    140.85%
43952.13/2254.48	c      2254             11          10        20         437.0000         181.4407    140.85%
44053.30/2259.62	c      2260             11          10        20         437.0000         181.4407    140.85%
44151.64/2264.67	c      2265             11          10        20         437.0000         181.4407    140.85%
44251.17/2269.75	c      2270             11          10        20         437.0000         181.4407    140.85%
44352.33/2274.85	c      2275             11          10        20         437.0000         181.4407    140.85%
44451.51/2279.88	c      2280             11          10        20         437.0000         181.4407    140.85%
44562.99/2285.53	c      2286             11          10        20         437.0000         181.4407    140.85%
44673.77/2291.16	c      2291             11          10        20         437.0000         181.4407    140.85%
44773.82/2296.22	c      2296             11          10        20         437.0000         181.4407    140.85%
44873.04/2301.27	c      2301             11          10        20         437.0000         181.4407    140.85%
44975.02/2306.44	c      2306             11          10        20         437.0000         181.4407    140.85%
45076.86/2311.68	c      2312             11          10        20         437.0000         181.4407    140.85%
45186.39/2317.19	c      2317             11          10        20         437.0000         181.4407    140.85%
45285.54/2322.20	c      2322             11          10        20         437.0000         181.4407    140.85%
45385.74/2327.27	c      2327             11          10        20         437.0000         181.4407    140.85%
45486.97/2332.37	c      2332             11          10        20         437.0000         181.4407    140.85%
45585.37/2337.38	c      2337             11          10        20         437.0000         181.4407    140.85%
45686.64/2342.43	c      2342             11          10        20         437.0000         181.4407    140.85%
45787.85/2347.58	c      2348             11          10        20         437.0000         181.4407    140.85%
45891.61/2352.84	c      2353             11          10        20         437.0000         181.4407    140.85%
45991.62/2357.93	c      2358             11          10        20         437.0000         181.4407    140.85%
46089.83/2362.95	c      2363             11          10        20         437.0000         181.4407    140.85%
46202.00/2368.69	c      2369             11          10        20         437.0000         181.4407    140.85%
46304.51/2373.87	c      2374             11          10        20         437.0000         181.4407    140.85%
46404.94/2378.94	c      2379             11          10        20         437.0000         181.4407    140.85%
46510.35/2384.32	c      2384             11          10        20         437.0000         181.4407    140.85%
46606.96/2389.35	c      2389             11          10        20         437.0000         181.4407    140.85%
46706.68/2394.44	c      2394             11          10        20         437.0000         181.4407    140.85%
46807.93/2399.58	c      2400             11          10        20         437.0000         181.4407    140.85%
46907.30/2404.68	c      2405             11          10        20         437.0000         181.4407    140.85%
47009.51/2409.85	c      2410             11          10        20         437.0000         181.4407    140.85%
47107.56/2414.89	c      2415             11          10        20         437.0000         181.4407    140.85%
47212.97/2420.26	c      2420             11          10        20         437.0000         181.4407    140.85%
47318.47/2425.60	c      2426             11          10        20         437.0000         181.4407    140.85%
47415.34/2430.61	c      2431             11          10        20         437.0000         181.4407    140.85%
47517.40/2435.80	c      2436             11          10        20         437.0000         181.4407    140.85%
47621.14/2441.14	c      2441             11          10        20         437.0000         181.4407    140.85%
47722.72/2446.22	c      2446             11          10        20         437.0000         181.4407    140.85%
47819.86/2451.28	c      2451             11          10        20         437.0000         181.4407    140.85%
47923.37/2456.54	c      2457             11          10        20         437.0000         181.4407    140.85%
48023.19/2461.64	c      2462             11          10        20         437.0000         181.4407    140.85%
48120.56/2466.65	c      2467             12          11        20         437.0000         181.4407    140.85%
48231.21/2472.31	c      2472             12          11        20         437.0000         181.4407    140.85%
48333.55/2477.53	c      2478             12          11        20         437.0000         181.4407    140.85%
48439.27/2483.01	c      2483             12          11        20         437.0000         181.4407    140.85%
48550.01/2488.62	c      2489             12          11        20         437.0000         181.4407    140.85%
48653.00/2493.92	c      2494             12          11        20         437.0000         181.4407    140.85%
48751.04/2498.96	c      2499             13          12        20         437.0000         181.4407    140.85%
48854.00/2504.17	c      2504             13          12        20         437.0000         181.4407    140.85%
48957.01/2509.43	c      2509             13          12        20         437.0000         181.4407    140.85%
49058.33/2514.69	c      2515             13          12        20         437.0000         181.4407    140.85%
49161.22/2520.07	c      2520             13          12        20         437.0000         181.4407    140.85%
49262.63/2525.24	c      2525             13          12        20         437.0000         181.4407    140.85%
49362.72/2530.38	c      2530             13          12        20         437.0000         181.4407    140.85%
49477.65/2536.16	c      2536             13          12        20         437.0000         181.4407    140.85%
49575.05/2541.27	c      2541             13          12        20         437.0000         181.4407    140.85%
49677.54/2546.47	c      2546             13          12        20         437.0000         181.4407    140.85%
49775.82/2551.45	c *    2551             13          12        20         429.0000         181.4407    136.44%
49787.62/2552.13	c      2552             13          12        20         429.0000         181.4407    136.44%
49856.93/2555.63	c *    2556             13          12        20         412.0000         181.4407    127.07%
49887.27/2557.19	c      2557             14          13        20         412.0000         181.4407    127.07%
49987.50/2562.21	c      2562             14          13        20         412.0000         181.4407    127.07%
50081.29/2567.23	c      2567             14          13        20         412.0000         181.4407    127.07%
50187.60/2572.65	c      2573             14          13        20         412.0000         181.4407    127.07%
50289.59/2577.84	c      2578             14          13        20         412.0000         181.4407    127.07%
50388.76/2582.88	c      2583             14          13        20         412.0000         181.4407    127.07%
50488.51/2587.94	c      2588             14          13        20         412.0000         181.4407    127.07%
50585.02/2593.00	c      2593             15          14        20         412.0000         181.4407    127.07%
50685.58/2598.15	c      2598             15          14        20         412.0000         181.4407    127.07%
50794.67/2603.76	c      2604             15          14        20         412.0000         181.4407    127.07%
50896.35/2609.02	c      2609             15          14        20         412.0000         181.4407    127.07%
50995.97/2614.07	c      2614             15          14        20         412.0000         181.4407    127.07%
51094.25/2619.09	c      2619             15          14        20         412.0000         181.4407    127.07%
51201.06/2624.55	c      2625             15          14        20         412.0000         181.4407    127.07%
51303.86/2629.75	c      2630             15          14        20         412.0000         181.4407    127.07%
51412.16/2635.30	c      2635             15          14        20         412.0000         181.4407    127.07%
51511.31/2640.38	c      2640             15          14        20         412.0000         181.4407    127.07%
51611.98/2645.57	c      2646             15          14        20         412.0000         181.4407    127.07%
51713.91/2650.71	c      2651             15          14        20         412.0000         181.4407    127.07%
51815.06/2655.89	c      2656             15          14        20         412.0000         181.4407    127.07%
51913.82/2660.95	c      2661             15          14        20         412.0000         181.4407    127.07%
52014.94/2666.04	c      2666             15          14        20         412.0000         181.4407    127.07%
52112.26/2671.05	c      2671             15          14        20         412.0000         181.4407    127.07%
52210.56/2676.07	c      2676             15          14        20         412.0000         181.4407    127.07%
52314.88/2681.33	c      2681             16          15        20         412.0000         181.4407    127.07%
52411.82/2686.37	c      2686             16          15        20         412.0000         181.4407    127.07%
52516.50/2691.74	c      2692             16          15        20         412.0000         181.4407    127.07%
52615.97/2696.86	c      2697             16          15        20         412.0000         181.4407    127.07%
52714.77/2701.88	c      2702             16          15        20         412.0000         181.4407    127.07%
52816.98/2707.08	c      2707             16          15        20         412.0000         181.4407    127.07%
52920.15/2712.34	c      2712             16          15        20         412.0000         181.4407    127.07%
53016.26/2717.39	c      2717             16          15        20         412.0000         181.4407    127.07%
53123.48/2722.72	c      2723             16          15        20         412.0000         181.4407    127.07%
53221.80/2727.80	c      2728             17          16        20         412.0000         181.6009    126.87%
53325.91/2733.13	c      2733             17          16        20         412.0000         181.6009    126.87%
53424.69/2738.30	c      2738             17          16        20         412.0000         181.6009    126.87%
53531.09/2743.72	c      2744             17          16        20         412.0000         181.6009    126.87%
53636.98/2749.12	c      2749             17          16        20         412.0000         181.6009    126.87%
53736.34/2754.18	c      2754             17          16        20         412.0000         181.6009    126.87%
53838.62/2759.47	c      2759             17          16        20         412.0000         181.6009    126.87%
53941.01/2764.67	c      2765             19          18        20         412.0000         181.6009    126.87%
54046.26/2769.91	c      2770             20          19        20         412.0000         181.6009    126.87%
54147.49/2775.19	c      2775             20          19        20         412.0000         181.6009    126.87%
54245.41/2780.28	c      2780             20          19        20         412.0000         181.6009    126.87%
54344.31/2785.36	c      2785             20          19        20         412.0000         181.6009    126.87%
54449.56/2790.60	c      2791             20          19        20         412.0000         181.6009    126.87%
54559.77/2796.21	c      2796             21          20        20         412.0000         181.6009    126.87%
54656.46/2801.23	c      2801             23          22        20         412.0000         181.6009    126.87%
54755.59/2806.48	c      2806             23          22        20         412.0000         181.6009    126.87%
54860.79/2811.76	c      2812             23          22        20         412.0000         181.6009    126.87%
54967.17/2817.17	c      2817             23          22        20         412.0000         181.6009    126.87%
55064.81/2822.19	c      2822             23          22        20         412.0000         181.6009    126.87%
55163.00/2827.28	c      2827             23          22        20         412.0000         181.6009    126.87%
55266.69/2832.55	c      2833             23          22        20         412.0000         181.6009    126.87%
55373.84/2838.02	c      2838             23          22        20         412.0000         181.6009    126.87%
55475.23/2843.16	c      2843             23          22        20         412.0000         181.6009    126.87%
55570.29/2848.22	c      2848             23          22        20         412.0000         181.6009    126.87%
55669.85/2853.38	c      2853             23          22        20         412.0000         181.6009    126.87%
55774.92/2858.64	c      2859             23          22        20         412.0000         181.6009    126.87%
55876.37/2863.80	c      2864             23          22        20         412.0000         181.6009    126.87%
55973.41/2868.87	c      2869             23          22        20         412.0000         181.6009    126.87%
56082.70/2874.41	c      2874             23          22        20         412.0000         181.6009    126.87%
56183.15/2879.54	c      2880             23          22        20         412.0000         181.6009    126.87%
56283.45/2884.62	c      2885             23          22        20         412.0000         181.6009    126.87%
56390.12/2890.07	c      2890             23          22        20         412.0000         181.6009    126.87%
56496.07/2895.52	c      2896             23          22        20         412.0000         181.6009    126.87%
56595.21/2900.60	c      2901             23          22        20         412.0000         181.6009    126.87%
56701.97/2906.05	c      2906             23          22        20         412.0000         181.6009    126.87%
56806.28/2911.35	c      2911             23          22        20         412.0000         181.6009    126.87%
56906.00/2916.51	c      2917             23          22        20         412.0000         181.6009    126.87%
57009.18/2921.83	c      2922             23          22        20         412.0000         181.6009    126.87%
57112.85/2927.06	c      2927             23          22        20         412.0000         181.6009    126.87%
57214.14/2932.26	c      2932             23          22        20         412.0000         181.6009    126.87%
57323.98/2937.93	c      2938             23          22        20         412.0000         181.6009    126.87%
57419.73/2942.94	c      2943             23          22        20         412.0000         181.6009    126.87%
57520.53/2948.08	c      2948             23          22        20         412.0000         181.6009    126.87%
57627.69/2953.55	c      2954             23          22        20         412.0000         181.6009    126.87%
57726.25/2958.60	c      2959             23          22        20         412.0000         181.6009    126.87%
57823.25/2963.63	c      2964             23          22        20         412.0000         181.6009    126.87%
57930.11/2969.17	c      2969             23          22        20         412.0000         181.6009    126.87%
58030.76/2974.29	c      2974             23          22        20         412.0000         181.6009    126.87%
58131.53/2979.46	c      2979             23          22        20         412.0000         181.6009    126.87%
58234.02/2984.80	c      2985             23          22        20         412.0000         181.6009    126.87%
58332.87/2989.90	c      2990             23          22        20         412.0000         181.6009    126.87%
58439.01/2995.38	c      2995             23          22        20         412.0000         181.6009    126.87%
58542.08/3000.60	c      3001             23          22        20         412.0000         181.6009    126.87%
58642.27/3005.79	c      3006             23          22        20         412.0000         181.6009    126.87%
58739.23/3010.79	c      3011             23          22        20         412.0000         181.6009    126.87%
58839.28/3015.82	c      3016             23          22        20         412.0000         181.6009    126.87%
58942.04/3021.05	c      3021             23          22        20         412.0000         181.6009    126.87%
59039.34/3026.10	c      3026             23          22        20         412.0000         181.6009    126.87%
59154.53/3031.90	c      3032             23          22        20         412.0000         181.6009    126.87%
59255.06/3037.08	c      3037             23          22        20         412.0000         181.6009    126.87%
59352.99/3042.11	c      3042             23          22        20         412.0000         181.6009    126.87%
59454.82/3047.35	c      3047             23          22        20         412.0000         181.6009    126.87%
59511.77/3050.28	c *    3050             23          22        20         407.0000         181.6009    124.12%
59556.69/3052.69	c      3053             23          22        20         407.0000         181.6009    124.12%
59656.98/3057.70	c      3058             23          22        20         407.0000         181.6009    124.12%
59770.11/3063.55	c      3064             23          22        20         407.0000         181.6009    124.12%
59868.64/3068.66	c      3069             23          22        20         407.0000         181.6009    124.12%
59969.31/3073.73	c      3074             23          22        20         407.0000         181.6009    124.12%
60069.35/3078.82	c      3079             23          22        20         407.0000         181.6009    124.12%
60180.23/3084.49	c      3084             23          22        20         407.0000         181.6009    124.12%
60279.83/3089.50	c      3090             23          22        20         407.0000         181.6009    124.12%
60384.48/3095.01	c      3095             23          22        20         407.0000         181.6009    124.12%
60485.05/3100.09	c      3100             23          22        20         407.0000         181.6009    124.12%
60588.27/3105.38	c      3105             23          22        20         407.0000         181.6009    124.12%
60690.57/3110.64	c      3111             23          22        20         407.0000         181.6009    124.12%
60794.41/3115.95	c      3116             23          22        20         407.0000         181.6009    124.12%
60895.23/3121.06	c      3121             23          22        20         407.0000         181.6009    124.12%
60994.49/3126.08	c      3126             23          22        20         407.0000         181.6009    124.12%
61093.00/3131.09	c      3131             23          22        20         407.0000         181.6009    124.12%
61191.01/3136.10	c      3136             23          22        20         407.0000         181.6009    124.12%
61294.38/3141.38	c      3141             23          22        20         407.0000         181.6009    124.12%
61396.11/3146.62	c *    3147             23          22        20         400.0000         181.6009    120.26%
61396.11/3146.62	c      3147             23          22        20         400.0000         181.6009    120.26%
61495.62/3151.76	c      3152             23          22        20         400.0000         181.6009    120.26%
61603.13/3157.20	c      3157             23          22        20         400.0000         181.6009    120.26%
61716.03/3163.00	c      3163             23          22        20         400.0000         181.6009    120.26%
61824.57/3168.46	c      3168             23          22        20         400.0000         181.6009    120.26%
61925.71/3173.54	c      3174             23          22        20         400.0000         181.6009    120.26%
62028.10/3178.77	c      3179             23          22        20         400.0000         181.6009    120.26%
62129.30/3183.88	c      3184             23          22        20         400.0000         181.6009    120.26%
62230.53/3188.95	c      3189             23          22        20         400.0000         181.6009    120.26%
62329.72/3193.97	c      3194             23          22        20         400.0000         181.6009    120.26%
62428.94/3199.02	c      3199             23          22        20         400.0000         181.6009    120.26%
62533.26/3204.21	c      3204             23          22        20         400.0000         181.6009    120.26%
62633.25/3209.34	c      3209             23          22        20         400.0000         181.6009    120.26%
62742.34/3214.81	c      3215             23          22        20         400.0000         181.6009    120.26%
62843.49/3219.93	c      3220             23          22        20         400.0000         181.6009    120.26%
62945.33/3225.13	c      3225             23          22        20         400.0000         181.6009    120.26%
63049.72/3230.30	c      3230             23          22        20         400.0000         181.6009    120.26%
63152.84/3235.51	c      3236             23          22        20         400.0000         181.6009    120.26%
63257.95/3240.83	c      3241             23          22        20         400.0000         181.6009    120.26%
63366.97/3246.30	c      3246             23          22        20         400.0000         181.6009    120.26%
63466.12/3251.38	c      3251             23          22        20         400.0000         181.6009    120.26%
63571.28/3256.61	c      3257             23          22        20         400.0000         181.6009    120.26%
63668.80/3261.63	c      3262             23          22        20         400.0000         181.6009    120.26%
63773.90/3266.92	c      3267             23          22        20         400.0000         181.6009    120.26%
63875.64/3272.04	c      3272             23          22        20         400.0000         181.6009    120.26%
63976.80/3277.18	c      3277             23          22        20         400.0000         181.6009    120.26%
64077.09/3282.22	c      3282             23          22        20         400.0000         181.6009    120.26%
64182.18/3287.58	c      3288             23          22        20         400.0000         181.6009    120.26%
64285.58/3292.85	c      3293             23          22        20         400.0000         181.6009    120.26%
64384.73/3297.86	c      3298             23          22        20         400.0000         181.6009    120.26%
64488.73/3303.10	c      3303             23          22        20         400.0000         181.6009    120.26%
64591.02/3308.23	c      3308             23          22        20         400.0000         181.6009    120.26%
64698.20/3313.66	c      3314             23          22        20         400.0000         181.6009    120.26%
64797.47/3318.69	c      3319             23          22        20         400.0000         181.6009    120.26%
64900.68/3323.83	c      3324             23          22        20         400.0000         181.6009    120.26%
65000.08/3328.86	c      3329             23          22        20         400.0000         181.6009    120.26%
65103.87/3334.07	c      3334             23          22        20         400.0000         181.6009    120.26%
65204.96/3339.14	c      3339             23          22        20         400.0000         181.6009    120.26%
65307.53/3344.34	c      3344             23          22        20         400.0000         181.6009    120.26%
65408.74/3349.46	c      3349             23          22        20         400.0000         181.6009    120.26%
65511.96/3354.65	c      3355             23          22        20         400.0000         181.6009    120.26%
65613.16/3359.78	c      3360             23          22        20         400.0000         181.6009    120.26%
65714.39/3364.84	c      3365             26          25        20         400.0000         181.6009    120.26%
65815.59/3369.91	c      3370             26          25        20         400.0000         181.6009    120.26%
65919.56/3375.18	c      3375             28          27        20         400.0000         181.6009    120.26%
66019.91/3380.21	c      3380             31          30        20         400.0000         181.6009    120.26%
66121.12/3385.37	c      3385             34          33        20         400.0000         181.6009    120.26%
66222.28/3390.47	c      3390             35          34        20         400.0000         181.6009    120.26%
66329.40/3395.86	c      3396             35          34        20         400.0000         181.6009    120.26%
66428.62/3400.86	c      3401             35          34        20         400.0000         181.6009    120.26%
66529.75/3405.95	c      3406             35          34        20         400.0000         181.6009    120.26%
66628.96/3411.03	c      3411             35          34        20         400.0000         181.6009    120.26%
66736.13/3416.35	c      3416             35          34        20         400.0000         181.6009    120.26%
66844.53/3421.89	c      3422             35          34        20         400.0000         181.6009    120.26%
66945.07/3427.00	c      3427             35          34        20         400.0000         181.6009    120.26%
67044.20/3432.04	c      3432             35          34        20         400.0000         181.6009    120.26%
67151.27/3437.40	c      3437             35          34        20         400.0000         181.6009    120.26%
67252.38/3442.42	c      3442             35          34        20         400.0000         181.6009    120.26%
67357.49/3447.73	c      3448             35          34        20         400.0000         181.6009    120.26%
67458.63/3452.88	c      3453             35          34        20         400.0000         181.6009    120.26%
67537.03/3456.80	c *    3457             35          34        20         392.0000         181.6009    115.86%
67558.86/3457.96	c      3458             35          34        20         392.0000         181.6009    115.86%
67660.63/3463.10	c      3463             35          34        20         392.0000         181.6009    115.86%
67777.11/3468.94	c      3469             35          34        20         392.0000         181.6009    115.86%
67876.34/3474.03	c      3474             35          34        20         392.0000         181.6009    115.86%
67983.40/3479.39	c      3479             35          34        20         392.0000         181.6009    115.86%
68086.59/3484.51	c      3485             35          34        20         392.0000         181.6009    115.86%
68189.91/3489.72	c      3490             35          34        20         392.0000         181.6009    115.86%
68288.95/3494.79	c      3495             35          34        20         392.0000         181.6009    115.86%
68382.90/3499.52	c *    3500             35          34        20         359.0000         181.6009     97.69%
68386.72/3499.79	c      3500             35          34        20         359.0000         181.6009     97.69%
68492.61/3505.12	c      3505             35          34        20         359.0000         181.6009     97.69%
68595.21/3510.38	c      3510             35          34        20         359.0000         181.6009     97.69%
68702.36/3515.72	c      3516             35          34        20         359.0000         181.6009     97.69%
68815.42/3521.43	c      3521             35          34        20         359.0000         181.6009     97.69%
68920.53/3526.79	c      3527             35          34        20         359.0000         181.6009     97.69%
69028.82/3532.26	c      3532             35          34        20         359.0000         181.6009     97.69%
69133.61/3537.55	c      3538             35          34        20         359.0000         181.6009     97.69%
69243.43/3543.04	c      3543             35          34        20         359.0000         181.6009     97.69%
69353.74/3548.64	c      3549             35          34        20         359.0000         181.6009     97.69%
69455.08/3553.76	c      3554             35          34        20         359.0000         181.6009     97.69%
69556.45/3558.98	c      3559             35          34        20         359.0000         181.6009     97.69%
69661.59/3564.24	c      3564             35          34        20         359.0000         181.6009     97.69%
69763.18/3569.47	c      3569             35          34        20         359.0000         181.6009     97.69%
69874.72/3575.13	c      3575             35          34        20         359.0000         181.6009     97.69%
69983.32/3580.54	c      3581             35          34        20         359.0000         181.6009     97.69%
70082.49/3585.57	c      3586             35          34        20         359.0000         181.6009     97.69%
70185.60/3590.77	c      3591             35          34        20         359.0000         181.6009     97.69%
70297.28/3596.40	c      3596             35          34        20         359.0000         181.6009     97.69%
70402.43/3601.76	c      3602             35          34        20         359.0000         181.6009     97.69%
70505.65/3606.98	c      3607             35          34        20         359.0000         181.6009     97.69%
70604.88/3612.03	c      3612             35          34        20         359.0000         181.6009     97.69%
70709.98/3617.25	c      3617             35          34        20         359.0000         181.6009     97.69%
70811.20/3622.33	c      3622             35          34        20         359.0000         181.6009     97.69%
70916.40/3627.68	c      3628             35          34        20         359.0000         181.6009     97.69%
71019.57/3632.83	c      3633             35          34        20         359.0000         181.6009     97.69%
71062.97/3635.12	c *    3635             35          34        20         358.0000         181.6009     97.14%
71119.48/3637.92	c      3638             35          34        20         358.0000         181.6009     97.14%
71217.94/3642.94	c      3643             35          34        20         358.0000         181.6009     97.14%
71321.81/3648.18	c      3648             35          34        20         358.0000         181.6009     97.14%
71424.11/3653.30	c      3653             35          34        20         358.0000         181.6009     97.14%
71525.30/3658.46	c      3658             35          34        20         358.0000         181.6009     97.14%
71632.54/3663.83	c      3664             35          34        20         358.0000         181.6009     97.14%
71730.66/3668.85	c      3669             35          34        20         358.0000         181.6009     97.14%
71836.81/3674.18	c      3674             35          34        20         358.0000         181.6009     97.14%
71937.25/3679.22	c      3679             35          34        20         358.0000         181.6009     97.14%

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 (95908 MiB free)
  memory of node 1: 193494 MiB (186043 MiB free)
  memory of node 2: 193531 MiB (191529 MiB free)
  memory of node 3: 193531 MiB (186673 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-4465219-1723589024/watcher-4465219-1723589024 -o /tmp/evaluation-result-4465219-1723589024/solver-4465219-1723589024 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733310 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465219-1723589024.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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=738489, runsolver pid=738486
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 67.30 77.34 79.40 24/944 738490
/proc/meminfo: memFree=675859772/790760804 swapFree=131071996/131071996
[pid=738489] ppid=738486 vsize=75124 memory=62936 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/stat : 738489 (fscip) R 738486 738489 733298 0 -1 4194304 13630 0 0 0 9 2 0 0 20 0 1 0 125485580 76926976 15734 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
/proc/738489/statm: 18781 15734 2347 3035 0 15177 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 75124 KiB
Current children cumulated memory: 62936 KiB

[startup+0.219184 s]*
/proc/loadavg: 63.83 76.45 79.10 24/944 738490
/proc/meminfo: memFree=675703352/790760804 swapFree=131071996/131071996
[pid=738489] ppid=738486 vsize=116924 memory=104668 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/stat : 738489 (fscip) R 738486 738489 733298 0 -1 4194304 24056 0 0 0 20 3 0 0 20 0 1 0 125485580 119730176 26167 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
/proc/738489/statm: 29231 26167 2347 3035 0 25627 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 116924 KiB
Current children cumulated memory: 104668 KiB

[startup+0.319236 s]*
/proc/loadavg: 63.83 76.45 79.10 24/944 738490
/proc/meminfo: memFree=675560804/790760804 swapFree=131071996/131071996
[pid=738489] ppid=738486 vsize=153444 memory=140372 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/stat : 738489 (fscip) R 738486 738489 733298 0 -1 4194304 32473 0 0 0 28 5 0 0 20 0 1 0 125485580 157126656 35093 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
/proc/738489/statm: 38361 35093 2347 3035 0 34757 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 153444 KiB
Current children cumulated memory: 140372 KiB

[startup+0.700262 s]
/proc/loadavg: 63.83 76.45 79.10 24/944 738490
/proc/meminfo: memFree=675264812/790760804 swapFree=131071996/131071996
[pid=738489] ppid=738486 vsize=276872 memory=264108 CPUtime=0.68 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/stat : 738489 (fscip) R 738486 738489 733298 0 -1 4194304 61360 0 0 0 59 9 0 0 20 0 1 0 125485580 283516928 66027 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
/proc/738489/statm: 69218 66027 2347 3035 0 65614 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 276872 KiB
Current children cumulated memory: 264108 KiB

[startup+1.5003 s]
/proc/loadavg: 63.83 76.45 79.10 24/944 738490
/proc/meminfo: memFree=674611520/790760804 swapFree=131071996/131071996
[pid=738489] ppid=738486 vsize=682368 memory=667252 CPUtime=1.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/stat : 738489 (fscip) R 738486 738489 733298 0 -1 4194304 153233 0 0 0 125 24 0 0 20 0 1 0 125485580 698744832 166747 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
/proc/738489/statm: 170592 166747 2555 3035 0 166988 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 682368 KiB
Current children cumulated memory: 667252 KiB

[startup+3.11921 s]
/proc/loadavg: 63.83 76.45 79.10 24/944 738490
/proc/meminfo: memFree=672159304/790760804 swapFree=131071996/131071996
[pid=738489] ppid=738486 vsize=845120 memory=831148 CPUtime=3.09 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/stat : 738489 (fscip) R 738486 738489 733298 0 -1 4194304 194211 0 0 0 278 31 0 0 20 0 1 0 125485580 865402880 207787 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
/proc/738489/statm: 211280 207787 2614 3035 0 207676 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 845120 KiB
Current children cumulated memory: 831148 KiB

[startup+6.30024 s]
/proc/loadavg: 60.56 75.57 78.80 24/944 738490
/proc/meminfo: memFree=668628068/790760804 swapFree=131071996/131071996
[pid=738489] ppid=738486 vsize=1247268 memory=1225644 CPUtime=6.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/stat : 738489 (fscip) R 738486 738489 733298 0 -1 4194304 226175 0 0 0 581 46 0 0 20 0 1 0 125485580 1277202432 306411 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
/proc/738489/statm: 311817 306411 2710 3035 0 308213 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1247268 KiB
Current children cumulated memory: 1225644 KiB

[startup+12.7003 s]
/proc/loadavg: 57.56 74.69 78.50 62/984 738531
/proc/meminfo: memFree=649419428/790760804 swapFree=131071996/131071996
[pid=738489] ppid=738486 vsize=1256892 memory=1234280 CPUtime=12.64 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/stat : 738489 (fscip) R 738486 738489 733298 0 -1 4194304 285116 0 0 0 1207 57 0 0 20 0 1 0 125485580 1287057408 308570 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
/proc/738489/statm: 314223 308570 2758 3035 0 310619 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1256892 KiB
Current children cumulated memory: 1234280 KiB

[startup+25.5006 s]
/proc/loadavg: 58.09 74.24 78.31 62/1004 738553
/proc/meminfo: memFree=604986808/790760804 swapFree=131071996/131071996
[pid=738489] ppid=738486 vsize=5915752 memory=4287112 CPUtime=25.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/stat : 738489 (fscip) S 738486 738489 733298 0 -1 1077936128 711209 0 0 0 2388 152 0 0 20 0 21 0 125485580 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
/proc/738489/statm: 1478938 1071778 2774 3035 0 1176794 0
[pid=738489/tid=738534] ppid=738486 vsize=5915752 memory=28188 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738534/stat : 738534 (fscip) S 738486 738489 733298 0 -1 1077936192 77164 0 0 0 56 10 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738535] ppid=738486 vsize=5915752 memory=3080321689 CPUtime=0.12 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738535/stat : 738535 (fscip) R 738486 738489 733298 0 -1 4194368 19792 0 0 0 8 4 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738536] ppid=738486 vsize=5915752 memory=1804 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738536/stat : 738536 (fscip) S 738486 738489 733298 0 -1 1077936192 77164 0 0 0 54 12 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738537] ppid=738486 vsize=5915752 memory=1804 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738537/stat : 738537 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738538] ppid=738486 vsize=5915752 memory=10544 CPUtime=0.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738538/stat : 738538 (fscip) S 738486 738489 733298 0 -1 1077936192 77164 0 0 0 56 11 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738539] ppid=738486 vsize=5915752 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738539/stat : 738539 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738540] ppid=738486 vsize=5915752 memory=2999344 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738540/stat : 738540 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738541] ppid=738486 vsize=5915752 memory=280958373435968 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738541/stat : 738541 (fscip) S 738486 738489 733298 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738542] ppid=738486 vsize=5915752 memory=-6153716353026145126 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738542/stat : 738542 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738543] ppid=738486 vsize=5915752 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738543/stat : 738543 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738544] ppid=738486 vsize=5915752 memory=38272 CPUtime=0.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738544/stat : 738544 (fscip) S 738486 738489 733298 0 -1 1077936192 77164 0 0 0 55 11 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738545] ppid=738486 vsize=5915752 memory=10544 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738545/stat : 738545 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738546] ppid=738486 vsize=5915752 memory=16325789170925620 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738546/stat : 738546 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738547] ppid=738486 vsize=5915752 memory=1225644 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738547/stat : 738547 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738548] ppid=738486 vsize=5915752 memory=280958373280592 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738548/stat : 738548 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738549] ppid=738486 vsize=5915752 memory=280958373182928 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738549/stat : 738549 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738550] ppid=738486 vsize=5915752 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738550/stat : 738550 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738551] ppid=738486 vsize=5915752 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738551/stat : 738551 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738552] ppid=738486 vsize=5915752 memory=280958373219216 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738552/stat : 738552 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738553] ppid=738486 vsize=5915752 memory=-2892745056951691885 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738553/stat : 738553 (fscip) S 738486 738489 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125487756 6057730048 1071778 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 5915752 KiB
Current children cumulated memory: 4287112 KiB

[startup+51.1361 s]
/proc/loadavg: 63.43 73.91 78.06 81/1024 738578
/proc/meminfo: memFree=540876932/790760804 swapFree=131071996/131071996
[pid=738489] ppid=738486 vsize=39830712 memory=37556096 CPUtime=327.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/stat : 738489 (fscip) S 738486 738489 733298 0 -1 1077936128 7974400 0 0 0 31073 1668 0 0 20 0 41 0 125485580 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 17 26 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
/proc/738489/statm: 9957678 9389024 2790 3035 0 9597430 0
[pid=738489/tid=738534] ppid=738486 vsize=39830712 memory=1225644 CPUtime=15.34 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738534/stat : 738534 (fscip) R 738486 738489 733298 0 -1 4194368 233457 0 0 0 1483 51 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738535] ppid=738486 vsize=39830712 memory=280958372787008 CPUtime=15.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738535/stat : 738535 (fscip) R 738486 738489 733298 0 -1 4194368 434865 0 0 0 1429 88 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738536] ppid=738486 vsize=39830712 memory=10544 CPUtime=15.22 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738536/stat : 738536 (fscip) R 738486 738489 733298 0 -1 4194368 473908 0 0 0 1428 94 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738537] ppid=738486 vsize=39830712 memory=4233520 CPUtime=15.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738537/stat : 738537 (fscip) R 738486 738489 733298 0 -1 4194368 223336 0 0 0 1488 49 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738538] ppid=738486 vsize=39830712 memory=0 CPUtime=15.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738538/stat : 738538 (fscip) R 738486 738489 733298 0 -1 4194368 463846 0 0 0 1423 93 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738539] ppid=738486 vsize=39830712 memory=32915732 CPUtime=15.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738539/stat : 738539 (fscip) R 738486 738489 733298 0 -1 4194368 464733 0 0 0 1424 94 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738540] ppid=738486 vsize=39830712 memory=0 CPUtime=15.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738540/stat : 738540 (fscip) R 738486 738489 733298 0 -1 4194368 234627 0 0 0 1481 57 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738541] ppid=738486 vsize=39830712 memory=1234280 CPUtime=15.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738541/stat : 738541 (fscip) R 738486 738489 733298 0 -1 4194368 438626 0 0 0 1429 86 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738542] ppid=738486 vsize=39830712 memory=0 CPUtime=15.21 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738542/stat : 738542 (fscip) R 738486 738489 733298 0 -1 4194368 448375 0 0 0 1433 88 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738543] ppid=738486 vsize=39830712 memory=38272 CPUtime=15.36 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738543/stat : 738543 (fscip) R 738486 738489 733298 0 -1 4194368 233446 0 0 0 1482 54 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738544] ppid=738486 vsize=39830712 memory=280958374707584 CPUtime=15.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738544/stat : 738544 (fscip) R 738486 738489 733298 0 -1 4194368 477142 0 0 0 1423 94 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738545] ppid=738486 vsize=39830712 memory=280958372741408 CPUtime=15.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738545/stat : 738545 (fscip) R 738486 738489 733298 0 -1 4194368 460887 0 0 0 1427 92 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738546] ppid=738486 vsize=39830712 memory=25333125866717268 CPUtime=15.37 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738546/stat : 738546 (fscip) R 738486 738489 733298 0 -1 4194368 223338 0 0 0 1486 51 0 0 20 0 41 0 125487756 40786649088 9389024 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0

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

/proc/738489/task/738562/stat : 738562 (fscip) S 738486 738489 733298 0 -1 1077936192 290 0 0 0 2 0 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738563] ppid=738486 vsize=132277620 memory=2316 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738563/stat : 738563 (fscip) S 738486 738489 733298 0 -1 1077936192 307 0 0 0 3 0 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738564] ppid=738486 vsize=132277620 memory=280958375633584 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738564/stat : 738564 (fscip) S 738486 738489 733298 0 -1 1077936192 221 0 0 0 3 0 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738565] ppid=738486 vsize=132277620 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738565/stat : 738565 (fscip) S 738486 738489 733298 0 -1 1077936192 301 0 0 0 3 0 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738566] ppid=738486 vsize=132277620 memory=16164 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738566/stat : 738566 (fscip) S 738486 738489 733298 0 -1 1077936192 329 0 0 0 2 1 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738567] ppid=738486 vsize=132277620 memory=2316 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738567/stat : 738567 (fscip) S 738486 738489 733298 0 -1 1077936192 305 0 0 0 0 2 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738568] ppid=738486 vsize=132277620 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738568/stat : 738568 (fscip) S 738486 738489 733298 0 -1 1077936192 316 0 0 0 0 2 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738569] ppid=738486 vsize=132277620 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738569/stat : 738569 (fscip) S 738486 738489 733298 0 -1 1077936192 319 0 0 0 2 0 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738570] ppid=738486 vsize=132277620 memory=106986888 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738570/stat : 738570 (fscip) S 738486 738489 733298 0 -1 1077936192 320 0 0 0 3 0 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738571] ppid=738486 vsize=132277620 memory=32792 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738571/stat : 738571 (fscip) S 738486 738489 733298 0 -1 1077936192 310 0 0 0 2 0 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738572] ppid=738486 vsize=132277620 memory=7068 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738572/stat : 738572 (fscip) S 738486 738489 733298 0 -1 1077936192 299 0 0 0 2 0 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738573] ppid=738486 vsize=132277620 memory=11448 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738573/stat : 738573 (fscip) S 738486 738489 733298 0 -1 1077936192 228 0 0 0 3 0 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738574] ppid=738486 vsize=132277620 memory=106984840 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738574/stat : 738574 (fscip) S 738486 738489 733298 0 -1 1077936192 346 0 0 0 3 0 0 0 20 0 41 0 125489193 135452282880 26746722 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
Current children cumulated CPU time: 71206 s
Current children cumulated vsize: 132277620 KiB
Current children cumulated memory: 106986888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3682.4 s]
/proc/loadavg: 66.64 76.92 78.77 41/929 740591
/proc/meminfo: memFree=577839132/790760804 swapFree=131071996/131071996
[pid=738489] ppid=738486 vsize=132339220 memory=106995712 CPUtime=72000.8 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/stat : 738489 (fscip) S 738486 738489 733298 0 -1 1077936128 276108508 0 0 0 7160940 39142 0 0 20 0 41 0 125485580 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 17 50 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
/proc/738489/statm: 33084805 26748928 3030 3035 0 32471712 0
[pid=738489/tid=738534] ppid=738486 vsize=132339220 memory=6720666562447555952 CPUtime=3619.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738534/stat : 738534 (fscip) R 738486 738489 733298 0 -1 4194368 6860969 0 0 0 360854 1145 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738535] ppid=738486 vsize=132339220 memory=107109984 CPUtime=3597.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738535/stat : 738535 (fscip) R 738486 738489 733298 0 -1 4194368 16528662 0 0 0 357207 2507 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738536] ppid=738486 vsize=132339220 memory=31572 CPUtime=3565.67 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738536/stat : 738536 (fscip) R 738486 738489 733298 0 -1 4194368 19789292 0 0 0 354349 2218 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738537] ppid=738486 vsize=132339220 memory=28568 CPUtime=3614.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738537/stat : 738537 (fscip) R 738486 738489 733298 0 -1 4194368 6808091 0 0 0 360288 1145 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738538] ppid=738486 vsize=132339220 memory=7312 CPUtime=3611.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738538/stat : 738538 (fscip) R 738486 738489 733298 0 -1 4194368 16788480 0 0 0 358284 2827 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738539] ppid=738486 vsize=132339220 memory=26988 CPUtime=3570.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738539/stat : 738539 (fscip) R 738486 738489 733298 0 -1 4194368 19725482 0 0 0 354858 2182 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738540] ppid=738486 vsize=132339220 memory=107109088 CPUtime=3618.88 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738540/stat : 738540 (fscip) R 738486 738489 733298 0 -1 4194368 6905158 0 0 0 360724 1164 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738541] ppid=738486 vsize=132339220 memory=107152832 CPUtime=3604.82 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738541/stat : 738541 (fscip) R 738486 738489 733298 0 -1 4194368 17446626 0 0 0 357591 2891 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738542] ppid=738486 vsize=132339220 memory=1804 CPUtime=3564.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738542/stat : 738542 (fscip) R 738486 738489 733298 0 -1 4194368 18349861 0 0 0 354614 1838 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738543] ppid=738486 vsize=132339220 memory=6048 CPUtime=3617.99 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738543/stat : 738543 (fscip) R 738486 738489 733298 0 -1 4194368 6735661 0 0 0 360761 1038 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738544] ppid=738486 vsize=132339220 memory=51344 CPUtime=3612.69 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738544/stat : 738544 (fscip) R 738486 738489 733298 0 -1 4194368 13226016 0 0 0 359046 2223 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738545] ppid=738486 vsize=132339220 memory=104 CPUtime=3566.53 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738545/stat : 738545 (fscip) R 738486 738489 733298 0 -1 4194368 18669983 0 0 0 354612 2041 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738546] ppid=738486 vsize=132339220 memory=25932 CPUtime=3616.54 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738546/stat : 738546 (fscip) R 738486 738489 733298 0 -1 4194368 6635855 0 0 0 360615 1039 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738547] ppid=738486 vsize=132339220 memory=21392 CPUtime=3604.79 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738547/stat : 738547 (fscip) R 738486 738489 733298 0 -1 4194368 15734995 0 0 0 357767 2712 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738548] ppid=738486 vsize=132339220 memory=2208 CPUtime=3569.66 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738548/stat : 738548 (fscip) R 738486 738489 733298 0 -1 4194368 18399385 0 0 0 354935 2031 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738549] ppid=738486 vsize=132339220 memory=2036 CPUtime=3618.78 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738549/stat : 738549 (fscip) R 738486 738489 733298 0 -1 4194368 6805528 0 0 0 360761 1117 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738550] ppid=738486 vsize=132339220 memory=31572 CPUtime=3612.45 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738550/stat : 738550 (fscip) R 738486 738489 733298 0 -1 4194368 16994032 0 0 0 358343 2902 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738551] ppid=738486 vsize=132339220 memory=28568 CPUtime=3563.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738551/stat : 738551 (fscip) R 738486 738489 733298 0 -1 4194368 20096440 0 0 0 354192 2109 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738552] ppid=738486 vsize=132339220 memory=6720666562447555952 CPUtime=3619.73 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738552/stat : 738552 (fscip) R 738486 738489 733298 0 -1 4194368 6787871 0 0 0 360867 1106 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738553] ppid=738486 vsize=132339220 memory=11568 CPUtime=3607.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738553/stat : 738553 (fscip) R 738486 738489 733298 0 -1 4194368 16418470 0 0 0 358015 2775 0 0 20 0 41 0 125487756 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738555] ppid=738486 vsize=132339220 memory=25333125866717268 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738555/stat : 738555 (fscip) S 738486 738489 733298 0 -1 1077936192 342 0 0 0 2 1 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738556] ppid=738486 vsize=132339220 memory=16164 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738556/stat : 738556 (fscip) S 738486 738489 733298 0 -1 1077936192 221 0 0 0 3 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738557] ppid=738486 vsize=132339220 memory=2316 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738557/stat : 738557 (fscip) S 738486 738489 733298 0 -1 1077936192 242 0 0 0 2 1 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738558] ppid=738486 vsize=132339220 memory=33000 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738558/stat : 738558 (fscip) S 738486 738489 733298 0 -1 1077936192 342 0 0 0 3 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738559] ppid=738486 vsize=132339220 memory=1804 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738559/stat : 738559 (fscip) S 738486 738489 733298 0 -1 1077936192 383 0 0 0 3 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738560] ppid=738486 vsize=132339220 memory=6048 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738560/stat : 738560 (fscip) S 738486 738489 733298 0 -1 1077936192 228 0 0 0 2 1 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738561] ppid=738486 vsize=132339220 memory=51344 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738561/stat : 738561 (fscip) S 738486 738489 733298 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738562] ppid=738486 vsize=132339220 memory=104 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738562/stat : 738562 (fscip) S 738486 738489 733298 0 -1 1077936192 295 0 0 0 2 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738563] ppid=738486 vsize=132339220 memory=25932 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738563/stat : 738563 (fscip) S 738486 738489 733298 0 -1 1077936192 310 0 0 0 3 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738564] ppid=738486 vsize=132339220 memory=21392 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738564/stat : 738564 (fscip) S 738486 738489 733298 0 -1 1077936192 223 0 0 0 3 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738565] ppid=738486 vsize=132339220 memory=36300 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738565/stat : 738565 (fscip) S 738486 738489 733298 0 -1 1077936192 304 0 0 0 3 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738566] ppid=738486 vsize=132339220 memory=6796 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738566/stat : 738566 (fscip) S 738486 738489 733298 0 -1 1077936192 332 0 0 0 2 1 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738567] ppid=738486 vsize=132339220 memory=20660 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738567/stat : 738567 (fscip) S 738486 738489 733298 0 -1 1077936192 308 0 0 0 0 2 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738568] ppid=738486 vsize=132339220 memory=6952 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738568/stat : 738568 (fscip) S 738486 738489 733298 0 -1 1077936192 319 0 0 0 0 2 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738569] ppid=738486 vsize=132339220 memory=7044 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738569/stat : 738569 (fscip) S 738486 738489 733298 0 -1 1077936192 323 0 0 0 2 1 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738570] ppid=738486 vsize=132339220 memory=28188 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738570/stat : 738570 (fscip) S 738486 738489 733298 0 -1 1077936192 324 0 0 0 3 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738571] ppid=738486 vsize=132339220 memory=33864 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738571/stat : 738571 (fscip) S 738486 738489 733298 0 -1 1077936192 313 0 0 0 2 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738572] ppid=738486 vsize=132339220 memory=39272 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738572/stat : 738572 (fscip) S 738486 738489 733298 0 -1 1077936192 302 0 0 0 2 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738573] ppid=738486 vsize=132339220 memory=7640 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738573/stat : 738573 (fscip) S 738486 738489 733298 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
[pid=738489/tid=738574] ppid=738486 vsize=132339220 memory=19304 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/738489/task/738574/stat : 738574 (fscip) S 738486 738489 733298 0 -1 1077936192 349 0 0 0 3 0 0 0 20 0 41 0 125489193 135515361280 26748928 809668444160 4194304 16623229 140732731779744 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 36556800 140732731786246 140732731786364 140732731786364 140732731793392 0
Current children cumulated CPU time: 72000.8 s
Current children cumulated vsize: 132339220 KiB
Current children cumulated memory: 106995712 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=71609.6 s, system=393.441 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3683.2 s]
/proc/loadavg: 66.64 76.92 78.77 22/890 740591
/proc/meminfo: memFree=605794332/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3684 s]*
/proc/loadavg: 66.64 76.92 78.77 22/890 740591
/proc/meminfo: memFree=668853148/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3684.4 s]
/proc/loadavg: 66.64 76.92 78.77 22/890 740591
/proc/meminfo: memFree=668853148/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3684.44
CPU time (s): 72003.1
CPU user time (s): 71609.6
CPU system time (s): 393.441
CPU usage (%): 1954.25
Max. virtual memory (cumulated for all children) (KiB): 132601368
Max. memory (cumulated for all children) (KiB): 107290508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71609.6
system time used= 393.441
maximum resident set size= 107325360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276108994
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= 11104264
involuntary context switches= 283531


# summary of solver processes directly reported to runsolver:
#   pid: 738489
#   total CPU time (s): 72003.1
#   total CPU user time (s): 71609.6
#   total CPU system time (s): 393.441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.6214 second user time and 88.2305 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 00:43:45
IDJOB=4465219
IDBENCH=147555
IDSOLVER=3094
FILE ID=nodeD105/4465219-1723589024
RUNJOBID= nodeD105-1723581724-733310
SLURM_JOB_ID= 8267895
Free space on /tmp= 8622772 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465219-1723589024/watcher-4465219-1723589024 -o /tmp/evaluation-result-4465219-1723589024/solver-4465219-1723589024 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733310 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465219-1723589024.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 50cf9112b5ea763531dadde21846562c
RANDOM SEED=2006631175

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		: 3113.670
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		: 3242.232
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		: 3736.844
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		: 2606.132
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		: 3113.683
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		: 2647.790
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		: 3720.960
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		: 2621.639
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		: 3113.684
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		: 2632.231
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		: 2869.117
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		: 2618.772
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		: 3113.687
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		: 2646.265
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		: 3379.397
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		: 2635.515
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		: 3113.688
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		: 2633.512
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		: 3818.977
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		: 2633.082
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		: 3113.696
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		: 2638.853
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		: 2654.847
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		: 2637.471
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		: 3113.700
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		: 2639.044
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		: 2648.140
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		: 2629.865
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		: 3113.706
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		: 3688.651
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		: 1521.756
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		: 2626.955
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		: 3113.707
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		: 2635.760
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		: 2650.321
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		: 2630.490
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		: 3113.713
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		: 2642.131
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		: 2650.981
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		: 2635.544
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		: 3113.719
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		: 2632.547
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		: 3273.191
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		: 2627.381
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		: 3109.866
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		: 2634.599
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		: 2650.798
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		: 2628.045
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		: 3113.727
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		: 2627.952
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		: 2648.911
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		: 2854.861
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		: 3113.734
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		: 3857.991
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		: 2658.786
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		: 2630.563
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		: 3113.753
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		: 2642.860
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		: 2647.316
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		: 2626.439
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		: 3113.784
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		: 2648.052
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		: 2655.035
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		: 3896.354
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		: 3113.746
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		: 2629.444
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		: 2643.212
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		: 2621.062
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		: 3113.751
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		: 2635.270
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		: 2658.739
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		: 2651.543
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		: 3113.752
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		: 2652.430
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		: 2645.649
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		: 2641.944
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		: 3113.760
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		: 3454.576
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		: 2170.180
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		: 3785.857
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:        676032196 kB
MemAvailable:   679688584 kB
Buffers:         1176184 kB
Cached:          5784760 kB
SwapCached:            0 kB
Active:          1633024 kB
Inactive:       109477800 kB
Active(anon):       2168 kB
Inactive(anon): 104186648 kB
Active(file):    1630856 kB
Inactive(file):  5291152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             45296 kB
Writeback:             4 kB
AnonPages:      104143584 kB
Mapped:           136024 kB
Shmem:             38920 kB
KReclaimable:     308164 kB
Slab:             739308 kB
SReclaimable:     308164 kB
SUnreclaim:       431144 kB
KernelStack:       16272 kB
PageTables:       224000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   58097684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1113984 kB
HardwareCorrupted:     0 kB
AnonHugePages:  37507072 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:     1114112 kB
DirectMap2M:    135698432 kB
DirectMap1G:    668991488 kB

Free space on /tmp at the end= 8622832 MiB
End job on nodeD105 at 2024-08-14 01:45:09