Trace number 4466008

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

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_1000_25_3.opb
MD5SUMfc228e1220654f2d8d37c5d03b9b5ad1
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-151
Best CPU time to get the best result obtained on this benchmark71326.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint47
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31622
Sum of products size (including duplicates)63244
Number of different products15811
Sum of products size31622

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.10	c Default LC presolving (default).
0.00/0.10	c ** Before presolving: virtualMemUsedAtLc = 92879388, getVmSize() = 82923520, SCIPgetMemUsed() = 54137845, SCIPgetMemTotal() = 59545781, SCIPgetMemExternEstim() = 33333607
0.00/0.10	c ** set memory limit for presolving in LC to 8.7958e+12 for SCIP **
0.23/0.25	c ** Estimated virtualMemUsedAtSolver = 81442247, getVmSize() = 115355648, SCIPgetMemUsed() = 58457100, SCIPgetMemTotal() = 88829764, SCIPgetMemExternEstim() = 33333607
0.23/0.25	c ** set memory limit for solvers to 4.18836e+11 for each SCIP **
0.23/0.25	c Original Problem   :
0.23/0.25	c   Problem name     : instance-4466008-1722457393
0.23/0.25	c   Variables        : 16811 (1000 binary, 0 integer, 15811 implicit integer, 0 continuous)
0.23/0.25	c   Constraints      : 17811
0.23/0.25	c   Objective sense  : minimize
0.23/0.25	c Presolved Problem  :
0.23/0.25	c   Variables        : 1000 (1000 binary, 0 integer, 0 implicit integer, 0 continuous)
0.23/0.25	c   Constraints      : 15811
0.23/0.25	c Constraints        : Number
0.23/0.25	c   setppc           : 15811 
0.23/0.25	c ** Instance transfer method used: 0
0.23/0.27	c ** ParaScipInstance copy does not increase the number of variables. **
0.53/0.57	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.53/0.57	c                                Nodes    Active                                            
0.53/0.57	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
4.79/0.89	c *       1              0           1        20         -98.0000                -          -
6.60/0.91	c *       1              0           1        20        -102.0000                -          -
8.71/1.06	c *       1              0           1        20        -130.0000                -          -
8.71/1.11	c *       1              0           1        20        -136.0000                -          -
87.54/5.04	c         5            222         221        20        -136.0000       -1000.0000          -
185.39/10.10	c        10           9606         827        20        -136.0000       -1000.0000          -
238.44/12.71	c *      13          15329         826        20        -142.0000       -1000.0000          -
289.76/15.31	c        15          19056         841        20        -142.0000       -1000.0000          -
390.82/20.43	c        20              2           1        20        -142.0000        -419.5000    195.42%
493.86/25.62	c        26              3           2        20        -142.0000        -419.0000    195.07%
592.86/30.68	c        31              3           4        20        -142.0000        -419.0000    195.07%
693.31/35.76	c        36              3           4        20        -142.0000        -419.0000    195.07%
709.16/36.51	c *      37              3           4        20        -143.0000        -419.0000    193.01%
793.95/40.84	c        41              3           4        20        -143.0000        -419.0000    193.01%
872.54/44.80	c *      45              3           4        20        -144.0000        -419.0000    190.97%
897.01/46.05	c        46              3           4        20        -144.0000        -419.0000    190.97%
997.92/51.14	c        51              3           4        20        -144.0000        -419.0000    190.97%
1097.96/56.27	c        56              3           4        20        -144.0000        -419.0000    190.97%
1198.83/61.32	c        61              3           4        20        -144.0000        -419.0000    190.97%
1297.88/66.36	c        66              3           4        20        -144.0000        -419.0000    190.97%
1337.50/68.31	c *      68              4           3        20        -145.0000        -419.0000    188.97%
1400.86/71.56	c        72              2           1        20        -145.0000        -322.6903    122.55%
1501.83/76.61	c        77              2           1        20        -145.0000        -322.6667    122.53%
1600.90/81.66	c        82              3           2        20        -145.0000        -322.6057    122.49%
1702.10/86.78	c        87              3           2        20        -145.0000        -322.6057    122.49%
1803.03/91.88	c        92              4           3        20        -145.0000        -322.1179    122.15%
1904.09/96.90	c        97              5           4        20        -145.0000        -321.9028    122.00%
2003.19/101.99	c       102              5           4        20        -145.0000        -321.9028    122.00%
2106.81/107.14	c       107              6           5        20        -145.0000        -321.7355    121.89%
2206.02/112.17	c       112              6           5        20        -145.0000        -321.7355    121.89%
2310.23/117.44	c       117              6           5        20        -145.0000        -321.7355    121.89%
2411.28/122.51	c       123              7           6        20        -145.0000        -321.6307    121.81%
2514.36/127.79	c       128              8           7        20        -145.0000        -321.6145    121.80%
2615.45/132.84	c       133              8           7        20        -145.0000        -321.6145    121.80%
2714.56/137.88	c       138              9           8        20        -145.0000        -321.3447    121.62%
2813.63/142.89	c       143              9           8        20        -145.0000        -321.3447    121.62%
2914.73/148.00	c       148             10           9        20        -145.0000        -321.1945    121.51%
3013.83/153.02	c       153             12          11        20        -145.0000        -321.1136    121.46%
3115.43/158.13	c       158             13          12        20        -145.0000        -321.1136    121.46%
3217.88/163.25	c       163             14          13        20        -145.0000        -321.1136    121.46%
3317.00/168.30	c       168             15          14        20        -145.0000        -321.1136    121.46%
3418.10/173.35	c       173             15          14        20        -145.0000        -321.1136    121.46%
3517.20/178.39	c       178             16          15        20        -145.0000        -321.1136    121.46%
3618.25/183.45	c       183             18          17        20        -145.0000        -321.0815    121.44%
3719.35/188.51	c       189             18          17        20        -145.0000        -321.0815    121.44%
3820.38/193.62	c       194             23          22        20        -145.0000        -320.9382    121.34%
3919.46/198.69	c       199             25          24        20        -145.0000        -320.9382    121.34%
4022.55/203.82	c       204             27          26        20        -145.0000        -320.9382    121.34%
4121.58/208.89	c       209             31          30        20        -145.0000        -320.9382    121.34%
4222.45/213.91	c       214             31          30        20        -145.0000        -320.9382    121.34%
4324.14/219.09	c       219             33          32        20        -145.0000        -320.8102    121.25%
4425.38/224.15	c       224             35          34        20        -145.0000        -320.8102    121.25%
4525.57/229.21	c       229             32          31        20        -145.0000        -320.2634    120.87%
4624.67/234.26	c       234             33          32        20        -145.0000        -320.2634    120.87%
4725.73/239.33	c       239             33          32        20        -145.0000        -320.2634    120.87%
4824.80/244.38	c       244             35          34        20        -145.0000        -320.2634    120.87%
4925.90/249.48	c       249             37          36        20        -145.0000        -320.2634    120.87%
5027.00/254.54	c       255             37          36        20        -145.0000        -320.2634    120.87%
5126.11/259.56	c       260             39          38        20        -145.0000        -320.2634    120.87%
5227.20/264.62	c       265             42          41        20        -145.0000        -320.1103    120.77%
5326.31/269.69	c       270             42          41        20        -145.0000        -320.1103    120.77%
5427.39/274.74	c       275             42          41        20        -145.0000        -319.1344    120.09%
5526.47/279.78	c       280             43          42        20        -145.0000        -319.1344    120.09%
5625.56/284.80	c       285             47          46        20        -145.0000        -319.1344    120.09%
5726.68/289.82	c       290             50          49        20        -145.0000        -319.1344    120.09%
5825.81/294.83	c       295             50          49        20        -145.0000        -319.1344    120.09%
5924.93/299.85	c       300             52          51        20        -145.0000        -318.9908    119.99%
6025.99/304.93	c       305             53          52        20        -145.0000        -318.9908    119.99%
6125.12/309.97	c       310             55          54        20        -145.0000        -318.9908    119.99%
6226.95/315.09	c       315             56          55        20        -145.0000        -318.9908    119.99%
6327.98/320.17	c       320             57          56        20        -145.0000        -318.9908    119.99%
6428.36/325.22	c       325             59          58        20        -145.0000        -318.9908    119.99%
6527.45/330.30	c       330             62          61        20        -145.0000        -318.7811    119.85%
6628.50/335.32	c       335             63          62        20        -145.0000        -318.7811    119.85%
6729.60/340.41	c       340             65          64        20        -145.0000        -318.7811    119.85%
6824.69/345.23	c *     345             67          66        20        -146.0000        -318.7811    118.34%
6828.65/345.48	c       345             67          66        20        -146.0000        -318.7811    118.34%
6929.74/350.52	c       351             69          68        20        -146.0000        -318.7811    118.34%
7028.85/355.56	c       356             72          71        20        -146.0000        -318.5877    118.21%
7129.95/360.64	c       361             75          74        20        -146.0000        -318.5877    118.21%
7229.05/365.69	c       366             76          75        20        -146.0000        -318.5877    118.21%
7328.18/370.70	c       371             78          77        20        -146.0000        -318.5877    118.21%
7429.29/375.80	c       376             81          80        20        -146.0000        -318.5877    118.21%
7439.19/376.26	c *     376             82          81        20        -147.0000        -318.5453    116.70%
7532.33/380.99	c       381             83          82        20        -147.0000        -318.5453    116.70%
7635.96/386.14	c       386             85          84        20        -147.0000        -318.5453    116.70%
7639.36/386.35	c *     386             85          84        20        -148.0000        -318.5453    115.23%
7736.46/391.23	c       391             87          86        20        -148.0000        -318.5453    115.23%
7837.57/396.37	c       396             89          88        20        -148.0000        -318.5453    115.23%
7936.69/401.40	c       401             92          91        20        -148.0000        -318.3897    115.13%
8037.79/406.45	c       406             93          92        20        -148.0000        -318.3897    115.13%
8138.90/411.56	c       412             95          94        20        -148.0000        -318.3897    115.13%
8239.99/416.61	c       417             95          94        20        -148.0000        -318.3897    115.13%
8339.08/421.66	c       422             99          98        20        -148.0000        -318.3897    115.13%
8440.16/426.73	c       427            100          99        20        -148.0000        -318.3897    115.13%
8539.28/431.78	c       432            102         101        20        -148.0000        -318.3159    115.08%
8640.39/436.84	c       437            103         102        20        -148.0000        -318.3159    115.08%
8739.51/441.89	c       442            105         104        20        -148.0000        -318.3159    115.08%
8840.63/447.00	c       447            107         106        20        -148.0000        -318.3159    115.08%
8942.30/452.08	c       452            110         109        20        -148.0000        -318.3159    115.08%
9041.53/457.10	c       457            113         112        20        -148.0000        -318.1899    114.99%
9143.92/462.23	c       462            114         113        20        -148.0000        -318.1899    114.99%
9245.05/467.31	c       467            115         114        20        -148.0000        -318.1899    114.99%
9344.16/472.39	c       472            115         114        20        -148.0000        -318.1899    114.99%
9445.20/477.48	c       477            117         116        20        -148.0000        -318.1899    114.99%
9546.25/482.53	c       483            119         118        20        -148.0000        -318.1899    114.99%
9645.37/487.58	c       488            122         121        20        -148.0000        -317.9454    114.83%
9746.47/492.63	c       493            123         122        20        -148.0000        -317.9454    114.83%
9845.57/497.65	c       498            124         123        20        -148.0000        -317.9454    114.83%
9944.67/502.70	c       503            125         124        20        -148.0000        -317.9454    114.83%
10045.78/507.76	c       508            130         129        20        -148.0000        -317.9454    114.83%
10144.90/512.80	c       513            131         130        20        -148.0000        -317.9454    114.83%
10246.00/517.86	c       518            132         131        20        -148.0000        -317.7004    114.66%
10347.11/522.97	c       523            136         135        20        -148.0000        -317.7004    114.66%
10448.82/528.05	c       528            139         138        20        -148.0000        -317.7004    114.66%
10548.13/533.12	c       533            141         140        20        -148.0000        -317.7004    114.66%
10649.23/538.17	c       538            143         142        20        -148.0000        -317.4915    114.52%
10749.50/543.22	c       543            145         144        20        -148.0000        -317.4915    114.52%
10848.63/548.28	c       548            147         146        20        -148.0000        -317.4915    114.52%
10949.75/553.36	c       553            149         148        20        -148.0000        -317.4915    114.52%
11050.87/558.44	c       558            149         148        20        -148.0000        -317.4915    114.52%
11151.98/563.51	c       564            152         151        20        -148.0000        -317.3787    114.45%
11253.08/568.61	c       569            153         152        20        -148.0000        -317.3787    114.45%
11354.19/573.71	c       574            155         154        20        -148.0000        -317.3787    114.45%
11453.23/578.76	c       579            156         155        20        -148.0000        -317.3787    114.45%
11554.33/583.84	c       584            157         156        20        -148.0000        -317.3787    114.45%
11655.41/588.93	c       589            159         158        20        -148.0000        -317.3787    114.45%
11754.51/593.97	c       594            162         161        20        -148.0000        -317.3787    114.45%
11853.61/599.02	c       599            163         162        20        -148.0000        -317.3787    114.45%
11955.29/604.04	c       604            166         165        20        -148.0000        -317.3787    114.45%
12054.54/609.05	c       609            168         167        20        -148.0000        -317.3787    114.45%
12153.41/614.10	c       614            170         169        20        -148.0000        -317.3787    114.45%
12252.57/619.13	c       619            171         170        20        -148.0000        -317.3787    114.45%
12353.67/624.20	c       624            174         173        20        -148.0000        -317.3787    114.45%
12454.17/629.25	c       629            175         174        20        -148.0000        -317.3787    114.45%
12555.26/634.34	c       634            180         179        20        -148.0000        -317.3787    114.45%
12654.35/639.38	c       639            183         182        20        -148.0000        -317.2674    114.37%
12755.45/644.41	c       644            184         183        20        -148.0000        -317.2674    114.37%
12854.56/649.46	c       649            187         186        20        -148.0000        -317.2674    114.37%
12955.67/654.51	c       654            188         187        20        -148.0000        -317.2674    114.37%
13054.77/659.56	c       660            192         191        20        -148.0000        -317.2674    114.37%
13155.82/664.69	c       665            195         194        20        -148.0000        -317.2674    114.37%
13256.89/669.79	c       670            196         195        20        -148.0000        -317.2674    114.37%
13357.99/674.89	c       675            199         198        20        -148.0000        -317.2674    114.37%
13459.10/679.99	c       680            200         199        20        -148.0000        -317.2674    114.37%
13560.88/685.09	c       685            204         203        20        -148.0000        -317.2674    114.37%
13659.96/690.14	c       690            207         206        20        -148.0000        -317.2674    114.37%
13761.16/695.20	c       695            209         208        20        -148.0000        -317.2674    114.37%
13861.51/700.21	c       700            210         209        20        -148.0000        -317.2674    114.37%
13960.62/705.27	c       705            210         209        20        -148.0000        -317.2674    114.37%
14061.73/710.36	c       710            213         212        20        -148.0000        -317.0387    114.22%
14162.83/715.49	c       715            216         215        20        -148.0000        -317.0387    114.22%
14263.88/720.54	c       721            219         218        20        -148.0000        -317.0387    114.22%
14362.94/725.59	c       726            222         221        20        -148.0000        -317.0387    114.22%
14466.01/730.70	c       731            224         223        20        -148.0000        -317.0387    114.22%
14565.13/735.77	c       736            224         223        20        -148.0000        -317.0387    114.22%
14666.24/740.83	c       741            228         227        20        -148.0000        -317.0387    114.22%
14767.34/745.93	c       746            229         228        20        -148.0000        -317.0387    114.22%
14866.46/750.98	c       751            232         231        20        -148.0000        -317.0387    114.22%
14965.56/756.03	c       756            236         235        20        -148.0000        -317.0387    114.22%
15067.45/761.11	c       761            238         237        20        -148.0000        -317.0387    114.22%
15168.55/766.20	c       766            240         239        20        -148.0000        -317.0387    114.22%
15268.86/771.29	c       771            243         242        20        -148.0000        -317.0251    114.21%
15369.96/776.40	c       776            243         242        20        -148.0000        -317.0251    114.21%
15471.07/781.45	c       781            244         243        20        -148.0000        -317.0251    114.21%
15570.14/786.47	c       786            244         243        20        -148.0000        -317.0251    114.21%
15671.31/791.58	c       792            246         245        20        -148.0000        -317.0251    114.21%
15772.36/796.61	c       797            248         247        20        -148.0000        -317.0251    114.21%
15873.45/801.71	c       802            249         248        20        -148.0000        -317.0251    114.21%
15972.57/806.77	c       807            252         251        20        -148.0000        -317.0251    114.21%
16073.66/811.83	c       812            253         252        20        -148.0000        -317.0251    114.21%
16172.76/816.85	c       817            257         256        20        -148.0000        -317.0251    114.21%
16273.84/821.95	c       822            259         258        20        -148.0000        -317.0251    114.21%
16372.97/826.98	c       827            262         261        20        -148.0000        -317.0251    114.21%
16474.61/832.07	c       832            264         263        20        -148.0000        -317.0251    114.21%
16573.87/837.08	c       837            267         266        20        -148.0000        -317.0251    114.21%
16675.26/842.18	c       842            272         271        20        -148.0000        -316.9319    114.14%
16777.27/847.33	c       847            272         271        20        -148.0000        -316.9319    114.14%
16876.39/852.38	c       852            274         273        20        -148.0000        -316.9319    114.14%
16977.50/857.45	c       857            276         275        20        -148.0000        -316.9319    114.14%
17078.52/862.54	c       863            277         276        20        -148.0000        -316.9319    114.14%
17177.63/867.60	c       868            279         278        20        -148.0000        -316.9319    114.14%
17278.71/872.65	c       873            282         281        20        -148.0000        -316.9319    114.14%
17377.82/877.70	c       878            283         282        20        -148.0000        -316.9319    114.14%
17478.92/882.75	c       883            286         285        20        -148.0000        -316.9319    114.14%
17580.02/887.82	c       888            288         287        20        -148.0000        -316.9319    114.14%
17679.15/892.87	c       893            289         288        20        -148.0000        -316.9319    114.14%
17780.22/897.93	c       898            291         290        20        -148.0000        -316.9319    114.14%
17881.97/903.08	c       903            295         294        20        -148.0000        -316.9319    114.14%
17981.00/908.13	c       908            296         295        20        -148.0000        -316.9319    114.14%
18082.05/913.19	c       913            298         297        20        -148.0000        -316.9319    114.14%
18182.35/918.30	c       918            300         299        20        -148.0000        -316.9319    114.14%
18283.45/923.39	c       923            303         302        20        -148.0000        -316.9319    114.14%
18384.56/928.44	c       928            304         303        20        -148.0000        -316.9319    114.14%
18485.67/933.50	c       934            306         305        20        -148.0000        -316.9319    114.14%
18586.78/938.60	c       939            308         307        20        -148.0000        -316.9319    114.14%
18685.91/943.65	c       944            311         310        20        -148.0000        -316.9319    114.14%
18785.03/948.70	c       949            315         314        20        -148.0000        -316.9319    114.14%
18886.12/953.75	c       954            316         315        20        -148.0000        -316.9319    114.14%
18985.23/958.80	c       959            319         318        20        -148.0000        -316.9319    114.14%
19086.33/963.88	c       964            323         322        20        -148.0000        -316.9319    114.14%
19187.38/968.93	c       969            324         323        20        -148.0000        -316.9319    114.14%
19286.46/974.03	c       974            324         323        20        -148.0000        -316.9319    114.14%
19388.22/979.08	c       979            327         326        20        -148.0000        -316.9319    114.14%
19487.31/984.13	c       984            331         330        20        -148.0000        -316.9319    114.14%
19589.68/989.22	c       989            334         333        20        -148.0000        -316.9319    114.14%
19688.77/994.27	c       994            336         335        20        -148.0000        -316.9319    114.14%
19789.87/999.32	c       999            339         338        20        -148.0000        -316.9319    114.14%
19890.97/1004.45	c      1004            343         342        20        -148.0000        -316.9319    114.14%
19989.96/1009.50	c      1009            344         343        20        -148.0000        -316.9319    114.14%
20091.06/1014.57	c      1015            347         346        20        -148.0000        -316.9319    114.14%
20192.17/1019.63	c      1020            348         347        20        -148.0000        -316.9319    114.14%
20291.28/1024.68	c      1025            351         350        20        -148.0000        -316.9319    114.14%
20392.36/1029.73	c      1030            353         352        20        -148.0000        -316.9319    114.14%
20491.48/1034.76	c      1035            354         353        20        -148.0000        -316.9319    114.14%
20590.60/1039.78	c      1040            358         357        20        -148.0000        -316.9319    114.14%
20693.68/1044.90	c      1045            359         358        20        -148.0000        -316.9319    114.14%
20792.79/1049.98	c      1050            362         361        20        -148.0000        -316.9319    114.14%
20891.91/1055.03	c      1055            363         362        20        -148.0000        -316.9319    114.14%
20993.62/1060.05	c      1060            368         367        20        -148.0000        -316.9319    114.14%
21092.92/1065.12	c      1065            369         368        20        -148.0000        -316.9319    114.14%
21193.90/1070.15	c      1070            373         372        20        -148.0000        -316.9319    114.14%
21294.34/1075.30	c      1075            374         373        20        -148.0000        -316.9319    114.14%
21395.42/1080.39	c      1080            378         377        20        -148.0000        -316.9319    114.14%
21496.60/1085.44	c      1085            378         377        20        -148.0000        -316.9319    114.14%
21597.77/1090.51	c      1091            382         381        20        -148.0000        -316.9319    114.14%
21696.96/1095.55	c      1096            382         381        20        -148.0000        -316.9319    114.14%
21800.10/1100.80	c      1101            384         383        20        -148.0000        -316.9319    114.14%
21901.22/1105.82	c      1106            387         386        20        -148.0000        -316.9319    114.14%
22000.40/1110.88	c      1111            388         387        20        -148.0000        -316.9319    114.14%
22101.58/1115.95	c      1116            392         391        20        -148.0000        -316.9319    114.14%
22200.68/1121.00	c      1121            393         392        20        -148.0000        -316.9319    114.14%
22302.63/1126.05	c      1126            398         397        20        -148.0000        -316.9319    114.14%
22403.84/1131.16	c      1131            399         398        20        -148.0000        -316.9319    114.14%
22504.20/1136.21	c      1136            402         401        20        -148.0000        -316.9319    114.14%
22603.35/1141.28	c      1141            404         403        20        -148.0000        -316.9319    114.14%
22704.60/1146.33	c      1146            406         405        20        -148.0000        -316.9319    114.14%
22803.85/1151.38	c      1151            408         407        20        -148.0000        -316.9319    114.14%
22905.02/1156.47	c      1156            411         410        20        -148.0000        -316.9319    114.14%
23005.90/1161.52	c      1162            413         412        20        -148.0000        -316.9319    114.14%
23105.14/1166.58	c      1167            414         413        20        -148.0000        -316.9319    114.14%
23206.32/1171.69	c      1172            392         391        20        -148.0000        -316.7934    114.05%
23307.52/1176.70	c      1177            396         395        20        -148.0000        -316.7934    114.05%
23408.73/1181.82	c      1182            399         398        20        -148.0000        -316.7934    114.05%
23507.97/1186.88	c      1187            402         401        20        -148.0000        -316.7934    114.05%
23609.10/1191.93	c      1192            402         401        20        -148.0000        -316.7934    114.05%
23710.93/1197.08	c      1197            403         402        20        -148.0000        -316.7934    114.05%
23811.90/1202.18	c      1202            406         405        20        -148.0000        -316.7934    114.05%
23912.23/1207.28	c      1207            408         407        20        -148.0000        -316.7934    114.05%
24013.27/1212.30	c      1212            411         410        20        -148.0000        -316.7934    114.05%
24112.55/1217.36	c      1217            412         411        20        -148.0000        -316.7934    114.05%
24213.76/1222.45	c      1222            414         413        20        -148.0000        -316.7934    114.05%
24313.06/1227.48	c      1227            418         417        20        -148.0000        -316.7934    114.05%
24416.15/1232.66	c      1233            422         421        20        -148.0000        -316.7402    114.01%
24517.38/1237.71	c      1238            423         422        20        -148.0000        -316.7402    114.01%
24616.62/1242.77	c      1243            426         425        20        -148.0000        -316.7402    114.01%
24717.74/1247.80	c      1248            429         428        20        -148.0000        -316.7402    114.01%
24816.83/1252.87	c      1253            432         431        20        -148.0000        -316.7402    114.01%
24917.92/1258.02	c      1258            435         434        20        -148.0000        -316.7402    114.01%
25019.93/1263.09	c      1263            437         436        20        -148.0000        -316.7402    114.01%
25122.22/1268.23	c      1268            439         438        20        -148.0000        -316.7402    114.01%
25221.40/1273.28	c      1273            442         441        20        -148.0000        -316.7402    114.01%
25322.42/1278.37	c      1278            444         443        20        -148.0000        -316.7402    114.01%
25423.45/1283.43	c      1283            447         446        20        -148.0000        -316.7402    114.01%
25522.42/1288.44	c      1288            452         451        20        -148.0000        -316.5354    113.88%
25623.65/1293.51	c      1294            453         452        20        -148.0000        -316.5354    113.88%
25722.91/1298.58	c      1299            454         453        20        -148.0000        -316.5354    113.88%
25824.09/1303.61	c      1304            455         454        20        -148.0000        -316.5354    113.88%
25923.28/1308.63	c      1309            458         457        20        -148.0000        -316.5354    113.88%
26024.51/1313.79	c      1314            462         461        20        -148.0000        -316.5354    113.88%
26127.52/1318.92	c      1319            463         462        20        -148.0000        -316.5354    113.88%
26226.39/1323.96	c      1324            467         466        20        -148.0000        -316.5354    113.88%
26328.19/1329.05	c      1329            471         470        20        -148.0000        -316.5354    113.88%
26427.33/1334.11	c      1334            472         471        20        -148.0000        -316.4705    113.83%
26526.56/1339.12	c      1339            474         473        20        -148.0000        -316.4705    113.83%
26628.84/1344.21	c      1344            475         474        20        -148.0000        -316.4705    113.83%
26728.07/1349.28	c      1349            478         477        20        -148.0000        -316.4705    113.83%
26829.28/1354.38	c      1354            478         477        20        -148.0000        -316.4705    113.83%
26930.47/1359.47	c      1359            481         480        20        -148.0000        -316.4705    113.83%
27029.71/1364.48	c      1364            482         481        20        -148.0000        -316.4705    113.83%
27130.87/1369.58	c      1370            484         483        20        -148.0000        -316.4705    113.83%
27232.09/1374.67	c      1375            486         485        20        -148.0000        -316.4705    113.83%
27333.18/1379.75	c      1380            488         487        20        -148.0000        -316.4705    113.83%
27432.40/1384.78	c      1385            488         487        20        -148.0000        -316.4705    113.83%
27533.37/1389.83	c      1390            490         489        20        -148.0000        -316.4705    113.83%
27634.39/1394.92	c      1395            494         493        20        -148.0000        -316.4459    113.81%
27733.39/1399.98	c      1400            495         494        20        -148.0000        -316.4459    113.81%
27835.47/1405.06	c      1405            499         498        20        -148.0000        -316.4459    113.81%
27934.51/1410.08	c      1410            502         501        20        -148.0000        -316.4459    113.81%
28033.84/1415.09	c      1415            504         503        20        -148.0000        -316.4459    113.81%
28134.93/1420.15	c      1420            505         504        20        -148.0000        -316.4459    113.81%
28234.31/1425.17	c      1425            508         507        20        -148.0000        -316.4459    113.81%
28334.57/1430.27	c      1430            512         511        20        -148.0000        -315.8942    113.44%
28435.71/1435.38	c      1435            515         514        20        -148.0000        -315.8942    113.44%
28538.83/1440.56	c      1441            518         517        20        -148.0000        -315.8942    113.44%
28640.05/1445.61	c      1446            521         520        20        -148.0000        -315.8942    113.44%
28739.25/1450.66	c      1451            526         525        20        -148.0000        -315.8942    113.44%
28838.40/1455.67	c      1456            527         526        20        -148.0000        -315.8942    113.44%
28939.53/1460.77	c      1461            529         528        20        -148.0000        -315.8942    113.44%
29040.73/1465.86	c      1466            532         531        20        -148.0000        -315.8731    113.43%
29141.96/1470.97	c      1471            535         534        20        -148.0000        -315.8731    113.43%
29241.21/1476.02	c      1476            539         538        20        -148.0000        -315.8731    113.43%
29343.23/1481.10	c      1481            542         541        20        -148.0000        -315.8731    113.43%
29444.24/1486.15	c      1486            546         545        20        -148.0000        -315.8731    113.43%
29544.30/1491.21	c      1491            547         546        20        -148.0000        -315.8731    113.43%
29643.41/1496.26	c      1496            549         548        20        -148.0000        -315.8731    113.43%
29742.37/1501.29	c      1501            553         552        20        -148.0000        -315.5503    113.21%
29843.49/1506.38	c      1506            554         553        20        -148.0000        -315.5503    113.21%
29944.53/1511.49	c      1511            556         555        20        -148.0000        -315.5503    113.21%
30045.61/1516.50	c      1516            559         558        20        -148.0000        -315.5503    113.21%
30146.84/1521.62	c      1522            562         561        20        -148.0000        -315.5503    113.21%
30246.11/1526.64	c      1527            564         563        20        -148.0000        -315.5503    113.21%
30345.35/1531.67	c      1532            565         564        20        -148.0000        -315.5503    113.21%
30446.62/1536.74	c      1537            567         566        20        -148.0000        -315.5503    113.21%
30547.86/1541.80	c      1542            570         569        20        -148.0000        -315.5503    113.21%
30646.98/1546.81	c      1547            574         573        20        -148.0000        -315.5300    113.20%
30748.03/1551.96	c      1552            575         574        20        -148.0000        -315.5300    113.20%
30851.80/1557.17	c      1557            578         577        20        -148.0000        -315.5300    113.20%
30954.14/1562.33	c      1562            579         578        20        -148.0000        -315.5300    113.20%
31053.28/1567.39	c      1567            581         580        20        -148.0000        -315.5300    113.20%
31154.36/1572.44	c      1572            586         585        20        -148.0000        -315.5300    113.20%
31255.50/1577.51	c      1578            590         589        20        -148.0000        -315.5300    113.20%
31356.61/1582.61	c      1583            593         592        20        -148.0000        -315.4017    113.11%
31455.86/1587.66	c      1588            595         594        20        -148.0000        -315.4017    113.11%
31557.07/1592.72	c      1593            599         598        20        -148.0000        -315.4017    113.11%
31658.30/1597.82	c      1598            603         602        20        -148.0000        -315.4017    113.11%
31757.46/1602.88	c      1603            607         606        20        -148.0000        -315.4017    113.11%
31858.51/1607.93	c      1608            609         608        20        -148.0000        -315.4017    113.11%
31957.30/1612.99	c      1613            614         613        20        -148.0000        -315.3613    113.08%
32059.25/1618.05	c      1618            615         614        20        -148.0000        -315.3613    113.08%
32158.28/1623.11	c      1623            619         618        20        -148.0000        -315.3613    113.08%
32260.84/1628.22	c      1628            622         621        20        -148.0000        -315.3613    113.08%
32360.01/1633.30	c      1633            622         621        20        -148.0000        -315.3613    113.08%
32461.26/1638.35	c      1638            626         625        20        -148.0000        -315.3613    113.08%
32560.29/1643.40	c      1643            630         629        20        -148.0000        -315.3613    113.08%
32661.51/1648.45	c      1648            634         633        20        -148.0000        -315.3613    113.08%
32762.58/1653.51	c      1654            638         637        20        -148.0000        -315.3613    113.08%
32861.58/1658.53	c      1659            641         640        20        -148.0000        -315.3613    113.08%
32962.62/1663.61	c      1664            645         644        20        -148.0000        -315.3613    113.08%
33061.88/1668.66	c      1669            647         646        20        -148.0000        -315.3613    113.08%
33163.04/1673.72	c      1674            650         649        20        -148.0000        -315.3613    113.08%
33262.26/1678.73	c      1679            653         652        20        -148.0000        -315.2374    113.00%
33361.50/1683.79	c      1684            655         654        20        -148.0000        -315.2374    113.00%
33462.68/1688.83	c      1689            659         658        20        -148.0000        -315.2374    113.00%
33561.69/1693.84	c      1694            663         662        20        -148.0000        -315.2374    113.00%
33660.90/1698.89	c      1699            667         666        20        -148.0000        -315.2374    113.00%
33762.13/1703.94	c      1704            670         669        20        -148.0000        -315.2374    113.00%
33861.36/1709.01	c      1709            672         671        20        -148.0000        -315.1962    112.97%
33963.43/1714.05	c      1714            674         673        20        -148.0000        -315.1962    112.97%
34062.49/1719.12	c      1719            677         676        20        -148.0000        -315.1962    112.97%
34161.78/1724.14	c      1724            680         679        20        -148.0000        -315.1962    112.97%
34263.29/1729.19	c      1729            683         682        20        -148.0000        -315.1962    112.97%
34363.39/1734.23	c      1734            683         682        20        -148.0000        -315.1962    112.97%
34462.42/1739.24	c      1739            687         686        20        -148.0000        -315.1962    112.97%
34561.49/1744.25	c      1744            692         691        20        -148.0000        -315.1594    112.95%
34662.56/1749.31	c      1749            694         693        20        -148.0000        -315.1594    112.95%
34761.72/1754.36	c      1754            697         696        20        -148.0000        -315.1594    112.95%
34860.86/1759.37	c      1759            698         697        20        -148.0000        -315.1594    112.95%
34962.09/1764.45	c      1764            699         698        20        -148.0000        -315.1594    112.95%
35063.30/1769.51	c      1770            699         698        20        -148.0000        -315.1594    112.95%
35162.55/1774.59	c      1775            701         700        20        -148.0000        -315.1594    112.95%
35263.63/1779.70	c      1780            704         703        20        -148.0000        -315.1594    112.95%
35364.71/1784.75	c      1785            707         706        20        -148.0000        -315.1594    112.95%
35465.91/1789.86	c      1790            712         711        20        -148.0000        -315.1471    112.94%
35567.12/1794.93	c      1795            712         711        20        -148.0000        -315.1471    112.94%
35666.20/1800.02	c      1800            714         713        20        -148.0000        -315.1471    112.94%
35767.89/1805.07	c      1805            719         718        20        -148.0000        -315.1471    112.94%
35868.97/1810.14	c      1810            722         721        20        -148.0000        -315.1471    112.94%
35969.32/1815.21	c      1815            726         725        20        -148.0000        -315.1471    112.94%
36068.44/1820.28	c      1820            728         727        20        -148.0000        -315.1471    112.94%
36169.67/1825.39	c      1825            730         729        20        -148.0000        -315.1471    112.94%
36270.88/1830.46	c      1830            733         732        20        -148.0000        -315.0319    112.86%
36372.12/1835.56	c      1836            735         734        20        -148.0000        -315.0319    112.86%
36471.36/1840.58	c      1841            737         736        20        -148.0000        -315.0319    112.86%
36572.60/1845.61	c      1846            739         738        20        -148.0000        -315.0319    112.86%
36671.81/1850.69	c      1851            741         740        20        -148.0000        -315.0319    112.86%
36774.89/1855.82	c      1856            743         742        20        -148.0000        -315.0319    112.86%
36874.01/1860.89	c      1861            745         744        20        -148.0000        -315.0319    112.86%
36975.25/1865.94	c      1866            748         747        20        -148.0000        -315.0319    112.86%
37074.34/1871.03	c      1871            752         751        20        -148.0000        -315.0017    112.84%
37176.18/1876.07	c      1876            754         753        20        -148.0000        -315.0017    112.84%
37275.17/1881.10	c      1881            755         754        20        -148.0000        -315.0017    112.84%
37376.03/1886.20	c      1886            758         757        20        -148.0000        -315.0017    112.84%
37476.22/1891.25	c      1891            761         760        20        -148.0000        -315.0017    112.84%
37577.40/1896.31	c      1896            764         763        20        -148.0000        -315.0017    112.84%
37676.62/1901.39	c      1901            767         766        20        -148.0000        -315.0017    112.84%
37777.86/1906.46	c      1906            772         771        20        -148.0000        -314.9945    112.83%
37879.04/1911.55	c      1912            772         771        20        -148.0000        -314.9945    112.83%
37978.27/1916.60	c      1917            775         774        20        -148.0000        -314.9945    112.83%
38079.37/1921.65	c      1922            777         776        20        -148.0000        -314.9945    112.83%
38180.40/1926.70	c      1927            779         778        20        -148.0000        -314.9945    112.83%
38279.21/1931.76	c      1932            782         781        20        -148.0000        -314.9945    112.83%
38380.44/1936.86	c      1937            786         785        20        -148.0000        -314.9945    112.83%
38481.69/1941.99	c      1942            787         786        20        -148.0000        -314.9945    112.83%
38583.24/1947.04	c      1947            789         788        20        -148.0000        -314.9945    112.83%
38682.79/1952.09	c      1952            794         793        20        -148.0000        -314.9528    112.81%
38781.89/1957.12	c      1957            797         796        20        -148.0000        -314.9528    112.81%
38883.25/1962.16	c      1962            800         799        20        -148.0000        -314.9528    112.81%
38982.20/1967.18	c      1967            805         804        20        -148.0000        -314.9528    112.81%
39082.46/1972.28	c      1972            809         808        20        -148.0000        -314.9528    112.81%
39183.55/1977.34	c      1977            812         811        20        -148.0000        -314.8917    112.76%
39282.62/1982.39	c      1982            814         813        20        -148.0000        -314.8917    112.76%
39383.80/1987.44	c      1987            814         813        20        -148.0000        -314.8917    112.76%
39482.66/1992.49	c      1992            818         817        20        -148.0000        -314.8917    112.76%
39583.68/1997.52	c      1998            820         819        20        -148.0000        -314.8917    112.76%
39684.77/2002.65	c      2003            821         820        20        -148.0000        -314.8917    112.76%
39785.88/2007.70	c      2008            823         822        20        -148.0000        -314.8917    112.76%
39884.99/2012.80	c      2013            825         824        20        -148.0000        -314.8917    112.76%
39986.07/2017.84	c      2018            830         829        20        -148.0000        -314.8917    112.76%
40085.17/2022.89	c      2023            831         830        20        -148.0000        -314.8917    112.76%
40186.29/2027.97	c      2028            833         832        20        -148.0000        -314.8065    112.71%
40288.04/2033.10	c      2033            836         835        20        -148.0000        -314.8065    112.71%
40389.02/2038.15	c      2038            839         838        20        -148.0000        -314.8065    112.71%
40488.34/2043.20	c      2043            841         840        20        -148.0000        -314.8065    112.71%
40588.56/2048.22	c      2048            842         841        20        -148.0000        -314.8065    112.71%
40689.64/2053.35	c      2053            843         842        20        -148.0000        -314.8065    112.71%
40788.71/2058.40	c      2058            845         844        20        -148.0000        -314.8065    112.71%
40889.79/2063.44	c      2063            847         846        20        -148.0000        -314.8065    112.71%
40990.76/2068.54	c      2069            849         848        20        -148.0000        -314.8065    112.71%
41091.71/2073.62	c      2074            852         851        20        -148.0000        -314.6277    112.59%
41192.71/2078.73	c      2079            854         853        20        -148.0000        -314.6277    112.59%
41291.75/2083.78	c      2084            857         856        20        -148.0000        -314.6277    112.59%
41392.76/2088.83	c      2089            861         860        20        -148.0000        -314.6277    112.59%
41493.70/2093.92	c      2094            864         863        20        -148.0000        -314.6277    112.59%
41592.81/2098.97	c      2099            866         865        20        -148.0000        -314.6277    112.59%
41694.39/2104.04	c      2104            868         867        20        -148.0000        -314.6277    112.59%
41793.56/2109.12	c      2109            868         867        20        -148.0000        -314.6277    112.59%
41894.57/2114.17	c      2114            872         871        20        -148.0000        -314.6261    112.59%
41995.06/2119.22	c      2119            873         872        20        -148.0000        -314.6261    112.59%
42096.19/2124.32	c      2124            874         873        20        -148.0000        -314.6261    112.59%
42195.30/2129.33	c      2129            878         877        20        -148.0000        -314.6261    112.59%
42296.41/2134.41	c      2134            881         880        20        -148.0000        -314.6261    112.59%
42395.48/2139.46	c      2139            885         884        20        -148.0000        -314.6261    112.59%
42496.39/2144.51	c      2145            887         886        20        -148.0000        -314.6261    112.59%
42595.50/2149.56	c      2150            890         889        20        -148.0000        -314.6261    112.59%
42694.58/2154.58	c      2155            891         890        20        -148.0000        -314.6261    112.59%
42793.68/2159.59	c      2160            893         892        20        -148.0000        -314.6071    112.57%
42894.77/2164.68	c      2165            895         894        20        -148.0000        -314.6071    112.57%
42995.84/2169.73	c      2170            899         898        20        -148.0000        -314.6071    112.57%
43096.93/2174.82	c      2175            904         903        20        -148.0000        -314.6071    112.57%
43198.00/2179.93	c      2180            905         904        20        -148.0000        -314.6071    112.57%
43297.11/2184.98	c      2185            907         906        20        -148.0000        -314.6071    112.57%
43396.17/2190.03	c      2190            910         909        20        -148.0000        -314.6071    112.57%
43497.80/2195.08	c      2195            913         912        20        -148.0000        -314.5750    112.55%
43596.85/2200.13	c      2200            915         914        20        -148.0000        -314.5750    112.55%
43699.16/2205.24	c      2205            917         916        20        -148.0000        -314.5750    112.55%
43800.17/2210.34	c      2210            918         917        20        -148.0000        -314.5750    112.55%
43901.22/2215.45	c      2215            922         921        20        -148.0000        -314.5750    112.55%
44000.26/2220.46	c      2220            925         924        20        -148.0000        -314.5750    112.55%
44103.33/2225.62	c      2226            929         928        20        -148.0000        -314.5750    112.55%
44202.41/2230.65	c      2231            931         930        20        -148.0000        -314.5750    112.55%
44301.37/2235.68	c      2236            934         933        20        -148.0000        -314.3826    112.42%
44402.38/2240.74	c      2241            936         935        20        -148.0000        -314.2752    112.35%
44501.35/2245.74	c      2246            938         937        20        -148.0000        -314.2752    112.35%
44604.40/2251.01	c      2251            939         938        20        -148.0000        -314.2752    112.35%
44706.06/2256.03	c      2256            945         944        20        -148.0000        -314.2752    112.35%
44805.45/2261.13	c      2261            947         946        20        -148.0000        -314.2752    112.35%
44905.99/2266.14	c      2266            950         949        20        -148.0000        -314.2752    112.35%
45006.32/2271.21	c      2271            953         952        20        -148.0000        -314.1873    112.29%
45105.27/2276.28	c      2276            955         954        20        -148.0000        -314.1873    112.29%
45206.19/2281.37	c      2281            958         957        20        -148.0000        -314.1873    112.29%
45307.14/2286.45	c      2286            962         961        20        -148.0000        -314.1873    112.29%
45408.25/2291.53	c      2292            967         966        20        -148.0000        -314.1873    112.29%
45507.33/2296.59	c      2297            970         969        20        -148.0000        -314.1873    112.29%
45608.38/2301.61	c      2302            972         971        20        -148.0000        -314.1873    112.29%
45709.45/2306.74	c      2307            975         974        20        -148.0000        -314.1873    112.29%
45808.60/2311.79	c      2312            976         975        20        -148.0000        -314.1873    112.29%
45909.84/2316.84	c      2317            979         978        20        -148.0000        -314.1873    112.29%
46009.08/2321.86	c      2322            982         981        20        -148.0000        -314.1873    112.29%
46110.31/2326.94	c      2327            984         983        20        -148.0000        -314.1873    112.29%
46209.55/2331.99	c      2332            986         985        20        -148.0000        -314.1873    112.29%
46311.37/2337.08	c      2337            990         989        20        -148.0000        -314.1873    112.29%
46410.70/2342.09	c      2342            991         990        20        -148.0000        -314.1873    112.29%
46509.70/2347.11	c      2347            991         990        20        -148.0000        -314.1873    112.29%
46610.81/2352.18	c      2352            991         990        20        -148.0000        -314.1873    112.29%
46711.46/2357.24	c      2357            991         990        20        -148.0000        -314.1873    112.29%
46810.70/2362.29	c      2362            995         994        20        -148.0000        -314.1873    112.29%
46915.94/2367.53	c      2368            997         996        20        -148.0000        -314.1873    112.29%
47015.08/2372.60	c      2373           1001        1000        20        -148.0000        -314.1873    112.29%
47116.25/2377.65	c      2378           1002        1001        20        -148.0000        -314.1873    112.29%
47217.45/2382.73	c      2383           1004        1003        20        -148.0000        -314.1873    112.29%
47318.50/2387.80	c      2388           1007        1006        20        -148.0000        -314.1873    112.29%
47419.60/2392.91	c      2393           1011        1010        20        -148.0000        -314.1873    112.29%
47518.76/2397.96	c      2398           1015        1014        20        -148.0000        -314.1873    112.29%
47620.58/2403.04	c      2403           1017        1016        20        -148.0000        -314.1873    112.29%
47720.06/2408.10	c      2408           1021        1020        20        -148.0000        -314.1873    112.29%
47821.27/2413.15	c      2413           1024        1023        20        -148.0000        -314.1873    112.29%
47921.70/2418.21	c      2418           1027        1026        20        -148.0000        -314.1873    112.29%
48022.93/2423.31	c      2423           1030        1029        20        -148.0000        -314.1873    112.29%
48122.18/2428.37	c      2428           1033        1032        20        -148.0000        -314.1873    112.29%
48223.35/2433.41	c      2433           1035        1034        20        -148.0000        -314.1873    112.29%
48322.53/2438.49	c      2438           1039        1038        20        -148.0000        -314.1873    112.29%
48425.63/2443.62	c      2444           1042        1041        20        -148.0000        -314.1873    112.29%
48526.67/2448.71	c      2449           1047        1046        20        -148.0000        -314.1873    112.29%
48625.73/2453.72	c      2454           1050           0        20        -148.0000        -314.1873    112.29%
48726.81/2458.81	c      2459           1050           0        20        -148.0000        -314.1873    112.29%
48825.93/2463.86	c      2464           1050           0        20        -148.0000        -314.1873    112.29%
48927.05/2468.90	c      2469           1050           0        20        -148.0000        -314.1873    112.29%
49026.12/2474.01	c      2474           1050           0        20        -148.0000        -314.1873    112.29%
49128.00/2479.07	c      2479           1050           0        20        -148.0000        -314.1873    112.29%
49226.58/2484.12	c      2484           1050           0        20        -148.0000        -314.1873    112.29%
49327.56/2489.18	c      2489           1051           1        20        -148.0000        -314.1873    112.29%
49427.94/2494.28	c      2494           1051           1        20        -148.0000        -314.1873    112.29%
49529.01/2499.33	c      2499           1051           1        20        -148.0000        -314.1873    112.29%
49628.00/2504.38	c      2504           1052           2        20        -148.0000        -314.1873    112.29%
49729.03/2509.43	c      2509           1052           2        20        -148.0000        -314.1873    112.29%
49828.00/2514.49	c      2514           1053           3        20        -148.0000        -314.1873    112.29%
49931.06/2519.62	c      2520           1055           5        20        -148.0000        -314.1873    112.29%
50032.09/2524.71	c      2525           1057           7        20        -148.0000        -314.1873    112.29%
50131.10/2529.76	c      2530           1057           7        20        -148.0000        -314.1873    112.29%
50232.13/2534.81	c      2535           1057           7        20        -148.0000        -314.1873    112.29%
50331.18/2539.84	c      2540           1060          10        20        -148.0000        -314.1873    112.29%
50432.25/2544.96	c      2545           1060          10        20        -148.0000        -314.1873    112.29%
50531.31/2550.02	c      2550           1061          11        20        -148.0000        -314.1873    112.29%
50633.05/2555.12	c      2555           1063          13        20        -148.0000        -314.1873    112.29%
50734.29/2560.17	c      2560           1063          13        20        -148.0000        -314.1873    112.29%
50834.49/2565.22	c      2565           1064          14        20        -148.0000        -314.1873    112.29%
50933.51/2570.29	c      2570           1065          15        20        -148.0000        -314.1873    112.29%
51034.46/2575.38	c      2575           1066          16        20        -148.0000        -314.1873    112.29%
51135.39/2580.46	c      2580           1067          17        20        -148.0000        -314.1873    112.29%
51236.49/2585.52	c      2586           1068          18        20        -148.0000        -314.1873    112.29%
51335.61/2590.57	c      2591           1068          18        20        -148.0000        -314.1873    112.29%
51434.73/2595.58	c      2596           1069          19        20        -148.0000        -314.1873    112.29%
51533.91/2600.59	c      2601           1071          21        20        -148.0000        -314.1873    112.29%
51636.96/2605.76	c      2606           1072          22        20        -148.0000        -314.1873    112.29%
51738.03/2610.81	c      2611           1072          22        20        -148.0000        -314.1873    112.29%
51837.13/2615.86	c      2616           1075          25        20        -148.0000        -314.1873    112.29%
51938.10/2620.91	c      2621           1075          25        20        -148.0000        -314.1873    112.29%
52037.14/2625.96	c      2626           1076          26        20        -148.0000        -314.1873    112.29%
52136.15/2631.01	c      2631           1076          26        20        -148.0000        -314.1873    112.29%
52237.75/2636.06	c      2636           1079          29        20        -148.0000        -314.1873    112.29%
52336.80/2641.11	c      2641           1079          29        20        -148.0000        -314.1873    112.29%
52437.87/2646.19	c      2646           1081          31        20        -148.0000        -314.1873    112.29%
52538.14/2651.24	c      2651           1082          32        20        -148.0000        -314.1873    112.29%
52637.26/2656.29	c      2656           1082          32        20        -148.0000        -314.1873    112.29%
52738.31/2661.36	c      2661           1083          33        20        -148.0000        -314.1873    112.29%
52837.41/2666.37	c      2666           1083          33        20        -148.0000        -314.1873    112.29%
52928.57/2670.94	c *    2671           1083          33        20        -149.0000        -314.1873    110.86%
52938.45/2671.40	c      2671           1084          34        20        -149.0000        -314.1873    110.86%
53037.59/2676.46	c      2676           1084          34        20        -149.0000        -314.1873    110.86%
53138.43/2681.51	c      2682           1085          35        20        -149.0000        -314.1873    110.86%
53239.32/2686.64	c      2687           1086          36        20        -149.0000        -314.1873    110.86%
53340.30/2691.71	c      2692           1086          36        20        -149.0000        -314.1873    110.86%
53439.36/2696.76	c      2697           1087          37        20        -149.0000        -314.1873    110.86%
53540.46/2701.81	c      2702           1088          38        20        -149.0000        -314.1873    110.86%
53639.61/2706.87	c      2707           1088          38        20        -149.0000        -314.1873    110.86%
53740.69/2711.92	c      2712           1090          40        20        -149.0000        -314.1873    110.86%
53839.77/2716.93	c      2717           1091          41        20        -149.0000        -314.1873    110.86%
53943.54/2722.16	c      2722           1094          44        20        -149.0000        -314.1873    110.86%
54043.87/2727.27	c      2727           1097          47        20        -149.0000        -314.1873    110.86%
54144.97/2732.38	c      2732           1102          52        20        -149.0000        -314.1873    110.86%
54246.07/2737.43	c      2737           1102          52        20        -149.0000        -314.1873    110.86%
54345.15/2742.48	c      2742           1103          53        20        -149.0000        -314.1873    110.86%
54446.30/2747.51	c      2748           1106          56        20        -149.0000        -314.1873    110.86%
54547.38/2752.62	c      2753           1106          56        20        -149.0000        -314.1873    110.86%
54646.49/2757.67	c      2758           1107          57        20        -149.0000        -314.1873    110.86%
54745.58/2762.69	c      2763           1107          57        20        -149.0000        -314.1873    110.86%
54846.88/2767.79	c      2768           1111          61        20        -149.0000        -314.1873    110.86%
54947.66/2772.83	c      2773           1116          66        20        -149.0000        -314.1873    110.86%
55051.39/2778.10	c      2778           1120          70        20        -149.0000        -314.1873    110.86%
55152.42/2783.18	c      2783           1122          72        20        -149.0000        -314.1873    110.86%
55252.90/2788.26	c      2788           1123          73        20        -149.0000        -314.1873    110.86%
55354.00/2793.31	c      2793           1124          74        20        -149.0000        -314.1873    110.86%
55453.19/2798.36	c      2798           1127          77        20        -149.0000        -314.1873    110.86%
55554.44/2803.41	c      2803           1132          82        20        -149.0000        -314.1873    110.86%
55653.48/2808.49	c      2808           1132          82        20        -149.0000        -314.1873    110.86%
55754.62/2813.57	c      2814           1136          86        20        -149.0000        -314.1873    110.86%
55855.74/2818.64	c      2819           1139          89        20        -149.0000        -314.1873    110.86%
55956.93/2823.73	c      2824           1140          90        20        -149.0000        -314.1873    110.86%
56058.13/2828.80	c      2829           1142          92        20        -149.0000        -314.1873    110.86%
56157.28/2833.85	c      2834           1147          97        20        -149.0000        -314.1873    110.86%
56258.34/2838.94	c      2839           1150         100        20        -149.0000        -314.1873    110.86%
56357.50/2843.99	c      2844           1152         102        20        -149.0000        -314.1873    110.86%
56459.39/2849.12	c      2849           1155         105        20        -149.0000        -314.1873    110.86%
56560.54/2854.19	c      2854           1159         109        20        -149.0000        -314.1873    110.86%
56661.00/2859.24	c      2859           1163         113        20        -149.0000        -314.1873    110.86%
56762.17/2864.35	c      2864           1167         117        20        -149.0000        -314.1873    110.86%
56861.29/2869.40	c      2869           1171         121        20        -149.0000        -314.1873    110.86%
56962.50/2874.45	c      2874           1175         125        20        -149.0000        -314.1873    110.86%
57063.68/2879.51	c      2880           1179         129        20        -149.0000        -314.1873    110.86%
57162.95/2884.56	c      2885           1180         130        20        -149.0000        -314.1873    110.86%
57264.18/2889.61	c      2890           1183         133        20        -149.0000        -314.1873    110.86%
57363.43/2894.66	c      2895           1187         137        20        -149.0000        -314.1873    110.86%
57464.60/2899.71	c      2900           1191         141        20        -149.0000        -314.1873    110.86%
57563.75/2904.76	c      2905           1194         144        20        -149.0000        -314.1873    110.86%
57664.99/2909.81	c      2910           1196         146        20        -149.0000        -314.1873    110.86%
57764.26/2914.86	c      2915           1196         146        20        -149.0000        -314.1873    110.86%
57865.44/2919.91	c      2920           1197         147        20        -149.0000        -314.1873    110.86%
57964.70/2925.00	c      2925           1197         147        20        -149.0000        -314.1873    110.86%
58066.81/2930.06	c      2930           1200         150        20        -149.0000        -314.1873    110.86%
58168.08/2935.16	c      2935           1202         152        20        -149.0000        -314.1873    110.86%
58267.15/2940.19	c      2940           1204         154        20        -149.0000        -314.1873    110.86%
58369.54/2945.33	c      2945           1209         159        20        -149.0000        -314.1873    110.86%
58468.67/2950.38	c      2950           1210         160        20        -149.0000        -314.1873    110.86%
58569.77/2955.42	c      2955           1214         164        20        -149.0000        -314.1873    110.86%
58670.75/2960.53	c      2961           1220         170        20        -149.0000        -314.1873    110.86%
58771.90/2965.64	c      2966           1222         172        20        -149.0000        -314.1873    110.86%
58871.05/2970.68	c      2971           1222         172        20        -149.0000        -314.1873    110.86%
58972.21/2975.79	c      2976           1222         172        20        -149.0000        -314.1873    110.86%
59073.25/2980.80	c      2981           1222         172        20        -149.0000        -314.1873    110.86%
59174.33/2986.00	c      2986           1225         175        20        -149.0000        -314.1873    110.86%
59276.16/2991.08	c      2991           1228         178        20        -149.0000        -314.1873    110.86%
59375.27/2996.13	c      2996           1232         182        20        -149.0000        -314.1873    110.86%
59477.67/3001.22	c      3001           1235         185        20        -149.0000        -314.1873    110.86%
59576.90/3006.28	c      3006           1237         187        20        -149.0000        -314.1873    110.86%
59678.03/3011.36	c      3011           1239         189        20        -149.0000        -314.1873    110.86%
59779.08/3016.42	c      3016           1243         193        20        -149.0000        -314.1873    110.86%
59878.15/3021.46	c      3021           1248         198        20        -149.0000        -314.1873    110.86%
59981.28/3026.62	c      3027           1254         204        20        -149.0000        -314.1873    110.86%
60080.37/3031.68	c      3032           1254         204        20        -149.0000        -314.1873    110.86%
60181.52/3036.73	c      3037           1258         208        20        -149.0000        -314.1873    110.86%
60280.71/3041.79	c      3042           1260         210        20        -149.0000        -314.1873    110.86%
60381.90/3046.86	c      3047           1263         213        20        -149.0000        -314.1873    110.86%
60483.07/3051.94	c      3052           1268         218        20        -149.0000        -314.1873    110.86%
60582.30/3056.99	c      3057           1270         220        20        -149.0000        -314.1873    110.86%
60684.18/3062.04	c      3062           1274         224        20        -149.0000        -314.1873    110.86%
60783.41/3067.09	c      3067           1274         224        20        -149.0000        -314.1873    110.86%
60884.32/3072.18	c      3072           1278         228        20        -149.0000        -314.1873    110.86%
60986.90/3077.30	c      3077           1279         229        20        -149.0000        -314.1873    110.86%
61085.97/3082.37	c      3082           1282         232        20        -149.0000        -314.1873    110.86%
61187.16/3087.42	c      3087           1284         236        20        -149.0000        -314.1873    110.86%
61286.36/3092.43	c      3092           1287         237        20        -149.0000        -314.1873    110.86%
61385.58/3097.49	c      3097           1292         242        20        -149.0000        -314.1873    110.86%
61486.63/3102.50	c      3102           1297         247        20        -149.0000        -314.1873    110.86%
61587.54/3107.62	c      3108           1298         248        20        -149.0000        -314.1873    110.86%
61686.54/3112.68	c      3113           1302         252        20        -149.0000        -314.1873    110.86%
61787.69/3117.73	c      3118           1305         255        20        -149.0000        -314.1873    110.86%
61888.68/3122.82	c      3123           1309         259        20        -149.0000        -314.1873    110.86%
61987.83/3127.83	c      3128           1312         262        20        -149.0000        -314.1873    110.86%
62086.96/3132.86	c      3133           1317         267        20        -149.0000        -314.1873    110.86%
62188.05/3137.95	c      3138           1321         271        20        -149.0000        -314.1873    110.86%
62287.16/3143.01	c      3143           1327         277        20        -149.0000        -314.1873    110.86%
62386.12/3148.04	c      3148           1330         280        20        -149.0000        -314.1873    110.86%
62487.75/3153.05	c      3153           1334         284        20        -149.0000        -314.1873    110.86%
62586.87/3158.10	c      3158           1340         290        20        -149.0000        -314.1873    110.86%
62686.03/3163.11	c      3163           1345         295        20        -149.0000        -314.1873    110.86%
62787.35/3168.20	c      3168           1349         299        20        -149.0000        -314.1873    110.86%
62887.51/3173.25	c      3173           1354         304        20        -149.0000        -314.1873    110.86%
62988.67/3178.34	c      3178           1357         307        20        -149.0000        -314.1873    110.86%
63087.75/3183.35	c      3183           1362         312        20        -149.0000        -314.1873    110.86%
63188.90/3188.44	c      3188           1367         317        20        -149.0000        -314.1873    110.86%
63289.94/3193.52	c      3194           1372         322        20        -149.0000        -314.1873    110.86%
63391.05/3198.66	c      3199           1377         327        20        -149.0000        -314.1873    110.86%
63492.10/3203.71	c      3204           1380         330        20        -149.0000        -314.1873    110.86%
63591.24/3208.73	c      3209           1385         335        20        -149.0000        -314.1873    110.86%
63692.35/3213.84	c      3214           1390         340        20        -149.0000        -314.1873    110.86%
63791.52/3218.89	c      3219           1394         344        20        -149.0000        -314.1873    110.86%
63892.35/3223.90	c      3224           1397         347        20        -149.0000        -314.1873    110.86%
63991.51/3228.92	c      3229           1399         349        20        -149.0000        -314.1873    110.86%
64090.60/3233.97	c      3234           1402         352        20        -149.0000        -314.1873    110.86%
64189.76/3238.99	c      3239           1405         355        20        -149.0000        -314.1873    110.86%
64291.42/3244.06	c      3244           1410         360        20        -149.0000        -314.1873    110.86%
64392.55/3249.19	c      3249           1414         364        20        -149.0000        -314.1873    110.86%
64492.82/3254.21	c      3254           1419         369        20        -149.0000        -314.1873    110.86%
64593.69/3259.31	c      3259           1422         372        20        -149.0000        -314.1873    110.86%
64692.74/3264.38	c      3264           1427         377        20        -149.0000        -314.1873    110.86%
64793.91/3269.41	c      3269           1432         382        20        -149.0000        -314.1873    110.86%
64892.82/3274.48	c      3274           1436         386        20        -149.0000        -314.1873    110.86%
64993.81/3279.53	c      3280           1440         390        20        -149.0000        -314.1873    110.86%
65092.87/3284.58	c      3285           1444         394        20        -149.0000        -314.1873    110.86%
65192.01/3289.59	c      3290           1447         397        20        -149.0000        -314.1873    110.86%
65293.14/3294.65	c      3295           1450         400        20        -149.0000        -314.1873    110.86%
65392.04/3299.70	c      3300           1454         404        20        -149.0000        -314.1873    110.86%
65492.96/3304.73	c      3305           1457         407        20        -149.0000        -314.1873    110.86%
65594.14/3309.86	c      3310           1461         411        20        -149.0000        -314.1873    110.86%
65695.06/3314.92	c      3315           1461         411        20        -149.0000        -314.1873    110.86%
65794.22/3320.00	c      3320           1462         412        20        -149.0000        -314.1873    110.86%
65896.00/3325.07	c      3325           1466         416        20        -149.0000        -314.1873    110.86%
65995.20/3330.13	c      3330           1470         420        20        -149.0000        -314.1873    110.86%
66095.98/3335.19	c      3335           1475         425        20        -149.0000        -314.1873    110.86%
66198.47/3340.32	c      3340           1479         429        20        -149.0000        -314.1873    110.86%
66297.62/3345.38	c      3345           1482         432        20        -149.0000        -314.1873    110.86%
66398.85/3350.47	c      3350           1485         435        20        -149.0000        -314.1873    110.86%
66500.16/3355.59	c      3356           1489         439        20        -149.0000        -314.1873    110.86%
66601.17/3360.62	c      3361           1492         442        20        -149.0000        -314.1873    110.86%
66700.34/3365.65	c      3366           1496         446        20        -149.0000        -314.1873    110.86%
66801.69/3370.72	c      3371           1497         447        20        -149.0000        -314.1873    110.86%
66900.80/3375.79	c      3376           1502         452        20        -149.0000        -314.1873    110.86%
67004.03/3380.94	c      3381           1507         457        20        -149.0000        -314.1873    110.86%
67103.14/3385.99	c      3386           1510         460        20        -149.0000        -314.1873    110.86%
67205.18/3391.05	c      3391           1510         460        20        -149.0000        -314.1873    110.86%
67304.11/3396.11	c      3396           1512         462        20        -149.0000        -314.1873    110.86%
67405.47/3401.14	c      3401           1516         466        20        -149.0000        -314.1873    110.86%
67505.93/3406.21	c      3406           1520         470        20        -149.0000        -314.1873    110.86%
67605.14/3411.25	c      3411           1525         475        20        -149.0000        -314.1873    110.86%
67704.23/3416.26	c      3416           1530         480        20        -149.0000        -314.1873    110.86%
67803.36/3421.28	c      3421           1532         482        20        -149.0000        -314.1873    110.86%
67904.48/3426.33	c      3426           1536         486        20        -149.0000        -314.1873    110.86%
68003.61/3431.35	c      3431           1537         487        20        -149.0000        -314.1873    110.86%
68102.84/3436.38	c      3436           1538         488        20        -149.0000        -314.1873    110.86%
68204.04/3441.45	c      3441           1542         492        20        -149.0000        -314.1873    110.86%
68303.21/3446.46	c      3446           1545         495        20        -149.0000        -314.1873    110.86%
68406.39/3451.67	c      3452           1550         500        20        -149.0000        -314.1873    110.86%
68507.59/3456.72	c      3457           1555         505        20        -149.0000        -314.1873    110.86%
68608.81/3461.83	c      3462           1559         509        20        -149.0000        -314.1873    110.86%
68707.93/3466.84	c      3467           1564         514        20        -149.0000        -314.1873    110.86%
68809.02/3471.93	c      3472           1567         517        20        -149.0000        -314.1873    110.86%
68907.97/3476.98	c      3477           1570         520        20        -149.0000        -314.1873    110.86%
69006.79/3482.03	c      3482           1575         525        20        -149.0000        -314.1873    110.86%
69108.62/3487.10	c      3487           1580         530        20        -149.0000        -314.1873    110.86%
69209.82/3492.15	c      3492           1580         530        20        -149.0000        -314.1873    110.86%
69308.88/3497.17	c      3497           1585         535        20        -149.0000        -314.1873    110.86%
69408.30/3502.17	c      3502           1586         536        20        -149.0000        -314.1873    110.86%
69507.31/3507.18	c      3507           1588         538        20        -149.0000        -314.1873    110.86%
69609.76/3512.34	c      3512           1592         542        20        -149.0000        -314.1873    110.86%
69710.96/3517.45	c      3517           1596         546        20        -149.0000        -314.1873    110.86%
69812.16/3522.52	c      3523           1597         547        20        -149.0000        -314.1873    110.86%
69911.36/3527.59	c      3528           1601         551        20        -149.0000        -314.1873    110.86%
70012.50/3532.64	c      3533           1605         555        20        -149.0000        -314.1873    110.86%
70111.69/3537.70	c      3538           1607         557        20        -149.0000        -314.1873    110.86%
70212.71/3542.74	c      3543           1612         562        20        -149.0000        -314.1873    110.86%
70313.88/3547.81	c      3548           1616         566        20        -149.0000        -314.1873    110.86%
70413.09/3552.89	c      3553           1616         566        20        -149.0000        -314.1873    110.86%
70514.29/3558.02	c      3558           1620         570        20        -149.0000        -314.1873    110.86%
70616.40/3563.12	c      3563           1627         577        20        -149.0000        -314.1873    110.86%
70718.46/3568.23	c      3568           1630         580        20        -149.0000        -314.1873    110.86%
70817.66/3573.27	c      3573           1636         586        20        -149.0000        -314.1873    110.86%
70918.86/3578.32	c      3578           1637         587        20        -149.0000        -314.1873    110.86%
71018.07/3583.36	c      3583           1640         590        20        -149.0000        -314.1873    110.86%
71119.27/3588.45	c      3588           1644         594        20        -149.0000        -314.1873    110.86%
71220.47/3593.53	c      3594           1650         600        20        -149.0000        -314.1873    110.86%
71321.67/3598.65	c      3599           1654         604        20        -149.0000        -314.1873    110.86%
71422.71/3603.76	c      3604           1657         607        20        -149.0000        -314.1873    110.86%
71521.91/3608.79	c      3609           1661         611        20        -149.0000        -314.1873    110.86%
71625.09/3613.95	c      3614           1661         611        20        -149.0000        -314.1873    110.86%
71724.12/3618.98	c      3619           1661         613        20        -149.0000        -314.1873    110.86%
71825.77/3624.07	c      3624           1662         612        20        -149.0000        -314.1873    110.86%
71925.10/3629.12	c      3629           1666         616        20        -149.0000        -314.1873    110.86%

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 (185425 MiB free)
  memory of node 1: 193494 MiB (172764 MiB free)
  memory of node 2: 193531 MiB (184690 MiB free)
  memory of node 3: 193531 MiB (192159 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-4466008-1722457393/watcher-4466008-1722457393 -o /tmp/evaluation-result-4466008-1722457393/solver-4466008-1722457393 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722454451-71507 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4466008-1722457393.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100104 s]*
