Trace number 4465212

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) 72002.6 3684.97

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMe06e3866d9960a7084ad077c8fb9619e
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 benchmark248
Best CPU time to get the best result obtained on this benchmark3558.03
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 495457
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 495457
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.82	c ** Before presolving: virtualMemUsedAtLc = 1417457746, getVmSize() = 843997184, SCIPgetMemUsed() = 698566285, SCIPgetMemTotal() = 775064437, SCIPgetMemExternEstim() = 642393309
1.78/1.82	c ** set memory limit for presolving in LC to 8.79163e+12 for SCIP **
21.40/21.55	c ** Estimated virtualMemUsedAtSolver = 2408796935, getVmSize() = 3117826048, SCIPgetMemUsed() = 1817272638, SCIPgetMemTotal() = 2970802094, SCIPgetMemExternEstim() = 642393309
21.40/21.55	c ** set memory limit for solvers to 4.18103e+11 for each SCIP **
21.40/21.55	c Original Problem   :
21.40/21.55	c   Problem name     : instance-4465212-1723587203
21.40/21.55	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.40/21.55	c   Constraints      : 656900
21.40/21.55	c   Objective sense  : minimize
21.40/21.55	c Presolved Problem  :
21.40/21.55	c   Variables        : 10000 (10000 binary, 0 integer, 0 implicit integer, 0 continuous)
21.40/21.55	c   Constraints      : 656900
21.40/21.55	c Constraints        : Number
21.40/21.55	c   setppc           : 656700 
21.40/21.55	c   logicor          : 200 
21.40/21.55	c ** Instance transfer method used: 0
22.30/22.46	c ** ParaScipInstance copy does not increase the number of variables. **
35.65/35.85	c LC is working with racing ramp-up and with rebuilding tree after racing.
35.65/35.85	c                                Nodes    Active                                            
35.65/35.85	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
529.90/61.53	c *      62              0           1        20        5083.0000                -          -
529.90/61.53	c        62              0           1        20        5083.0000                -          -
568.22/63.54	c *      64              0           1        20        5008.0000                -          -
924.64/82.05	c *      82              0           1        20        4883.0000                -          -
924.64/82.05	c        82              0           1        20        4883.0000                -          -
949.84/83.38	c *      83              0           1        20        4813.0000                -          -
1203.99/96.15	c        96              2           1        20        4813.0000           0.0000          -
1329.25/102.59	c       103              2           1        20        4813.0000           0.0000          -
1486.73/110.71	c       111              2           1        20        4813.0000           0.0000          -
1594.52/116.14	c       116              2           1        20        4813.0000           0.0000          -
1718.61/122.49	c       122              4           3        20        4813.0000           0.0000          -
1891.73/131.14	c       131              4           3        20        4813.0000           0.0000          -
1992.14/136.24	c       136              4           3        20        4813.0000           0.0000          -
2149.53/144.14	c       144             22          21        20        4813.0000           0.0000          -
2408.31/157.26	c       157             22          21        20        4813.0000           0.0000          -
2507.40/162.28	c       162             22          21        20        4813.0000           0.0000          -
2600.41/166.90	c *     167             41          42        20        4751.0000           0.0000          -
2609.97/167.43	c       167             41          42        20        4751.0000           0.0000          -
2932.83/183.78	c       184             42          41        20        4751.0000           0.0000          -
3038.63/189.05	c       189             61          62        20        4751.0000           0.0000          -
3131.00/193.78	c *     194             62          61        20        4686.0000           0.0000          -
3137.84/194.09	c       194             62          61        20        4686.0000           0.0000          -
3358.84/205.24	c       205             81          82        20        4686.0000           0.0000          -
3461.87/210.48	c       210             81          82        20        4686.0000           0.0000          -
3575.58/216.18	c       216             82          81        20        4686.0000           0.0000          -
3679.85/221.49	c       221             82          81        20        4686.0000           0.0000          -
3727.26/223.88	c *     224             82          81        20        4638.0000           0.0000          -
3784.55/226.79	c *     227             82          81        20        4633.0000           0.0000          -
3784.55/226.79	c       227             82          81        20        4633.0000           0.0000          -
3940.94/234.69	c       235            102         101        20        4633.0000           0.0000          -
4043.89/239.84	c       240            102         101        20        4633.0000           0.0000          -
4156.72/245.59	c       246            142         141        20        4633.0000           0.0000          -
4263.75/250.96	c       251            161         162        20        4633.0000           0.0000          -
4283.49/251.95	c *     252            161         162        20        4563.0000           0.0000          -
4385.43/257.11	c       257            143         142        20        4563.0000           0.0000          -
4489.67/262.38	c       262            173         172        20        4563.0000           0.0000          -
4606.71/268.29	c       268            273         272        20        4563.0000           0.0000          -
4761.99/276.06	c       276            273         272        20        4563.0000           0.0000          -
4876.03/281.87	c       282            253         252        20        4563.0000           0.0000          -
4977.14/286.96	c       287            253         252        20        4563.0000           0.0000          -
5081.08/292.15	c       292            342         341        20        4563.0000           0.0000          -
5222.80/299.33	c       299            342         341        20        4563.0000           0.0000          -
5325.85/304.57	c       305            322         321        20        4563.0000           0.0000          -
5438.78/310.25	c       310            372         373        20        4563.0000           0.0000          -
5534.85/315.06	c *     315            372         373        20        4464.0000           0.0000          -
5539.92/315.35	c       315            372         373        20        4464.0000           0.0000          -
5630.79/320.04	c *     320            352         353        20        4144.0000           0.0000          -
5640.55/320.43	c       320            352         353        20        4144.0000           0.0000          -
5757.50/326.30	c       326            353         352        20        4144.0000           0.0000          -
5773.11/327.17	c *     327            374         373        20        4010.0000           0.0000          -
5875.70/332.34	c       332            462         461        20        4010.0000           0.0000          -
5900.73/333.60	c *     334            462         461        20        3983.0000           0.0000          -
6003.79/338.80	c       339            462         461        20        3983.0000           0.0000          -
6162.43/346.83	c       347            522         521        20        3983.0000           0.0000          -
6269.37/352.21	c       352            522         521        20        3983.0000           0.0000          -
6422.16/359.95	c       360            523         522        20        3983.0000           0.0000          -
6628.26/370.32	c       370            562         561        20        3983.0000           0.0000          -
6747.18/376.39	c       376            562         561        20        3983.0000           0.0000          -
6866.06/382.33	c       382            582         581        20        3983.0000           0.0000          -
6977.07/387.94	c       388            582         581        20        3983.0000           0.0000          -
7083.93/393.37	c       393            862         861        20        3983.0000           0.0000          -
7110.96/394.78	c *     395            621         622        20        3822.0000           0.0000          -
7213.77/400.00	c       400            902         901        20        3822.0000           0.0000          -
7335.61/406.12	c       406            982         981        20        3822.0000           0.0000          -
7437.59/411.30	c       411            982         981        20        3822.0000           0.0000          -
7553.11/417.07	c       417            982         981        20        3822.0000           0.0000          -
7655.27/422.25	c       422            723         722        20        3822.0000           0.0000          -
7760.25/427.55	c       428           1022        1021        20        3822.0000           0.0000          -
7843.09/431.79	c *     432            802         801        20        3761.0000           0.0000          -
7860.75/432.66	c       433           2071        1021        20        3761.0000           0.0000          -
7965.54/437.98	c       438           1151         101        20        3761.0000           0.0000          -
8069.24/443.16	c       443            882         881        20        3761.0000           0.0000          -
8179.56/448.76	c       449            882         881        20        3761.0000           0.0000          -
8285.19/454.12	c       454            921         922        20        3761.0000           0.0000          -
8387.47/459.22	c       459           2071        1021        20        3761.0000           0.0000          -
8496.69/464.78	c       465           2071        1021        20        3761.0000           0.0000          -
8599.43/469.90	c       470           2071        1021        20        3761.0000           0.0000          -
8712.24/475.63	c       476           2150        1102        20        3761.0000           0.0000          -
8820.01/481.11	c       481           2150        1102        20        3761.0000           0.0000          -
8926.36/486.40	c       486           2190        1142        20        3761.0000           0.0000          -
8943.20/487.33	c *     487           1891         841        20        3706.0000           0.0000          -
9034.28/491.97	c       492           2647        1597        20        3706.0000           0.0000          -
9145.29/497.56	c *     498           2647        1597        20        3668.0000           0.0000          -
9145.29/497.56	c       498           2647        1597        20        3668.0000           0.0000          -
9260.13/503.36	c       503           2647        1597        20        3668.0000           0.0000          -
9377.04/509.28	c       509           2011         961        20        3668.0000           0.0000          -
9509.82/516.02	c       516           2011         961        20        3668.0000           0.0000          -
9563.38/518.61	c *     519           2011         961        20        3617.0000           0.0000          -
9616.93/521.30	c       521           2761        1711        20        3617.0000           0.0000          -
9716.11/526.37	c       526           2761        1711        20        3617.0000           0.0000          -
9837.01/532.42	c       532           2454        1404        20        3617.0000           0.0000          -
9940.18/537.69	c       538           2131        1081        20        3617.0000           0.0000          -
10065.03/543.95	c       544           2811        1761        20        3617.0000           0.0000          -
10170.13/549.21	c       549           2811        1761        20        3617.0000           0.0000          -
10280.97/554.87	c       555           2592        1542        20        3617.0000           0.0000          -
10384.80/560.09	c       560           2610        1562        20        3617.0000           0.0000          -
10491.10/565.42	c       565           2611        1561        20        3617.0000           0.0000          -
10600.19/570.96	c       571           3051        2001        20        3617.0000           0.0000          -
10748.86/578.47	c       578           3051        2001        20        3617.0000           0.0000          -
10869.81/584.57	c       585           3051        2001        20        3617.0000           0.0000          -
10979.60/590.04	c       590           3051        2001        20        3617.0000           0.0000          -
11078.69/595.11	c       595           3351        2301        20        3617.0000           0.0000          -
11175.24/600.01	c *     600           3351        2301        20        3507.0000           0.0000          -
11193.08/600.80	c       601           3351        2301        20        3507.0000           0.0000          -
11325.98/607.50	c       608           3331        2281        20        3507.0000           0.0000          -
11460.83/614.39	c       614           3331        2281        20        3507.0000           0.0000          -
11587.58/620.74	c       621           3471        2421        20        3507.0000           0.0000          -
11684.65/625.61	c *     626           3471        2421        20        3497.0000           0.0000          -
11688.71/625.82	c       626           3471        2421        20        3497.0000           0.0000          -
11789.70/631.02	c       631           3391        2341        20        3497.0000           0.0000          -
11908.67/637.00	c       637           3391        2341        20        3497.0000           0.0000          -
12021.52/642.60	c       643           3391        2341        20        3497.0000           0.0000          -
12122.63/647.70	c       648           3591        2541        20        3497.0000           0.0000          -
12259.41/654.69	c       655           3411        2361        20        3497.0000           0.0000          -
12367.16/660.14	c       660           3411        2361        20        3497.0000           0.0000          -
12468.00/665.19	c       665           3771        2721        20        3497.0000           0.0000          -
12570.40/670.37	c       670           4011        2961        20        3497.0000           0.0000          -
12581.17/670.90	c *     671           4011        2961        20        3460.0000           0.0000          -
12700.14/676.94	c       677           4151        3101        20        3460.0000           0.0000          -
12924.00/688.27	c       688           3751        2701        20        3460.0000           0.0000          -
13031.02/693.64	c       694           3751        2701        20        3460.0000           0.0000          -
13134.09/698.84	c       699           4311        3261        20        3460.0000           0.0000          -
13245.06/704.48	c       704           4591        3541        20        3460.0000           0.0000          -
13359.93/710.29	c       710           4371        3321        20        3460.0000           0.0000          -
13446.29/714.69	c *     715           4951        3901        20        3408.0000           0.0000          -
13459.92/715.32	c       715           4851        3801        20        3408.0000           0.0000          -
13743.12/729.67	c       730           4911        3861        20        3408.0000           0.0000          -
13844.20/734.77	c       735           4712        3662        20        3408.0000           0.0000          -
13945.29/739.81	c       740           4810        3762        20        3408.0000           0.0000          -
14049.20/745.07	c       745           5191        4141        20        3408.0000           0.0000          -
14173.24/751.31	c       751           5191        4141        20        3408.0000           0.0000          -
14183.09/751.80	c *     752           5191        4141        20        3365.0000           0.0000          -
14272.32/756.37	c       756           5191        4141        20        3365.0000           0.0000          -
14381.27/761.84	c       762           5218        4168        20        3365.0000           0.0000          -
14487.04/767.18	c       767           5218        4168        20        3365.0000           0.0000          -
14615.06/773.61	c       774           5331        4281        20        3365.0000           0.0000          -
14716.18/778.77	c       779           5270        4222        20        3365.0000           0.0000          -
14817.32/783.90	c       784           5270        4222        20        3365.0000           0.0000          -
14918.54/788.97	c       789           5270        4222        20        3365.0000           0.0000          -
15025.39/794.38	c       794           5231        4181        20        3365.0000           0.0000          -
15132.45/799.74	c       800           5831        4781        20        3365.0000           0.0000          -
15238.19/805.06	c       805           5831        4781        20        3365.0000           0.0000          -
15378.77/812.15	c       812           5851        4801        20        3365.0000           0.0000          -
15502.94/818.43	c       818           5851        4801        20        3365.0000           0.0000          -
15609.83/823.88	c       824           5811        4761        20        3365.0000           0.0000          -
15722.47/829.53	c       830           5930        4882        20        3365.0000           0.0000          -
15839.26/835.49	c       836           6271        5221        20        3365.0000           0.0000          -
15946.33/840.87	c       841           7131        6081        20        3365.0000           0.0000          -
16047.47/845.99	c       846           7131        6081        20        3365.0000           0.0000          -
16146.65/851.02	c       851           7131        6081        20        3365.0000           0.0000          -
16253.65/856.36	c       856           7170        6122        20        3365.0000           0.0000          -
16364.75/861.99	c       862           8611        7561        20        3365.0000           0.0000          -
16463.91/867.02	c       867           8771        7721        20        3365.0000           0.0000          -
16547.69/871.16	c *     871           8771        7721        20        3317.0000           0.0000          -
16565.24/872.08	c *     872           8771        7721        20        3229.0000           0.0000          -
16565.24/872.08	c       872           8771        7721        20        3229.0000           0.0000          -
16669.22/877.31	c       877           8771        7721        20        3229.0000           0.0000          -
16839.48/885.93	c       886           8760        7712        20        3229.0000           0.0000          -
16948.41/891.41	c       891           8602        7552        20        3229.0000           0.0000          -
17051.52/896.65	c       897           8771        7721        20        3229.0000           0.0000          -
17168.57/902.54	c       903           8690        7642        20        3229.0000           0.0000          -
17301.38/909.21	c       909           8881        7831        20        3229.0000           0.0000          -
17311.04/909.75	c *     910           8881        7831        20        3205.0000           0.0000          -
17406.04/914.55	c       915           9031        7981        20        3205.0000           0.0000          -
17522.93/920.46	c       920           9031        7981        20        3205.0000           0.0000          -
17636.65/926.16	c       926           8871        7821        20        3205.0000           0.0000          -
17775.37/933.14	c       933           8992        7942        20        3205.0000           0.0000          -
17909.41/940.03	c       940           8891        7843        20        3205.0000           0.0000          -
18044.05/946.71	c       947           9130        8082        20        3205.0000           0.0000          -
18117.35/950.49	c *     950           9130        8082        20        3075.0000           0.0000          -
18206.59/954.98	c       955           8991        7941        20        3075.0000           0.0000          -
18325.44/961.03	c       961           8991        7941        20        3075.0000           0.0000          -
18438.53/966.66	c       967           9191        8141        20        3075.0000           0.0000          -
18543.53/971.99	c       972           9211        8161        20        3075.0000           0.0000          -
18777.63/983.78	c       984           9291        8241        20        3075.0000           0.0000          -
18878.60/988.85	c       989           9291        8241        20        3075.0000           0.0000          -
19041.97/997.12	c       997           9250        8202        20        3075.0000           0.0000          -
19163.93/1003.24	c      1003           9311        8261        20        3075.0000           0.0000          -
19275.02/1008.84	c      1009           9311        8261        20        3075.0000           0.0000          -
19374.01/1013.85	c      1014          10331        9281        20        3075.0000           1.0000          -
19479.70/1019.18	c      1019          10704        9262        20        3075.0000           1.0000          -
19521.94/1021.32	c *    1021          10704        9262        20        2990.0000           1.0000          -
19588.63/1024.73	c      1025          10704        9262        20        2990.0000           1.0000          -
19699.86/1030.39	c      1030          10420        9301        20        2990.0000           1.0000          -
19810.40/1036.02	c      1036          10420        9301        20        2990.0000           1.0000          -
19917.20/1041.35	c      1041          10452        9300        20        2990.0000           1.0000          -
20018.38/1046.46	c      1046          11730         941        20        2990.0000           1.0000          -
20125.48/1051.86	c      1052          10472        9299        20        2990.0000           1.0000          -
20166.58/1053.97	c *    1054          10472        9299        20        2951.0000           1.0000          -
20175.67/1054.40	c *    1054          12230        1441        20        2914.0000           1.0000          -
20237.01/1057.59	c      1058          10051        9001        20        2914.0000           1.0000          -
20270.41/1059.23	c *    1059          10051        9001        20        2877.0000           1.0000          -
20353.66/1063.48	c      1063          10211        9161        20        2877.0000           1.0000          -
20467.43/1069.15	c      1069          10211        9161        20        2877.0000           1.0000          -
20573.58/1074.54	c      1075          10211        9161        20        2877.0000           1.0000          -
20676.71/1079.74	c      1080          10230        9182        20        2877.0000           1.0000          -
20782.35/1085.07	c      1085          14670        3881        20        2877.0000           1.0000          -
20892.74/1090.66	c      1091          10699        9255        20        2877.0000           1.0000          -
20997.88/1095.94	c      1096          10655        9092        20        2877.0000           1.0000          -
21101.96/1101.17	c      1101          10655        9092        20        2877.0000           1.0000          -
21202.16/1106.20	c      1106          11527         801        20        2877.0000           1.0000          -
21303.07/1111.30	c      1111          18330        7541        20        2877.0000           1.0000          -
21329.78/1112.70	c *    1113          18510        7721        20        2844.0000           1.0000          -
21407.04/1116.63	c      1117          18990        8201        20        2844.0000           1.0000          -
21512.19/1122.02	c      1122          18990        8201        20        2844.0000           1.0000          -
21616.01/1127.19	c      1127          18990        8201        20        2844.0000           1.0000          -
21716.32/1132.24	c      1132          13610        2861        20        2844.0000           1.0000          -
21817.40/1137.38	c      1137          15047        4321        20        2844.0000           1.0000          -
21918.54/1142.41	c      1142          15807        5081        20        2844.0000           1.0000          -
22021.77/1147.67	c      1148          20394        9201        20        2844.0000           1.0000          -
22121.01/1152.69	c      1153          16330        5581        20        2844.0000           1.0000          -
22226.22/1157.99	c      1158          17190        6441        20        2844.0000           1.0000          -
22330.08/1163.16	c      1163          18090        7341        20        2844.0000           1.0000          -
22423.79/1167.91	c *    1168          19627        8901        20        2807.0000           1.0000          -
22429.69/1168.21	c      1168          19627        8901        20        2807.0000           1.0000          -
22528.93/1173.29	c      1173          19867        9141        20        2807.0000           1.0000          -
22634.14/1178.57	c      1179          19867        9141        20        2807.0000           1.0000          -
22737.09/1183.78	c      1184          19750        9001        20        2807.0000           1.0000          -
22848.12/1189.33	c      1189          20296        9168        20        2807.0000           1.0000          -
22956.97/1194.82	c      1195          20296        9168        20        2807.0000           1.0000          -
23058.09/1199.92	c      1200          20298        9113        20        2807.0000           1.0000          -
23161.71/1205.14	c      1205          26801        6327        20        2807.0000           1.0000          -
23264.20/1210.39	c      1210          21166         821        20        2807.0000           1.0000          -
23373.08/1215.89	c      1216          22150        1741        20        2807.0000           1.0000          -
23474.15/1220.92	c      1221          28635        8161        20        2807.0000           1.0000          -
23579.17/1226.25	c      1226          28635        8161        20        2807.0000           1.0000          -
23682.01/1231.44	c      1231          23990        3581        20        2807.0000           1.0000          -
23784.94/1236.68	c      1237          24690        4281        20        2807.0000           1.0000          -
23889.96/1241.93	c      1242          29920        8579        20        2807.0000           1.0000          -
23989.06/1247.00	c      1247          29920        8579        20        2807.0000           1.0000          -
24087.98/1252.01	c      1252          30249         221        20        2807.0000           1.0000          -
24189.51/1257.09	c      1257          27086        6741        20        2807.0000           1.0000          -
24288.76/1262.13	c      1262          28810        8401        20        2807.0000           1.0000          -
24390.89/1267.22	c      1267          29303        8710        20        2807.0000           1.0000          -
24493.74/1272.47	c      1272          29532        8709        20        2807.0000           1.0000          -
24598.74/1277.77	c      1278          29909        8603        20        2807.0000           1.0000          -
24707.59/1283.24	c      1283          29909        8603        20        2807.0000           1.0000          -
24806.65/1288.29	c      1288          34289        4261        20        2807.0000           1.0000          -
24907.51/1293.33	c      1293          30281         321        20        2807.0000           1.0000          -
25008.58/1298.47	c      1298          31133        1131        20        2807.0000           1.0000          -
25111.61/1303.65	c      1304          31683        1681        20        2807.0000           1.0000          -
25219.45/1309.08	c      1309          32283        2281        20        2807.0000           1.0000          -
25321.62/1314.25	c      1314          32883        2881        20        2807.0000           1.0000          -
25422.70/1319.33	c      1319          33503        3501        20        2807.0000           1.0000          -
25529.65/1324.70	c      1325          33740        3780        20        2807.0000           1.0000          -
25630.65/1329.83	c      1330          34892        4890        20        2807.0000           1.0000          -
25734.32/1335.06	c      1335          35683        5681        20        2807.0000           1.0000          -
25833.37/1340.11	c      1340          36503        6501        20        2807.0000           1.0000          -
25934.52/1345.15	c      1345          39666        8016        20        2807.0000           1.0000          -
26034.85/1350.27	c      1350          39666        8016        20        2807.0000           1.0000          -
26141.86/1355.63	c      1356          38724        8158        20        2807.0000           1.0000          -
26246.79/1360.94	c      1361          38950        8154        20        2807.0000           1.0000          -
26348.54/1366.10	c      1366          39132        8258        20        2807.0000           1.0000          -
26447.55/1371.12	c      1371          39750        8143        20        2807.0000           1.0000          -
26549.93/1376.27	c      1376          39750        8143        20        2807.0000           1.0000          -
26650.99/1381.36	c      1381          39793        8257        20        2807.0000           1.0000          -
26752.06/1386.45	c      1386          43308        3621        20        2807.0000           1.0000          -
26851.11/1391.47	c      1391          40523         721        20        2807.0000           1.0000          -
26956.11/1396.75	c      1397          41384        1621        20        2807.0000           1.0000          -
27066.96/1402.30	c      1402          41984        2221        20        2807.0000           1.0000          -
27171.98/1407.61	c      1408          42584        2821        20        2807.0000           1.0000          -
27273.04/1412.78	c      1413          42863        3061        20        2807.0000           1.0000          -
27374.09/1417.82	c      1418          43884        4121        20        2807.0000           1.0000          -
27475.12/1422.98	c      1423          49136        8502        20        2807.0000           1.0000          -
27576.83/1428.08	c      1428          49384        8504        20        2807.0000           1.0000          -
27677.84/1433.16	c      1433          49727        8477        20        2807.0000           1.0000          -
27782.11/1438.41	c      1438          49727        8477        20        2807.0000           1.0000          -
27883.16/1443.58	c      1444          49727        8477        20        2807.0000           1.0000          -
27984.22/1448.65	c      1449          48163        8361        20        2807.0000           1.0000          -
28087.23/1453.86	c      1454          49312        8124        20        2807.0000           1.0000          -
28186.28/1458.89	c      1459          49638        8118        20        2807.0000           1.0000          -
28287.29/1463.93	c      1464          48792        8243        20        2807.0000           1.0000          -
28386.35/1469.02	c      1469          49997        8116        20        2807.0000           1.0000          -
28488.11/1474.07	c      1474          49997        8116        20        2807.0000           1.0000          -
28590.41/1479.24	c      1479          49997        8116        20        2807.0000           1.0000          -
28697.38/1484.66	c      1485          51351        8446        20        2807.0000           1.0000          -
28802.38/1489.91	c      1490          51403        8450        20        2807.0000           1.0000          -
28906.06/1495.18	c      1495          51403        8450        20        2807.0000           1.0000          -
29008.44/1500.32	c      1500          50000        8211        20        2807.0000           1.0000          -
29031.33/1501.54	c *    1502          50905        8119        20        2773.0000           1.0000          -
29116.45/1505.87	c      1506          50985        8119        20        2773.0000           1.0000          -
29227.15/1511.49	c      1512          50985        8119        20        2773.0000           1.0000          -
29335.85/1516.96	c      1517          50026        8212        20        2773.0000           1.0000          -
29440.77/1522.25	c      1522          50048        8219        20        2773.0000           1.0000          -
29545.60/1527.57	c      1528          51294        8119        20        2773.0000           1.0000          -
29655.10/1533.07	c      1533          51294        8119        20        2773.0000           1.0000          -
29694.72/1535.13	c *    1535          51294        8119        20        2742.0000           1.0000          -
29758.91/1538.39	c      1538          50213        8208        20        2742.0000           1.0000          -
29863.93/1543.66	c      1544          51363        8115        20        2742.0000           1.0000          -
29968.89/1549.02	c      1549          51385        8114        20        2742.0000           1.0000          -
30073.84/1554.21	c      1554          51385        8114        20        2742.0000           1.0000          -
30174.83/1559.37	c      1559          50297        8209        20        2742.0000           1.0000          -
30277.72/1564.54	c      1565          59804        8201        20        2742.0000           1.0000          -
30387.14/1570.05	c      1570          59804        8201        20        2742.0000           1.0000          -
30489.42/1575.26	c      1575          59863        8262        20        2742.0000           1.0000          -
30590.67/1580.31	c      1580          60305        8438        20        2742.0000           1.0000          -
30691.45/1585.47	c      1585          50826        8205        20        2742.0000           1.0000          -
30794.54/1590.66	c      1591          50884        8205        20        2742.0000           1.0000          -
30899.60/1595.92	c      1596          51043        8208        20        2742.0000           1.0000          -
30998.80/1600.95	c      1601          62637        8389        20        2742.0000           1.0000          -
31100.42/1606.06	c      1606          63114        8384        20        2742.0000           1.0000          -
31201.67/1611.19	c      1611          51449        8205        20        2742.0000           1.0000          -
31303.77/1616.35	c      1616          51449        8205        20        2742.0000           1.0000          -
31408.70/1621.68	c      1622          63638        8386        20        2742.0000           1.0000          -
31513.58/1626.97	c      1627          63755        8381        20        2742.0000           1.0000          -
31615.26/1632.07	c      1632          58756        7161        20        2742.0000           1.0000          -
31717.67/1637.23	c      1637          59636        8025        20        2742.0000           1.0000          -
31818.72/1642.38	c      1642          53905        2441        20        2742.0000           1.0000          -
31919.92/1647.40	c      1647          65041        8379        20        2742.0000           1.0000          -
32021.03/1652.53	c      1653          55145        3681        20        2742.0000           1.0000          -
32124.23/1657.73	c      1658          65942        8377        20        2742.0000           1.0000          -
32166.82/1659.96	c *    1660          66105        8380        20         639.0000           1.0000          -
32223.92/1662.83	c      1663          63086        7920        20         639.0000           1.0000          -
32327.78/1668.07	c      1668          66155        8379        20         639.0000           1.0000          -
32425.98/1673.09	c      1673          66155        8379        20         639.0000           1.0000          -
32524.88/1678.11	c      1678          63304        7900        20         639.0000           1.0000          -
32631.16/1683.43	c      1683          63304        7900        20         639.0000           1.0000          -
32732.37/1688.58	c      1689          66247        8370        20         639.0000           1.0000          -
32837.41/1693.89	c      1694          66247        8370        20         639.0000           1.0000          -
32944.43/1699.27	c      1699          66259        8376        20         639.0000           1.0000          -
33049.62/1704.55	c      1705          66259        8376        20         639.0000           1.0000          -
33152.76/1709.70	c      1710          60730        8243        20         639.0000           1.0000          -
33250.76/1714.73	c      1715          66401        8369        20         639.0000           1.0000          -
33258.36/1715.19	c *    1715          66401        8369        20         632.0000           1.0000          -
33350.72/1719.80	c      1720          63854        7859        20         632.0000           1.0000          -
33454.62/1725.06	c      1725          63854        7859        20         632.0000           1.0000          -
33563.01/1730.51	c      1731          66506        8367        20         632.0000           1.0000          -
33668.15/1735.81	c      1736          63859        7857        20         632.0000           1.0000          -
33769.18/1740.99	c      1741          67149         638        20         632.0000           1.0000          -
33874.10/1746.22	c      1746          64021        7847        20         632.0000           1.0000          -
33977.31/1751.40	c      1751          62010        8235        20         632.0000           1.0000          -
34080.54/1756.65	c      1757              2           1        20         632.0000         208.8139    202.66%
34190.40/1762.15	c      1762              2           1        20         632.0000         208.8139    202.66%
34298.82/1767.67	c      1768              2           1        20         632.0000         209.1999    202.10%
34404.02/1772.97	c      1773              2           1        20         632.0000         209.3734    201.85%
34505.59/1778.10	c      1778              2           1        20         632.0000         209.3734    201.85%
34608.01/1783.24	c      1783              2           1        20         632.0000         209.3734    201.85%
34721.15/1788.94	c      1789              2           1        20         632.0000         209.3734    201.85%
34822.88/1794.06	c      1794              2           1        20         632.0000         209.3734    201.85%
34924.15/1799.17	c      1799              2           1        20         632.0000         209.3734    201.85%
35024.74/1804.26	c      1804              2           1        20         632.0000         209.3734    201.85%
35130.04/1809.56	c      1810              2           1        20         632.0000         209.3734    201.85%
35233.38/1814.73	c      1815              2           1        20         632.0000         209.3734    201.85%
35334.74/1819.85	c      1820              3           2        20         632.0000         209.5589    201.59%
35436.14/1824.97	c      1825              3           2        20         632.0000         209.5589    201.59%
35535.57/1829.99	c      1830              3           2        20         632.0000         209.5589    201.59%
35637.57/1835.04	c      1835              3           2        20         632.0000         209.5589    201.59%
35738.70/1840.18	c      1840              3           2        20         632.0000         209.5589    201.59%
35839.51/1845.27	c      1845              3           2        20         632.0000         209.5589    201.59%
35942.79/1850.40	c      1850              3           2        20         632.0000         209.5589    201.59%
36050.06/1855.83	c      1856              3           2        20         632.0000         209.5589    201.59%
36156.20/1861.17	c      1861              3           2        20         632.0000         209.5589    201.59%
36268.54/1866.82	c      1867              3           2        20         632.0000         209.5589    201.59%
36369.80/1872.02	c      1872              3           2        20         632.0000         209.5589    201.59%
36475.02/1877.23	c      1877              3           2        20         632.0000         209.5589    201.59%
36588.13/1882.99	c      1883              3           2        20         632.0000         209.5589    201.59%
36695.19/1888.35	c      1888              3           2        20         632.0000         209.5589    201.59%
36796.30/1893.49	c      1894              3           2        20         632.0000         209.5589    201.59%
36897.52/1898.53	c      1899              3           2        20         632.0000         209.5589    201.59%
37000.73/1903.77	c      1904              3           2        20         632.0000         209.5589    201.59%
37113.90/1909.40	c      1909              3           2        20         632.0000         209.5589    201.59%
37213.15/1914.43	c      1914              3           2        20         632.0000         209.5589    201.59%
37314.37/1919.56	c      1920              3           2        20         632.0000         209.5589    201.59%
37417.54/1924.73	c      1925              4           3        20         632.0000         209.5589    201.59%
37520.69/1929.94	c      1930              4           3        20         632.0000         209.5589    201.59%
37622.52/1935.12	c      1935              4           3        20         632.0000         209.5589    201.59%
37723.79/1940.19	c      1940              4           3        20         632.0000         209.5589    201.59%
37832.12/1945.65	c      1946              4           3        20         632.0000         209.5589    201.59%
37940.06/1951.10	c      1951              4           3        20         632.0000         209.5589    201.59%
38044.43/1956.38	c      1956              4           3        20         632.0000         209.5589    201.59%
38145.66/1961.48	c      1961              4           3        20         632.0000         209.5589    201.59%
38248.87/1966.61	c      1967              4           3        20         632.0000         209.5589    201.59%
38348.04/1971.70	c      1972              4           3        20         632.0000         209.5589    201.59%
38453.17/1976.93	c      1977              5           4        20         632.0000         209.5589    201.59%
38557.31/1982.18	c      1982              5           4        20         632.0000         209.5589    201.59%
38657.61/1987.24	c      1987              5           4        20         632.0000         209.5589    201.59%
38758.73/1992.32	c      1992              5           4        20         632.0000         209.5589    201.59%
38829.47/1995.96	c *    1996              5           4        20         600.0000         209.5589    186.32%
38862.79/1997.66	c      1998              5           4        20         600.0000         209.5589    186.32%
38967.93/2003.01	c      2003              5           4        20         600.0000         209.5589    186.32%
39069.89/2008.09	c      2008              5           4        20         600.0000         209.5589    186.32%
39170.76/2013.18	c      2013              5           4        20         600.0000         209.5589    186.32%
39273.39/2018.39	c      2018              6           5        20         600.0000         209.5589    186.32%
39376.57/2023.58	c      2024              6           5        20         600.0000         209.5589    186.32%
39481.43/2028.89	c      2029              6           5        20         600.0000         209.5589    186.32%
39582.61/2034.01	c      2034              6           5        20         600.0000         209.5589    186.32%
39681.77/2039.03	c      2039              6           5        20         600.0000         209.5589    186.32%
39786.89/2044.22	c      2044              6           5        20         600.0000         209.5589    186.32%
39894.07/2049.67	c      2050              6           5        20         600.0000         209.5589    186.32%
39995.31/2054.74	c      2055              6           5        20         600.0000         209.5589    186.32%
40101.24/2060.12	c      2060              6           5        20         600.0000         209.5589    186.32%
40203.61/2065.22	c      2065              6           5        20         600.0000         209.5589    186.32%
40302.84/2070.28	c      2070              6           5        20         600.0000         209.5589    186.32%
40404.05/2075.37	c      2075              7           6        20         600.0000         209.5589    186.32%
40505.16/2080.45	c      2080              7           6        20         600.0000         209.5589    186.32%
40614.32/2085.93	c      2086              7           6        20         600.0000         209.5589    186.32%
40719.44/2091.27	c      2091              7           6        20         600.0000         209.5589    186.32%
40820.66/2096.39	c      2096              7           6        20         600.0000         209.5589    186.32%
40927.84/2101.72	c      2102              7           6        20         600.0000         209.5589    186.32%
41031.03/2106.98	c      2107              8           7        20         600.0000         209.5589    186.32%
41134.88/2112.14	c      2112              8           7        20         600.0000         209.5589    186.32%
41237.21/2117.30	c      2117              8           7        20         600.0000         209.5589    186.32%
41344.36/2122.78	c      2123              8           7        20         600.0000         209.5589    186.32%
41449.97/2128.11	c      2128              8           7        20         600.0000         209.5589    186.32%
41551.23/2133.17	c      2133              8           7        20         600.0000         209.5589    186.32%
41653.34/2138.30	c      2138              8           7        20         600.0000         209.5589    186.32%
41758.52/2143.61	c      2144              8           7        20         600.0000         209.5589    186.32%
41859.72/2148.76	c      2149              8           7        20         600.0000         209.5589    186.32%
41958.93/2153.77	c      2154              8           7        20         600.0000         209.5589    186.32%
42067.74/2159.24	c      2159              8           7        20         600.0000         209.5589    186.32%
42172.81/2164.59	c      2165              8           7        20         600.0000         209.5589    186.32%
42273.95/2169.65	c      2170              8           7        20         600.0000         209.5589    186.32%
42375.15/2174.77	c      2175              8           7        20         600.0000         209.5589    186.32%
42478.24/2179.96	c      2180              8           7        20         600.0000         209.5589    186.32%
42582.03/2185.17	c      2185              8           7        20         600.0000         209.5589    186.32%
42682.48/2190.25	c      2190              9           8        20         600.0000         209.5589    186.32%
42789.65/2195.68	c      2196              9           8        20         600.0000         209.5589    186.32%
42892.36/2200.85	c      2201              9           8        20         600.0000         209.5589    186.32%
42992.90/2205.94	c      2206              9           8        20         600.0000         209.5589    186.32%
43097.89/2211.23	c      2211              9           8        20         600.0000         209.5589    186.32%
43207.00/2216.75	c      2217              9           8        20         600.0000         209.5589    186.32%
43308.03/2221.86	c      2222              9           8        20         600.0000         209.5589    186.32%
43412.89/2227.13	c      2227              9           8        20         600.0000         209.5589    186.32%
43515.09/2232.34	c      2232              9           8        20         600.0000         209.5589    186.32%
43618.31/2237.53	c      2238              9           8        20         600.0000         209.5589    186.32%
43719.54/2242.63	c      2243             10           9        20         600.0000         209.5589    186.32%
43830.59/2248.27	c      2248             10           9        20         600.0000         209.5589    186.32%
43937.66/2253.68	c      2254             10           9        20         600.0000         209.5589    186.32%
44038.88/2258.71	c      2259             10           9        20         600.0000         209.5589    186.32%
44142.10/2263.90	c      2264             10           9        20         600.0000         209.5589    186.32%
44241.17/2268.92	c      2269             10           9        20         600.0000         209.5589    186.32%
44342.24/2274.06	c      2274             10           9        20         600.0000         209.5589    186.32%
44443.44/2279.14	c      2279             10           9        20         600.0000         209.5589    186.32%
44553.86/2284.72	c      2285             10           9        20         600.0000         209.5589    186.32%
44661.91/2290.19	c      2290             11          10        20         600.0000         209.5589    186.32%
44764.10/2295.38	c      2295             11          10        20         600.0000         209.5589    186.32%
44865.24/2300.41	c      2300             11          10        20         600.0000         209.5589    186.32%
44964.47/2305.49	c      2306             11          10        20         600.0000         209.5589    186.32%
45065.67/2310.53	c      2311             11          10        20         600.0000         209.5589    186.32%
45166.85/2315.66	c      2316             11          10        20         600.0000         209.5589    186.32%
45274.71/2321.04	c      2321             11          10        20         600.0000         209.5589    186.32%
45377.07/2326.26	c      2326             11          10        20         600.0000         209.5589    186.32%
45478.01/2331.38	c      2331             11          10        20         600.0000         209.5589    186.32%
45581.11/2336.55	c      2337             11          10        20         600.0000         209.5589    186.32%
45679.76/2341.57	c      2342             11          10        20         600.0000         209.5589    186.32%
45784.14/2346.86	c      2347             11          10        20         600.0000         209.5589    186.32%
45885.26/2351.93	c      2352             11          10        20         600.0000         209.5589    186.32%
45990.32/2357.21	c      2357             11          10        20         600.0000         209.5589    186.32%
46095.37/2362.51	c      2363             11          10        20         600.0000         209.5589    186.32%
46196.33/2367.66	c      2368             11          10        20         600.0000         209.5589    186.32%
46311.38/2373.41	c      2373             11          10        20         600.0000         209.5589    186.32%
46412.57/2378.58	c      2379             11          10        20         600.0000         209.5589    186.32%
46515.74/2383.70	c      2384             11          10        20         600.0000         209.5589    186.32%
46614.95/2388.72	c      2389             11          10        20         600.0000         209.5589    186.32%
46716.01/2393.84	c      2394             11          10        20         600.0000         209.5589    186.32%
46823.13/2399.24	c      2399             11          10        20         600.0000         209.5589    186.32%
46930.29/2404.63	c      2405             11          10        20         600.0000         209.5589    186.32%
47031.29/2409.79	c      2410             11          10        20         600.0000         209.5589    186.32%
47134.34/2415.02	c      2415             11          10        20         600.0000         209.5589    186.32%
47233.10/2420.04	c      2420             11          10        20         600.0000         209.5589    186.32%
47336.59/2425.19	c      2425             11          10        20         600.0000         209.5589    186.32%
47437.19/2430.25	c      2430             11          10        20         600.0000         209.5589    186.32%
47542.23/2435.50	c      2436             11          10        20         600.0000         209.5589    186.32%
47642.98/2440.80	c      2441             11          10        20         600.0000         209.5589    186.32%
47745.99/2446.01	c      2446             11          10        20         600.0000         209.5589    186.32%
47851.03/2451.24	c      2451             11          10        20         600.0000         209.5589    186.32%
47952.20/2456.35	c      2456             11          10        20         600.0000         209.5589    186.32%
48053.39/2461.43	c      2461             11          10        20         600.0000         209.5589    186.32%
48148.75/2466.49	c      2466             11          10        20         600.0000         209.5589    186.32%
48249.94/2471.51	c      2472             11          10        20         600.0000         209.5589    186.32%
48356.90/2476.94	c      2477             11          10        20         600.0000         209.5589    186.32%
48466.90/2482.54	c      2483             11          10        20         600.0000         209.5589    186.32%
48581.60/2488.35	c      2488             11          10        20         600.0000         209.5589    186.32%
48679.38/2493.47	c      2493             11          10        20         600.0000         209.5589    186.32%
48780.51/2498.50	c      2499             11          10        20         600.0000         209.5589    186.32%
48887.84/2504.05	c      2504             11          10        20         600.0000         209.5589    186.32%
48996.11/2509.59	c      2510             11          10        20         600.0000         209.5589    186.32%
49105.65/2515.13	c      2515             11          10        20         600.0000         209.5589    186.32%
49209.25/2520.45	c      2520             11          10        20         600.0000         209.5589    186.32%
49313.21/2525.71	c      2526             11          10        20         600.0000         209.5589    186.32%
49411.43/2530.73	c      2531             11          10        20         600.0000         209.5589    186.32%
49512.38/2535.85	c      2536             11          10        20         600.0000         209.5589    186.32%
49610.26/2540.93	c      2541             11          10        20         600.0000         209.5589    186.32%
49708.23/2546.03	c      2546             11          10        20         600.0000         209.5589    186.32%
49809.43/2551.06	c      2551             11          10        20         600.0000         209.5589    186.32%
49910.82/2556.23	c      2556             11          10        20         600.0000         209.5589    186.32%
50014.86/2561.53	c      2562             11          10        20         600.0000         209.5589    186.32%
50116.43/2566.73	c      2567             11          10        20         600.0000         209.5589    186.32%
50215.92/2571.86	c      2572             11          10        20         600.0000         209.5589    186.32%
50315.03/2576.97	c      2577             11          10        20         600.0000         209.5589    186.32%
50415.82/2582.07	c      2582             11          10        20         600.0000         209.5589    186.32%
50513.40/2587.13	c      2587             11          10        20         600.0000         209.5589    186.32%
50613.12/2592.14	c      2592             11          10        20         600.0000         209.5589    186.32%
50718.35/2597.57	c      2598             11          10        20         600.0000         209.5589    186.32%
50816.40/2602.68	c      2603             11          10        20         600.0000         209.5589    186.32%
50917.57/2607.76	c      2608             11          10        20         600.0000         209.5589    186.32%
51024.35/2613.15	c      2613             11          10        20         600.0000         209.5589    186.32%
51131.60/2618.75	c      2619             11          10        20         600.0000         209.5589    186.32%
51238.77/2624.16	c      2624             11          10        20         600.0000         209.5589    186.32%
51334.42/2629.26	c      2629             11          10        20         600.0000         209.5589    186.32%
51434.24/2634.32	c      2634             11          10        20         600.0000         209.5589    186.32%
51536.44/2639.55	c      2640             11          10        20         600.0000         209.5589    186.32%
51639.84/2644.87	c      2645             11          10        20         600.0000         209.5589    186.32%
51742.19/2650.11	c      2650             11          10        20         600.0000         209.5589    186.32%
51842.92/2655.35	c      2655             11          10        20         600.0000         209.5589    186.32%
51898.29/2658.26	c *    2658             11          10        20         593.0000         209.5589    182.98%
51939.52/2660.39	c      2660             11          10        20         593.0000         209.5589    182.98%
52041.84/2665.59	c      2666             11          10        20         593.0000         209.5589    182.98%
52151.70/2671.19	c      2671             11          10        20         593.0000         209.5589    182.98%
52250.51/2676.27	c      2676             11          10        20         593.0000         209.5589    182.98%
52361.48/2681.85	c      2682             11          10        20         593.0000         209.5589    182.98%
52466.41/2687.15	c      2687             11          10        20         593.0000         209.5589    182.98%
52575.82/2692.77	c      2693             11          10        20         593.0000         209.5589    182.98%
52685.28/2698.30	c      2698             11          10        20         593.0000         209.5589    182.98%
52785.61/2703.56	c      2704             11          10        20         593.0000         209.5589    182.98%
52887.72/2708.77	c      2709             11          10        20         593.0000         209.5589    182.98%
52992.51/2714.08	c      2714             11          10        20         593.0000         209.5589    182.98%
53094.84/2719.37	c      2719             11          10        20         593.0000         209.5589    182.98%
53193.27/2724.39	c      2724             11          10        20         593.0000         209.5589    182.98%
53295.49/2729.52	c      2730             11          10        20         593.0000         209.5589    182.98%
53398.43/2734.82	c      2735             11          10        20         593.0000         209.5589    182.98%
53502.33/2740.13	c      2740             11          10        20         593.0000         209.5589    182.98%
53528.65/2741.53	c *    2742             11          10        20         587.0000         209.5589    180.11%
53609.24/2745.61	c      2746             11          10        20         587.0000         209.5589    180.11%
53712.97/2750.91	c      2751             11          10        20         587.0000         209.5589    180.11%
53827.61/2756.70	c      2757             11          10        20         587.0000         209.5589    180.11%
53939.57/2762.43	c      2762             11          10        20         587.0000         209.5589    180.11%
54045.73/2767.82	c      2768             11          10        20         587.0000         209.5589    180.11%
54153.52/2773.33	c      2773             11          10        20         587.0000         209.5589    180.11%
54256.63/2778.52	c      2779             11          10        20         587.0000         209.5589    180.11%
54356.81/2783.71	c      2784             11          10        20         587.0000         209.5589    180.11%
54463.25/2789.15	c      2789             11          10        20         587.0000         209.5589    180.11%
54561.33/2794.20	c      2794             11          10        20         587.0000         209.5589    180.11%
54665.37/2799.45	c      2799             11          10        20         587.0000         209.5589    180.11%
54773.64/2805.01	c      2805             11          10        20         587.0000         209.5589    180.11%
54873.08/2810.05	c      2810             11          10        20         587.0000         209.5589    180.11%
54983.78/2815.72	c      2816             11          10        20         587.0000         209.5589    180.11%
55083.72/2820.81	c      2821             11          10        20         587.0000         209.5589    180.11%
55182.83/2825.88	c      2826             11          10        20         587.0000         209.5589    180.11%
55278.78/2830.89	c      2831             16          15        20         587.0000         210.2303    179.22%
55377.59/2835.93	c      2836             16          15        20         587.0000         210.2303    179.22%
55476.64/2840.98	c      2841             16          15        20         587.0000         210.2303    179.22%
55580.82/2846.28	c      2846             16          15        20         587.0000         210.2303    179.22%
55680.92/2851.40	c      2851             16          15        20         587.0000         210.2303    179.22%
55787.13/2856.84	c      2857             16          15        20         587.0000         210.2303    179.22%
55895.63/2862.33	c      2862             16          15        20         587.0000         210.2303    179.22%
55995.57/2867.41	c      2867             16          15        20         587.0000         210.2303    179.22%
56099.52/2872.77	c      2873             17          16        20         587.0000         210.2303    179.22%
56197.34/2877.81	c      2878             17          16        20         587.0000         210.2303    179.22%
56293.93/2882.87	c      2883             17          16        20         587.0000         210.2303    179.22%
56395.16/2887.91	c      2888             17          16        20         587.0000         210.2303    179.22%
56496.83/2893.16	c      2893             17          16        20         587.0000         210.2303    179.22%
56594.43/2898.20	c      2898             17          16        20         587.0000         210.2303    179.22%
56703.82/2903.82	c      2904             17          16        20         587.0000         210.2303    179.22%
56815.63/2909.52	c      2910             19          18        20         587.0000         210.2303    179.22%
56914.37/2914.67	c      2915             22          21        20         587.0000         210.2303    179.22%
57017.38/2919.86	c      2920             24          23        20         587.0000         210.2303    179.22%
57121.47/2925.25	c      2925             24          23        20         587.0000         210.2303    179.22%
57221.14/2930.32	c      2930             24          23        20         587.0000         210.2303    179.22%
57325.66/2935.69	c      2936             24          23        20         587.0000         210.2303    179.22%
57429.88/2941.03	c      2941             24          23        20         587.0000         210.2303    179.22%
57529.45/2946.12	c      2946             24          23        20         587.0000         210.2303    179.22%
57629.91/2951.24	c      2951             24          23        20         587.0000         210.2303    179.22%
57728.71/2956.30	c      2956             24          23        20         587.0000         210.2303    179.22%
57825.76/2961.37	c      2961             24          23        20         587.0000         210.2303    179.22%
57928.58/2966.53	c      2967             24          23        20         587.0000         210.2303    179.22%
58027.45/2971.62	c      2972             24          23        20         587.0000         210.2303    179.22%
58129.03/2976.82	c      2977             24          23        20         587.0000         210.2303    179.22%
58228.34/2981.91	c      2982             24          23        20         587.0000         210.2303    179.22%
58333.43/2987.26	c      2987             24          23        20         587.0000         210.2303    179.22%
58434.94/2992.42	c      2992             24          23        20         587.0000         210.2303    179.22%
58530.68/2997.44	c      2997             24          23        20         587.0000         210.2303    179.22%
58633.66/3002.71	c      3003             24          23        20         587.0000         210.2303    179.22%
58734.87/3007.87	c      3008             24          23        20         587.0000         210.2303    179.22%
58838.04/3013.02	c      3013             24          23        20         587.0000         210.2303    179.22%
58934.09/3018.07	c      3018             24          23        20         587.0000         210.2303    179.22%
59039.68/3023.43	c      3023             24          23        20         587.0000         210.2303    179.22%
59141.99/3028.80	c      3029             24          23        20         587.0000         210.2303    179.22%
59242.68/3033.98	c      3034             24          23        20         587.0000         210.2303    179.22%
59349.41/3039.41	c      3039             24          23        20         587.0000         210.2303    179.22%
59450.87/3044.73	c      3045             24          23        20         587.0000         210.2303    179.22%
59555.28/3050.17	c      3050             16          15        20         587.0000         210.4763    178.89%
59655.41/3055.24	c      3055             16          15        20         587.0000         210.4763    178.89%
59756.16/3060.35	c      3060             16          15        20         587.0000         210.4763    178.89%
59853.19/3065.44	c      3065             16          15        20         587.0000         210.4763    178.89%
59952.79/3070.53	c      3071             16          15        20         587.0000         210.4763    178.89%
60051.30/3075.70	c      3076             16          15        20         587.0000         210.4763    178.89%
60154.43/3080.80	c      3081             16          15        20         587.0000         210.4763    178.89%
60262.68/3086.46	c      3086             16          15        20         587.0000         210.4763    178.89%
60364.00/3091.68	c      3092             16          15        20         587.0000         210.4763    178.89%
60464.86/3096.83	c      3097             16          15        20         587.0000         210.4763    178.89%
60567.22/3102.05	c      3102             17          16        20         587.0000         210.4763    178.89%
60668.44/3107.23	c      3107             17          16        20         587.0000         210.4763    178.89%
60767.41/3112.48	c      3112             17          16        20         587.0000         210.4763    178.89%
60867.14/3117.63	c      3118             17          16        20         587.0000         210.4763    178.89%
60965.01/3122.66	c      3123             17          16        20         587.0000         210.4763    178.89%
61064.20/3127.70	c      3128             17          16        20         587.0000         210.4763    178.89%
61167.63/3132.91	c      3133             21          20        20         587.0000         210.4763    178.89%
61267.66/3138.08	c      3138             23          22        20         587.0000         210.4763    178.89%
61364.67/3143.12	c      3143             23          22        20         587.0000         210.4763    178.89%
61470.24/3148.48	c      3148             23          22        20         587.0000         210.4763    178.89%
61575.91/3153.84	c      3154             23          22        20         587.0000         210.4763    178.89%
61672.08/3158.85	c      3159             23          22        20         587.0000         210.4763    178.89%
61776.59/3164.27	c      3164             23          22        20         587.0000         210.4763    178.89%
61875.86/3169.31	c      3169             23          22        20         587.0000         210.4763    178.89%
61974.23/3174.47	c      3174             23          22        20         587.0000         210.4763    178.89%
62074.15/3179.53	c      3180             23          22        20         587.0000         210.4763    178.89%
62176.02/3184.74	c      3185             23          22        20         587.0000         210.4763    178.89%
62276.59/3189.92	c      3190             23          22        20         587.0000         210.4763    178.89%
62374.35/3194.96	c      3195             23          22        20         587.0000         210.4763    178.89%
62476.73/3200.27	c      3200             23          22        20         587.0000         210.4763    178.89%
62575.25/3205.31	c      3205             23          22        20         587.0000         210.4763    178.89%
62679.50/3210.71	c      3211             23          22        20         587.0000         210.4763    178.89%
62786.14/3216.14	c      3216             23          22        20         587.0000         210.4763    178.89%
62883.01/3221.24	c      3221             23          22        20         587.0000         210.4763    178.89%
62985.53/3226.55	c      3227             23          22        20         587.0000         210.4763    178.89%
63084.40/3231.72	c      3232             23          22        20         587.0000         210.4763    178.89%
63196.09/3237.41	c      3237             23          22        20         587.0000         210.4763    178.89%
63300.94/3242.78	c      3243             23          22        20         587.0000         210.4763    178.89%
63400.64/3247.87	c      3248             23          22        20         587.0000         210.4763    178.89%
63504.10/3253.19	c      3253             23          22        20         587.0000         210.4763    178.89%
63602.31/3258.34	c      3258             23          22        20         587.0000         210.4763    178.89%
63702.34/3263.44	c      3263             23          22        20         587.0000         210.4763    178.89%
63807.44/3268.75	c      3269             23          22        20         587.0000         210.4763    178.89%
63916.48/3274.29	c      3274             23          22        20         587.0000         210.4763    178.89%
64016.50/3279.31	c      3279             23          22        20         587.0000         210.4763    178.89%
64122.05/3284.75	c      3285             23          22        20         587.0000         210.4763    178.89%
64225.16/3290.01	c      3290             23          22        20         587.0000         210.4763    178.89%
64332.11/3295.37	c      3295             23          22        20         587.0000         210.4763    178.89%
64433.16/3300.44	c      3300             23          22        20         587.0000         210.4763    178.89%
64533.34/3305.60	c      3306             23          22        20         587.0000         210.4763    178.89%
64635.05/3310.81	c      3311             23          22        20         587.0000         210.4763    178.89%
64735.13/3315.95	c      3316             23          22        20         587.0000         210.4763    178.89%
64840.17/3321.25	c      3321             23          22        20         587.0000         210.4763    178.89%
64941.33/3326.32	c      3326             23          22        20         587.0000         210.4763    178.89%
65044.45/3331.54	c      3332             23          22        20         587.0000         210.4763    178.89%
65145.55/3336.65	c      3337             23          22        20         587.0000         210.4763    178.89%
65255.33/3342.16	c      3342             23          22        20         587.0000         210.4763    178.89%
65355.71/3347.30	c      3347             23          22        20         587.0000         210.4763    178.89%
65456.68/3352.36	c      3352             23          22        20         587.0000         210.4763    178.89%
65555.75/3357.36	c      3357             23          22        20         587.0000         210.4763    178.89%
65664.75/3362.82	c      3363             23          22        20         587.0000         210.4763    178.89%
65765.87/3367.91	c      3368             23          22        20         587.0000         210.4763    178.89%
65863.75/3372.93	c      3373             23          22        20         587.0000         210.4763    178.89%
65962.91/3377.98	c      3378             23          22        20         587.0000         210.4763    178.89%
66071.99/3383.44	c      3383             23          22        20         587.0000         210.4763    178.89%
66175.05/3388.62	c      3389             23          22        20         587.0000         210.4763    178.89%
66276.03/3393.74	c      3394             23          22        20         587.0000         210.4763    178.89%
66377.17/3398.85	c      3399             23          22        20         587.0000         210.4763    178.89%
66483.02/3404.18	c      3404             23          22        20         587.0000         210.4763    178.89%
66581.73/3409.22	c      3409             23          22        20         587.0000         210.4763    178.89%
66684.79/3414.49	c      3414             23          22        20         587.0000         210.4763    178.89%
66785.95/3419.52	c      3420             23          22        20         587.0000         210.4763    178.89%
66889.08/3424.74	c      3425             23          22        20         587.0000         210.4763    178.89%
66992.24/3429.90	c      3430             23          22        20         587.0000         210.4763    178.89%
67091.41/3434.91	c      3435             23          22        20         587.0000         210.4763    178.89%
67190.61/3439.94	c      3440             23          22        20         587.0000         210.4763    178.89%
67289.79/3444.99	c      3445             23          22        20         587.0000         210.4763    178.89%
67391.67/3450.10	c      3450             23          22        20         587.0000         210.4763    178.89%
67498.07/3455.47	c      3455             23          22        20         587.0000         210.4763    178.89%
67599.23/3460.51	c      3461             23          22        20         587.0000         210.4763    178.89%
67698.35/3465.54	c      3466             23          22        20         587.0000         210.4763    178.89%
67801.47/3470.73	c      3471             23          22        20         587.0000         210.4763    178.89%
67904.58/3475.90	c      3476             23          22        20         587.0000         210.4763    178.89%
68003.60/3480.99	c      3481             23          22        20         587.0000         210.4763    178.89%
68105.31/3486.05	c      3486             23          22        20         587.0000         210.4763    178.89%
68204.70/3491.06	c      3491             23          22        20         587.0000         210.4763    178.89%
68311.05/3496.43	c      3496             23          22        20         587.0000         210.4763    178.89%
68416.11/3501.73	c      3502             23          22        20         587.0000         210.4763    178.89%
68517.27/3506.81	c      3507             23          22        20         587.0000         210.4763    178.89%
68621.14/3512.12	c      3512             23          22        20         587.0000         210.4763    178.89%
68727.61/3517.45	c      3517             23          22        20         587.0000         210.4763    178.89%
68828.81/3522.50	c      3522             26          25        20         587.0000         210.4763    178.89%
68855.10/3523.98	c *    3524             26          25        20         540.0000         210.4763    156.56%
68873.65/3524.98	c *    3525             26          25        20         474.0000         210.4763    125.20%
68924.73/3527.51	c      3528             26          25        20         474.0000         210.4763    125.20%
69022.37/3532.59	c      3533             26          25        20         474.0000         210.4763    125.20%
69125.55/3537.70	c      3538             27          26        20         474.0000         210.4763    125.20%
69224.70/3542.75	c      3543             29          28        20         474.0000         210.6169    125.05%
69325.77/3547.81	c      3548             31          30        20         474.0000         210.6169    125.05%
69426.95/3552.96	c      3553             34          33        20         474.0000         210.6169    125.05%
69526.03/3557.99	c      3558             35          34        20         474.0000         210.6169    125.05%
69633.07/3563.38	c      3563             35          34        20         474.0000         210.6169    125.05%
69735.07/3568.54	c      3569             35          34        20         474.0000         210.6169    125.05%
69841.77/3573.99	c      3574             35          34        20         474.0000         210.6169    125.05%
69950.77/3579.44	c      3579             35          34        20         474.0000         210.6169    125.05%
70051.89/3584.59	c      3585             35          34        20         474.0000         210.6169    125.05%
70156.99/3589.80	c      3590             35          34        20         474.0000         210.6169    125.05%
70264.03/3595.20	c      3595             35          34        20         474.0000         210.6169    125.05%
70365.11/3600.31	c      3600             35          34        20         474.0000         210.6169    125.05%
70467.80/3605.58	c      3606             35          34        20         474.0000         210.6169    125.05%
70568.88/3610.64	c      3611             35          34        20         474.0000         210.6169    125.05%
70673.98/3615.93	c      3616             35          34        20         474.0000         210.6169    125.05%
70777.98/3621.18	c      3621             35          34        20         474.0000         210.6169    125.05%
70885.90/3626.66	c      3627             35          34        20         474.0000         210.6169    125.05%
70989.02/3631.81	c      3632             35          34        20         474.0000         210.6169    125.05%
71091.22/3637.07	c      3637             35          34        20         474.0000         210.6169    125.05%
71193.46/3642.23	c      3642             35          34        20         474.0000         210.6169    125.05%
71300.60/3647.64	c      3648             35          34        20         474.0000         210.6169    125.05%
71401.60/3652.70	c      3653             35          34        20         474.0000         210.6169    125.05%
71500.70/3657.77	c      3658             35          34        20         474.0000         210.6169    125.05%
71603.75/3663.02	c      3663             35          34        20         474.0000         210.6169    125.05%
71707.48/3668.14	c      3668             35          34        20         474.0000         210.6169    125.05%
71806.85/3673.17	c      3673             35          34        20         474.0000         210.6169    125.05%
71913.04/3678.50	c      3679             35          34        20         474.0000         210.6169    125.05%

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 (189258 MiB free)
  memory of node 1: 193494 MiB (169577 MiB free)
  memory of node 2: 193531 MiB (149896 MiB free)
  memory of node 3: 193531 MiB (164058 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-4465212-1723587203/watcher-4465212-1723587203 -o /tmp/evaluation-result-4465212-1723587203/solver-4465212-1723587203 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733308 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465212-1723587203.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100117 s]*
