Trace number 4467979

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-09? (TO) 72000.7 3630.9

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size96-round23-2.opb
MD5SUMa8b84d78b1363b4a3850ebb291b1422d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark385.769
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 917abe4c5e]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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.03	c Default LC presolving (default).
0.00/0.03	c ** Before presolving: virtualMemUsedAtLc = 45965312, getVmSize() = 45965312, SCIPgetMemUsed() = 20782449, SCIPgetMemTotal() = 23503681, SCIPgetMemExternEstim() = 13363524
0.00/0.03	c ** set memory limit for presolving in LC to 8.79595e+12 for SCIP **
0.11/0.23	c ** Estimated virtualMemUsedAtSolver = 39249822, getVmSize() = 69873664, SCIPgetMemUsed() = 24639649, SCIPgetMemTotal() = 45511209, SCIPgetMemExternEstim() = 13363524
0.11/0.23	c ** set memory limit for solvers to 4.18849e+11 for each SCIP **
0.11/0.23	c Original Problem   :
0.11/0.23	c   Problem name     : instance-4467979-1723260017
0.11/0.23	c   Variables        : 4288 (4288 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.23	c   Constraints      : 9472
0.11/0.23	c   Objective sense  : minimize
0.11/0.23	c Presolved Problem  :
0.11/0.23	c   Variables        : 3496 (3496 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.23	c   Constraints      : 7936
0.11/0.23	c Constraints        : Number
0.11/0.23	c   and              : 32 
0.11/0.23	c   xor              : 2 
0.11/0.23	c   linear           : 1403 
0.11/0.23	c   logicor          : 6499 
0.11/0.23	c ** Instance transfer method used: 0
0.23/0.24	c ** ParaScipInstance copy does not increase the number of variables. **
0.44/0.49	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.44/0.50	c                                Nodes    Active                                            
0.44/0.50	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
416.39/21.67	c        22              2           1        20                -           0.0000          -
517.48/26.71	c        27              7           6        20                -           0.0000          -
616.60/31.76	c        32             24          23        20                -           0.0000          -
717.71/36.80	c        37             24          23        20                -           0.0000          -
821.51/42.06	c        42             24          23        20                -           0.0000          -
922.50/47.19	c        47             24          23        20                -           0.0000          -
1022.93/52.24	c        52             24          23        20                -           0.0000          -
1122.02/57.29	c        57             24          23        20                -           0.0000          -
1222.99/62.34	c        62             24          23        20                -           0.0000          -
1321.92/67.36	c        67             24          23        20                -           0.0000          -
1423.10/72.44	c        72             24          23        20                -           0.0000          -
1522.27/77.49	c        78             24          23        20                -           0.0000          -
1623.43/82.54	c        83             24          23        20                -           0.0000          -
1722.59/87.59	c        88             24          23        20                -           0.0000          -
1823.78/92.64	c        93             24          23        20                -           0.0000          -
1922.94/97.69	c        98             45          44        20                -           0.0000          -
2024.09/102.74	c       103             45          44        20                -           0.0000          -
2123.20/107.79	c       108             45          44        20                -           0.0000          -
2224.32/112.84	c       113             45          44        20                -           0.0000          -
2323.45/117.89	c       118             45          44        20                -           0.0000          -
2424.61/122.94	c       123             20          19        20                -           0.0000          -
2523.64/127.99	c       128             20          19        20                -           0.0000          -
2622.83/133.04	c       133             20          19        20                -           0.0000          -
2724.80/138.09	c       138             20          19        20                -           0.0000          -
2825.80/143.14	c       143             20          19        20                -           0.0000          -
2924.92/148.19	c       148             20          19        20                -           0.0000          -
3025.40/153.24	c       153             20          19        20                -           0.0000          -
3124.55/158.29	c       158             20          19        20                -           0.0000          -
3225.71/163.34	c       163             20          19        20                -           0.0000          -
3324.85/168.39	c       168             20          19        20                -           0.0000          -
3425.98/173.44	c       173             20          19        20                -           0.0000          -
3525.06/178.49	c       178             20          19        20                -           0.0000          -
3626.18/183.54	c       184             20          19        20                -           0.0000          -
3725.12/188.59	c       189             20          19        20                -           0.0000          -
3826.22/193.64	c       194             20          19        20                -           0.0000          -
3925.26/198.69	c       199             20          19        20                -           0.0000          -
4026.39/203.74	c       204             20          19        20                -           0.0000          -
4125.43/208.79	c       209             20          19        20                -           0.0000          -
4226.48/213.84	c       214             20          19        20                -           0.0000          -
4325.59/218.89	c       219             20          19        20                -           0.0000          -
4426.74/223.94	c       224             20          19        20                -           0.0000          -
4525.90/228.99	c       229             20          19        20                -           0.0000          -
4627.78/234.04	c       234             20          19        20                -           0.0000          -
4727.06/239.09	c       239             20          19        20                -           0.0000          -
4826.12/244.13	c       244             20          19        20                -           0.0000          -
4927.26/249.19	c       249             20          19        20                -           0.0000          -
5027.51/254.24	c       254             20          19        20                -           0.0000          -
5126.70/259.29	c       259             20          19        20                -           0.0000          -
5227.85/264.34	c       264             20          19        20                -           0.0000          -
5326.96/269.39	c       269             20          19        20                -           0.0000          -
5428.14/274.44	c       274             20          19        20                -           0.0000          -
5527.31/279.49	c       280             20          19        20                -           0.0000          -
5628.42/284.54	c       285             20          19        20                -           0.0000          -
5727.61/289.59	c       290             20          19        20                -           0.0000          -
5828.76/294.64	c       295             20          19        20                -           0.0000          -
5927.70/299.69	c       300             20          19        20                -           0.0000          -
6028.88/304.74	c       305             20          19        20                -           0.0000          -
6128.06/309.79	c       310             20          19        20                -           0.0000          -
6229.23/314.84	c       315             20          19        20                -           0.0000          -
6328.43/319.89	c       320             20          19        20                -           0.0000          -
6429.62/324.94	c       325             20          19        20                -           0.0000          -
6528.75/329.99	c       330           1072        1063        20                -           0.0000          -
6630.68/335.04	c       335           1072        1063        20                -           0.0000          -
6730.01/340.09	c       340           1072        1063        20                -           0.0000          -
6831.03/345.14	c       345           1072        1063        20                -           0.0000          -
6930.45/350.19	c       350           1072        1063        20                -           0.0000          -
7030.57/355.24	c       355           1072        1063        20                -           0.0000          -
7129.74/360.29	c       360            505         504        20                -           0.0000          -
7230.95/365.34	c       365            505         504        20                -           0.0000          -
7330.11/370.39	c       370            505         504        20                -           0.0000          -
7431.32/375.43	c       375            505         504        20                -           0.0000          -
7530.43/380.43	c       380            505         504        20                -           0.0000          -
7629.63/385.48	c       385            505         504        20                -           0.0000          -
7730.77/390.53	c       391            505         504        20                -           0.0000          -
7829.95/395.58	c       396            505         504        20                -           0.0000          -
7931.10/400.63	c       401            505         504        20                -           0.0000          -
8030.25/405.68	c       406            605         604        20                -           0.0000          -
8131.42/410.73	c       411            605         604        20                -           0.0000          -
8230.53/415.78	c       416            514         513        20                -           0.0000          -
8331.66/420.83	c       421            514         513        20                -           0.0000          -
8430.75/425.88	c       426            521         520        20                -           0.0000          -
8531.86/430.93	c       431            521         520        20                -           0.0000          -
8630.97/435.98	c       436            521         520        20                -           0.0000          -
8732.78/441.09	c       441           1397        1388        20                -           0.0000          -
8831.94/446.14	c       446            114         113        20                -           0.0000          -
8933.14/451.19	c       451            860         859        20                -           0.0000          -
9033.43/456.20	c       456            860         859        20                -           0.0000          -
9132.43/461.29	c       461            622         621        20                -           0.0000          -
9233.56/466.34	c       466            908         907        20                -           0.0000          -
9332.73/471.39	c       471            908         907        20                -           0.0000          -
9433.49/476.41	c       476            908         907        20                -           0.0000          -
9532.46/481.45	c       481            908         907        20                -           0.0000          -
9631.60/486.46	c       486            908         907        20                -           0.0000          -
9732.79/491.54	c       492            908         907        20                -           0.0000          -
9833.88/496.64	c       497            908         907        20                -           0.0000          -
9932.92/501.68	c       502            908         907        20                -           0.0000          -
10033.84/506.74	c       507            908         907        20                -           0.0000          -
10132.92/511.79	c       512            908         907        20                -           0.0000          -
10234.10/516.84	c       517           1907        1898        20                -           0.0000          -
10333.26/521.89	c       522           1907        1898        20                -           0.0000          -
10434.41/526.93	c       527            937         936        20                -           0.0000          -
10533.57/531.99	c       532            937         936        20                -           0.0000          -
10635.25/537.04	c       537            937         936        20                -           0.0000          -
10734.33/542.09	c       542           1955        1946        20                -           0.0000          -
10833.73/547.13	c       547            219         218        20                -           0.0000          -
10934.94/552.19	c       552           1050           0        20                -           0.0000          -
11035.04/557.24	c       557           2017        2008        20                -           0.0000          -
11134.23/562.29	c       562           1125        1122        20                -           0.0000          -
11235.27/567.34	c       567           1125        1122        20                -           0.0000          -
11334.64/572.39	c       572           1125        1122        20                -           0.0000          -
11435.61/577.44	c       577            339         338        20                -           0.0000          -
11534.66/582.49	c       582           1178        1175        20                -           0.0000          -
11635.74/587.51	c       588        2152430         361        20                -           0.0000          -
11734.90/592.59	c       593           1218        1215        20                -           0.0000          -
11836.02/597.64	c       598           1218        1215        20                -           0.0000          -
11935.18/602.65	c       603           1218        1215        20                -           0.0000          -
12033.97/607.69	c       608           1233        1230        20                -           0.0000          -
12136.95/612.80	c       613           1233        1230        20                -           0.0000          -
12236.06/617.85	c       618           1233        1230        20                -           0.0000          -
12337.19/622.90	c       623           1233        1230        20                -           0.0000          -
12436.32/627.94	c       628           1233        1230        20                -           0.0000          -
12535.35/633.00	c       633           1287         237        20                -           0.0000          -
12637.10/638.05	c       638           1287         237        20                -           0.0000          -
12736.12/643.10	c       643           1287         237        20                -           0.0000          -
12837.11/648.15	c       648            503         502        20                -           0.0000          -
12937.24/653.20	c       653           1463        1460        20                -           0.0000          -
13036.33/658.26	c       658           1463        1460        20                -           0.0000          -
13137.45/663.30	c       663           2792        2783        20                -           0.0000          -
13236.50/668.35	c       668           2792        2783        20                -           0.0000          -
13337.42/673.40	c       673           1532        1529        20                -           0.0000          -
13436.29/678.45	c       678            596         595        20                -           0.0000          -
13535.42/683.47	c       683           2801        2792        20                -           0.0000          -
13636.51/688.55	c       689           1535        1532        20                -           0.0000          -
13737.63/693.60	c       694           1565        1562        20                -           0.0000          -
13836.76/698.65	c       699           1565        1562        20                -           0.0000          -
13937.76/703.70	c       704           1565        1562        20                -           0.0000          -
14036.64/708.75	c       709           1565        1562        20                -           0.0000          -
14137.76/713.80	c       714           2912        2903        20                -           0.0000          -
14236.84/718.85	c       719           2912        2903        20                -           0.0000          -
14337.91/723.90	c       724           2912        2903        20                -           0.0000          -
14436.89/728.95	c       729           2912        2903        20                -           0.0000          -
14535.87/734.00	c       734           2912        2903        20                -           0.0000          -
14637.73/739.05	c       739           2912        2903        20                -           0.0000          -
14736.98/744.10	c       744           2912        2903        20                -           0.0000          -
14837.99/749.15	c       749           2912        2903        20                -           0.0000          -
14938.20/754.20	c       754           2912        2903        20                -           0.0000          -
15037.34/759.25	c       759           2460        1384        20                -           0.0000          -
15138.47/764.30	c       764           2460        1384        20                -           0.0000          -
15237.60/769.35	c       769           2460        1384        20                -           0.0000          -
15338.71/774.41	c       774           2460        1384        20                -           0.0000          -
15437.81/779.45	c       779           2460        1384        20                -           0.0000          -
15538.92/784.50	c       785           2460        1384        20                -           0.0000          -
15637.90/789.52	c       790           2460        1384        20                -           0.0000          -
15737.03/794.56	c       795           2460        1384        20                -           0.0000          -
15838.14/799.65	c       800           3402        3393        20                -           0.0000          -
15937.06/804.70	c       805            850         849        20                -           0.0000          -
16038.03/809.75	c       810           3431        3422        20                -           0.0000          -
16139.10/814.80	c       815           2030        2027        20                -           0.0000          -
16238.03/819.85	c       820            882         881        20                -           0.0000          -
16337.05/824.87	c       825           3672        3663        20                -           0.0000          -
16438.01/829.95	c       830           3678        3669        20                -           0.0000          -
16536.80/834.97	c       835            912         911        20                -           0.0000          -
16635.83/839.99	c       840            933         932        20                -           0.0000          -
16737.56/845.10	c       845           2963        1859        20                -           0.0000          -
16838.61/850.15	c       850           2963        1859        20                -           0.0000          -
16938.85/855.20	c       855           3866        3857        20                -           0.0000          -
17037.99/860.25	c       860           3866        3857        20                -           0.0000          -
17139.12/865.30	c       865           3871        3862        20                -           0.0000          -
17238.21/870.35	c       870           2332        2329        20                -           0.0000          -
17339.32/875.40	c       875           3968        3959        20                -           0.0000          -
17438.51/880.46	c       880           3289        2154        20                -           0.0000          -
17539.43/885.50	c       886           3289        2154        20                -           0.0000          -
17638.58/890.53	c       891           3289        2154        20                -           0.0000          -
17739.68/895.60	c       896           3289        2154        20                -           0.0000          -
17838.82/900.65	c       901           2390        2387        20                -           0.0000          -
17939.86/905.70	c       906           2390        2387        20                -           0.0000          -
18038.96/910.72	c       911           2390        2387        20                -           0.0000          -
18140.10/915.80	c       916           2390        2387        20                -           0.0000          -
18239.25/920.85	c       921           1050           0        20                -           0.0000          -
18340.31/925.90	c       926           1050           0        20                -           0.0000          -
18439.46/930.95	c       931           1050           0        20                -           0.0000          -
18538.40/936.00	c       936           1050           0        20                -           0.0000          -
18640.27/941.05	c       941           1050           0        20                -           0.0000          -
18739.22/946.10	c       946           1050           0        20                -           0.0000          -
18838.48/951.12	c       951           1050           0        20                -           0.0000          -
18939.77/956.16	c       956           2726        2723        20                -           0.0000          -
19039.89/961.24	c       961           4655        4644        20                -           0.0000          -
19140.83/966.30	c       966           1061          11        20                -           0.0000          -
19239.91/971.33	c       971           1062          12        20                -           0.0000          -
19338.90/976.36	c       976           1065          15        20                -           0.0000          -
19438.06/981.39	c       981           1065          15        20                -           0.0000          -
19541.13/986.50	c       987           2990        2987        20                -           0.0000          -
19640.19/991.55	c       992           2990        2987        20                -           0.0000          -
19739.36/996.60	c       997           2990        2987        20                -           0.0000          -
19840.17/1001.65	c      1002           4552        3330        20                -           0.0000          -
19941.31/1006.70	c      1007           4552        3330        20                -           0.0000          -
20040.38/1011.75	c      1012           5338        5325        20                -           0.0000          -
20141.53/1016.80	c      1017           5338        5325        20                -           0.0000          -
20240.46/1021.85	c      1022           5338        5325        20                -           0.0000          -
20339.54/1026.89	c      1027           3097        3094        20                -           0.0000          -
20440.73/1031.94	c      1032           3097        3094        20                -           0.0000          -
20539.92/1036.99	c      1037           3097        3094        20                -           0.0000          -
20641.76/1042.04	c      1042           3097        3094        20                -           0.0000          -
20741.01/1047.09	c      1047           5044        3802        20                -           0.0000          -
20840.32/1052.14	c      1052           5044        3802        20                -           0.0000          -
20941.34/1057.19	c      1057           5099        3853        20                -           0.0000          -
21041.54/1062.21	c      1062           1210         160        20                -           0.0000          -
21140.63/1067.22	c      1067           1217         167        20                -           0.0000          -
21239.78/1072.25	c      1072           5256        4006        20                -           0.0000          -
21338.89/1077.26	c      1077           1263         213        20                -           0.0000          -
21441.88/1082.44	c      1082           3594        3591        20                -           0.0000          -
21540.96/1087.49	c      1088           5439        4173        20                -           0.0000          -
21642.07/1092.51	c      1093           6094        6079        20                -           0.0000          -
21741.15/1097.54	c      1098           6094        6079        20                -           0.0000          -
21840.17/1102.58	c      1103           6094        6079        20                -           0.0000          -
21941.15/1107.69	c      1108           5615        4349        20                -           0.0000          -
22042.32/1112.74	c      1113           1303         253        20                -           0.0000          -
22140.95/1117.77	c      1118           1303         253        20                -           0.0000          -
22242.09/1122.84	c      1123           1303         253        20                -           0.0000          -
22341.02/1127.89	c      1128           1303         253        20                -           0.0000          -
22441.75/1132.94	c      1133           1303         253        20                -           0.0000          -
22540.82/1137.99	c      1138           1303         253        20                -           0.0000          -
22639.80/1143.02	c      1143           1303         253        20                -           0.0000          -
22741.38/1148.09	c      1148           1303         253        20                -           0.0000          -
22840.14/1153.11	c      1153           1303         253        20                -           0.0000          -
22941.06/1158.13	c      1158           1303         253        20                -           0.0000          -
23041.57/1163.24	c      1163           1303         253        20                -           0.0000          -
23140.51/1168.29	c      1168           1303         253        20                -           0.0000          -
23241.68/1173.31	c      1173           1303         253        20                -           0.0000          -
23340.83/1178.39	c      1178           1303         253        20                -           0.0000          -
23441.88/1183.44	c      1183           1303         253        20                -           0.0000          -
23541.00/1188.49	c      1188           1303         253        20                -           0.0000          -
23642.10/1193.54	c      1194           1303         253        20                -           0.0000          -
23741.22/1198.59	c      1199           1303         253        20                -           0.0000          -
23842.40/1203.62	c      1204           1303         253        20                -           0.0000          -
23941.19/1208.64	c      1209           1303         253        20                -           0.0000          -
24040.37/1213.64	c      1214           1303         253        20                -           0.0000          -
24139.47/1218.69	c      1219           1303         253        20                -           0.0000          -
24240.54/1223.77	c      1224           1303         253        20                -           0.0000          -
24341.50/1228.85	c      1229           1303         253        20                -           0.0000          -
24442.62/1233.90	c      1234           1303         253        20                -           0.0000          -
24541.62/1238.93	c      1239           1303         253        20                -           0.0000          -
24643.36/1244.04	c      1244           1303         253        20                -           0.0000          -
24742.71/1249.09	c      1249           1303         253        20                -           0.0000          -
24843.60/1254.14	c      1254           1303         253        20                -           0.0000          -
24942.68/1259.16	c      1259           1303         253        20                -           0.0000          -
25043.11/1264.24	c      1264           1303         253        20                -           0.0000          -
25142.05/1269.29	c      1269           1303         253        20                -           0.0000          -
25243.13/1274.34	c      1274           1303         253        20                -           0.0000          -
25342.12/1279.39	c      1279           1303         253        20                -           0.0000          -
25443.17/1284.44	c      1284           1303         253        20                -           0.0000          -
25542.27/1289.49	c      1290           1303         253        20                -           0.0000          -
25643.34/1294.54	c      1295           1303         253        20                -           0.0000          -
25742.46/1299.59	c      1300           1303         253        20                -           0.0000          -
25843.59/1304.64	c      1305           1303         253        20                -           0.0000          -
25942.50/1309.69	c      1310           1303         253        20                -           0.0000          -
26043.60/1314.74	c      1315           1303         253        20                -           0.0000          -
26142.65/1319.77	c      1320           1303         253        20                -           0.0000          -
26241.79/1324.78	c      1325           1303         253        20                -           0.0000          -
26342.46/1329.89	c      1330           1303         253        20                -           0.0000          -
26443.42/1334.90	c      1335           1303         253        20                -           0.0000          -
26542.45/1339.96	c      1340           1303         253        20                -           0.0000          -
26641.40/1344.98	c      1345           1303         253        20                -           0.0000          -
26743.30/1350.09	c      1350           1303         253        20                -           0.0000          -
26844.41/1355.14	c      1355           1303         253        20                -           0.0000          -
26943.69/1360.19	c      1360           1303         253        20                -           0.0000          -
27043.77/1365.24	c      1365           1303         253        20                -           0.0000          -
27142.91/1370.29	c      1370           1303         253        20                -           0.0000          -
27243.94/1375.32	c      1375           1303         253        20                -           0.0000          -
27343.11/1380.39	c      1380           1303         253        20                -           0.0000          -
27443.95/1385.44	c      1385           1303         253        20                -           0.0000          -
27542.85/1390.49	c      1390           1303         253        20                -           0.0000          -
27644.02/1395.54	c      1396           1303         253        20                -           0.0000          -
27743.12/1400.59	c      1401           1303         253        20                -           0.0000          -
27843.93/1405.64	c      1406           1303         253        20                -           0.0000          -
27943.02/1410.69	c      1411           1303         253        20                -           0.0000          -
28044.13/1415.74	c      1416           1303         253        20                -           0.0000          -
28143.30/1420.79	c      1421           1303         253        20                -           0.0000          -
28244.40/1425.84	c      1426           6318        6315        20                -           0.0000          -
28343.50/1430.89	c      1431           8696        8681        20                -           0.0000          -
28444.54/1435.94	c      1436           8783        8768        20                -           0.0000          -
28543.67/1440.99	c      1441           1365         315        20                -           0.0000          -
28642.65/1446.01	c      1446           6460        6457        20                -           0.0000          -
28744.40/1451.09	c      1451           1384         334        20                -           0.0000          -
28843.49/1456.11	c      1456           6608        6605        20                -           0.0000          -
28944.79/1461.19	c      1461           9100        9085        20                -           0.0000          -
29044.90/1466.24	c      1466           1415         365        20                -           0.0000          -
29143.99/1471.28	c      1471        3990925         435        20                -           0.0000          -
29245.03/1476.34	c      1476           9286        9271        20                -           0.0000          -
29344.13/1481.38	c      1481           7031        7028        20                -           0.0000          -
29445.25/1486.44	c      1486           7031        7028        20                -           0.0000          -
29544.36/1491.49	c      1492           9422        9407        20                -           0.0000          -
29645.43/1496.54	c      1497           7105        7102        20                -           0.0000          -
29744.60/1501.59	c      1502           7105        7102        20                -           0.0000          -
29845.58/1506.64	c      1507           7105        7102        20                -           0.0000          -
29944.76/1511.69	c      1512           7105        7102        20                -           0.0000          -
30045.90/1516.74	c      1517          33339        5157        20                -           0.0000          -
30144.97/1521.79	c      1522           7118        7115        20                -           0.0000          -
30246.00/1526.84	c      1527           1659         609        20                -           0.0000          -
30345.17/1531.89	c      1532           9829        9814        20                -           0.0000          -
30446.24/1536.94	c      1537           7202        7199        20                -           0.0000          -
30545.32/1541.99	c      1542           9849        9834        20                -           0.0000          -
30644.50/1547.02	c      1547           9849        9834        20                -           0.0000          -
30746.42/1552.06	c      1552           9849        9834        20                -           0.0000          -
30845.71/1557.14	c      1557           9849        9834        20                -           0.0000          -
30946.87/1562.19	c      1562           9902        9887        20                -           0.0000          -
31046.86/1567.24	c      1567           9902        9887        20                -           0.0000          -
31146.00/1572.29	c      1572           9902        9887        20                -           0.0000          -
31247.04/1577.32	c      1577           7782        7779        20                -           0.0000          -
31346.17/1582.39	c      1582           7782        7779        20                -           0.0000          -
31447.21/1587.44	c      1587           7782        7779        20                -           0.0000          -
31546.34/1592.49	c      1592           7782        7779        20                -           0.0000          -
31647.46/1597.54	c      1598           7782        7779        20                -           0.0000          -
31746.55/1602.59	c      1603           7782        7779        20                -           0.0000          -
31847.67/1607.64	c      1608           7782        7779        20                -           0.0000          -
31946.81/1612.65	c      1613           7782        7779        20                -           0.0000          -
32047.91/1617.74	c      1618           2220        1164        20                -           0.0000          -
32146.99/1622.79	c      1623          10279       10264        20                -           0.0000          -
32248.00/1627.81	c      1628          10369       10354        20                -           0.0000          -
32347.14/1632.89	c      1633           2317        1261        20                -           0.0000          -
32448.27/1637.94	c      1638          10450       10435        20                -           0.0000          -
32547.42/1642.99	c      1643          10450       10435        20                -           0.0000          -
32649.01/1648.04	c      1648          10450       10435        20                -           0.0000          -
32747.87/1653.07	c      1653          10450       10435        20                -           0.0000          -
32847.09/1658.14	c      1658           8407        8404        20                -           0.0000          -
32947.98/1663.16	c      1663           8436        8433        20                -           0.0000          -
33048.32/1668.24	c      1668          10632       10617        20                -           0.0000          -
33147.44/1673.29	c      1673          10693       10678        20                -           0.0000          -
33248.54/1678.34	c      1678           8572        8569        20                -           0.0000          -
33347.58/1683.35	c      1683           8607        8604        20                -           0.0000          -
33448.59/1688.44	c      1688          10826       10811        20                -           0.0000          -
33547.74/1693.49	c      1694          10826       10811        20                -           0.0000          -
33648.86/1698.54	c      1699           8899        8894        20                -           0.0000          -
33747.99/1703.59	c      1704           8899        8894        20                -           0.0000          -
33849.07/1708.64	c      1709           8899        8894        20                -           0.0000          -
33948.11/1713.65	c      1714          11079       11064        20                -           0.0000          -
34049.10/1718.74	c      1719           9088        9083        20                -           0.0000          -
34148.12/1723.79	c      1724           9160        9155        20                -           0.0000          -
34249.23/1728.81	c      1729          11336       11321        20                -           0.0000          -
34348.16/1733.89	c      1734          11461       11446        20                -           0.0000          -
34449.17/1738.94	c      1739           2824        1740        20                -           0.0000          -
34548.34/1743.99	c      1744           9304        9299        20                -           0.0000          -
34650.05/1749.04	c      1749          11525       11510        20                -           0.0000          -
34749.22/1754.09	c      1754          11525       11510        20                -           0.0000          -
34848.44/1759.14	c      1759          11525       11510        20                -           0.0000          -
34949.61/1764.19	c      1764           9423        9418        20                -           0.0000          -
35049.69/1769.24	c      1769           9423        9418        20                -           0.0000          -
35148.86/1774.29	c      1774           9423        9418        20                -           0.0000          -
35250.00/1779.34	c      1779          11805       11790        20                -           0.0000          -
35349.16/1784.39	c      1784           9511        9506        20                -           0.0000          -
35450.32/1789.44	c      1789           9511        9506        20                -           0.0000          -
35549.45/1794.49	c      1794          11936       11921        20                -           0.0000          -
35650.56/1799.53	c      1800          11936       11921        20                -           0.0000          -
35749.70/1804.59	c      1805          11936       11921        20                -           0.0000          -
35850.59/1809.64	c      1810           9759        9754        20                -           0.0000          -
35949.62/1814.69	c      1815           9823        9818        20                -           0.0000          -
36050.62/1819.74	c      1820          12144       12127        20                -           0.0000          -
36149.75/1824.77	c      1825           9948        9943        20                -           0.0000          -
36248.76/1829.77	c      1830           9948        9943        20                -           0.0000          -
36349.70/1834.85	c      1835           9948        9943        20                -           0.0000          -
36450.85/1839.94	c      1840           9948        9943        20                -           0.0000          -
36550.03/1844.98	c      1845          12173       12156        20                -           0.0000          -
36651.77/1850.04	c      1850          12173       12156        20                -           0.0000          -
36751.06/1855.06	c      1855          12173       12156        20                -           0.0000          -
36852.02/1860.14	c      1860          12173       12156        20                -           0.0000          -
36951.00/1865.19	c      1865          12173       12156        20                -           0.0000          -
37051.19/1870.24	c      1870          12173       12156        20                -           0.0000          -
37150.35/1875.29	c      1875          12173       12156        20                -           0.0000          -
37251.54/1880.34	c      1880          12173       12156        20                -           0.0000          -
37350.77/1885.39	c      1885          12173       12156        20                -           0.0000          -
37451.99/1890.44	c      1890          12173       12156        20                -           0.0000          -
37551.24/1895.49	c      1896          12173       12156        20                -           0.0000          -
37652.46/1900.54	c      1901          62316        5181        20                -           0.0000          -
37751.69/1905.59	c      1906          10981       10968        20                -           0.0000          -
37852.86/1910.64	c      1911          12394       12377        20                -           0.0000          -
37952.10/1915.69	c      1916          12394       12377        20                -           0.0000          -
38053.30/1920.74	c      1921          12394       12377        20                -           0.0000          -
38152.55/1925.77	c      1926          12460       12443        20                -           0.0000          -
38253.73/1930.84	c      1931          11158       11145        20                -           0.0000          -
38352.94/1935.89	c      1936          12538       12521        20                -           0.0000          -
38454.17/1940.94	c      1941          11214       11199        20                -           0.0000          -
38553.40/1945.99	c      1946          11214       11199        20                -           0.0000          -
38652.60/1951.01	c      1951          11214       11199        20                -           0.0000          -
38754.43/1956.10	c      1956          11214       11199        20                -           0.0000          -
38855.87/1961.14	c      1961          12880       12863        20                -           0.0000          -
38954.88/1966.19	c      1966          12880       12863        20                -           0.0000          -
39055.47/1971.24	c      1971          12880       12863        20                -           0.0000          -
39154.70/1976.29	c      1976          12880       12863        20                -           0.0000          -
39256.03/1981.34	c      1981           4091        2933        20                -           0.0000          -
39355.11/1986.39	c      1986          66264        5224        20                -           0.0000          -
39456.29/1991.45	c      1991          66468        5239        20                -           0.0000          -
39555.46/1996.49	c      1996           4143        2983        20                -           0.0000          -
39656.64/2001.54	c      2002          13285       13268        20                -           0.0000          -
39755.87/2006.59	c      2007          13285       13268        20                -           0.0000          -
39857.09/2011.64	c      2012          13285       13268        20                -           0.0000          -
39956.31/2016.69	c      2017          12180       12163        20                -           0.0000          -
40057.54/2021.74	c      2022          12180       12163        20                -           0.0000          -
40156.71/2026.79	c      2027          12181       12164        20                -           0.0000          -
40257.81/2031.84	c      2032           4331        3159        20                -           0.0000          -
40356.97/2036.89	c      2037          69537        5240        20                -           0.0000          -
40458.10/2041.94	c      2042           4369        3195        20                -           0.0000          -
40557.28/2046.99	c      2047          13716       13699        20                -           0.0000          -
40659.08/2052.04	c      2052          13716       13699        20                -           0.0000          -
40758.31/2057.09	c      2057          13716       13699        20                -           0.0000          -
40859.56/2062.14	c      2062          13716       13699        20                -           0.0000          -
40958.89/2067.19	c      2067          13716       13699        20                -           0.0000          -
41059.39/2072.24	c      2072          12824       12805        20                -           0.0000          -
41158.53/2077.29	c      2077           4588        3392        20                -           0.0000          -
41259.70/2082.34	c      2082          13927       13910        20                -           0.0000          -
41358.84/2087.39	c      2087          13083       13064        20                -           0.0000          -
41460.04/2092.44	c      2092          14078       14061        20                -           0.0000          -
41559.29/2097.49	c      2098          73647        5185        20                -           0.0000          -
41660.54/2102.54	c      2103           4713        3513        20                -           0.0000          -
41759.82/2107.59	c      2108          14102       14085        20                -           0.0000          -
41861.09/2112.64	c      2113          74418        5162        20                -           0.0000          -
41960.36/2117.69	c      2118          14105       14088        20                -           0.0000          -
42061.64/2122.74	c      2123          14105       14088        20                -           0.0000          -
42160.92/2127.78	c      2128          13666       13645        20                -           0.0000          -
42262.18/2132.84	c      2133          13666       13645        20                -           0.0000          -
42361.45/2137.89	c      2138          14280       14263        20                -           0.0000          -
42462.73/2142.94	c      2143          14354       14337        20                -           0.0000          -
42562.01/2147.99	c      2148          14354       14337        20                -           0.0000          -
42663.90/2153.04	c      2153          14354       14337        20                -           0.0000          -
42763.17/2158.09	c      2158          14354       14337        20                -           0.0000          -
42864.27/2163.14	c      2163          13984       13963        20                -           0.0000          -
42963.73/2168.19	c      2168          13984       13963        20                -           0.0000          -
43064.34/2173.24	c      2173          13993       13972        20                -           0.0000          -
43163.61/2178.26	c      2178          14008       13987        20                -           0.0000          -
43264.85/2183.34	c      2183          14008       13987        20                -           0.0000          -
43364.12/2188.39	c      2188          14008       13987        20                -           0.0000          -
43465.36/2193.44	c      2193          14008       13987        20                -           0.0000          -
43564.67/2198.49	c      2198          14008       13987        20                -           0.0000          -
43665.96/2203.54	c      2204          14008       13987        20                -           0.0000          -
43765.27/2208.59	c      2209          14008       13987        20                -           0.0000          -
43866.57/2213.63	c      2214          14008       13987        20                -           0.0000          -
43965.87/2218.69	c      2219          14008       13987        20                -           0.0000          -
44067.13/2223.74	c      2224          14008       13987        20                -           0.0000          -
44166.40/2228.76	c      2229          14008       13987        20                -           0.0000          -
44267.68/2233.84	c      2234          14008       13987        20                -           0.0000          -
44366.96/2238.89	c      2239          14008       13987        20                -           0.0000          -
44468.23/2243.95	c      2244          14008       13987        20                -           0.0000          -
44567.47/2248.99	c      2249           5447        4207        20                -           0.0000          -
44669.24/2254.04	c      2254          14129       14108        20                -           0.0000          -
44768.57/2259.09	c      2259           5500        4254        20                -           0.0000          -
44869.83/2264.14	c      2264          14218       14197        20                -           0.0000          -
44969.27/2269.19	c      2269          14218       14197        20                -           0.0000          -
45069.64/2274.23	c      2274          14218       14197        20                -           0.0000          -
45168.87/2279.28	c      2279          14288       14267        20                -           0.0000          -
45270.10/2284.31	c      2284           5679        4421        20                -           0.0000          -
45369.33/2289.39	c      2289           5719        4461        20                -           0.0000          -
45470.57/2294.44	c      2294          19165       15784        20                -           0.0000          -
45569.80/2299.49	c      2300           5786        4524        20                -           0.0000          -
45671.05/2304.54	c      2305          14546       14525        20                -           0.0000          -
45770.31/2309.59	c      2310           5843        4577        20                -           0.0000          -
45871.57/2314.64	c      2315           5864        4596        20                -           0.0000          -
45970.83/2319.69	c      2320           5885        4613        20                -           0.0000          -
46072.09/2324.72	c      2325          14960       14939        20                -           0.0000          -
46171.37/2329.79	c      2330          15133       15112        20                -           0.0000          -
46272.62/2334.84	c      2335          23409       15779        20                -           0.0000          -
46371.88/2339.89	c      2340           6018        4737        20                -           0.0000          -
46473.15/2344.94	c      2345          15728       15703        20                -           0.0000          -
46572.43/2349.99	c      2350          15750       15725        20                -           0.0000          -
46671.71/2355.01	c      2355          15861       15836        20                -           0.0000          -
46773.60/2360.03	c      2360          15920       15893        20                -           0.0000          -
46872.85/2365.12	c      2365          15974       15947        20                -           0.0000          -
46974.26/2370.19	c      2370          27299       15790        20                -           0.0000          -
47074.69/2375.24	c      2375          27552       15785        20                -           0.0000          -
47173.97/2380.29	c      2380           6204        4911        20                -           0.0000          -
47275.25/2385.34	c      2385           6230        4937        20                -           0.0000          -
47374.62/2390.39	c      2390          16432       16405        20                -           0.0000          -
47475.81/2395.42	c      2395          16486       16459        20                -           0.0000          -
47575.05/2400.48	c      2400           6330        5029        20                -           0.0000          -
47674.32/2405.50	c      2406           6352        5051        20                -           0.0000          -
47775.54/2410.50	c      2411          16684       16657        20                -           0.0000          -
47874.81/2415.51	c      2416           6390        5085        20                -           0.0000          -
47974.08/2420.53	c      2421          16758       16729        20                -           0.0000          -
48073.38/2425.58	c      2426          16758       16729        20                -           0.0000          -
48174.65/2430.63	c      2431          16800       16771        20                -           0.0000          -
48273.89/2435.69	c      2436         100101        5205        20                -           0.0000          -
48375.12/2440.73	c      2441          16888       16859        20                -           0.0000          -
48474.38/2445.78	c      2446         100925        5199        20                -           0.0000          -
48575.61/2450.83	c      2451           6579        5264        20                -           0.0000          -
48674.88/2455.88	c      2456         101853        5195        20                -           0.0000          -
48776.08/2460.92	c      2461         102367        5210        20                -           0.0000          -
48875.33/2465.93	c      2466          17250       17219        20                -           0.0000          -
48974.60/2470.95	c      2471          17342       17309        20                -           0.0000          -
49073.87/2475.97	c      2476           6728        5407        20                -           0.0000          -
49173.17/2481.00	c      2481           6738        5417        20                -           0.0000          -
49277.13/2486.14	c      2486          17566       17529        20                -           0.0000          -
49377.72/2491.21	c      2491          17566       17529        20                -           0.0000          -
49477.02/2496.28	c      2496           6802        5479        20                -           0.0000          -
49578.29/2501.33	c      2501          17662       17623        20                -           0.0000          -
49677.50/2506.38	c      2506          17702       17663        20                -           0.0000          -
49778.77/2511.43	c      2511          17742       17703        20                -           0.0000          -
49878.03/2516.48	c      2516          17834       17791        20                -           0.0000          -
49979.31/2521.53	c      2522          17834       17791        20                -           0.0000          -
50078.60/2526.58	c      2527          17834       17791        20                -           0.0000          -
50179.87/2531.63	c      2532          42548       15943        20                -           0.0000          -
50279.16/2536.68	c      2537         108443        5155        20                -           0.0000          -
50380.40/2541.73	c      2542          17922       17873        20                -           0.0000          -
50479.64/2546.77	c      2547          17922       17873        20                -           0.0000          -
50580.88/2551.83	c      2552          17962       17909        20                -           0.0000          -
50680.14/2556.88	c      2557          18042       17987        20                -           0.0000          -
50781.35/2561.93	c      2562          18042       17987        20                -           0.0000          -
50880.59/2566.94	c      2567          18042       17987        20                -           0.0000          -
50982.40/2572.03	c      2572          18042       17987        20                -           0.0000          -
51081.77/2577.08	c      2577           7266        5917        20                -           0.0000          -
51182.97/2582.13	c      2582           7314        5963        20                -           0.0000          -
51282.19/2587.16	c      2587          18236       18179        20                -           0.0000          -
51381.44/2592.18	c      2592           7339        5988        20                -           0.0000          -
51481.94/2597.23	c      2597          18362       18305        20                -           0.0000          -
51583.21/2602.33	c      2602           7413        6060        20                -           0.0000          -
51682.50/2607.37	c      2607          18502       18443        20                -           0.0000          -
51783.75/2612.43	c      2612          18502       18443        20                -           0.0000          -
51883.01/2617.48	c      2617          50826       15926        20                -           0.0000          -
51984.20/2622.53	c      2623           7523        6164        20                -           0.0000          -
52083.45/2627.58	c      2628          18662       18603        20                -           0.0000          -
52184.68/2632.63	c      2633         116572        5158        20                -           0.0000          -
52283.93/2637.68	c      2638          18782       18723        20                -           0.0000          -
52385.20/2642.73	c      2643          18782       18723        20                -           0.0000          -
52484.45/2647.78	c      2648          18828       18767        20                -           0.0000          -
52585.75/2652.83	c      2653         118329        5160        20                -           0.0000          -
52685.12/2657.87	c      2658         118781        5171        20                -           0.0000          -
52784.23/2662.89	c      2663         119237        5163        20                -           0.0000          -
52885.48/2667.96	c      2668          18990       18925        20                -           0.0000          -
52984.75/2672.99	c      2673         120152        5171        20                -           0.0000          -
53086.85/2678.08	c      2678           7815        6448        20                -           0.0000          -
53185.94/2683.12	c      2683           7826        6459        20                -           0.0000          -
53285.13/2688.13	c      2688           7857        6490        20                -           0.0000          -
53386.69/2693.14	c      2693          19212       19143        20                -           0.0000          -
53487.07/2698.20	c      2698           7901        6534        20                -           0.0000          -
53586.33/2703.20	c      2703          19311       19238        20                -           0.0000          -
53685.60/2708.27	c      2708          19352       19275        20                -           0.0000          -
53786.86/2713.34	c      2713          19352       19275        20                -           0.0000          -
53888.14/2718.45	c      2718          19352       19275        20                -           0.0000          -
53989.40/2723.53	c      2724          19352       19275        20                -           0.0000          -
54088.67/2728.58	c      2729          19352       19275        20                -           0.0000          -
54189.92/2733.64	c      2734          19352       19275        20                -           0.0000          -
54289.17/2738.68	c      2739          19352       19275        20                -           0.0000          -
54390.40/2743.73	c      2744          19352       19275        20                -           0.0000          -
54489.66/2748.78	c      2749          19352       19275        20                -           0.0000          -
54590.91/2753.83	c      2754          19352       19275        20                -           0.0000          -
54690.17/2758.88	c      2759          19352       19275        20                -           0.0000          -
54791.48/2763.93	c      2764          19420       19341        20                -           0.0000          -
54890.68/2768.98	c      2769           8273        6884        20                -           0.0000          -
54990.06/2774.00	c      2774          19492       19413        20                -           0.0000          -
55091.83/2779.04	c      2779          66516       15856        20                -           0.0000          -
55190.98/2784.07	c      2784         129911        5187        20                -           0.0000          -
55290.21/2789.08	c      2789          19661       19576        20                -           0.0000          -
55389.52/2794.11	c      2794          19685       19600        20                -           0.0000          -
55492.12/2799.22	c      2799         131286        5229        20                -           0.0000          -
55593.38/2804.33	c      2804          19742       19657        20                -           0.0000          -
55692.66/2809.38	c      2809          19782       19697        20                -           0.0000          -
55793.93/2814.43	c      2814           8488        7095        20                -           0.0000          -
55893.19/2819.44	c      2819           8514        7119        20                -           0.0000          -
55992.48/2824.48	c      2824           8539        7144        20                -           0.0000          -
56093.74/2829.53	c      2830           8558        7163        20                -           0.0000          -
56193.00/2834.53	c      2835          20002       19915        20                -           0.0000          -
56292.25/2839.59	c      2840          20022       19935        20                -           0.0000          -
56393.52/2844.65	c      2845           8648        7249        20                -           0.0000          -
56494.80/2849.70	c      2850          20062       19975        20                -           0.0000          -
56594.07/2854.76	c      2855          20062       19975        20                -           0.0000          -
56693.35/2859.78	c      2860          73700       15884        20                -           0.0000          -
56794.61/2864.87	c      2865          74205       15887        20                -           0.0000          -
56895.85/2869.98	c      2870          20142       20055        20                -           0.0000          -
56997.79/2875.04	c      2875           8815        7412        20                -           0.0000          -
57097.03/2880.08	c      2880          20217       20128        20                -           0.0000          -
57196.20/2885.13	c      2885          20242       20153        20                -           0.0000          -
57297.38/2890.18	c      2890         138990        5202        20                -           0.0000          -
57397.97/2895.23	c      2895          20322       20233        20                -           0.0000          -
57497.24/2900.25	c      2900          20342       20253        20                -           0.0000          -
57598.48/2905.33	c      2905          20382       20293        20                -           0.0000          -
57697.71/2910.38	c      2910          20414       20325        20                -           0.0000          -
57798.93/2915.43	c      2915         141358        5174        20                -           0.0000          -
57898.19/2920.48	c      2920          20482       20391        20                -           0.0000          -
57999.44/2925.53	c      2926          20522       20431        20                -           0.0000          -
58098.69/2930.58	c      2931          20542       20451        20                -           0.0000          -
58197.94/2935.59	c      2936           9228        7813        20                -           0.0000          -
58299.19/2940.69	c      2941           9239        7824        20                -           0.0000          -
58400.47/2945.73	c      2946         143782        5175        20                -           0.0000          -
58499.75/2950.78	c      2951          20742       20647        20                -           0.0000          -
58601.00/2955.83	c      2956          20762       20667        20                -           0.0000          -
58700.26/2960.88	c      2961           9366        7947        20                -           0.0000          -
58801.52/2965.93	c      2966           9380        7961        20                -           0.0000          -
58900.81/2970.97	c      2971           9418        7995        20                -           0.0000          -
59002.73/2976.03	c      2976          20942       20839        20                -           0.0000          -
59101.88/2981.08	c      2981           9468        8045        20                -           0.0000          -
59201.28/2986.10	c      2986         147469        5163        20                -           0.0000          -
59302.47/2991.16	c      2991          21062       20959        20                -           0.0000          -
59403.09/2996.23	c      2996           9549        8122        20                -           0.0000          -
59502.36/3001.28	c      3001          21158       21055        20                -           0.0000          -
59603.62/3006.33	c      3006          21201       21098        20                -           0.0000          -
59702.89/3011.38	c      3011          21222       21117        20                -           0.0000          -
59804.13/3016.42	c      3016           9634        8203        20                -           0.0000          -
59903.39/3021.48	c      3021           9667        8232        20                -           0.0000          -
60004.63/3026.53	c      3027           9678        8243        20                -           0.0000          -
60103.86/3031.59	c      3032          21342       21237        20                -           0.0000          -
60205.11/3036.63	c      3037          21342       21237        20                -           0.0000          -
60304.40/3041.68	c      3042          21342       21237        20                -           0.0000          -
60405.68/3046.72	c      3047          21342       21237        20                -           0.0000          -
60504.97/3051.76	c      3052          21360       21255        20                -           0.0000          -
60604.23/3056.77	c      3057           9858        8415        20                -           0.0000          -
60705.49/3061.82	c      3062          92295       15892        20                -           0.0000          -
60804.75/3066.83	c      3067          21462       21357        20                -           0.0000          -
60906.00/3071.91	c      3072          21462       21357        20                -           0.0000          -
61005.22/3076.99	c      3077           9968        8525        20                -           0.0000          -
61107.02/3082.08	c      3082          21614       21509        20                -           0.0000          -
61206.28/3087.12	c      3087          94824       15902        20                -           0.0000          -
61307.68/3092.18	c      3092          10077        8632        20                -           0.0000          -
61408.09/3097.23	c      3097          21722       21617        20                -           0.0000          -
61507.37/3102.28	c      3102          21758       21653        20                -           0.0000          -
61608.61/3107.33	c      3107          10175        8730        20                -           0.0000          -
61707.88/3112.34	c      3112          21842       21733        20                -           0.0000          -
61809.17/3117.40	c      3117          10223        8778        20                -           0.0000          -
61908.45/3122.48	c      3122         158815        5366        20                -           0.0000          -
62009.67/3127.53	c      3128          10281        8834        20                -           0.0000          -
62108.95/3132.57	c      3133          21962       21849        20                -           0.0000          -
62210.23/3137.63	c      3138          21962       21849        20                -           0.0000          -
62309.52/3142.68	c      3143          10372        8921        20                -           0.0000          -
62410.79/3147.73	c      3148          22002       21889        20                -           0.0000          -
62510.06/3152.78	c      3153          22042       21929        20                -           0.0000          -
62611.33/3157.83	c      3158          10468        9007        20                -           0.0000          -
62710.59/3162.88	c      3163          22102       21987        20                -           0.0000          -
62811.86/3167.94	c      3168          10509        9048        20                -           0.0000          -
62911.11/3172.98	c      3173          10533        9070        20                -           0.0000          -
63010.37/3178.00	c      3178          10554        9091        20                -           0.0000          -
63112.21/3183.08	c      3183          22262       22139        20                -           0.0000          -
63211.58/3188.13	c      3188          22262       22139        20                -           0.0000          -
63312.77/3193.18	c      3193          22262       22139        20                -           0.0000          -
63413.43/3198.23	c      3198          22262       22139        20                -           0.0000          -
63512.70/3203.28	c      3203          22276       22153        20                -           0.0000          -
63613.96/3208.33	c      3208          22282       22159        20                -           0.0000          -
63713.23/3213.39	c      3213          22322       22197        20                -           0.0000          -
63814.50/3218.43	c      3218          22322       22197        20                -           0.0000          -
63913.79/3223.48	c      3223          22322       22197        20                -           0.0000          -
64015.04/3228.53	c      3229          22322       22197        20                -           0.0000          -
64114.30/3233.58	c      3234          22322       22197        20                -           0.0000          -
64215.55/3238.63	c      3239          22322       22197        20                -           0.0000          -
64314.82/3243.68	c      3244          22322       22197        20                -           0.0000          -
64416.08/3248.73	c      3249          22322       22197        20                -           0.0000          -
64515.36/3253.78	c      3254          22322       22197        20                -           0.0000          -
64616.63/3258.83	c      3259          22322       22197        20                -           0.0000          -
64715.90/3263.87	c      3264          22362       22235        20                -           0.0000          -
64817.17/3268.93	c      3269          22402       22275        20                -           0.0000          -
64916.45/3273.94	c      3274          11117        9634        20                -           0.0000          -
65015.73/3279.04	c      3279          22502       22373        20                -           0.0000          -
65117.59/3284.05	c      3284          11191        9708        20                -           0.0000          -
65216.86/3289.07	c      3289          11228        9741        20                -           0.0000          -
65316.21/3294.12	c      3294          22602       22471        20                -           0.0000          -
65417.52/3299.16	c      3299          11271        9784        20                -           0.0000          -
65518.04/3304.24	c      3304          22676       22543        20                -           0.0000          -
65617.34/3309.29	c      3309          11317        9828        20                -           0.0000          -
65718.62/3314.36	c      3314          22762       22625        20                -           0.0000          -
65819.92/3319.42	c      3319          22782       22645        20                -           0.0000          -
65919.39/3324.48	c      3324          22782       22645        20                -           0.0000          -
66020.49/3329.53	c      3330          22793       22656        20                -           0.0000          -
66119.76/3334.58	c      3335          11483        9988        20                -           0.0000          -
66221.01/3339.63	c      3340          11495       10000        20                -           0.0000          -
66320.26/3344.65	c      3345         177688        5184        20                -           0.0000          -
66419.50/3349.70	c      3350          22922       22781        20                -           0.0000          -
66520.76/3354.79	c      3355         178681        5209        20                -           0.0000          -
66622.01/3359.83	c      3360         179182        5216        20                -           0.0000          -
66721.28/3364.88	c      3365          11654       10149        20                -           0.0000          -
66820.56/3369.90	c      3370          23125       22970        20                -           0.0000          -
66921.81/3374.98	c      3375          11742       10227        20                -           0.0000          -
67021.08/3380.01	c      3380          11765       10248        20                -           0.0000          -
67122.94/3385.08	c      3385          11794       10273        20                -           0.0000          -
67224.24/3390.13	c      3390          11813       10290        20                -           0.0000          -
67323.50/3395.19	c      3395          23323       23164        20                -           0.0000          -
67424.14/3400.23	c      3400          11881       10354        20                -           0.0000          -
67523.42/3405.28	c      3405          23347       23188        20                -           0.0000          -
67624.67/3410.33	c      3410         183709        5261        20                -           0.0000          -
67723.95/3415.38	c      3415         184007        5268        20                -           0.0000          -
67825.22/3420.43	c      3420         184412        5248        20                -           0.0000          -
67924.48/3425.48	c      3425          23569       23406        20                -           0.0000          -
68025.75/3430.53	c      3431          23628       23465        20                -           0.0000          -
68125.05/3435.55	c      3436          23629       23466        20                -           0.0000          -
68226.31/3440.63	c      3441          23649       23486        20                -           0.0000          -
68325.59/3445.68	c      3446          23689       23526        20                -           0.0000          -
68426.84/3450.73	c      3451         187206        5227        20                -           0.0000          -
68526.08/3455.78	c      3456          12152       10605        20                -           0.0000          -
68627.35/3460.81	c      3461          23769       23606        20                -           0.0000          -
68726.62/3465.88	c      3466          23769       23606        20                -           0.0000          -
68827.91/3470.93	c      3471          23770       23607        20                -           0.0000          -
68927.15/3475.98	c      3476          23809       23646        20                -           0.0000          -
69026.41/3481.03	c      3481          23809       23646        20                -           0.0000          -
69128.31/3486.08	c      3486          23889       23726        20                -           0.0000          -
69227.66/3491.13	c      3491          23958       23795        20                -           0.0000          -
69328.86/3496.15	c      3496          24006       23839        20                -           0.0000          -
69428.05/3501.16	c      3501          12360       10805        20                -           0.0000          -
69528.68/3506.22	c      3506          12387       10832        20                -           0.0000          -
69627.94/3511.29	c      3511          12437       10873        20                -           0.0000          -
69729.16/3516.37	c      3516          24133       23962        20                -           0.0000          -
69828.39/3521.40	c      3521          12516       10952        20                -           0.0000          -
69929.61/3526.49	c      3526          12575       11003        20                -           0.0000          -
70030.84/3531.53	c      3532          24304       24125        20                -           0.0000          -
70130.11/3536.58	c      3537          24333       24154        20                -           0.0000          -
70229.38/3541.60	c      3542          24353       24174        20                -           0.0000          -
70330.62/3546.61	c      3547          24367       24188        20                -           0.0000          -
70429.82/3551.68	c      3552          12700       11126        20                -           0.0000          -
70531.05/3556.72	c      3557          24469       24280        20                -           0.0000          -
70632.27/3561.82	c      3562         140728       15842        20                -           0.0000          -
70731.55/3566.85	c      3567          24552       24359        20                -           0.0000          -
70832.85/3571.93	c      3572          24592       24399        20                -           0.0000          -
70932.13/3576.98	c      3577          24649       24452        20                -           0.0000          -
71033.95/3582.03	c      3582          24689       24492        20                -           0.0000          -
71133.38/3587.08	c      3587          12909       11323        20                -           0.0000          -
71234.58/3592.13	c      3592          12933       11347        20                -           0.0000          -
71334.08/3597.18	c      3597          24814       24607        20                -           0.0000          -
71434.47/3602.23	c      3602          13006       11414        20                -           0.0000          -
71533.73/3607.28	c      3607          13023       11431        20                -           0.0000          -
71635.01/3612.31	c      3612          13023       11431        20                -           0.0000          -
71734.29/3617.38	c      3617         200408        5216        20                -           0.0000          -
71835.55/3622.42	c      3622          13063       11471        20                -           0.0000          -
71934.82/3627.48	c      3627          13103       11506        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (183627 MiB free)
  memory of node 1: 193494 MiB (187402 MiB free)
  memory of node 2: 193531 MiB (191781 MiB free)
  memory of node 3: 193531 MiB (185962 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-4467979-1723260017/watcher-4467979-1723260017 -o /tmp/evaluation-result-4467979-1723260017/solver-4467979-1723260017 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723252003-543892 --watchdog 3760 fscip settings/racing.prm HOME/instance-4467979-1723260017.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=549436, runsolver pid=549433
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 61.10 60.86 53.71 62/981 549437
/proc/meminfo: memFree=766712592/790760804 swapFree=131071996/131071996
[pid=549436] ppid=549433 vsize=57488 memory=46796 CPUtime=0.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/stat : 549436 (fscip) R 549433 549436 543880 0 -1 4194304 10615 0 0 0 9 2 0 0 20 0 1 0 92584833 58867712 11699 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
/proc/549436/statm: 14372 11699 2742 3035 0 10768 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 57488 KiB
Current children cumulated memory: 46796 KiB

[startup+0.219841 s]*
/proc/loadavg: 61.10 60.86 53.71 62/981 549437
/proc/meminfo: memFree=766705980/790760804 swapFree=131071996/131071996
[pid=549436] ppid=549433 vsize=1549912 memory=63872 CPUtime=0.23 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/stat : 549436 (fscip) R 549433 549436 543880 0 -1 4194304 14175 0 0 0 21 2 0 0 20 0 21 0 92584833 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
/proc/549436/statm: 387478 15968 2790 3035 0 56834 0
[pid=549436/tid=549438] ppid=549433 vsize=1549912 memory=8318255677412212789 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549438/stat : 549438 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549439] ppid=549433 vsize=1549912 memory=241407623510 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549439/stat : 549439 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549440] ppid=549433 vsize=1549912 memory=60710185099761 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549440/stat : 549440 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549441] ppid=549433 vsize=1549912 memory=58519768556253 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549441/stat : 549441 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549442] ppid=549433 vsize=1549912 memory=55186907489225 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549442/stat : 549442 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549443] ppid=549433 vsize=1549912 memory=61818387364323 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549443/stat : 549443 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549444] ppid=549433 vsize=1549912 memory=14132242817564905 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549444/stat : 549444 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549445] ppid=549433 vsize=1549912 memory=775922 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549445/stat : 549445 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549446] ppid=549433 vsize=1549912 memory=3762249725639384819 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549446/stat : 549446 (fscip) S 549433 549436 543880 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549447] ppid=549433 vsize=1549912 memory=3906368225135056032 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549447/stat : 549447 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549448] ppid=549433 vsize=1549912 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549448/stat : 549448 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549449] ppid=549433 vsize=1549912 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549449/stat : 549449 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549450] ppid=549433 vsize=1549912 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549450/stat : 549450 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549451] ppid=549433 vsize=1549912 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549451/stat : 549451 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549452] ppid=549433 vsize=1549912 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549452/stat : 549452 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549453] ppid=549433 vsize=1549912 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549453/stat : 549453 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549454] ppid=549433 vsize=1549912 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549454/stat : 549454 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549455] ppid=549433 vsize=1549912 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549455/stat : 549455 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549456] ppid=549433 vsize=1549912 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549456/stat : 549456 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584857 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549457] ppid=549433 vsize=1549912 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549457/stat : 549457 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584857 1587109888 15968 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1549912 KiB
Current children cumulated memory: 63872 KiB