/proc/loadavg: 79.42 79.82 78.02 62/983 75955
/proc/meminfo: memFree=752622228/790760804 swapFree=131071996/131071996
[pid=75954] ppid=75951 vsize=92420 memory=79196 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/stat : 75954 (fscip) R 75951 75954 71494 0 -1 4194304 17603 0 0 0 9 2 0 0 20 0 1 0 12322409 94638080 19799 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
/proc/75954/statm: 23105 19799 2630 3035 0 19501 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 92420 KiB
Current children cumulated memory: 79196 KiB

[startup+0.219387 s]*
/proc/loadavg: 79.42 79.82 78.02 62/983 75955
/proc/meminfo: memFree=752598384/790760804 swapFree=131071996/131071996
[pid=75954] ppid=75951 vsize=107516 memory=93996 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/stat : 75954 (fscip) R 75951 75954 71494 0 -1 4194304 21289 0 0 0 20 3 0 0 20 0 1 0 12322409 110096384 23499 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
/proc/75954/statm: 26879 23499 2662 3035 0 23275 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 107516 KiB
Current children cumulated memory: 93996 KiB

[startup+0.319164 s]*
/proc/loadavg: 79.42 79.82 78.02 62/1003 75975
/proc/meminfo: memFree=752552712/790760804 swapFree=131071996/131071996
[pid=75954] ppid=75951 vsize=1589220 memory=152104 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/stat : 75954 (fscip) S 75951 75954 71494 0 -1 1077936128 37032 0 0 0 27 6 0 0 20 0 21 0 12322409 1627361280 38026 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
/proc/75954/statm: 397305 38026 2694 3035 0 78427 0
[pid=75954/tid=75956] ppid=75951 vsize=1589220 memory=-5155634591488763781 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75956/stat : 75956 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38026 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75957] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75957/stat : 75957 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38026 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75958] ppid=75951 vsize=1589220 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75958/stat : 75958 (fscip) S 75951 75954 71494 0 -1 1077936192 2924 0 0 0 1 0 0 0 20 0 21 0 12322435 1627361280 38026 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75959] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75959/stat : 75959 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38026 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75960] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75960/stat : 75960 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38026 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75961] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75961/stat : 75961 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38026 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75962] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75962/stat : 75962 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38026 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75963] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75963/stat : 75963 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38026 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75964] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75964/stat : 75964 (fscip) R 75951 75954 71494 0 -1 4194368 130 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38026 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75965] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75965/stat : 75965 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38092 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75966] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75966/stat : 75966 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38092 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75967] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75967/stat : 75967 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38092 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75968] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75968/stat : 75968 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38092 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75969] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75969/stat : 75969 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38092 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75970] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75970/stat : 75970 (fscip) S 75951 75954 71494 0 -1 1077936192 2924 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38092 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75971] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75971/stat : 75971 (fscip) S 75951 75954 71494 0 -1 1077936192 2924 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38092 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75972] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75972/stat : 75972 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38092 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75973] ppid=75951 vsize=1589220 memory=0 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75973/stat : 75973 (fscip) S 75951 75954 71494 0 -1 1077936192 2924 0 0 0 1 0 0 0 20 0 21 0 12322435 1627361280 38092 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75974] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75974/stat : 75974 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38092 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75975] ppid=75951 vsize=1589220 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75975/stat : 75975 (fscip) S 75951 75954 71494 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 12322435 1627361280 38092 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1589220 KiB
Current children cumulated memory: 152104 KiB