/proc/loadavg: 82.87 81.14 80.61 61/991 737315
/proc/meminfo: memFree=688891824/790760804 swapFree=131071996/131071996
[pid=737314] ppid=737311 vsize=75124 memory=62936 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/stat : 737314 (fscip) R 737311 737314 733298 0 -1 4194304 13634 0 0 0 9 2 0 0 20 0 1 0 125303414 76926976 15734 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
/proc/737314/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.220069 s]*
/proc/loadavg: 82.87 81.14 80.61 63/991 737315
/proc/meminfo: memFree=688848860/790760804 swapFree=131071996/131071996
[pid=737314] ppid=737311 vsize=117824 memory=104932 CPUtime=0.22 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/stat : 737314 (fscip) R 737311 737314 733298 0 -1 4194304 24147 0 0 0 19 3 0 0 20 0 1 0 125303414 120651776 26233 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
/proc/737314/statm: 29456 26233 2347 3035 0 25852 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 117824 KiB
Current children cumulated memory: 104932 KiB

[startup+0.319918 s]*
/proc/loadavg: 82.87 81.14 80.61 62/991 737316
/proc/meminfo: memFree=688815848/790760804 swapFree=131071996/131071996
[pid=737314] ppid=737311 vsize=153444 memory=140636 CPUtime=0.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/stat : 737314 (fscip) R 737311 737314 733298 0 -1 4194304 32507 0 0 0 28 5 0 0 20 0 1 0 125303414 157126656 35093 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
/proc/737314/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: 140636 KiB