[startup+0.319475 s]*
/proc/loadavg: 61.10 60.86 53.71 63/1001 549457
/proc/meminfo: memFree=766634828/790760804 swapFree=131071996/131071996
[pid=549436] ppid=549433 vsize=1546176 memory=138352 CPUtime=0.33 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/stat : 549436 (fscip) S 549433 549436 543880 0 -1 1077936128 34854 0 0 0 26 7 0 0 20 0 21 0 92584833 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
/proc/549436/statm: 386544 34588 2790 3035 0 75935 0
[pid=549436/tid=549438] ppid=549433 vsize=1546176 memory=-6514003219442744169 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549438/stat : 549438 (fscip) S 549433 549436 543880 0 -1 1077936192 2615 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549439] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549439/stat : 549439 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549440] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549440/stat : 549440 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549441] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549441/stat : 549441 (fscip) R 549433 549436 543880 0 -1 4194368 1509 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549442] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549442/stat : 549442 (fscip) S 549433 549436 543880 0 -1 1077936192 2615 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549443] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549443/stat : 549443 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549444] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549444/stat : 549444 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549445] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549445/stat : 549445 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549446] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549446/stat : 549446 (fscip) S 549433 549436 543880 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549447] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549447/stat : 549447 (fscip) S 549433 549436 543880 0 -1 1077936192 2615 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549448] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549448/stat : 549448 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549449] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549449/stat : 549449 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549450] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549450/stat : 549450 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549451] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549451/stat : 549451 (fscip) S 549433 549436 543880 0 -1 1077936192 2616 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34588 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549452] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549452/stat : 549452 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34654 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549453] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549453/stat : 549453 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34654 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549454] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549454/stat : 549454 (fscip) S 549433 549436 543880 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34654 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549455] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549455/stat : 549455 (fscip) S 549433 549436 543880 0 -1 1077936192 2615 0 0 0 0 0 0 0 20 0 21 0 92584856 1583284224 34654 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549456] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549456/stat : 549456 (fscip) S 549433 549436 543880 0 -1 1077936192 2613 0 0 0 0 0 0 0 20 0 21 0 92584857 1583284224 34654 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549457] ppid=549433 vsize=1546176 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549457/stat : 549457 (fscip) S 549433 549436 543880 0 -1 1077936192 2614 0 0 0 0 0 0 0 20 0 21 0 92584857 1583284224 34654 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1546176 KiB
Current children cumulated memory: 138352 KiB