[startup+0.710348 s]
/proc/loadavg: 79.42 79.82 78.02 62/1003 75975
/proc/meminfo: memFree=752395732/790760804 swapFree=131071996/131071996
[pid=75954] ppid=75951 vsize=1770616 memory=774872 CPUtime=3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/stat : 75954 (fscip) S 75951 75954 71494 0 -1 1077936128 221626 0 0 0 252 48 0 0 20 0 41 0 12322409 1813110784 193718 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 17 79 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
/proc/75954/statm: 442654 193718 2790 3035 0 294715 0
[pid=75954/tid=75956] ppid=75951 vsize=1770616 memory=6656426216303648864 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75956/stat : 75956 (fscip) R 75951 75954 71494 0 -1 4194368 10024 0 0 0 10 2 0 0 20 0 41 0 12322435 1813110784 193718 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75957] ppid=75951 vsize=1770616 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75957/stat : 75957 (fscip) R 75951 75954 71494 0 -1 4194368 9667 0 0 0 11 1 0 0 20 0 41 0 12322435 1813110784 193718 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75958] ppid=75951 vsize=1770616 memory=11440 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75958/stat : 75958 (fscip) R 75951 75954 71494 0 -1 4194368 9651 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193718 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75959] ppid=75951 vsize=1770616 memory=5512 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75959/stat : 75959 (fscip) R 75951 75954 71494 0 -1 4194368 10776 0 0 0 12 1 0 0 20 0 41 0 12322435 1813110784 193718 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75960] ppid=75951 vsize=1770616 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75960/stat : 75960 (fscip) R 75951 75954 71494 0 -1 4194368 9420 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193718 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75961] ppid=75951 vsize=1770616 memory=15664 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75961/stat : 75961 (fscip) R 75951 75954 71494 0 -1 4194368 9317 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193718 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75962] ppid=75951 vsize=1770616 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75962/stat : 75962 (fscip) R 75951 75954 71494 0 -1 4194368 10916 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193784 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75963] ppid=75951 vsize=1770616 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75963/stat : 75963 (fscip) R 75951 75954 71494 0 -1 4194368 9482 0 0 0 10 2 0 0 20 0 41 0 12322435 1813110784 193850 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75964] ppid=75951 vsize=1770616 memory=3833466223363096608 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75964/stat : 75964 (fscip) R 75951 75954 71494 0 -1 4194368 9334 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193850 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75965] ppid=75951 vsize=1770616 memory=77934 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75965/stat : 75965 (fscip) R 75951 75954 71494 0 -1 4194368 10716 0 0 0 12 1 0 0 20 0 41 0 12322435 1813110784 193850 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75966] ppid=75951 vsize=1770616 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75966/stat : 75966 (fscip) R 75951 75954 71494 0 -1 4194368 9703 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193850 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75967] ppid=75951 vsize=1770616 memory=15776 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75967/stat : 75967 (fscip) R 75951 75954 71494 0 -1 4194368 9341 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193850 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75968] ppid=75951 vsize=1770616 memory=2316 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75968/stat : 75968 (fscip) R 75951 75954 71494 0 -1 4194368 10024 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193850 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75969] ppid=75951 vsize=1770616 memory=33000 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75969/stat : 75969 (fscip) R 75951 75954 71494 0 -1 4194368 9529 0 0 0 11 1 0 0 20 0 41 0 12322435 1813110784 193916 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75970] ppid=75951 vsize=1770616 memory=1804 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75970/stat : 75970 (fscip) R 75951 75954 71494 0 -1 4194368 9348 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193916 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75971] ppid=75951 vsize=1770616 memory=6048 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75971/stat : 75971 (fscip) R 75951 75954 71494 0 -1 4194368 10895 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193916 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75972] ppid=75951 vsize=1770616 memory=51200 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75972/stat : 75972 (fscip) R 75951 75954 71494 0 -1 4194368 9434 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193916 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75973] ppid=75951 vsize=1770616 memory=104 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75973/stat : 75973 (fscip) R 75951 75954 71494 0 -1 4194368 9359 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193916 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75974] ppid=75951 vsize=1770616 memory=280271849524736 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75974/stat : 75974 (fscip) R 75951 75954 71494 0 -1 4194368 10895 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 193982 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75975] ppid=75951 vsize=1770616 memory=-2023959428430795087 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75975/stat : 75975 (fscip) R 75951 75954 71494 0 -1 4194368 8739 0 0 0 11 2 0 0 20 0 41 0 12322435 1813110784 194048 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 1770616 KiB
Current children cumulated memory: 774872 KiB