[startup+0.700266 s]
/proc/loadavg: 82.87 81.14 80.61 63/991 737316
/proc/meminfo: memFree=688747148/790760804 swapFree=131071996/131071996
[pid=737314] ppid=737311 vsize=275840 memory=262524 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/stat : 737314 (fscip) R 737311 737314 733298 0 -1 4194304 60966 0 0 0 60 9 0 0 20 0 1 0 125303414 282460160 65631 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
/proc/737314/statm: 68960 65631 2347 3035 0 65356 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 275840 KiB
Current children cumulated memory: 262524 KiB

[startup+1.50027 s]
/proc/loadavg: 82.87 81.14 80.61 62/991 737316
/proc/meminfo: memFree=688559988/790760804 swapFree=131071996/131071996
[pid=737314] ppid=737311 vsize=682368 memory=667780 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/stat : 737314 (fscip) R 737311 737314 733298 0 -1 4194304 153920 0 0 0 124 24 0 0 20 0 1 0 125303414 698744832 166945 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
/proc/737314/statm: 170592 166945 2555 3035 0 166988 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 682368 KiB
Current children cumulated memory: 667780 KiB

[startup+3.11978 s]
/proc/loadavg: 81.12 80.80 80.51 62/991 737316
/proc/meminfo: memFree=688067928/790760804 swapFree=131071996/131071996
[pid=737314] ppid=737311 vsize=845120 memory=831148 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/stat : 737314 (fscip) R 737311 737314 733298 0 -1 4194304 194725 0 0 0 278 31 0 0 20 0 1 0 125303414 865402880 207787 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
/proc/737314/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.30027 s]
/proc/loadavg: 81.12 80.80 80.51 62/991 737316
/proc/meminfo: memFree=687695072/790760804 swapFree=131071996/131071996
[pid=737314] ppid=737311 vsize=1247268 memory=1225716 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/stat : 737314 (fscip) R 737311 737314 733298 0 -1 4194304 227669 0 0 0 580 47 0 0 20 0 1 0 125303414 1277202432 306429 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
/proc/737314/statm: 311817 306429 2710 3035 0 308213 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1247268 KiB
Current children cumulated memory: 1225716 KiB