[startup+0.701642 s]
/proc/loadavg: 61.10 60.86 53.71 65/1021 549477
/proc/meminfo: memFree=766310536/790760804 swapFree=131071996/131071996
[pid=549436] ppid=549433 vsize=1710096 memory=757344 CPUtime=4.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/stat : 549436 (fscip) S 549433 549436 543880 0 -1 1077936128 188995 0 0 0 356 45 0 0 20 0 41 0 92584833 1751138304 189270 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 17 38 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
/proc/549436/statm: 427524 189270 2838 3035 0 279374 0
[pid=549436/tid=549438] ppid=549433 vsize=1710096 memory=2 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549438/stat : 549438 (fscip) R 549433 549436 543880 0 -1 4194368 9854 0 0 0 16 2 0 0 20 0 41 0 92584856 1751138304 189336 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549439] ppid=549433 vsize=1710096 memory=11448 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549439/stat : 549439 (fscip) R 549433 549436 543880 0 -1 4194368 8190 0 0 0 17 2 0 0 20 0 41 0 92584856 1751138304 189336 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549440] ppid=549433 vsize=1710096 memory=5512 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549440/stat : 549440 (fscip) R 549433 549436 543880 0 -1 4194368 8107 0 0 0 16 2 0 0 20 0 41 0 92584856 1751138304 189336 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549441] ppid=549433 vsize=1710096 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549441/stat : 549441 (fscip) R 549433 549436 543880 0 -1 4194368 9389 0 0 0 16 2 0 0 20 0 41 0 92584856 1751138304 189336 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549442] ppid=549433 vsize=1710096 memory=32096 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549442/stat : 549442 (fscip) R 549433 549436 543880 0 -1 4194368 8123 0 0 0 17 1 0 0 20 0 41 0 92584856 1751138304 189336 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549443] ppid=549433 vsize=1710096 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549443/stat : 549443 (fscip) R 549433 549436 543880 0 -1 4194368 8190 0 0 0 17 1 0 0 20 0 41 0 92584856 1751138304 189336 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549444] ppid=549433 vsize=1710096 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549444/stat : 549444 (fscip) R 549433 549436 543880 0 -1 4194368 9418 0 0 0 16 2 0 0 20 0 41 0 92584856 1751138304 189402 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549445] ppid=549433 vsize=1710096 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549445/stat : 549445 (fscip) R 549433 549436 543880 0 -1 4194368 8152 0 0 0 15 2 0 0 20 0 41 0 92584856 1751138304 189402 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549446] ppid=549433 vsize=1710096 memory=0 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549446/stat : 549446 (fscip) R 549433 549436 543880 0 -1 4194368 8191 0 0 0 17 2 0 0 20 0 41 0 92584856 1751138304 189402 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549447] ppid=549433 vsize=1710096 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549447/stat : 549447 (fscip) R 549433 549436 543880 0 -1 4194368 10144 0 0 0 16 2 0 0 20 0 41 0 92584856 1751138304 189402 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549448] ppid=549433 vsize=1710096 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549448/stat : 549448 (fscip) R 549433 549436 543880 0 -1 4194368 8192 0 0 0 17 1 0 0 20 0 41 0 92584856 1751138304 189600 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549449] ppid=549433 vsize=1710096 memory=15776 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549449/stat : 549449 (fscip) R 549433 549436 543880 0 -1 4194368 8108 0 0 0 16 2 0 0 20 0 41 0 92584856 1751138304 189600 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549450] ppid=549433 vsize=1710096 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549450/stat : 549450 (fscip) R 549433 549436 543880 0 -1 4194368 9253 0 0 0 16 2 0 0 20 0 41 0 92584856 1751138304 189600 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549451] ppid=549433 vsize=1710096 memory=2316 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549451/stat : 549451 (fscip) R 549433 549436 543880 0 -1 4194368 8154 0 0 0 16 2 0 0 20 0 41 0 92584856 1751138304 189600 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549452] ppid=549433 vsize=1710096 memory=33000 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549452/stat : 549452 (fscip) R 549433 549436 543880 0 -1 4194368 8153 0 0 0 16 1 0 0 20 0 41 0 92584856 1751138304 189600 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549453] ppid=549433 vsize=1710096 memory=1804 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549453/stat : 549453 (fscip) R 549433 549436 543880 0 -1 4194368 8403 0 0 0 16 1 0 0 20 0 41 0 92584856 1751138304 189600 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549454] ppid=549433 vsize=1710096 memory=6048 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549454/stat : 549454 (fscip) R 549433 549436 543880 0 -1 4194368 8140 0 0 0 16 2 0 0 20 0 41 0 92584856 1751138304 189600 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549455] ppid=549433 vsize=1710096 memory=51200 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549455/stat : 549455 (fscip) R 549433 549436 543880 0 -1 4194368 8220 0 0 0 17 1 0 0 20 0 41 0 92584856 1751138304 189600 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549456] ppid=549433 vsize=1710096 memory=104 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549456/stat : 549456 (fscip) R 549433 549436 543880 0 -1 4194368 10881 0 0 0 16 1 0 0 20 0 41 0 92584857 1751138304 189600 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549457] ppid=549433 vsize=1710096 memory=280562967823936 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549457/stat : 549457 (fscip) R 549433 549436 543880 0 -1 4194368 8920 0 0 0 18 1 0 0 20 0 41 0 92584857 1751138304 189600 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549458] ppid=549433 vsize=1710096 memory=-1598831813028945288 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549458/stat : 549458 (fscip) S 549433 549436 543880 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92584883 1751138304 189600 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549459] ppid=549433 vsize=1710096 memory=3978989782799791424 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549459/stat : 549459 (fscip) S 549433 549436 543880 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92584883 1751138304 189666 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549460] ppid=549433 vsize=1710096 memory=280562967449744 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549460/stat : 549460 (fscip) S 549433 549436 543880 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 92584883 1751138304 189732 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0

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