[startup+1.50135 s]
/proc/loadavg: 77.95 79.51 77.93 79/1023 75995
/proc/meminfo: memFree=751578916/790760804 swapFree=131071996/131071996
[pid=75954] ppid=75951 vsize=2166876 memory=1389860 CPUtime=17.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/stat : 75954 (fscip) S 75951 75954 71494 0 -1 1077936128 385958 0 0 0 1374 381 0 0 20 0 41 0 12322409 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 17 79 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
/proc/75954/statm: 541719 347465 2950 3035 0 447489 0
[pid=75954/tid=75956] ppid=75951 vsize=2166876 memory=592412 CPUtime=0.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75956/stat : 75956 (fscip) R 75951 75954 71494 0 -1 4194368 15449 0 0 0 59 27 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75957] ppid=75951 vsize=2166876 memory=280271849572000 CPUtime=0.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75957/stat : 75957 (fscip) R 75951 75954 71494 0 -1 4194368 15401 0 0 0 58 25 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75958] ppid=75951 vsize=2166876 memory=25333125866717268 CPUtime=0.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75958/stat : 75958 (fscip) R 75951 75954 71494 0 -1 4194368 23575 0 0 0 82 6 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75959] ppid=75951 vsize=2166876 memory=15664 CPUtime=0.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75959/stat : 75959 (fscip) R 75951 75954 71494 0 -1 4194368 16207 0 0 0 60 23 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75960] ppid=75951 vsize=2166876 memory=5512 CPUtime=0.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75960/stat : 75960 (fscip) R 75951 75954 71494 0 -1 4194368 15357 0 0 0 58 24 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75961] ppid=75951 vsize=2166876 memory=11440 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75961/stat : 75961 (fscip) R 75951 75954 71494 0 -1 4194368 23464 0 0 0 83 6 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75962] ppid=75951 vsize=2166876 memory=0 CPUtime=0.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75962/stat : 75962 (fscip) R 75951 75954 71494 0 -1 4194368 16248 0 0 0 62 23 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75963] ppid=75951 vsize=2166876 memory=25333125866717268 CPUtime=0.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75963/stat : 75963 (fscip) R 75951 75954 71494 0 -1 4194368 15353 0 0 0 58 24 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75964] ppid=75951 vsize=2166876 memory=280271849524736 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75964/stat : 75964 (fscip) R 75951 75954 71494 0 -1 4194368 23240 0 0 0 84 5 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75965] ppid=75951 vsize=2166876 memory=-2023959428430795087 CPUtime=0.88 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75965/stat : 75965 (fscip) R 75951 75954 71494 0 -1 4194368 16674 0 0 0 71 17 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75966] ppid=75951 vsize=2166876 memory=6656426216303648864 CPUtime=0.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75966/stat : 75966 (fscip) R 75951 75954 71494 0 -1 4194368 15400 0 0 0 58 25 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75967] ppid=75951 vsize=2166876 memory=0 CPUtime=0.89 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75967/stat : 75967 (fscip) R 75951 75954 71494 0 -1 4194368 23674 0 0 0 84 5 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75968] ppid=75951 vsize=2166876 memory=15776 CPUtime=0.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75968/stat : 75968 (fscip) R 75951 75954 71494 0 -1 4194368 15434 0 0 0 61 25 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75969] ppid=75951 vsize=2166876 memory=2316 CPUtime=0.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75969/stat : 75969 (fscip) R 75951 75954 71494 0 -1 4194368 15361 0 0 0 59 24 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75970] ppid=75951 vsize=2166876 memory=33000 CPUtime=0.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75970/stat : 75970 (fscip) R 75951 75954 71494 0 -1 4194368 23784 0 0 0 84 6 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75971] ppid=75951 vsize=2166876 memory=1804 CPUtime=0.86 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75971/stat : 75971 (fscip) R 75951 75954 71494 0 -1 4194368 16358 0 0 0 61 25 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75972] ppid=75951 vsize=2166876 memory=6048 CPUtime=0.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75972/stat : 75972 (fscip) R 75951 75954 71494 0 -1 4194368 15414 0 0 0 57 25 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75973] ppid=75951 vsize=2166876 memory=51200 CPUtime=0.87 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75973/stat : 75973 (fscip) R 75951 75954 71494 0 -1 4194368 23428 0 0 0 81 6 0 0 20 0 41 0 12322435 2218881024 347465 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0

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