[startup+12.7003 s]
/proc/loadavg: 78.10 80.17 80.30 62/991 737318
/proc/meminfo: memFree=687633076/790760804 swapFree=131071996/131071996
[pid=737314] ppid=737311 vsize=1256892 memory=1234792 CPUtime=12.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/stat : 737314 (fscip) R 737311 737314 733298 0 -1 4194304 286021 0 0 0 1208 56 0 0 20 0 1 0 125303414 1287057408 308698 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
/proc/737314/statm: 314223 308698 2726 3035 0 310619 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1256892 KiB
Current children cumulated memory: 1234792 KiB

[startup+25.5006 s]
/proc/loadavg: 75.47 79.54 80.10 62/1009 737339
/proc/meminfo: memFree=684652632/790760804 swapFree=131071996/131071996
[pid=737314] ppid=737311 vsize=5981288 memory=4381568 CPUtime=25.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/stat : 737314 (fscip) S 737311 737314 733298 0 -1 1077936128 733940 0 0 0 2383 155 0 0 20 0 21 0 125303414 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
/proc/737314/statm: 1495322 1095392 2774 3035 0 1200303 0
[pid=737314/tid=737320] ppid=737311 vsize=5981288 memory=280798922413824 CPUtime=0.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737320/stat : 737320 (fscip) R 737311 737314 733298 0 -1 4194368 42340 0 0 0 24 8 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737321] ppid=737311 vsize=5981288 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737321/stat : 737321 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737322] ppid=737311 vsize=5981288 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737322/stat : 737322 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737323] ppid=737311 vsize=5981288 memory=11448 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737323/stat : 737323 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737324] ppid=737311 vsize=5981288 memory=25333125866717268 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737324/stat : 737324 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737325] ppid=737311 vsize=5981288 memory=38272 CPUtime=0.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737325/stat : 737325 (fscip) S 737311 737314 733298 0 -1 1077936192 77164 0 0 0 55 11 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737326] ppid=737311 vsize=5981288 memory=2284932 CPUtime=0.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737326/stat : 737326 (fscip) S 737311 737314 733298 0 -1 1077936192 77164 0 0 0 56 10 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737327] ppid=737311 vsize=5981288 memory=30962685530996822 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737327/stat : 737327 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737328] ppid=737311 vsize=5981288 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737328/stat : 737328 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737329] ppid=737311 vsize=5981288 memory=3393472 CPUtime=0.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737329/stat : 737329 (fscip) S 737311 737314 733298 0 -1 1077936192 77164 0 0 0 56 10 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737330] ppid=737311 vsize=5981288 memory=8508270172209447844 CPUtime=0.67 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737330/stat : 737330 (fscip) S 737311 737314 733298 0 -1 1077936192 77165 0 0 0 54 13 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737331] ppid=737311 vsize=5981288 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737331/stat : 737331 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737332] ppid=737311 vsize=5981288 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737332/stat : 737332 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737333] ppid=737311 vsize=5981288 memory=2316 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737333/stat : 737333 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737334] ppid=737311 vsize=5981288 memory=33000 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737334/stat : 737334 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737335] ppid=737311 vsize=5981288 memory=280798922184080 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737335/stat : 737335 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737336] ppid=737311 vsize=5981288 memory=4946252699091245696 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737336/stat : 737336 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737337] ppid=737311 vsize=5981288 memory=-7018957207912983847 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737337/stat : 737337 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737338] ppid=737311 vsize=5981288 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737338/stat : 737338 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737339] ppid=737311 vsize=5981288 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737339/stat : 737339 (fscip) S 737311 737314 733298 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 125305570 6124838912 1095392 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 5981288 KiB
Current children cumulated memory: 4381568 KiB