/proc/549436/task/549457/stat : 549457 (fscip) R 549433 549436 543880 0 -1 4194368 2144565 0 0 0 355276 363 0 0 20 0 41 0 92584857 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549458] ppid=549433 vsize=7028256 memory=11448 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549458/stat : 549458 (fscip) S 549433 549436 543880 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549459] ppid=549433 vsize=7028256 memory=11448 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549459/stat : 549459 (fscip) S 549433 549436 543880 0 -1 1077936192 115 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549460] ppid=549433 vsize=7028256 memory=5568440 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549460/stat : 549460 (fscip) S 549433 549436 543880 0 -1 1077936192 141 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549461] ppid=549433 vsize=7028256 memory=31316 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549461/stat : 549461 (fscip) S 549433 549436 543880 0 -1 1077936192 97 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549462] ppid=549433 vsize=7028256 memory=5610240 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549462/stat : 549462 (fscip) S 549433 549436 543880 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549463] ppid=549433 vsize=7028256 memory=6432436177684096318 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549463/stat : 549463 (fscip) S 549433 549436 543880 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549464] ppid=549433 vsize=7028256 memory=7640 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549464/stat : 549464 (fscip) S 549433 549436 543880 0 -1 1077936192 151 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549465] ppid=549433 vsize=7028256 memory=5597844 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549465/stat : 549465 (fscip) S 549433 549436 543880 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549466] ppid=549433 vsize=7028256 memory=10544 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549466/stat : 549466 (fscip) S 549433 549436 543880 0 -1 1077936192 148 0 0 0 0 2 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549467] ppid=549433 vsize=7028256 memory=5613852 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549467/stat : 549467 (fscip) S 549433 549436 543880 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549468] ppid=549433 vsize=7028256 memory=2800 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549468/stat : 549468 (fscip) S 549433 549436 543880 0 -1 1077936192 145 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549469] ppid=549433 vsize=7028256 memory=5610504 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549469/stat : 549469 (fscip) S 549433 549436 543880 0 -1 1077936192 59 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549470] ppid=549433 vsize=7028256 memory=33048 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549470/stat : 549470 (fscip) S 549433 549436 543880 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549471] ppid=549433 vsize=7028256 memory=198340509722 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549471/stat : 549471 (fscip) S 549433 549436 543880 0 -1 1077936192 111 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549472] ppid=549433 vsize=7028256 memory=25031 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549472/stat : 549472 (fscip) S 549433 549436 543880 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549473] ppid=549433 vsize=7028256 memory=5613852 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549473/stat : 549473 (fscip) S 549433 549436 543880 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549474] ppid=549433 vsize=7028256 memory=5613852 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549474/stat : 549474 (fscip) S 549433 549436 543880 0 -1 1077936192 113 0 0 0 1 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549475] ppid=549433 vsize=7028256 memory=5611712 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549475/stat : 549475 (fscip) S 549433 549436 543880 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549476] ppid=549433 vsize=7028256 memory=5610240 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549476/stat : 549476 (fscip) S 549433 549436 543880 0 -1 1077936192 149 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549477] ppid=549433 vsize=7028256 memory=5611592 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549477/stat : 549477 (fscip) S 549433 549436 543880 0 -1 1077936192 140 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1403464 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
Current children cumulated CPU time: 71039.4 s
Current children cumulated vsize: 7028256 KiB
Current children cumulated memory: 5613856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.7 s]
/proc/loadavg: 40.53 40.83 47.54 41/929 551487
/proc/meminfo: memFree=770190216/790760804 swapFree=131071996/131071996
[pid=549436] ppid=549433 vsize=7028256 memory=5648268 CPUtime=72000.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/stat : 549436 (fscip) S 549433 549436 543880 0 -1 1077936128 22422425 0 0 0 7184528 15506 0 0 20 0 41 0 92584833 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 17 46 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
/proc/549436/statm: 1757064 1412067 3334 3035 0 1614527 0
[pid=549436/tid=549438] ppid=549433 vsize=7028256 memory=15776 CPUtime=3605.51 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549438/stat : 549438 (fscip) R 549433 549436 543880 0 -1 4194368 819963 0 0 0 360446 105 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549439] ppid=549433 vsize=7028256 memory=4719825462019238 CPUtime=3563.31 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549439/stat : 549439 (fscip) R 549433 549436 543880 0 -1 4194368 1823184 0 0 0 356013 318 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549440] ppid=549433 vsize=7028256 memory=280562971591136 CPUtime=3600.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549440/stat : 549440 (fscip) R 549433 549436 543880 0 -1 4194368 489942 0 0 0 358329 1757 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549441] ppid=549433 vsize=7028256 memory=8444360971911186 CPUtime=3605.07 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549441/stat : 549441 (fscip) R 549433 549436 543880 0 -1 4194368 995636 0 0 0 360346 161 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549442] ppid=549433 vsize=7028256 memory=6720663242437901931 CPUtime=3606.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549442/stat : 549442 (fscip) R 549433 549436 543880 0 -1 4194368 1675620 0 0 0 360406 196 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549443] ppid=549433 vsize=7028256 memory=22095647500499218 CPUtime=3603.4 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549443/stat : 549443 (fscip) R 549433 549436 543880 0 -1 4194368 496864 0 0 0 358550 1790 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549444] ppid=549433 vsize=7028256 memory=5620188 CPUtime=3584.94 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549444/stat : 549444 (fscip) R 549433 549436 543880 0 -1 4194368 817614 0 0 0 358390 104 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549445] ppid=549433 vsize=7028256 memory=1804 CPUtime=3606.48 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549445/stat : 549445 (fscip) R 549433 549436 543880 0 -1 4194368 1886252 0 0 0 360402 246 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549446] ppid=549433 vsize=7028256 memory=25333125866717268 CPUtime=3585.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549446/stat : 549446 (fscip) R 549433 549436 543880 0 -1 4194368 727852 0 0 0 356640 1876 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549447] ppid=549433 vsize=7028256 memory=0 CPUtime=3601.11 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549447/stat : 549447 (fscip) R 549433 549436 543880 0 -1 4194368 996290 0 0 0 359927 184 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549448] ppid=549433 vsize=7028256 memory=356077 CPUtime=3604.9 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549448/stat : 549448 (fscip) R 549433 549436 543880 0 -1 4194368 1734956 0 0 0 360280 210 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549449] ppid=549433 vsize=7028256 memory=6720663242437901931 CPUtime=3601.32 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549449/stat : 549449 (fscip) R 549433 549436 543880 0 -1 4194368 403244 0 0 0 358724 1408 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549450] ppid=549433 vsize=7028256 memory=2881 CPUtime=3603.44 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549450/stat : 549450 (fscip) R 549433 549436 543880 0 -1 4194368 832032 0 0 0 360237 107 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549451] ppid=549433 vsize=7028256 memory=7588935247545783144 CPUtime=3602.74 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549451/stat : 549451 (fscip) R 549433 549436 543880 0 -1 4194368 1756172 0 0 0 360052 222 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549452] ppid=549433 vsize=7028256 memory=25333125866717268 CPUtime=3600.85 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549452/stat : 549452 (fscip) R 549433 549436 543880 0 -1 4194368 382859 0 0 0 356507 3578 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549453] ppid=549433 vsize=7028256 memory=357088 CPUtime=3605.43 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549453/stat : 549453 (fscip) R 549433 549436 543880 0 -1 4194368 852803 0 0 0 360427 116 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549454] ppid=549433 vsize=7028256 memory=32096 CPUtime=3605 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549454/stat : 549454 (fscip) R 549433 549436 543880 0 -1 4194368 1997216 0 0 0 360191 309 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549455] ppid=549433 vsize=7028256 memory=5512 CPUtime=3603.62 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549455/stat : 549455 (fscip) R 549433 549436 543880 0 -1 4194368 423983 0 0 0 358180 2182 0 0 20 0 41 0 92584856 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549456] ppid=549433 vsize=7028256 memory=11448 CPUtime=3604.65 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549456/stat : 549456 (fscip) R 549433 549436 543880 0 -1 4194368 1135329 0 0 0 360243 222 0 0 20 0 41 0 92584857 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549457] ppid=549433 vsize=7028256 memory=0 CPUtime=3604.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549457/stat : 549457 (fscip) R 549433 549436 543880 0 -1 4194368 2155813 0 0 0 360087 365 0 0 20 0 41 0 92584857 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549458] ppid=549433 vsize=7028256 memory=5647264 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549458/stat : 549458 (fscip) S 549433 549436 543880 0 -1 1077936192 114 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549459] ppid=549433 vsize=7028256 memory=10544 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549459/stat : 549459 (fscip) S 549433 549436 543880 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549460] ppid=549433 vsize=7028256 memory=5634916 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549460/stat : 549460 (fscip) S 549433 549436 543880 0 -1 1077936192 143 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549461] ppid=549433 vsize=7028256 memory=5647264 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549461/stat : 549461 (fscip) S 549433 549436 543880 0 -1 1077936192 99 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549462] ppid=549433 vsize=7028256 memory=140282221823448 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549462/stat : 549462 (fscip) S 549433 549436 543880 0 -1 1077936192 147 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549463] ppid=549433 vsize=7028256 memory=140282221823482 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549463/stat : 549463 (fscip) S 549433 549436 543880 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549464] ppid=549433 vsize=7028256 memory=5641152 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549464/stat : 549464 (fscip) S 549433 549436 543880 0 -1 1077936192 154 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 22 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549465] ppid=549433 vsize=7028256 memory=5646888 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549465/stat : 549465 (fscip) S 549433 549436 543880 0 -1 1077936192 148 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549466] ppid=549433 vsize=7028256 memory=5641152 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549466/stat : 549466 (fscip) S 549433 549436 543880 0 -1 1077936192 151 0 0 0 0 2 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549467] ppid=549433 vsize=7028256 memory=5646888 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549467/stat : 549467 (fscip) S 549433 549436 543880 0 -1 1077936192 139 0 0 0 3 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549468] ppid=549433 vsize=7028256 memory=11448 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549468/stat : 549468 (fscip) S 549433 549436 543880 0 -1 1077936192 147 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549469] ppid=549433 vsize=7028256 memory=33048 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549469/stat : 549469 (fscip) S 549433 549436 543880 0 -1 1077936192 60 0 0 0 3 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549470] ppid=549433 vsize=7028256 memory=5647264 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549470/stat : 549470 (fscip) S 549433 549436 543880 0 -1 1077936192 133 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549471] ppid=549433 vsize=7028256 memory=5512 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549471/stat : 549471 (fscip) S 549433 549436 543880 0 -1 1077936192 113 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549472] ppid=549433 vsize=7028256 memory=-7024109892694604741 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549472/stat : 549472 (fscip) S 549433 549436 543880 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549473] ppid=549433 vsize=7028256 memory=5641152 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549473/stat : 549473 (fscip) S 549433 549436 543880 0 -1 1077936192 116 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549474] ppid=549433 vsize=7028256 memory=11448 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549474/stat : 549474 (fscip) S 549433 549436 543880 0 -1 1077936192 115 0 0 0 1 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549475] ppid=549433 vsize=7028256 memory=5647264 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549475/stat : 549475 (fscip) S 549433 549436 543880 0 -1 1077936192 130 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549476] ppid=549433 vsize=7028256 memory=5623504 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549476/stat : 549476 (fscip) S 549433 549436 543880 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
[pid=549436/tid=549477] ppid=549433 vsize=7028256 memory=5647264 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/549436/task/549477/stat : 549477 (fscip) S 549433 549436 543880 0 -1 1077936192 142 0 0 0 2 0 0 0 20 0 41 0 92584883 7196934144 1412067 809668444160 4194304 16622877 140722681899280 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 55189504 140722681902057 140722681902173 140722681902173 140722681909199 0
Current children cumulated CPU time: 72000.3 s
Current children cumulated vsize: 7028256 KiB
Current children cumulated memory: 5648268 KiB

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

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