/proc/75954/task/75975/stat : 75975 (fscip) R 75951 75954 71494 0 -1 4194368 2943881 0 0 0 354829 417 0 0 20 0 41 0 12322435 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75976] ppid=75951 vsize=14440440 memory=347709 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75976/stat : 75976 (fscip) S 75951 75954 71494 0 -1 1077936192 140 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75977] ppid=75951 vsize=14440440 memory=10436832 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75977/stat : 75977 (fscip) S 75951 75954 71494 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75978] ppid=75951 vsize=14440440 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75978/stat : 75978 (fscip) S 75951 75954 71494 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75979] ppid=75951 vsize=14440440 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75979/stat : 75979 (fscip) S 75951 75954 71494 0 -1 1077936192 99 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75980] ppid=75951 vsize=14440440 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75980/stat : 75980 (fscip) S 75951 75954 71494 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75981] ppid=75951 vsize=14440440 memory=280271853148288 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75981/stat : 75981 (fscip) S 75951 75954 71494 0 -1 1077936192 49 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75982] ppid=75951 vsize=14440440 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75982/stat : 75982 (fscip) S 75951 75954 71494 0 -1 1077936192 132 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75983] ppid=75951 vsize=14440440 memory=10430824 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75983/stat : 75983 (fscip) S 75951 75954 71494 0 -1 1077936192 98 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75984] ppid=75951 vsize=14440440 memory=280271850787072 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75984/stat : 75984 (fscip) S 75951 75954 71494 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75985] ppid=75951 vsize=14440440 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75985/stat : 75985 (fscip) S 75951 75954 71494 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75986] ppid=75951 vsize=14440440 memory=652646050582930 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75986/stat : 75986 (fscip) S 75951 75954 71494 0 -1 1077936192 133 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75987] ppid=75951 vsize=14440440 memory=10439036 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75987/stat : 75987 (fscip) S 75951 75954 71494 0 -1 1077936192 101 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75988] ppid=75951 vsize=14440440 memory=2208 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75988/stat : 75988 (fscip) S 75951 75954 71494 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75989] ppid=75951 vsize=14440440 memory=20240 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75989/stat : 75989 (fscip) S 75951 75954 71494 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75990] ppid=75951 vsize=14440440 memory=-7824251494390717798 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75990/stat : 75990 (fscip) S 75951 75954 71494 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75991] ppid=75951 vsize=14440440 memory=4354027152271371935 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75991/stat : 75991 (fscip) S 75951 75954 71494 0 -1 1077936192 99 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75992] ppid=75951 vsize=14440440 memory=5512 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75992/stat : 75992 (fscip) S 75951 75954 71494 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75993] ppid=75951 vsize=14440440 memory=11440 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75993/stat : 75993 (fscip) S 75951 75954 71494 0 -1 1077936192 98 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75994] ppid=75951 vsize=14440440 memory=10430836 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75994/stat : 75994 (fscip) S 75951 75954 71494 0 -1 1077936192 126 0 0 0 3 0 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75995] ppid=75951 vsize=14440440 memory=10430844 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75995/stat : 75995 (fscip) S 75951 75954 71494 0 -1 1077936192 113 0 0 0 1 1 0 0 20 0 41 0 12322466 14787010560 2610015 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
Current children cumulated CPU time: 70998.2 s
Current children cumulated vsize: 14440440 KiB
Current children cumulated memory: 10440060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.9 s]
/proc/loadavg: 80.25 80.56 80.64 81/1024 78276
/proc/meminfo: memFree=757233160/790760804 swapFree=131071996/131071996
[pid=75954] ppid=75951 vsize=14511184 memory=10451260 CPUtime=72001.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/stat : 75954 (fscip) S 75951 75954 71494 0 -1 1077936128 35468332 0 0 0 7183845 16319 0 0 20 0 41 0 12322409 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 17 71 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
/proc/75954/statm: 3627796 2612815 3014 3035 0 3457725 0
[pid=75954/tid=75956] ppid=75951 vsize=14511184 memory=25333125866717268 CPUtime=3604.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75956/stat : 75956 (fscip) R 75951 75954 71494 0 -1 4194368 1831001 0 0 0 360238 216 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75957] ppid=75951 vsize=14511184 memory=347709 CPUtime=3604.53 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75957/stat : 75957 (fscip) R 75951 75954 71494 0 -1 4194368 2776898 0 0 0 360019 434 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75958] ppid=75951 vsize=14511184 memory=10342912 CPUtime=3599.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75958/stat : 75958 (fscip) R 75951 75954 71494 0 -1 4194368 600277 0 0 0 357879 2053 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75959] ppid=75951 vsize=14511184 memory=652646050582930 CPUtime=3601.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75959/stat : 75959 (fscip) R 75951 75954 71494 0 -1 4194368 1770413 0 0 0 359978 203 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75960] ppid=75951 vsize=14511184 memory=280271851534544 CPUtime=3604.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75960/stat : 75960 (fscip) R 75951 75954 71494 0 -1 4194368 2885563 0 0 0 360036 400 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75961] ppid=75951 vsize=14511184 memory=652646050582930 CPUtime=3598.91 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75961/stat : 75961 (fscip) R 75951 75954 71494 0 -1 4194368 591388 0 0 0 357812 2079 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75962] ppid=75951 vsize=14511184 memory=25333125866717268 CPUtime=3603.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75962/stat : 75962 (fscip) R 75951 75954 71494 0 -1 4194368 1644814 0 0 0 360145 186 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75963] ppid=75951 vsize=14511184 memory=5512 CPUtime=3606.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75963/stat : 75963 (fscip) R 75951 75954 71494 0 -1 4194368 2678158 0 0 0 360319 364 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75964] ppid=75951 vsize=14511184 memory=25333125866717268 CPUtime=3595.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75964/stat : 75964 (fscip) R 75951 75954 71494 0 -1 4194368 564189 0 0 0 357518 1983 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75965] ppid=75951 vsize=14511184 memory=280271851345296 CPUtime=3605.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75965/stat : 75965 (fscip) R 75951 75954 71494 0 -1 4194368 1922423 0 0 0 360346 203 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75966] ppid=75951 vsize=14511184 memory=11440 CPUtime=3604.39 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75966/stat : 75966 (fscip) R 75951 75954 71494 0 -1 4194368 2711604 0 0 0 360091 348 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75967] ppid=75951 vsize=14511184 memory=11440 CPUtime=3595.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75967/stat : 75967 (fscip) R 75951 75954 71494 0 -1 4194368 573838 0 0 0 357585 2005 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75968] ppid=75951 vsize=14511184 memory=280271850787072 CPUtime=3591.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75968/stat : 75968 (fscip) R 75951 75954 71494 0 -1 4194368 1826350 0 0 0 358992 206 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75969] ppid=75951 vsize=14511184 memory=280271850128752 CPUtime=3591.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75969/stat : 75969 (fscip) R 75951 75954 71494 0 -1 4194368 2453689 0 0 0 358820 343 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75970] ppid=75951 vsize=14511184 memory=-7018692362818905467 CPUtime=3601.81 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75970/stat : 75970 (fscip) R 75951 75954 71494 0 -1 4194368 580177 0 0 0 358126 2055 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75971] ppid=75951 vsize=14511184 memory=10451256 CPUtime=3599.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75971/stat : 75971 (fscip) R 75951 75954 71494 0 -1 4194368 1844462 0 0 0 359732 204 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75972] ppid=75951 vsize=14511184 memory=15664 CPUtime=3580.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75972/stat : 75972 (fscip) R 75951 75954 71494 0 -1 4194368 2762895 0 0 0 357648 400 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75973] ppid=75951 vsize=14511184 memory=68 CPUtime=3603.61 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75973/stat : 75973 (fscip) R 75951 75954 71494 0 -1 4194368 579708 0 0 0 358404 1957 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75974] ppid=75951 vsize=14511184 memory=0 CPUtime=3603.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75974/stat : 75974 (fscip) R 75951 75954 71494 0 -1 4194368 1862926 0 0 0 360142 209 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75975] ppid=75951 vsize=14511184 memory=10451260 CPUtime=3602.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75975/stat : 75975 (fscip) R 75951 75954 71494 0 -1 4194368 2977479 0 0 0 359845 420 0 0 20 0 41 0 12322435 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75976] ppid=75951 vsize=14511184 memory=652646050582930 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75976/stat : 75976 (fscip) S 75951 75954 71494 0 -1 1077936192 144 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75977] ppid=75951 vsize=14511184 memory=104 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75977/stat : 75977 (fscip) S 75951 75954 71494 0 -1 1077936192 121 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75978] ppid=75951 vsize=14511184 memory=10544 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75978/stat : 75978 (fscip) S 75951 75954 71494 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75979] ppid=75951 vsize=14511184 memory=5512 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75979/stat : 75979 (fscip) S 75951 75954 71494 0 -1 1077936192 101 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75980] ppid=75951 vsize=14511184 memory=0 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75980/stat : 75980 (fscip) S 75951 75954 71494 0 -1 1077936192 124 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75981] ppid=75951 vsize=14511184 memory=14777120418 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75981/stat : 75981 (fscip) S 75951 75954 71494 0 -1 1077936192 50 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75982] ppid=75951 vsize=14511184 memory=280271849813424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75982/stat : 75982 (fscip) S 75951 75954 71494 0 -1 1077936192 134 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75983] ppid=75951 vsize=14511184 memory=10449980 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75983/stat : 75983 (fscip) S 75951 75954 71494 0 -1 1077936192 100 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75984] ppid=75951 vsize=14511184 memory=652646050582930 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75984/stat : 75984 (fscip) S 75951 75954 71494 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75985] ppid=75951 vsize=14511184 memory=10440112 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75985/stat : 75985 (fscip) S 75951 75954 71494 0 -1 1077936192 127 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75986] ppid=75951 vsize=14511184 memory=-7018692362818905467 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75986/stat : 75986 (fscip) S 75951 75954 71494 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75987] ppid=75951 vsize=14511184 memory=11440 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75987/stat : 75987 (fscip) S 75951 75954 71494 0 -1 1077936192 103 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75988] ppid=75951 vsize=14511184 memory=5532 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75988/stat : 75988 (fscip) S 75951 75954 71494 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75989] ppid=75951 vsize=14511184 memory=11600 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75989/stat : 75989 (fscip) S 75951 75954 71494 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75990] ppid=75951 vsize=14511184 memory=7312 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75990/stat : 75990 (fscip) S 75951 75954 71494 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75991] ppid=75951 vsize=14511184 memory=26988 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75991/stat : 75991 (fscip) S 75951 75954 71494 0 -1 1077936192 101 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75992] ppid=75951 vsize=14511184 memory=10451256 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75992/stat : 75992 (fscip) S 75951 75954 71494 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75993] ppid=75951 vsize=14511184 memory=15664 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75993/stat : 75993 (fscip) S 75951 75954 71494 0 -1 1077936192 100 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75994] ppid=75951 vsize=14511184 memory=10430836 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75994/stat : 75994 (fscip) S 75951 75954 71494 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
[pid=75954/tid=75995] ppid=75951 vsize=14511184 memory=5512 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/75954/task/75995/stat : 75995 (fscip) S 75951 75954 71494 0 -1 1077936192 115 0 0 0 1 1 0 0 20 0 41 0 12322466 14859452416 2612815 809668444160 4194304 16623229 140722626361840 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 40562688 140722626368522 140722626368640 140722626368640 140722626375664 0
Current children cumulated CPU time: 72001.6 s
Current children cumulated vsize: 14511184 KiB
Current children cumulated memory: 10451260 KiB

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

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