[startup+51.1471 s]
/proc/loadavg: 74.74 78.98 79.89 81/1029 737364
/proc/meminfo: memFree=650990892/790760804 swapFree=131071996/131071996
[pid=737314] ppid=737311 vsize=39830712 memory=37550944 CPUtime=331.84 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/stat : 737314 (fscip) S 737311 737314 733298 0 -1 1077936128 7470915 0 0 0 31541 1643 0 0 20 0 41 0 125303414 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 17 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
/proc/737314/statm: 9957678 9387736 2790 3035 0 9596245 0
[pid=737314/tid=737320] ppid=737311 vsize=39830712 memory=38272 CPUtime=15.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737320/stat : 737320 (fscip) R 737311 737314 733298 0 -1 4194368 239776 0 0 0 1505 54 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737321] ppid=737311 vsize=39830712 memory=0 CPUtime=15.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737321/stat : 737321 (fscip) R 737311 737314 733298 0 -1 4194368 393498 0 0 0 1457 84 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737322] ppid=737311 vsize=39830712 memory=280798922413824 CPUtime=15.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737322/stat : 737322 (fscip) R 737311 737314 733298 0 -1 4194368 435714 0 0 0 1450 91 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737323] ppid=737311 vsize=39830712 memory=0 CPUtime=15.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737323/stat : 737323 (fscip) R 737311 737314 733298 0 -1 4194368 221999 0 0 0 1510 50 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737324] ppid=737311 vsize=39830712 memory=3776 CPUtime=15.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737324/stat : 737324 (fscip) R 737311 737314 733298 0 -1 4194368 421069 0 0 0 1448 91 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737325] ppid=737311 vsize=39830712 memory=11448 CPUtime=15.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737325/stat : 737325 (fscip) R 737311 737314 733298 0 -1 4194368 423842 0 0 0 1449 94 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737326] ppid=737311 vsize=39830712 memory=140399462654624 CPUtime=15.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737326/stat : 737326 (fscip) R 737311 737314 733298 0 -1 4194368 239923 0 0 0 1507 53 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737327] ppid=737311 vsize=39830712 memory=1511 CPUtime=15.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737327/stat : 737327 (fscip) R 737311 737314 733298 0 -1 4194368 424732 0 0 0 1450 93 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737328] ppid=737311 vsize=39830712 memory=11822120823029796 CPUtime=15.41 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737328/stat : 737328 (fscip) R 737311 737314 733298 0 -1 4194368 421357 0 0 0 1448 93 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737329] ppid=737311 vsize=39830712 memory=36300 CPUtime=15.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737329/stat : 737329 (fscip) R 737311 737314 733298 0 -1 4194368 236486 0 0 0 1509 51 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737330] ppid=737311 vsize=39830712 memory=0 CPUtime=15.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737330/stat : 737330 (fscip) R 737311 737314 733298 0 -1 4194368 424389 0 0 0 1458 90 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737331] ppid=737311 vsize=39830712 memory=0 CPUtime=15.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737331/stat : 737331 (fscip) R 737311 737314 733298 0 -1 4194368 420390 0 0 0 1447 88 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737332] ppid=737311 vsize=39830712 memory=11448 CPUtime=15.59 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737332/stat : 737332 (fscip) R 737311 737314 733298 0 -1 4194368 226696 0 0 0 1509 50 0 0 20 0 41 0 125305570 40786649088 9387736 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0

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