# cumulated CPU time of all completed processes:  user=71845.5 s, system=155.237 s

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

[startup+3630.81 s]*
/proc/loadavg: 40.53 40.83 47.54 22/890 551487
/proc/meminfo: memFree=774263004/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): 3630.9
CPU time (s): 72000.7
CPU user time (s): 71845.5
CPU system time (s): 155.237
CPU usage (%): 1983
Max. virtual memory (cumulated for all children) (KiB): 7028256
Max. memory (cumulated for all children) (KiB): 5648268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71845.5
system time used= 155.237
maximum resident set size= 5648484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22422468
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= 335082
involuntary context switches= 251368


# summary of solver processes directly reported to runsolver:
#   pid: 549436
#   total CPU time (s): 72000.7
#   total CPU user time (s): 71845.5
#   total CPU system time (s): 155.237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.5893 second user time and 86.5556 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-08-10 05:20:17
IDJOB=4467979
IDBENCH=162302
IDSOLVER=3097
FILE ID=nodeD105/4467979-1723260017
RUNJOBID= nodeD105-1723252003-543892
SLURM_JOB_ID= 8266913
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 024-08-09
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size96-round23-2.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-4467979-1723260017/watcher-4467979-1723260017 -o /tmp/evaluation-result-4467979-1723260017/solver-4467979-1723260017 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1723252003-543892 --watchdog 3760  fscip settings/racing.prm HOME/instance-4467979-1723260017.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= a8b84d78b1363b4a3850ebb291b1422d
RANDOM SEED=116458716

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		: 2877.574
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		: 3055.646
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		: 3555.513
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		: 2989.063
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		: 2878.878
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		: 3055.552
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		: 3238.092
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		: 2988.446
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		: 2877.158
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		: 3047.845
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		: 2982.470
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		: 2979.292
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		: 2878.807
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		: 3055.651
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		: 1898.395
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		: 2989.197
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		: 2878.026
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		: 3055.698
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		: 3531.833
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		: 2989.189
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		: 2878.762
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		: 3053.849
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		: 1336.467
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		: 2989.188
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		: 2878.783
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		: 3050.573
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		: 1131.834
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		: 2989.187
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		: 2878.778
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		: 3053.853
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		: 2638.546
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		: 2988.429
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		: 2878.765
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		: 3052.465
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		: 3144.597
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		: 2983.248
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		: 2878.019
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		: 2887.728
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		: 2263.421
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		: 2989.171
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		: 2878.752
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		: 3054.819
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		: 1243.997
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		: 2988.398
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		: 2878.750
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		: 3048.159
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		: 2640.050
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		: 2989.166
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		: 2877.368
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		: 3056.106
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		: 2630.144
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		: 2989.158
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		: 2878.726
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		: 3056.187
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		: 2638.743
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		: 2989.154
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		: 2878.774
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		: 3056.255
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		: 2638.508
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		: 2989.147
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5011.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2875.227
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		: 3052.845
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		: 2659.410
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		: 2982.061
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		: 2878.913
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		: 3056.376
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		: 2654.559
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		: 2989.136
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		: 2878.992
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		: 3050.914
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		: 2664.415
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		: 2983.599
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		: 2877.060
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		: 2899.329
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		: 2654.485
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		: 2989.125
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		: 2824.896
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		: 2875.626
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		: 2181.633
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		: 2989.123
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:        766744436 kB
MemAvailable:   770411648 kB
Buffers:          971444 kB
Cached:          5998740 kB
SwapCached:            0 kB
Active:          1320732 kB
Inactive:       19505128 kB
Active(anon):       2176 kB
Inactive(anon): 13891900 kB
Active(file):    1318556 kB
Inactive(file):  5613228 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             27784 kB
Writeback:            32 kB
AnonPages:      13855392 kB
Mapped:           138144 kB
Shmem:             38920 kB
KReclaimable:     310264 kB
Slab:             724704 kB
SReclaimable:     310264 kB
SUnreclaim:       414440 kB
KernelStack:       16960 kB
PageTables:        41348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1729428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           850176 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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:      937984 kB
DirectMap2M:    121194496 kB
DirectMap1G:    683671552 kB

Free space on /tmp at the end= 8622864 MiB
End job on nodeD105 at 2024-08-10 06:20:48