# cumulated CPU time of all completed processes:  user=71838.7 s, system=163.54 s

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

[startup+3633.2 s]
/proc/loadavg: 80.25 80.56 80.64 62/985 78276
/proc/meminfo: memFree=760956388/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): 3633.26
CPU time (s): 72002.2
CPU user time (s): 71838.7
CPU system time (s): 163.54
CPU usage (%): 1981.75
Max. virtual memory (cumulated for all children) (KiB): 14573536
Max. memory (cumulated for all children) (KiB): 10467272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71838.7
system time used= 163.54
maximum resident set size= 10467272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35468367
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= 396188
involuntary context switches= 290776


# summary of solver processes directly reported to runsolver:
#   pid: 75954
#   total CPU time (s): 72002.2
#   total CPU user time (s): 71838.7
#   total CPU system time (s): 163.54

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.9422 second user time and 84.1072 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 22:23:13
IDJOB=4466008
IDBENCH=148532
IDSOLVER=3094
FILE ID=nodeD105/4466008-1722457393
RUNJOBID= nodeD105-1722454451-71507
SLURM_JOB_ID= 8254239
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_3.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-4466008-1722457393/watcher-4466008-1722457393 -o /tmp/evaluation-result-4466008-1722457393/solver-4466008-1722457393 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722454451-71507 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4466008-1722457393.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= fc228e1220654f2d8d37c5d03b9b5ad1
RANDOM SEED=594861507

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		: 3000.990
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		: 3120.217
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		: 3186.012
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		: 1636.768
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		: 3049.359
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		: 3120.234
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		: 2900.885
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		: 2599.788
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		: 3050.978
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		: 3120.272
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		: 2984.766
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		: 2589.472
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		: 2981.746
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		: 3120.296
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		: 2999.917
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		: 2602.919
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		: 3032.554
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		: 3105.157
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		: 2993.239
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		: 2599.964
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		: 3017.327
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		: 3116.538
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		: 2962.765
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		: 2631.200
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		: 2970.205
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		: 3120.305
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		: 2996.441
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		: 3607.557
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		: 2912.911
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		: 3120.300
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		: 3186.025
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		: 3361.800
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		: 3023.860
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		: 3120.295
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		: 2978.256
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		: 3155.100
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		: 2914.161
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		: 2810.662
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		: 3148.712
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		: 3440.036
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		: 3006.543
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		: 3120.287
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		: 3186.010
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		: 3427.706
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		: 3050.759
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		: 3119.112
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		: 3052.274
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		: 3039.229
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		: 2947.967
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		: 3120.275
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		: 3059.013
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		: 3185.826
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		: 3050.674
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		: 3082.682
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		: 3113.223
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		: 2634.335
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		: 2971.147
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		: 3120.262
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		: 3046.658
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		: 2126.426
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		: 3046.042
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		: 3120.263
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		: 3115.300
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		: 2660.016
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		: 3047.919
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		: 3120.269
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		: 3186.018
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		: 2630.168
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		: 2911.591
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		: 3117.828
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		: 3003.939
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		: 2645.641
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		: 2859.521
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		: 3120.259
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		: 3186.044
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		: 2643.558
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		: 3050.660
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		: 3120.260
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		: 3184.913
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		: 1415.355
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:        752685044 kB
MemAvailable:   751432132 kB
Buffers:          164028 kB
Cached:          1943692 kB
SwapCached:            0 kB
Active:           325148 kB
Inactive:       35299604 kB
Active(anon):       2168 kB
Inactive(anon): 33537416 kB
Active(file):     322980 kB
Inactive(file):  1762188 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28860 kB
Writeback:            80 kB
AnonPages:      33514472 kB
Mapped:           125560 kB
Shmem:             22536 kB
KReclaimable:     163244 kB
Slab:             505812 kB
SReclaimable:     163244 kB
SUnreclaim:       342568 kB
KernelStack:       16896 kB
PageTables:        79116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3502416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           201600 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2990080 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:      522240 kB
DirectMap2M:    60792832 kB
DirectMap1G:    744488960 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD105 at 2024-07-31 23:23:46