/proc/737314/task/737356/stat : 737356 (fscip) S 737311 737314 733298 0 -1 1077936192 225 0 0 0 2 0 0 0 20 0 41 0 125307000 137037864960 26999350 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737357] ppid=737311 vsize=133826040 memory=107985892 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737357/stat : 737357 (fscip) S 737311 737314 733298 0 -1 1077936192 343 0 0 0 3 0 0 0 20 0 41 0 125307000 137037864960 26999350 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737358] ppid=737311 vsize=133826040 memory=7044 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737358/stat : 737358 (fscip) S 737311 737314 733298 0 -1 1077936192 311 0 0 0 3 0 0 0 20 0 41 0 125307000 137037864960 26999350 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737359] ppid=737311 vsize=133826040 memory=28188 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737359/stat : 737359 (fscip) S 737311 737314 733298 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 125307000 137037864960 26999350 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737360] ppid=737311 vsize=133826040 memory=107993752 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737360/stat : 737360 (fscip) S 737311 737314 733298 0 -1 1077936192 342 0 0 0 0 3 0 0 20 0 41 0 125307000 137037864960 26999350 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737361] ppid=737311 vsize=133826040 memory=107997400 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737361/stat : 737361 (fscip) S 737311 737314 733298 0 -1 1077936192 385 0 0 0 3 0 0 0 20 0 41 0 125307000 137037864960 26999350 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
Current children cumulated CPU time: 71195.4 s
Current children cumulated vsize: 133826040 KiB
Current children cumulated memory: 107997400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3682.9 s]
/proc/loadavg: 80.28 80.45 80.21 81/1024 739495
/proc/meminfo: memFree=385713664/790760804 swapFree=131071996/131071996
[pid=737314] ppid=737311 vsize=133891576 memory=108120584 CPUtime=72000.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/stat : 737314 (fscip) S 737311 737314 733298 0 -1 1077936128 270245865 0 0 0 7160312 39715 0 0 20 0 41 0 125303414 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 17 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
/proc/737314/statm: 33472894 27030146 3030 3035 0 32803910 0
[pid=737314/tid=737320] ppid=737311 vsize=133891576 memory=280798923447664 CPUtime=3614.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737320/stat : 737320 (fscip) R 737311 737314 733298 0 -1 4194368 7042580 0 0 0 360295 1154 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737321] ppid=737311 vsize=133891576 memory=280798922413824 CPUtime=3603.13 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737321/stat : 737321 (fscip) R 737311 737314 733298 0 -1 4194368 15565182 0 0 0 357600 2713 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737322] ppid=737311 vsize=133891576 memory=0 CPUtime=3580.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737322/stat : 737322 (fscip) R 737311 737314 733298 0 -1 4194368 18330475 0 0 0 356263 1831 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737323] ppid=737311 vsize=133891576 memory=28648 CPUtime=3614.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737323/stat : 737323 (fscip) R 737311 737314 733298 0 -1 4194368 6682170 0 0 0 360247 1163 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737324] ppid=737311 vsize=133891576 memory=28568 CPUtime=3606.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737324/stat : 737324 (fscip) R 737311 737314 733298 0 -1 4194368 15951066 0 0 0 357788 2850 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737325] ppid=737311 vsize=133891576 memory=108006420 CPUtime=3573.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737325/stat : 737325 (fscip) R 737311 737314 733298 0 -1 4194368 19399877 0 0 0 355297 2023 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737326] ppid=737311 vsize=133891576 memory=6333736733278334 CPUtime=3617.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737326/stat : 737326 (fscip) R 737311 737314 733298 0 -1 4194368 6809711 0 0 0 360594 1159 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737327] ppid=737311 vsize=133891576 memory=280798923782304 CPUtime=3606.74 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737327/stat : 737327 (fscip) R 737311 737314 733298 0 -1 4194368 16937259 0 0 0 357811 2863 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737328] ppid=737311 vsize=133891576 memory=280798924434464 CPUtime=3565.15 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737328/stat : 737328 (fscip) R 737311 737314 733298 0 -1 4194368 16993071 0 0 0 354753 1762 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737329] ppid=737311 vsize=133891576 memory=6333736733278334 CPUtime=3618.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737329/stat : 737329 (fscip) R 737311 737314 733298 0 -1 4194368 6576675 0 0 0 360796 1094 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737330] ppid=737311 vsize=133891576 memory=6672 CPUtime=3608.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737330/stat : 737330 (fscip) R 737311 737314 733298 0 -1 4194368 11912889 0 0 0 358708 2139 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737331] ppid=737311 vsize=133891576 memory=12956 CPUtime=3569.71 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737331/stat : 737331 (fscip) R 737311 737314 733298 0 -1 4194368 19062185 0 0 0 354679 2292 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737332] ppid=737311 vsize=133891576 memory=104 CPUtime=3617.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737332/stat : 737332 (fscip) R 737311 737314 733298 0 -1 4194368 6654741 0 0 0 360654 1126 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737333] ppid=737311 vsize=133891576 memory=351560 CPUtime=3603.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737333/stat : 737333 (fscip) R 737311 737314 733298 0 -1 4194368 15478539 0 0 0 357640 2729 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737334] ppid=737311 vsize=133891576 memory=107460820 CPUtime=3567.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737334/stat : 737334 (fscip) R 737311 737314 733298 0 -1 4194368 18881231 0 0 0 354584 2141 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737335] ppid=737311 vsize=133891576 memory=2284932 CPUtime=3615.25 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737335/stat : 737335 (fscip) R 737311 737314 733298 0 -1 4194368 7018371 0 0 0 360350 1175 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737336] ppid=737311 vsize=133891576 memory=280798923865296 CPUtime=3599.5 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737336/stat : 737336 (fscip) R 737311 737314 733298 0 -1 4194368 17012623 0 0 0 356947 3003 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737337] ppid=737311 vsize=133891576 memory=108110100 CPUtime=3573.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737337/stat : 737337 (fscip) R 737311 737314 733298 0 -1 4194368 19935416 0 0 0 355272 2104 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737338] ppid=737311 vsize=133891576 memory=25333125866717268 CPUtime=3614.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737338/stat : 737338 (fscip) R 737311 737314 733298 0 -1 4194368 6772103 0 0 0 360350 1082 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737339] ppid=737311 vsize=133891576 memory=6333736733278334 CPUtime=3606.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737339/stat : 737339 (fscip) R 737311 737314 733298 0 -1 4194368 16797153 0 0 0 357441 3175 0 0 20 0 41 0 125305570 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737342] ppid=737311 vsize=133891576 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737342/stat : 737342 (fscip) S 737311 737314 733298 0 -1 1077936192 235 0 0 0 2 1 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737343] ppid=737311 vsize=133891576 memory=0 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737343/stat : 737343 (fscip) S 737311 737314 733298 0 -1 1077936192 321 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737344] ppid=737311 vsize=133891576 memory=280798923145504 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737344/stat : 737344 (fscip) S 737311 737314 733298 0 -1 1077936192 240 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737345] ppid=737311 vsize=133891576 memory=280798924648096 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737345/stat : 737345 (fscip) S 737311 737314 733298 0 -1 1077936192 361 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737346] ppid=737311 vsize=133891576 memory=107991724 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737346/stat : 737346 (fscip) S 737311 737314 733298 0 -1 1077936192 242 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737347] ppid=737311 vsize=133891576 memory=108006420 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737347/stat : 737347 (fscip) S 737311 737314 733298 0 -1 1077936192 483 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737348] ppid=737311 vsize=133891576 memory=11448 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737348/stat : 737348 (fscip) S 737311 737314 733298 0 -1 1077936192 230 0 0 0 2 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737349] ppid=737311 vsize=133891576 memory=38772 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737349/stat : 737349 (fscip) S 737311 737314 733298 0 -1 1077936192 306 0 0 0 2 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737350] ppid=737311 vsize=133891576 memory=107992680 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737350/stat : 737350 (fscip) S 737311 737314 733298 0 -1 1077936192 304 0 0 0 1 1 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737351] ppid=737311 vsize=133891576 memory=108000296 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737351/stat : 737351 (fscip) S 737311 737314 733298 0 -1 1077936192 316 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737352] ppid=737311 vsize=133891576 memory=11448 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737352/stat : 737352 (fscip) S 737311 737314 733298 0 -1 1077936192 349 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737353] ppid=737311 vsize=133891576 memory=38772 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737353/stat : 737353 (fscip) S 737311 737314 733298 0 -1 1077936192 323 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737354] ppid=737311 vsize=133891576 memory=108110100 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737354/stat : 737354 (fscip) S 737311 737314 733298 0 -1 1077936192 439 0 0 0 4 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737355] ppid=737311 vsize=133891576 memory=7640 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737355/stat : 737355 (fscip) S 737311 737314 733298 0 -1 1077936192 381 0 0 0 4 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737356] ppid=737311 vsize=133891576 memory=38772 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737356/stat : 737356 (fscip) S 737311 737314 733298 0 -1 1077936192 227 0 0 0 2 1 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737357] ppid=737311 vsize=133891576 memory=108022492 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737357/stat : 737357 (fscip) S 737311 737314 733298 0 -1 1077936192 346 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737358] ppid=737311 vsize=133891576 memory=280798924925232 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737358/stat : 737358 (fscip) S 737311 737314 733298 0 -1 1077936192 314 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737359] ppid=737311 vsize=133891576 memory=107829272 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737359/stat : 737359 (fscip) S 737311 737314 733298 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 4 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737360] ppid=737311 vsize=133891576 memory=7451323709804074597 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737360/stat : 737360 (fscip) S 737311 737314 733298 0 -1 1077936192 345 0 0 0 0 3 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
[pid=737314/tid=737361] ppid=737311 vsize=133891576 memory=7524230117759280486 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/737314/task/737361/stat : 737361 (fscip) S 737311 737314 733298 0 -1 1077936192 389 0 0 0 3 0 0 0 20 0 41 0 125307000 137104973824 27030146 809668444160 4194304 16623229 140729344553072 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 56717312 140729344562182 140729344562300 140729344562300 140729344569328 0
Current children cumulated CPU time: 72000.3 s
Current children cumulated vsize: 133891576 KiB
Current children cumulated memory: 108120584 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=71603.4 s, system=399.205 s

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

[startup+3683.2 s]
/proc/loadavg: 80.25 80.44 80.21 62/985 739495
/proc/meminfo: memFree=388935492/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: 80.25 80.44 80.21 62/985 739495
/proc/meminfo: memFree=453520008/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: 80.25 80.44 80.21 62/985 739495
/proc/meminfo: memFree=453520008/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.8 s]
/proc/loadavg: 80.25 80.44 80.21 62/985 739495
/proc/meminfo: memFree=453520008/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.9 s]
/proc/loadavg: 80.25 80.44 80.21 62/985 739495
/proc/meminfo: memFree=453520008/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.97
CPU time (s): 72002.6
CPU user time (s): 71603.4
CPU system time (s): 399.205
CPU usage (%): 1953.95
Max. virtual memory (cumulated for all children) (KiB): 133957112
Max. memory (cumulated for all children) (KiB): 108551368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71603.4
system time used= 399.205
maximum resident set size= 108551368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270245886
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= 12101916
involuntary context switches= 421321


# summary of solver processes directly reported to runsolver:
#   pid: 737314
#   total CPU time (s): 72002.6
#   total CPU user time (s): 71603.4
#   total CPU system time (s): 399.205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.2271 second user time and 88.7925 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-14 00:13:23
IDJOB=4465212
IDBENCH=147551
IDSOLVER=3094
FILE ID=nodeD105/4465212-1723587203
RUNJOBID= nodeD105-1723581724-733308
SLURM_JOB_ID= 8267895
Free space on /tmp= 8622816 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_10.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-4465212-1723587203/watcher-4465212-1723587203 -o /tmp/evaluation-result-4465212-1723587203/solver-4465212-1723587203 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD105-1723581724-733308 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465212-1723587203.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= e06e3866d9960a7084ad077c8fb9619e
RANDOM SEED=545852145

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2639.400
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		: 3059.402
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		: 3166.634
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		: 3125.889
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		: 1408.523
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		: 3059.388
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		: 3166.671
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		: 2806.192
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		: 3627.726
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		: 3059.372
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		: 2800.000
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		: 3123.722
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		: 3595.677
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		: 3052.435
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		: 3159.999
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		: 3123.962
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		: 3055.762
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		: 2799.999
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		: 2803.243
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		: 2799.999
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		: 2459.001
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		: 3053.366
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		: 2811.742
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		: 3125.918
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		: 2175.296
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		: 3059.452
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		: 2800.611
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		: 2799.999
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		: 3772.501
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		: 3058.574
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		: 3161.338
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		: 2802.490
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		: 1891.262
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		: 2824.326
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		: 2800.415
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		: 3125.940
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		: 2630.909
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		: 3055.780
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		: 3164.341
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		: 3122.954
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		: 3039.958
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		: 3057.744
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		: 3166.779
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		: 2801.311
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		: 1407.109
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		: 3055.590
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		: 3166.774
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		: 3123.832
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		: 1278.024
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		: 3043.241
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		: 3166.769
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		: 3125.957
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		: 1197.911
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		: 3059.672
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		: 3155.133
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		: 3123.334
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		: 2766.706
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		: 3059.715
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		: 3079.993
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		: 3125.971
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		: 1753.507
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		: 3057.767
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		: 3166.842
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		: 2801.893
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		: 3288.437
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		: 3055.660
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		: 3166.880
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		: 3117.967
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:        688939184 kB
MemAvailable:   692519736 kB
Buffers:         1173776 kB
Cached:          5711732 kB
SwapCached:            0 kB
Active:          1585932 kB
Inactive:       96625492 kB
Active(anon):       2168 kB
Inactive(anon): 91362656 kB
Active(file):    1583764 kB
Inactive(file):  5262836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             45864 kB
Writeback:             0 kB
AnonPages:      91309992 kB
Mapped:           141228 kB
Shmem:             38920 kB
KReclaimable:     307312 kB
Slab:             738448 kB
SReclaimable:     307312 kB
SUnreclaim:       431136 kB
KernelStack:       17008 kB
PageTables:       217640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   25761436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1112832 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11214848 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= 8622744 MiB
End job on nodeD105 at 2024-08-14 01:14:48