Trace number 4465962

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/
normalized-maxcut_opt_complete_5-partite_block_nvert_55.opb
MD5SUMff0f59bbfc198112e385d67f72301d6a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-726
Best CPU time to get the best result obtained on this benchmark151.254
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1485
Total number of constraints104940
Number of constraints which are clauses104940
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 1210
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1210
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1210
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.23/0.26	c Default LC presolving (default).
0.23/0.26	c ** Before presolving: virtualMemUsedAtLc = 251480478, getVmSize() = 175026176, SCIPgetMemUsed() = 120644757, SCIPgetMemTotal() = 145211181, SCIPgetMemExternEstim() = 106269297
0.23/0.26	c ** set memory limit for presolving in LC to 8.7953e+12 for SCIP **
2.78/2.81	c ** Estimated virtualMemUsedAtSolver = 378185445, getVmSize() = 515031040, SCIPgetMemUsed() = 275394247, SCIPgetMemTotal() = 461008871, SCIPgetMemExternEstim() = 106269297
2.78/2.81	c ** set memory limit for solvers to 4.18742e+11 for each SCIP **
2.78/2.81	c Original Problem   :
2.78/2.81	c   Problem name     : instance-4465962-1723659094
2.78/2.81	c   Variables        : 1485 (1485 binary, 0 integer, 0 implicit integer, 0 continuous)
2.78/2.81	c   Constraints      : 104940
2.78/2.81	c   Objective sense  : minimize
2.78/2.81	c Presolved Problem  :
2.78/2.81	c   Variables        : 1485 (1485 binary, 0 integer, 0 implicit integer, 0 continuous)
2.78/2.81	c   Constraints      : 104940
2.78/2.81	c Constraints        : Number
2.78/2.81	c   logicor          : 104940 
2.78/2.81	c ** Instance transfer method used: 0
2.88/2.94	c ** ParaScipInstance copy does not increase the number of variables. **
4.87/5.01	c LC is working with racing ramp-up and with rebuilding tree after racing.
4.87/5.01	c                                Nodes    Active                                            
4.87/5.01	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
60.00/7.93	c *       8              0           1        20        -726.0000                -          -
60.00/7.93	c         8              0           1        20        -726.0000                -          -
157.36/12.94	c        13              2           1        20        -726.0000       -1210.0000     66.67%
276.33/18.99	c        19             23          22        20        -726.0000       -1210.0000     66.67%
383.38/24.33	c        24             84          49        20        -726.0000       -1210.0000     66.67%
486.47/29.54	c        30            201          48        20        -726.0000       -1210.0000     66.67%
585.61/34.55	c        35            226          49        20        -726.0000       -1210.0000     66.67%
684.75/39.56	c        40           1373          45        20        -726.0000       -1210.0000     66.67%
785.90/44.66	c        45           1961          46        20        -726.0000       -1210.0000     66.67%
885.03/49.67	c        50           1184          46        20        -726.0000       -1210.0000     66.67%
986.16/54.76	c        55           1718          45        20        -726.0000       -1210.0000     66.67%
1089.21/60.00	c        60           3957          43        20        -726.0000       -1210.0000     66.67%
1196.20/65.30	c        65           3775          47        20        -726.0000       -1210.0000     66.67%
1295.29/70.38	c        70           5484          41        20        -726.0000       -1210.0000     66.67%
1402.34/75.78	c        76           6102          45        20        -726.0000       -1210.0000     66.67%
1503.39/80.86	c        81           7210           1        20        -726.0000       -1210.0000     66.67%
1604.48/85.92	c        86           7060          44        20        -726.0000       -1210.0000     66.67%
1706.17/91.04	c        91           8760          37        20        -726.0000       -1210.0000     66.67%
1816.42/96.64	c        97           9485          38        20        -726.0000       -1210.0000     66.67%
1917.48/101.73	c       102          10239          37        20        -726.0000       -1210.0000     66.67%
2018.53/106.84	c       107           9773          37        20        -726.0000       -1210.0000     66.67%
2119.58/111.91	c       112          10361          37        20        -726.0000       -1210.0000     66.67%
2218.63/116.99	c       117          11013          33        20        -726.0000       -1210.0000     66.67%
2320.41/122.07	c       122          14159          38        20        -726.0000       -1210.0000     66.67%
2421.67/127.17	c       127          12498          37        20        -726.0000       -1210.0000     66.67%
2521.75/132.26	c       132          13334          35        20        -726.0000       -1210.0000     66.67%
2624.82/137.43	c       137          13995          35        20        -726.0000       -1210.0000     66.67%
2725.87/142.53	c       143          14945          39        20        -726.0000       -1210.0000     66.67%
2826.92/147.64	c       148          17498          34        20        -726.0000       -1210.0000     66.67%
2927.92/152.74	c       153          18191          35        20        -726.0000       -1210.0000     66.67%
3029.00/157.82	c       158          18896          39        20        -726.0000       -1210.0000     66.67%
3130.06/162.92	c       163          19586          38        20        -726.0000       -1210.0000     66.67%
3229.18/167.98	c       168          20428          36        20        -726.0000       -1210.0000     66.67%
3331.00/173.08	c       173          21127          35        20        -726.0000       -1210.0000     66.67%
3432.03/178.18	c       178          21663          39        20        -726.0000       -1210.0000     66.67%
3532.53/183.28	c       183          22276          36        20        -726.0000       -1210.0000     66.67%
3633.48/188.37	c       188          22675          34        20        -726.0000       -1210.0000     66.67%
3734.55/193.45	c       193          23213          34        20        -726.0000       -1210.0000     66.67%
3835.57/198.54	c       199          23973          33        20        -726.0000       -1210.0000     66.67%
3936.66/203.61	c       204          24627          35        20        -726.0000       -1210.0000     66.67%
4037.72/208.73	c       209          25286          35        20        -726.0000       -1210.0000     66.67%
4136.83/213.78	c       214          27390          37        20        -726.0000       -1210.0000     66.67%
4239.90/218.91	c       219          26661          32        20        -726.0000       -1210.0000     66.67%
4339.01/223.97	c       224          28962          40        20        -726.0000       -1210.0000     66.67%
4440.73/229.10	c       229          27964          39        20        -726.0000       -1210.0000     66.67%
4539.94/234.11	c       234          29983          35        20        -726.0000       -1210.0000     66.67%
4642.30/239.23	c       239          30476          35        20        -726.0000       -1210.0000     66.67%
4743.37/244.40	c       244          29671          42        20        -726.0000       -1210.0000     66.67%
4844.45/249.48	c       249          30549          37        20        -726.0000       -1210.0000     66.67%
4945.55/254.57	c       255          31068          38        20        -726.0000       -1210.0000     66.67%
5050.61/259.82	c       260          32068          37        20        -726.0000       -1210.0000     66.67%
5149.69/264.87	c       265          33229          35        20        -726.0000       -1210.0000     66.67%
5250.81/269.91	c       270          33700          33        20        -726.0000       -1210.0000     66.67%
5349.73/275.00	c       275          34437          37        20        -726.0000       -1210.0000     66.67%
5451.11/280.04	c       280          36030          35        20        -726.0000       -1210.0000     66.67%
5549.97/285.10	c       285          36851          38        20        -726.0000       -1210.0000     66.67%
5650.85/290.16	c       290          37400          34        20        -726.0000       -1210.0000     66.67%
5750.92/295.22	c       295          38341          32        20        -726.0000       -1210.0000     66.67%
5849.84/300.28	c       300          38931          36        20        -726.0000       -1210.0000     66.67%
5950.93/305.34	c       305          39700          34        20        -726.0000       -1210.0000     66.67%
6052.09/310.41	c       310          40535          39        20        -726.0000       -1210.0000     66.67%
6151.24/315.46	c       315          41818          39        20        -726.0000       -1210.0000     66.67%
6252.18/320.56	c       321          42821          35        20        -726.0000       -1210.0000     66.67%
6353.02/325.63	c       326          43776          36        20        -726.0000       -1210.0000     66.67%
6453.85/330.72	c       331          44695          38        20        -726.0000       -1210.0000     66.67%
6552.70/335.78	c       336          45395          38        20        -726.0000       -1210.0000     66.67%
6653.36/340.90	c       341          46320          34        20        -726.0000       -1210.0000     66.67%
6753.93/345.97	c       346          43008          33        20        -726.0000       -1210.0000     66.67%
6855.30/351.04	c       351          43756          39        20        -726.0000       -1210.0000     66.67%
6954.18/356.11	c       356          44598          39        20        -726.0000       -1210.0000     66.67%
7055.25/361.19	c       361              2           1        20        -726.0000        -806.3207     11.06%
7154.97/366.24	c       366              2           1        20        -726.0000        -806.3207     11.06%
7253.56/371.25	c       371              2           1        20        -726.0000        -806.3207     11.06%
7354.15/376.34	c       376              2           1        20        -726.0000        -805.9208     11.01%
7456.91/381.56	c       382              2           1        20        -726.0000        -805.9208     11.01%
7557.49/386.68	c       387              2           1        20        -726.0000        -805.9208     11.01%
7657.95/391.74	c       392              2           1        20        -726.0000        -805.9208     11.01%
7765.37/397.19	c       397              2           1        20        -726.0000        -805.9208     11.01%
7865.34/402.27	c       402              2           1        20        -726.0000        -805.9208     11.01%
7966.14/407.35	c       407              3           2        20        -726.0000        -805.9208     11.01%
8066.83/412.45	c       412              3           2        20        -726.0000        -805.9208     11.01%
8167.40/417.52	c       418              2           1        20        -726.0000        -805.8916     11.00%
8266.19/422.55	c       423              2           1        20        -726.0000        -805.8916     11.00%
8367.01/427.67	c       428              2           1        20        -726.0000        -805.8916     11.00%
8467.83/432.74	c       433              2           1        20        -726.0000        -805.8916     11.00%
8568.67/437.85	c       438              2           1        20        -726.0000        -805.8916     11.00%
8669.50/442.95	c       443              2           1        20        -726.0000        -805.8916     11.00%
8768.35/448.02	c       448              2           1        20        -726.0000        -805.8916     11.00%
8872.31/453.15	c       453              3           2        20        -726.0000        -805.8413     11.00%
8972.48/458.25	c       458              3           2        20        -726.0000        -805.8413     11.00%
9073.57/463.33	c       463              3           2        20        -726.0000        -805.8413     11.00%
9174.67/468.47	c       468              3           2        20        -726.0000        -805.8413     11.00%
9275.77/473.55	c       474              3           2        20        -726.0000        -805.8413     11.00%
9376.87/478.64	c       479              3           2        20        -726.0000        -805.8413     11.00%
9477.93/483.72	c       484              3           2        20        -726.0000        -805.8413     11.00%
9579.00/488.82	c       489              3           2        20        -726.0000        -805.8413     11.00%
9680.07/493.92	c       494              3           2        20        -726.0000        -805.8413     11.00%
9779.16/498.99	c       499              3           2        20        -726.0000        -805.8413     11.00%
9880.87/504.06	c       504              3           2        20        -726.0000        -805.8413     11.00%
9982.09/509.16	c       509              3           2        20        -726.0000        -805.8413     11.00%
10082.06/514.23	c       514              3           2        20        -726.0000        -805.8413     11.00%
10182.82/519.30	c       519              3           2        20        -726.0000        -805.8413     11.00%
10281.63/524.36	c       524              3           2        20        -726.0000        -805.8413     11.00%
10382.39/529.40	c       529              3           2        20        -726.0000        -805.8413     11.00%
10483.17/534.51	c       535              3           2        20        -726.0000        -805.8413     11.00%
10583.96/539.61	c       540              2           1        20        -726.0000        -805.6645     10.97%
10684.82/544.71	c       545              2           1        20        -726.0000        -805.6645     10.97%
10783.89/549.80	c       550              2           1        20        -726.0000        -805.6645     10.97%
10885.00/554.88	c       555              2           1        20        -726.0000        -805.6645     10.97%
10986.05/559.96	c       560              2           1        20        -726.0000        -805.6645     10.97%
11085.15/565.00	c       565              2           1        20        -726.0000        -805.6645     10.97%
11186.94/570.07	c       570              3           2        20        -726.0000        -805.6094     10.97%
11288.21/575.15	c       575              3           2        20        -726.0000        -805.6094     10.97%
11388.35/580.24	c       580              3           2        20        -726.0000        -805.6094     10.97%
11489.35/585.34	c       585              3           2        20        -726.0000        -805.6094     10.97%
11590.39/590.43	c       590              3           2        20        -726.0000        -805.6094     10.97%
11691.44/595.55	c       596              3           2        20        -726.0000        -805.6094     10.97%
11792.48/600.69	c       601              3           2        20        -726.0000        -805.6094     10.97%
11893.38/605.78	c       606              3           2        20        -726.0000        -805.6094     10.97%
11994.43/610.87	c       611              3           2        20        -726.0000        -805.6094     10.97%
12095.49/615.93	c       616              3           2        20        -726.0000        -805.6094     10.97%
12194.56/620.94	c       621              3           2        20        -726.0000        -805.6094     10.97%
12296.24/626.07	c       626              3           2        20        -726.0000        -805.6094     10.97%
12395.33/631.11	c       631              3           2        20        -726.0000        -805.6094     10.97%
12497.70/636.25	c       636              3           2        20        -726.0000        -805.6094     10.97%
12598.75/641.38	c       641              3           2        20        -726.0000        -805.6094     10.97%
12699.81/646.43	c       646              3           2        20        -726.0000        -805.6094     10.97%
12802.83/651.60	c       652              3           2        20        -726.0000        -805.6094     10.97%
12901.91/656.68	c       657              3           2        20        -726.0000        -805.6094     10.97%
13002.95/661.74	c       662              4           3        20        -726.0000        -805.6094     10.97%
13101.95/666.79	c       667              4           3        20        -726.0000        -805.6094     10.97%
13202.99/671.84	c       672              4           3        20        -726.0000        -805.6094     10.97%
13304.03/676.90	c       677              4           3        20        -726.0000        -805.6094     10.97%
13407.70/682.14	c       682              4           3        20        -726.0000        -805.6094     10.97%
13508.09/687.22	c       687              4           3        20        -726.0000        -805.6094     10.97%
13609.12/692.30	c       692              4           3        20        -726.0000        -805.6094     10.97%
13708.18/697.39	c       697              4           3        20        -726.0000        -805.6094     10.97%
13809.23/702.47	c       702              4           3        20        -726.0000        -805.6094     10.97%
13910.29/707.54	c       708              4           3        20        -726.0000        -805.6094     10.97%
14009.35/712.60	c       713              4           3        20        -726.0000        -805.6094     10.97%
14110.40/717.69	c       718              4           3        20        -726.0000        -805.6094     10.97%
14211.47/722.76	c       723              4           3        20        -726.0000        -805.6094     10.97%
14312.49/727.83	c       728              4           3        20        -726.0000        -805.6094     10.97%
14413.56/732.90	c       733              4           3        20        -726.0000        -805.6094     10.97%
14512.65/737.98	c       738              4           3        20        -726.0000        -805.6094     10.97%
14614.47/743.05	c       743              4           3        20        -726.0000        -805.6094     10.97%
14713.66/748.10	c       748              4           3        20        -726.0000        -805.6094     10.97%
14814.46/753.17	c       753              4           3        20        -726.0000        -805.6094     10.97%
14914.85/758.25	c       758              4           3        20        -726.0000        -805.6094     10.97%
15015.90/763.35	c       763              4           3        20        -726.0000        -805.6094     10.97%
15116.96/768.44	c       768              5           4        20        -726.0000        -805.6094     10.97%
15219.95/773.67	c       774              5           4        20        -726.0000        -805.6094     10.97%
15324.98/778.99	c       779              5           4        20        -726.0000        -805.6094     10.97%
15426.97/784.06	c       784              5           4        20        -726.0000        -805.6094     10.97%
15529.00/789.21	c       789              5           4        20        -726.0000        -805.6094     10.97%
15628.08/794.29	c       794              5           4        20        -726.0000        -805.6094     10.97%
15729.14/799.34	c       799              5           4        20        -726.0000        -805.6094     10.97%
15828.21/804.39	c       804              5           4        20        -726.0000        -805.6094     10.97%
15930.91/809.55	c       810              6           5        20        -726.0000        -805.6094     10.97%
16031.94/814.63	c       815              6           5        20        -726.0000        -805.6094     10.97%
16133.00/819.71	c       820              6           5        20        -726.0000        -805.6094     10.97%
16232.08/824.77	c       825              6           5        20        -726.0000        -805.6094     10.97%
16333.13/829.84	c       830              6           5        20        -726.0000        -805.6094     10.97%
16434.16/834.97	c       835              6           5        20        -726.0000        -805.6094     10.97%
16535.87/840.08	c       840              6           5        20        -726.0000        -805.6094     10.97%
16634.88/845.14	c       845              6           5        20        -726.0000        -805.6094     10.97%
16737.19/850.22	c       850              6           5        20        -726.0000        -805.6094     10.97%
16836.25/855.28	c       855              6           5        20        -726.0000        -805.6094     10.97%
16937.25/860.34	c       860              6           5        20        -726.0000        -805.6094     10.97%
17036.35/865.39	c       865              6           5        20        -726.0000        -805.6094     10.97%
17137.35/870.44	c       870              6           5        20        -726.0000        -805.6094     10.97%
17236.41/875.46	c       875              6           5        20        -726.0000        -805.6094     10.97%
17337.47/880.52	c       881              6           5        20        -726.0000        -805.6094     10.97%
17438.52/885.64	c       886              7           6        20        -726.0000        -805.6094     10.97%
17539.56/890.70	c       891              7           6        20        -726.0000        -805.6094     10.97%
17638.63/895.77	c       896              7           6        20        -726.0000        -805.6094     10.97%
17739.68/900.82	c       901              7           6        20        -726.0000        -805.6094     10.97%
17838.69/905.89	c       906              7           6        20        -726.0000        -805.6094     10.97%
17939.72/910.94	c       911              7           6        20        -726.0000        -805.6094     10.97%
18041.47/916.04	c       916              7           6        20        -726.0000        -805.6094     10.97%
18140.49/921.11	c       921              7           6        20        -726.0000        -805.6094     10.97%
18241.79/926.16	c       926              7           6        20        -726.0000        -805.6094     10.97%
18341.90/931.23	c       931              7           6        20        -726.0000        -805.6094     10.97%
18440.97/936.28	c       936              7           6        20        -726.0000        -805.6094     10.97%
18542.01/941.33	c       941              7           6        20        -726.0000        -805.6094     10.97%
18641.07/946.38	c       946              7           6        20        -726.0000        -805.6094     10.97%
18744.10/951.53	c       952              7           6        20        -726.0000        -805.6094     10.97%
18845.17/956.63	c       957              7           6        20        -726.0000        -805.6094     10.97%
18944.24/961.69	c       962              7           6        20        -726.0000        -805.6094     10.97%
19045.26/966.76	c       967              7           6        20        -726.0000        -805.6094     10.97%
19146.29/971.85	c       972              7           6        20        -726.0000        -805.6094     10.97%
19245.37/976.87	c       977              7           6        20        -726.0000        -805.6094     10.97%
19346.41/981.94	c       982              7           6        20        -726.0000        -805.6094     10.97%
19445.49/986.99	c       987              7           6        20        -726.0000        -805.6094     10.97%
19547.16/992.04	c       992              7           6        20        -726.0000        -805.6094     10.97%
19646.51/997.13	c       997              7           6        20        -726.0000        -805.6094     10.97%
19748.56/1002.22	c      1002              7           6        20        -726.0000        -805.6094     10.97%
19849.63/1007.33	c      1007              7           6        20        -726.0000        -805.6094     10.97%
19950.68/1012.42	c      1012              8           7        20        -726.0000        -805.6094     10.97%
20051.77/1017.50	c      1018              8           7        20        -726.0000        -805.6094     10.97%
20150.83/1022.57	c      1023             12          11        20        -726.0000        -803.3917     10.66%
20251.86/1027.67	c      1028             12          11        20        -726.0000        -803.3917     10.66%
20352.87/1032.72	c      1033             12          11        20        -726.0000        -803.3917     10.66%
20451.94/1037.77	c      1038             12          11        20        -726.0000        -803.3917     10.66%
20553.01/1042.82	c      1043             12          11        20        -726.0000        -803.3917     10.66%
20652.10/1047.88	c      1048             12          11        20        -726.0000        -803.3917     10.66%
20753.14/1052.93	c      1053             12          11        20        -726.0000        -803.3917     10.66%
20852.21/1058.03	c      1058             12          11        20        -726.0000        -803.3917     10.66%
20953.85/1063.08	c      1063             12          11        20        -726.0000        -803.3917     10.66%
21055.02/1068.16	c      1068             12          11        20        -726.0000        -803.3917     10.66%
21155.34/1073.20	c      1073             12          11        20        -726.0000        -803.3917     10.66%
21254.42/1078.26	c      1078             12          11        20        -726.0000        -803.3917     10.66%
21355.43/1083.31	c      1083             12          11        20        -726.0000        -803.3917     10.66%
21454.45/1088.39	c      1088             12          11        20        -726.0000        -803.3917     10.66%
21555.51/1093.47	c      1093             12          11        20        -726.0000        -803.3917     10.66%
21656.57/1098.54	c      1099             13          12        20        -726.0000        -803.3917     10.66%
21757.65/1103.60	c      1104             13          12        20        -726.0000        -803.3917     10.66%
21856.40/1108.66	c      1109             13          12        20        -726.0000        -803.3917     10.66%
21957.21/1113.71	c      1114             13          12        20        -726.0000        -803.3917     10.66%
22056.01/1118.76	c      1119             13          12        20        -726.0000        -803.3917     10.66%
22156.83/1123.81	c      1124             13          12        20        -726.0000        -803.3917     10.66%
22255.58/1128.89	c      1129             13          12        20        -726.0000        -803.3917     10.66%
22356.30/1133.97	c      1134             13          12        20        -726.0000        -803.3917     10.66%
22457.58/1139.04	c      1139             13          12        20        -726.0000        -803.3917     10.66%
22556.41/1144.11	c      1144             12          11        20        -726.0000        -803.3333     10.65%
22657.14/1149.17	c      1149             12          11        20        -726.0000        -803.3333     10.65%
22757.08/1154.27	c      1154             12          11        20        -726.0000        -803.3333     10.65%
22855.86/1159.28	c      1159             12          11        20        -726.0000        -803.3333     10.65%
22956.83/1164.33	c      1164             12          11        20        -726.0000        -803.3333     10.65%
23055.97/1169.38	c      1169             12          11        20        -726.0000        -803.3333     10.65%
23157.05/1174.47	c      1174             12          11        20        -726.0000        -803.3333     10.65%
23258.09/1179.57	c      1180             12          11        20        -726.0000        -803.3333     10.65%
23359.19/1184.65	c      1185             12          11        20        -726.0000        -803.3333     10.65%
23460.22/1189.77	c      1190             12          11        20        -726.0000        -803.3333     10.65%
23561.06/1194.83	c      1195             12          11        20        -726.0000        -803.3333     10.65%
23661.87/1199.93	c      1200             12          11        20        -726.0000        -803.3333     10.65%
23760.71/1205.02	c      1205             12          11        20        -726.0000        -803.3333     10.65%
23864.12/1210.16	c      1210             12          11        20        -726.0000        -803.3333     10.65%
23964.28/1215.24	c      1215             12          11        20        -726.0000        -803.3333     10.65%
24063.10/1220.28	c      1220             12          11        20        -726.0000        -803.3333     10.65%
24164.21/1225.38	c      1225             12          11        20        -726.0000        -803.3333     10.65%
24265.33/1230.43	c      1230             12          11        20        -726.0000        -803.3333     10.65%
24366.46/1235.50	c      1236             12          11        20        -726.0000        -803.3333     10.65%
24465.57/1240.56	c      1241             12          11        20        -726.0000        -803.3333     10.65%
24564.68/1245.58	c      1246             13          12        20        -726.0000        -803.3333     10.65%
24663.69/1250.59	c      1251             13          12        20        -726.0000        -803.3333     10.65%
24764.48/1255.65	c      1256             13          12        20        -726.0000        -803.3333     10.65%
24867.23/1260.82	c      1261             13          12        20        -726.0000        -803.3333     10.65%
24968.02/1265.91	c      1266             13          12        20        -726.0000        -803.3333     10.65%
25066.68/1270.98	c      1271             13          12        20        -726.0000        -803.3333     10.65%
25167.88/1276.09	c      1276             13          12        20        -726.0000        -803.3333     10.65%
25268.49/1281.14	c      1281             13          12        20        -726.0000        -803.3333     10.65%
25367.41/1286.17	c      1286             13          12        20        -726.0000        -803.3333     10.65%
25469.45/1291.32	c      1291             13          12        20        -726.0000        -803.3333     10.65%
25570.25/1296.40	c      1296             13          12        20        -726.0000        -803.3333     10.65%
25671.12/1301.50	c      1302             13          12        20        -726.0000        -803.3333     10.65%
25770.24/1306.57	c      1307             13          12        20        -726.0000        -803.3333     10.65%
25871.29/1311.65	c      1312             13          12        20        -726.0000        -803.3333     10.65%
25972.39/1316.78	c      1317             13          12        20        -726.0000        -803.3333     10.65%
26073.45/1321.88	c      1322             13          12        20        -726.0000        -803.3333     10.65%
26174.54/1326.93	c      1327             13          12        20        -726.0000        -803.3333     10.65%
26273.58/1332.02	c      1332             13          12        20        -726.0000        -803.3333     10.65%
26375.48/1337.12	c      1337             13          12        20        -726.0000        -803.3333     10.65%
26477.38/1342.25	c      1342             13          12        20        -726.0000        -803.3333     10.65%
26578.18/1347.39	c      1347             13          12        20        -726.0000        -803.3333     10.65%
26680.95/1352.52	c      1353             13          12        20        -726.0000        -803.3333     10.65%
26785.42/1357.84	c      1358             13          12        20        -726.0000        -803.3333     10.65%
26883.97/1362.90	c      1363             13          12        20        -726.0000        -803.3333     10.65%
26987.21/1368.05	c      1368             13          12        20        -726.0000        -803.3333     10.65%
27088.14/1373.14	c      1373             13          12        20        -726.0000        -803.3333     10.65%
27186.84/1378.17	c      1378             13          12        20        -726.0000        -803.3333     10.65%
27290.89/1383.41	c      1383             13          12        20        -726.0000        -803.3333     10.65%
27392.10/1388.56	c      1389             13          12        20        -726.0000        -803.3333     10.65%
27493.05/1393.62	c      1394             13          12        20        -726.0000        -803.3333     10.65%
27592.14/1398.68	c      1399             14          13        20        -726.0000        -803.3333     10.65%
27693.21/1403.73	c      1404             14          13        20        -726.0000        -803.3333     10.65%
27794.28/1408.82	c      1409             14          13        20        -726.0000        -803.3333     10.65%
27895.36/1413.90	c      1414             14          13        20        -726.0000        -803.3333     10.65%
27994.42/1418.96	c      1419             14          13        20        -726.0000        -803.3333     10.65%
28096.09/1424.06	c      1424             14          13        20        -726.0000        -803.3333     10.65%
28197.38/1429.15	c      1429             14          13        20        -726.0000        -803.3333     10.65%
28297.58/1434.22	c      1434             14          13        20        -726.0000        -803.3333     10.65%
28396.65/1439.27	c      1439             14          13        20        -726.0000        -803.3333     10.65%
28497.73/1444.31	c      1444             14          13        20        -726.0000        -803.3333     10.65%
28596.69/1449.34	c      1449             14          13        20        -726.0000        -803.3333     10.65%
28697.75/1454.41	c      1454             14          13        20        -726.0000        -803.3333     10.65%
28800.79/1459.63	c      1460             14          13        20        -726.0000        -803.3333     10.65%
28901.86/1464.75	c      1465             14          13        20        -726.0000        -803.3333     10.65%
29002.92/1469.80	c      1470             14          13        20        -726.0000        -803.3333     10.65%
29102.00/1474.86	c      1475             15          14        20        -726.0000        -803.3333     10.65%
29203.07/1479.93	c      1480             15          14        20        -726.0000        -803.3333     10.65%
29304.84/1485.03	c      1485             15          14        20        -726.0000        -803.3333     10.65%
29403.89/1490.13	c      1490             15          14        20        -726.0000        -803.3333     10.65%
29506.21/1495.25	c      1495             15          14        20        -726.0000        -803.3333     10.65%
29605.21/1500.28	c      1500             15          14        20        -726.0000        -803.3333     10.65%
29706.26/1505.33	c      1505             15          14        20        -726.0000        -803.3333     10.65%
29807.26/1510.44	c      1510             15          14        20        -726.0000        -803.3333     10.65%
29908.31/1515.54	c      1516             15          14        20        -726.0000        -803.3333     10.65%
30009.36/1520.66	c      1521             15          14        20        -726.0000        -803.3333     10.65%
30110.41/1525.77	c      1526             15          14        20        -726.0000        -803.3333     10.65%
30213.41/1530.90	c      1531             16          15        20        -726.0000        -803.3333     10.65%
30312.47/1535.96	c      1536             16          15        20        -726.0000        -803.3333     10.65%
30414.18/1541.06	c      1541             16          15        20        -726.0000        -803.3333     10.65%
30515.29/1546.14	c      1546             16          15        20        -726.0000        -803.3333     10.65%
30615.58/1551.25	c      1551             16          15        20        -726.0000        -803.3333     10.65%
30716.65/1556.33	c      1556             16          15        20        -726.0000        -803.3333     10.65%
30815.71/1561.37	c      1561             16          15        20        -726.0000        -803.3333     10.65%
30916.78/1566.42	c      1566             16          15        20        -726.0000        -803.3333     10.65%
31015.80/1571.45	c      1571             16          15        20        -726.0000        -803.3333     10.65%
31116.87/1576.60	c      1577             16          15        20        -726.0000        -803.3333     10.65%
31217.90/1581.68	c      1582             18          17        20        -726.0000        -803.3333     10.65%
31318.96/1586.76	c      1587             18          17        20        -726.0000        -803.3333     10.65%
31420.01/1591.84	c      1592             18          17        20        -726.0000        -803.3333     10.65%
31521.08/1596.93	c      1597             18          17        20        -726.0000        -803.3333     10.65%
31620.13/1601.98	c      1602             17          16        20        -726.0000        -803.3333     10.65%
31719.21/1607.03	c      1607             17          16        20        -726.0000        -803.3333     10.65%
31822.93/1612.16	c      1612             17          16        20        -726.0000        -803.3333     10.65%
31922.18/1617.17	c      1617             17          16        20        -726.0000        -803.3333     10.65%
32022.33/1622.25	c      1622             19          18        20        -726.0000        -803.3333     10.65%
32121.40/1627.28	c      1627             18          17        20        -726.0000        -802.6667     10.56%
32222.40/1632.35	c      1632             18          17        20        -726.0000        -802.6667     10.56%
32323.45/1637.41	c      1637             18          17        20        -726.0000        -802.6667     10.56%
32422.51/1642.50	c      1642             18          17        20        -726.0000        -802.6667     10.56%
32523.56/1647.55	c      1648             18          17        20        -726.0000        -802.6667     10.56%
32622.60/1652.59	c      1653             18          17        20        -726.0000        -802.6667     10.56%
32723.65/1657.65	c      1658             18          17        20        -726.0000        -802.6667     10.56%
32824.72/1662.74	c      1663             18          17        20        -726.0000        -802.6667     10.56%
32925.78/1667.83	c      1668             19          18        20        -726.0000        -802.6667     10.56%
33026.82/1672.91	c      1673             19          18        20        -726.0000        -802.6667     10.56%
33125.90/1677.96	c      1678             19          18        20        -726.0000        -802.6667     10.56%
33224.95/1683.03	c      1683             19          18        20        -726.0000        -802.6667     10.56%
33326.69/1688.09	c      1688             19          18        20        -726.0000        -802.6667     10.56%
33427.81/1693.19	c      1693             19          18        20        -726.0000        -802.6667     10.56%
33528.05/1698.23	c      1698             19          18        20        -726.0000        -802.6667     10.56%
33629.11/1703.31	c      1703             19          18        20        -726.0000        -802.6667     10.56%
33730.13/1708.43	c      1708             19          18        20        -726.0000        -802.6667     10.56%
33829.17/1713.49	c      1713             19          18        20        -726.0000        -802.6667     10.56%
33930.21/1718.55	c      1719             19          18        20        -726.0000        -802.6667     10.56%
34031.28/1723.64	c      1724             19          18        20        -726.0000        -802.6667     10.56%
34132.32/1728.72	c      1729             19          18        20        -726.0000        -802.6667     10.56%
34231.40/1733.78	c      1734             19          18        20        -726.0000        -802.6667     10.56%
34332.45/1738.85	c      1739             19          18        20        -726.0000        -802.6667     10.56%
34433.53/1743.93	c      1744             19          18        20        -726.0000        -802.6667     10.56%
34532.62/1748.95	c      1749             19          18        20        -726.0000        -802.6667     10.56%
34634.33/1754.07	c      1754             19          18        20        -726.0000        -802.6667     10.56%
34735.56/1759.14	c      1759             19          18        20        -726.0000        -802.6667     10.56%
34834.71/1764.19	c      1764             20          19        20        -726.0000        -802.6667     10.56%
34934.83/1769.21	c      1769             20          19        20        -726.0000        -802.6667     10.56%
35033.91/1774.26	c      1774             20          19        20        -726.0000        -802.6667     10.56%
35134.95/1779.36	c      1779             20          19        20        -726.0000        -802.6667     10.56%
35238.01/1784.50	c      1785             20          19        20        -726.0000        -802.6667     10.56%
35337.09/1789.57	c      1790             20          19        20        -726.0000        -802.6667     10.56%
35438.15/1794.64	c      1795             20          19        20        -726.0000        -802.6667     10.56%
35539.19/1799.76	c      1800             20          19        20        -726.0000        -802.6667     10.56%
35640.26/1804.81	c      1805             20          19        20        -726.0000        -802.6667     10.56%
35739.40/1809.86	c      1810             20          19        20        -726.0000        -802.6667     10.56%
35840.36/1814.92	c      1815             21          20        20        -726.0000        -802.6667     10.56%
35939.43/1819.97	c      1820             21          20        20        -726.0000        -802.6667     10.56%
36038.53/1825.02	c      1825             21          20        20        -726.0000        -802.6667     10.56%
36140.17/1830.08	c      1830             21          20        20        -726.0000        -802.6667     10.56%
36241.33/1835.16	c      1835             21          20        20        -726.0000        -802.6667     10.56%
36341.66/1840.28	c      1840             21          20        20        -726.0000        -802.6667     10.56%
36444.71/1845.41	c      1845             21          20        20        -726.0000        -802.6667     10.56%
36543.71/1850.47	c      1850             23          22        20        -726.0000        -802.0000     10.47%
36644.77/1855.53	c      1856             23          22        20        -726.0000        -802.0000     10.47%
36745.80/1860.60	c      1861             23          22        20        -726.0000        -802.0000     10.47%
36844.87/1865.65	c      1866             23          22        20        -726.0000        -802.0000     10.47%
36945.87/1870.72	c      1871             23          22        20        -726.0000        -802.0000     10.47%
37046.94/1875.83	c      1876             23          22        20        -726.0000        -802.0000     10.47%
37148.00/1880.94	c      1881             23          22        20        -726.0000        -802.0000     10.47%
37247.08/1886.00	c      1886             23          22        20        -726.0000        -802.0000     10.47%
37348.86/1891.07	c      1891             23          22        20        -726.0000        -802.0000     10.47%
37449.91/1896.18	c      1896             23          22        20        -726.0000        -802.0000     10.47%
37550.20/1901.25	c      1901             23          22        20        -726.0000        -802.0000     10.47%
37651.25/1906.32	c      1906             23          22        20        -726.0000        -802.0000     10.47%
37750.31/1911.37	c      1911             23          22        20        -726.0000        -802.0000     10.47%
37851.37/1916.42	c      1916             24          23        20        -726.0000        -802.0000     10.47%
37950.43/1921.45	c      1921             24          23        20        -726.0000        -802.0000     10.47%
38051.50/1926.51	c      1927             24          23        20        -726.0000        -802.0000     10.47%
38150.51/1931.57	c      1932             24          23        20        -726.0000        -802.0000     10.47%
38251.58/1936.68	c      1937             24          23        20        -726.0000        -802.0000     10.47%
38352.64/1941.79	c      1942             25          24        20        -726.0000        -802.0000     10.47%
38453.69/1946.87	c      1947             25          24        20        -726.0000        -802.0000     10.47%
38554.74/1951.92	c      1952             25          24        20        -726.0000        -802.0000     10.47%
38653.81/1956.98	c      1957             25          24        20        -726.0000        -802.0000     10.47%
38755.75/1962.05	c      1962             25          24        20        -726.0000        -802.0000     10.47%
38854.52/1967.06	c      1967             27          26        20        -726.0000        -802.0000     10.47%
38955.68/1972.14	c      1972             27          26        20        -726.0000        -802.0000     10.47%
39055.99/1977.24	c      1977             27          26        20        -726.0000        -802.0000     10.47%
39157.03/1982.30	c      1982             27          26        20        -726.0000        -802.0000     10.47%
39256.11/1987.36	c      1987             27          26        20        -726.0000        -802.0000     10.47%
39357.11/1992.41	c      1992             27          26        20        -726.0000        -802.0000     10.47%
39456.18/1997.48	c      1997             27          26        20        -726.0000        -802.0000     10.47%
39557.16/2002.52	c      2003             27          26        20        -726.0000        -802.0000     10.47%
39656.24/2007.58	c      2008             27          26        20        -726.0000        -802.0000     10.47%
39759.27/2012.70	c      2013             27          26        20        -726.0000        -802.0000     10.47%
39858.34/2017.76	c      2018             27          26        20        -726.0000        -802.0000     10.47%
39959.37/2022.83	c      2023             27          26        20        -726.0000        -802.0000     10.47%
40058.44/2027.87	c      2028             27          26        20        -726.0000        -802.0000     10.47%
40159.47/2032.93	c      2033             29          28        20        -726.0000        -802.0000     10.47%
40258.55/2038.03	c      2038             29          28        20        -726.0000        -802.0000     10.47%
40360.22/2043.08	c      2043             29          28        20        -726.0000        -802.0000     10.47%
40461.35/2048.15	c      2048             29          28        20        -726.0000        -802.0000     10.47%
40561.61/2053.20	c      2053             29          28        20        -726.0000        -802.0000     10.47%
40662.61/2058.31	c      2058             29          28        20        -726.0000        -802.0000     10.47%
40761.67/2063.39	c      2063             29          28        20        -726.0000        -802.0000     10.47%
40862.65/2068.45	c      2068             30          29        20        -726.0000        -802.0000     10.47%
40963.70/2073.51	c      2074             31          30        20        -726.0000        -802.0000     10.47%
41064.74/2078.61	c      2079             31          30        20        -726.0000        -802.0000     10.47%
41163.81/2083.67	c      2084             31          30        20        -726.0000        -802.0000     10.47%
41264.79/2088.75	c      2089             31          30        20        -726.0000        -802.0000     10.47%
41365.86/2093.84	c      2094             31          30        20        -726.0000        -802.0000     10.47%
41466.88/2098.91	c      2099             31          30        20        -726.0000        -802.0000     10.47%
41565.98/2103.96	c      2104             31          30        20        -726.0000        -802.0000     10.47%
41667.88/2109.04	c      2109             31          30        20        -726.0000        -802.0000     10.47%
41766.66/2114.11	c      2114             32          31        20        -726.0000        -802.0000     10.47%
41867.66/2119.16	c      2119             32          31        20        -726.0000        -802.0000     10.47%
41967.99/2124.26	c      2124             32          31        20        -726.0000        -802.0000     10.47%
42068.97/2129.37	c      2129             32          31        20        -726.0000        -802.0000     10.47%
42170.04/2134.45	c      2134             32          31        20        -726.0000        -802.0000     10.47%
42271.09/2139.53	c      2140             32          31        20        -726.0000        -802.0000     10.47%
42370.18/2144.58	c      2145             32          31        20        -726.0000        -802.0000     10.47%
42471.22/2149.63	c      2150             32          31        20        -726.0000        -802.0000     10.47%
42572.27/2154.71	c      2155             32          31        20        -726.0000        -802.0000     10.47%
42671.32/2159.79	c      2160             32          31        20        -726.0000        -802.0000     10.47%
42772.38/2164.84	c      2165             32          31        20        -726.0000        -802.0000     10.47%
42873.35/2169.92	c      2170             32          31        20        -726.0000        -802.0000     10.47%
42972.40/2174.97	c      2175             32          31        20        -726.0000        -802.0000     10.47%
43074.11/2180.03	c      2180             32          31        20        -726.0000        -802.0000     10.47%
43173.25/2185.09	c      2185             32          31        20        -726.0000        -802.0000     10.47%
43272.48/2190.13	c      2190             32          31        20        -726.0000        -802.0000     10.47%
43374.65/2195.26	c      2195             32          31        20        -726.0000        -802.0000     10.47%
43475.66/2200.32	c      2200             32          31        20        -726.0000        -802.0000     10.47%
43574.70/2205.37	c      2205             32          31        20        -726.0000        -802.0000     10.47%
43675.70/2210.42	c      2210             32          31        20        -726.0000        -802.0000     10.47%
43774.82/2215.47	c      2215             32          31        20        -726.0000        -802.0000     10.47%
43875.89/2220.52	c      2221             33          32        20        -726.0000        -802.0000     10.47%
43974.99/2225.58	c      2226             33          32        20        -726.0000        -802.0000     10.47%
44076.06/2230.64	c      2231             33          32        20        -726.0000        -802.0000     10.47%
44177.11/2235.70	c      2236             33          32        20        -726.0000        -802.0000     10.47%
44276.19/2240.76	c      2241             33          32        20        -726.0000        -802.0000     10.47%
44377.27/2245.84	c      2246             33          32        20        -726.0000        -802.0000     10.47%
44476.24/2250.90	c      2251             33          32        20        -726.0000        -802.0000     10.47%
44577.33/2255.94	c      2256             33          32        20        -726.0000        -802.0000     10.47%
44676.42/2261.02	c      2261             33          32        20        -726.0000        -802.0000     10.47%
44778.21/2266.07	c      2266             34          33        20        -726.0000        -802.0000     10.47%
44877.31/2271.13	c      2271             34          33        20        -726.0000        -802.0000     10.47%
44979.64/2276.21	c      2276             34          33        20        -726.0000        -802.0000     10.47%
45078.72/2281.25	c      2281             36          35        20        -726.0000        -802.0000     10.47%
45179.78/2286.30	c      2286             36          35        20        -726.0000        -802.0000     10.47%
45278.81/2291.38	c      2291             36          35        20        -726.0000        -802.0000     10.47%
45379.89/2296.44	c      2296             36          35        20        -726.0000        -802.0000     10.47%
45480.94/2301.51	c      2302             36          35        20        -726.0000        -802.0000     10.47%
45580.04/2306.56	c      2307             36          35        20        -726.0000        -802.0000     10.47%
45680.88/2311.64	c      2312             36          35        20        -726.0000        -802.0000     10.47%
45781.95/2316.71	c      2317             36          35        20        -726.0000        -802.0000     10.47%
45881.02/2321.79	c      2322             36          35        20        -726.0000        -802.0000     10.47%
45982.10/2326.84	c      2327             36          35        20        -726.0000        -802.0000     10.47%
46081.17/2331.88	c      2332             36          35        20        -726.0000        -802.0000     10.47%
46180.26/2336.90	c      2337             37          36        20        -726.0000        -802.0000     10.47%
46281.31/2341.93	c      2342             37          36        20        -726.0000        -802.0000     10.47%
46383.11/2347.04	c      2347             37          36        20        -726.0000        -802.0000     10.47%
46482.28/2352.11	c      2352             37          36        20        -726.0000        -802.0000     10.47%
46583.32/2357.16	c      2357             37          36        20        -726.0000        -802.0000     10.47%
46682.18/2362.18	c      2362             37          36        20        -726.0000        -802.0000     10.47%
46782.58/2367.24	c      2367             37          36        20        -726.0000        -802.0000     10.47%
46883.56/2372.31	c      2372             37          36        20        -726.0000        -802.0000     10.47%
46982.65/2377.36	c      2377             37          36        20        -726.0000        -802.0000     10.47%
47083.66/2382.41	c      2382             37          36        20        -726.0000        -802.0000     10.47%
47184.74/2387.54	c      2388             37          36        20        -726.0000        -802.0000     10.47%
47283.81/2392.59	c      2393             37          36        20        -726.0000        -802.0000     10.47%
47384.90/2397.69	c      2398             37          36        20        -726.0000        -802.0000     10.47%
47485.95/2402.75	c      2403             37          36        20        -726.0000        -802.0000     10.47%
47587.03/2407.82	c      2408             37          36        20        -726.0000        -802.0000     10.47%
47686.11/2412.88	c      2413             37          36        20        -726.0000        -802.0000     10.47%
47787.15/2417.93	c      2418             37          36        20        -726.0000        -802.0000     10.47%
47886.22/2422.95	c      2423             37          36        20        -726.0000        -802.0000     10.47%
47985.33/2427.99	c      2428             37          36        20        -726.0000        -802.0000     10.47%
48087.13/2433.10	c      2433             37          36        20        -726.0000        -802.0000     10.47%
48187.92/2438.17	c      2438             37          36        20        -726.0000        -802.0000     10.47%
48288.38/2443.24	c      2443             37          36        20        -726.0000        -802.0000     10.47%
48389.43/2448.32	c      2448             37          36        20        -726.0000        -802.0000     10.47%
48490.51/2453.41	c      2453             37          36        20        -726.0000        -802.0000     10.47%
48589.59/2458.48	c      2458             37          36        20        -726.0000        -802.0000     10.47%
48690.68/2463.60	c      2464             37          36        20        -726.0000        -802.0000     10.47%
48791.70/2468.66	c      2469             37          36        20        -726.0000        -802.0000     10.47%
48892.75/2473.71	c      2474             37          36        20        -726.0000        -802.0000     10.47%
48991.79/2478.73	c      2479             37          36        20        -726.0000        -802.0000     10.47%
49090.87/2483.74	c      2484             37          36        20        -726.0000        -802.0000     10.47%
49191.79/2488.83	c      2489             37          36        20        -726.0000        -802.0000     10.47%
49292.87/2493.92	c      2494             37          36        20        -726.0000        -802.0000     10.47%
49391.94/2498.94	c      2499             37          36        20        -726.0000        -802.0000     10.47%
49493.70/2504.05	c      2504             37          36        20        -726.0000        -802.0000     10.47%
49594.84/2509.15	c      2509             37          36        20        -726.0000        -802.0000     10.47%
49695.09/2514.23	c      2514             37          36        20        -726.0000        -802.0000     10.47%
49794.15/2519.29	c      2519             37          36        20        -726.0000        -802.0000     10.47%
49895.21/2524.35	c      2524             37          36        20        -726.0000        -802.0000     10.47%
49996.27/2529.40	c      2529             38          37        20        -726.0000        -802.0000     10.47%
50095.31/2534.46	c      2534             38          37        20        -726.0000        -802.0000     10.47%
50196.32/2539.52	c      2540             38          37        20        -726.0000        -802.0000     10.47%
50295.40/2544.59	c      2545             38          37        20        -726.0000        -802.0000     10.47%
50396.37/2549.66	c      2550             38          37        20        -726.0000        -802.0000     10.47%
50497.46/2554.70	c      2555             38          37        20        -726.0000        -802.0000     10.47%
50596.52/2559.77	c      2560             38          37        20        -726.0000        -802.0000     10.47%
50699.58/2565.03	c      2565             39          38        20        -726.0000        -802.0000     10.47%
50810.51/2570.51	c      2571             39          38        20        -726.0000        -802.0000     10.47%
50909.61/2575.59	c      2576             39          38        20        -726.0000        -802.0000     10.47%
51016.61/2580.93	c      2581             39          38        20        -726.0000        -802.0000     10.47%
51115.71/2585.99	c      2586             39          38        20        -726.0000        -802.0000     10.47%
51217.71/2591.11	c      2591             39          38        20        -726.0000        -802.0000     10.47%
51319.76/2596.23	c      2596             39          38        20        -726.0000        -802.0000     10.47%
51418.84/2601.28	c      2601             39          38        20        -726.0000        -802.0000     10.47%
51521.89/2606.48	c      2606             39          38        20        -726.0000        -802.0000     10.47%
51622.46/2611.59	c      2612             39          38        20        -726.0000        -802.0000     10.47%
51723.52/2616.68	c      2617             40          39        20        -726.0000        -802.0000     10.47%
51824.58/2621.77	c      2622             40          39        20        -726.0000        -802.0000     10.47%
51927.63/2627.00	c      2627             40          39        20        -726.0000        -802.0000     10.47%
52029.57/2632.11	c      2632             40          39        20        -726.0000        -802.0000     10.47%
52130.71/2637.19	c      2637             40          39        20        -726.0000        -802.0000     10.47%
52230.83/2642.28	c      2642             40          39        20        -726.0000        -802.0000     10.47%
52331.82/2647.37	c      2647             43          42        20        -726.0000        -801.3333     10.38%
52432.88/2652.48	c      2652             43          42        20        -726.0000        -801.3333     10.38%
52533.91/2657.53	c      2658             43          42        20        -726.0000        -801.3333     10.38%
52634.99/2662.65	c      2663             43          42        20        -726.0000        -801.3333     10.38%
52736.07/2667.71	c      2668             43          42        20        -726.0000        -801.3333     10.38%
52835.02/2672.76	c      2673             43          42        20        -726.0000        -801.3333     10.38%
52940.65/2678.14	c      2678             43          42        20        -726.0000        -801.3333     10.38%
53047.08/2683.41	c      2683             43          42        20        -726.0000        -801.3333     10.38%
53146.16/2688.46	c      2688             44          43        20        -726.0000        -801.3333     10.38%
53249.22/2693.69	c      2694             44          43        20        -726.0000        -801.3333     10.38%
53352.18/2698.89	c      2699             44          43        20        -726.0000        -801.3333     10.38%
53459.20/2704.29	c      2704             44          43        20        -726.0000        -801.3333     10.38%
53560.27/2709.37	c      2709             44          43        20        -726.0000        -801.3333     10.38%
53661.35/2714.40	c      2714             45          44        20        -726.0000        -801.3333     10.38%
53762.26/2719.51	c      2720             45          44        20        -726.0000        -801.3333     10.38%
53861.37/2724.59	c      2725             45          44        20        -726.0000        -801.3333     10.38%
53962.34/2729.60	c      2730             45          44        20        -726.0000        -801.3333     10.38%
54061.46/2734.62	c      2735             45          44        20        -726.0000        -801.3333     10.38%
54162.56/2739.75	c      2740             45          44        20        -726.0000        -801.3333     10.38%
54263.65/2744.89	c      2745             45          44        20        -726.0000        -801.3333     10.38%
54364.75/2749.93	c      2750             45          44        20        -726.0000        -801.3333     10.38%
54463.86/2755.02	c      2755             45          44        20        -726.0000        -801.3333     10.38%
54567.63/2760.15	c      2760             45          44        20        -726.0000        -801.3333     10.38%
54668.03/2765.23	c      2765             45          44        20        -726.0000        -801.3333     10.38%
54769.13/2770.35	c      2770             45          44        20        -726.0000        -801.3333     10.38%
54870.21/2775.49	c      2775             45          44        20        -726.0000        -801.3333     10.38%
54973.27/2780.62	c      2781             45          44        20        -726.0000        -801.3333     10.38%
55072.38/2785.70	c      2786             45          44        20        -726.0000        -801.3333     10.38%
55175.32/2790.85	c      2791             45          44        20        -726.0000        -801.3333     10.38%
55279.11/2796.05	c      2796             45          44        20        -726.0000        -801.3333     10.38%
55380.05/2801.17	c      2801             45          44        20        -726.0000        -801.3333     10.38%
55480.40/2806.26	c      2806             45          44        20        -726.0000        -801.3333     10.38%
55581.49/2811.38	c      2811             45          44        20        -726.0000        -801.3333     10.38%
55682.58/2816.47	c      2816             45          44        20        -726.0000        -801.3333     10.38%
55783.64/2821.56	c      2822             45          44        20        -726.0000        -801.3333     10.38%
55884.69/2826.64	c      2827             45          44        20        -726.0000        -801.3333     10.38%
55985.76/2831.71	c      2832             45          44        20        -726.0000        -801.3333     10.38%
56086.79/2836.81	c      2837             45          44        20        -726.0000        -801.3333     10.38%
56187.77/2841.93	c      2842             45          44        20        -726.0000        -801.3333     10.38%
56286.74/2847.01	c      2847             45          44        20        -726.0000        -801.3333     10.38%
56390.50/2852.15	c      2852             45          44        20        -726.0000        -801.3333     10.38%
56492.54/2857.31	c      2857             46          45        20        -726.0000        -801.3333     10.38%
56591.50/2862.39	c      2862             46          45        20        -726.0000        -801.3333     10.38%
56692.53/2867.46	c      2867             46          45        20        -726.0000        -801.3333     10.38%
56793.56/2872.56	c      2873             46          45        20        -726.0000        -801.3333     10.38%
56896.58/2877.71	c      2878             46          45        20        -726.0000        -801.3333     10.38%
56995.64/2882.76	c      2883             46          45        20        -726.0000        -801.3333     10.38%
57096.68/2887.85	c      2888             46          45        20        -726.0000        -801.3333     10.38%
57195.75/2892.87	c      2893             46          45        20        -726.0000        -801.3333     10.38%
57296.76/2897.91	c      2898             46          45        20        -726.0000        -801.3333     10.38%
57395.83/2902.97	c      2903             46          45        20        -726.0000        -801.3333     10.38%
57497.55/2908.06	c      2908             46          45        20        -726.0000        -801.3333     10.38%
57598.77/2913.16	c      2913             46          45        20        -726.0000        -801.3333     10.38%
57698.94/2918.25	c      2918             46          45        20        -726.0000        -801.3333     10.38%
57800.00/2923.32	c      2923             46          45        20        -726.0000        -801.3333     10.38%
57905.04/2928.61	c      2929             46          45        20        -726.0000        -801.3333     10.38%
58004.11/2933.68	c      2934             46          45        20        -726.0000        -801.3333     10.38%
58105.17/2938.78	c      2939             46          45        20        -726.0000        -801.3333     10.38%
58206.24/2943.86	c      2944             46          45        20        -726.0000        -801.3333     10.38%
58307.29/2948.95	c      2949             46          45        20        -726.0000        -801.3333     10.38%
58409.00/2954.05	c      2954             46          45        20        -726.0000        -801.3333     10.38%
58507.95/2959.13	c      2959             46          45        20        -726.0000        -801.3333     10.38%
58609.16/2964.19	c      2964             46          45        20        -726.0000        -801.3333     10.38%
58709.51/2969.23	c      2969             47          46        20        -726.0000        -801.3333     10.38%
58810.56/2974.36	c      2974             47          46        20        -726.0000        -801.3333     10.38%
58911.63/2979.43	c      2979             47          46        20        -726.0000        -801.3333     10.38%
59012.69/2984.58	c      2985             47          46        20        -726.0000        -801.3333     10.38%
59113.75/2989.63	c      2990             47          46        20        -726.0000        -801.3333     10.38%
59212.82/2994.70	c      2995             47          46        20        -726.0000        -801.3333     10.38%
59315.86/2999.84	c      3000             47          46        20        -726.0000        -801.3333     10.38%
59416.92/3004.91	c      3005             47          46        20        -726.0000        -801.3333     10.38%
59515.99/3009.96	c      3010             48          47        20        -726.0000        -801.3333     10.38%
59617.76/3015.13	c      3015             48          47        20        -726.0000        -801.3333     10.38%
59720.06/3020.22	c      3020             48          47        20        -726.0000        -801.3333     10.38%
59819.22/3025.29	c      3025             48          47        20        -726.0000        -801.3333     10.38%
59920.03/3030.36	c      3030             48          47        20        -726.0000        -801.3333     10.38%
60019.11/3035.38	c      3035             48          47        20        -726.0000        -801.3333     10.38%
60120.18/3040.46	c      3040             48          47        20        -726.0000        -801.3333     10.38%
60221.22/3045.57	c      3046             49          48        20        -726.0000        -801.3333     10.38%
60322.24/3050.62	c      3051             49          48        20        -726.0000        -801.3333     10.38%
60423.21/3055.77	c      3056             49          48        20        -726.0000        -801.3333     10.38%
60524.24/3060.84	c      3061             49          48        20        -726.0000        -801.3333     10.38%
60625.29/3065.96	c      3066             49          48        20        -726.0000        -801.3333     10.38%
60726.96/3071.03	c      3071             49          48        20        -726.0000        -801.3333     10.38%
60825.93/3076.10	c      3076             49          48        20        -726.0000        -801.3333     10.38%
60927.02/3081.14	c      3081             49          48        20        -726.0000        -801.3333     10.38%
61026.24/3086.18	c      3086             49          48        20        -726.0000        -801.3333     10.38%
61128.37/3091.31	c      3091             49          48        20        -726.0000        -801.3333     10.38%
61227.32/3096.32	c      3096             49          48        20        -726.0000        -801.3333     10.38%
61328.35/3101.49	c      3101             49          48        20        -726.0000        -801.3333     10.38%
61429.20/3106.55	c      3107             50          49        20        -726.0000        -801.3333     10.38%
61530.15/3111.62	c      3112             51          50        20        -726.0000        -801.3333     10.38%
61631.08/3116.70	c      3117             51          50        20        -726.0000        -801.3333     10.38%
61730.02/3121.75	c      3122             51          50        20        -726.0000        -801.3333     10.38%
61830.96/3126.80	c      3127             51          50        20        -726.0000        -801.3333     10.38%
61929.91/3131.87	c      3132             51          50        20        -726.0000        -801.3333     10.38%
62030.85/3136.93	c      3137             51          50        20        -726.0000        -801.3333     10.38%
62129.75/3141.99	c      3142             51          50        20        -726.0000        -801.3333     10.38%
62231.62/3147.04	c      3147             51          50        20        -726.0000        -801.3333     10.38%
62330.44/3152.07	c      3152             51          50        20        -726.0000        -801.3333     10.38%
62431.58/3157.18	c      3157             51          50        20        -726.0000        -801.3333     10.38%
62531.85/3162.25	c      3162             51          50        20        -726.0000        -801.3333     10.38%
62632.94/3167.32	c      3167             51          50        20        -726.0000        -801.3333     10.38%
62733.99/3172.43	c      3172             51          50        20        -726.0000        -801.3333     10.38%
62833.00/3177.48	c      3177             51          50        20        -726.0000        -801.3333     10.38%
62934.05/3182.52	c      3183             51          50        20        -726.0000        -801.3333     10.38%
63035.16/3187.66	c      3188             51          50        20        -726.0000        -801.3333     10.38%
63136.14/3192.76	c      3193             51          50        20        -726.0000        -801.3333     10.38%
63237.13/3197.86	c      3198             51          50        20        -726.0000        -801.3333     10.38%
63338.19/3202.93	c      3203             51          50        20        -726.0000        -801.3333     10.38%
63437.28/3208.00	c      3208             51          50        20        -726.0000        -801.3333     10.38%
63538.97/3213.12	c      3213             51          50        20        -726.0000        -801.3333     10.38%
63641.37/3218.26	c      3218             51          50        20        -726.0000        -801.3333     10.38%
63742.43/3223.35	c      3223             51          50        20        -726.0000        -801.3333     10.38%
63843.48/3228.41	c      3228             52          51        20        -726.0000        -801.3333     10.38%
63942.54/3233.48	c      3233             52          51        20        -726.0000        -801.3333     10.38%
64043.61/3238.58	c      3239             52          51        20        -726.0000        -801.3333     10.38%
64144.68/3243.69	c      3244             52          51        20        -726.0000        -801.3333     10.38%
64245.75/3248.76	c      3249             52          51        20        -726.0000        -801.3333     10.38%
64346.75/3253.81	c      3254             52          51        20        -726.0000        -801.3333     10.38%
64445.80/3258.88	c      3259             52          51        20        -726.0000        -801.3333     10.38%
64546.91/3263.95	c      3264             52          51        20        -726.0000        -801.3333     10.38%
64645.97/3269.00	c      3269             52          51        20        -726.0000        -801.3333     10.38%
64747.67/3274.09	c      3274             52          51        20        -726.0000        -801.3333     10.38%
64848.95/3279.16	c      3279             54          53        20        -726.0000        -801.3333     10.38%
64949.16/3284.25	c      3284             55          54        20        -726.0000        -801.3333     10.38%
65050.23/3289.31	c      3289             55          54        20        -726.0000        -801.3333     10.38%
65149.34/3294.40	c      3294             55          54        20        -726.0000        -801.3333     10.38%
65250.49/3299.46	c      3299             55          54        20        -726.0000        -801.3333     10.38%
65351.63/3304.54	c      3305             55          54        20        -726.0000        -801.3333     10.38%
65450.79/3309.59	c      3310             55          54        20        -726.0000        -801.3333     10.38%
65551.89/3314.62	c      3315             55          54        20        -726.0000        -801.3333     10.38%
65651.00/3319.68	c      3320             55          54        20        -726.0000        -801.3333     10.38%
65754.09/3324.82	c      3325             55          54        20        -726.0000        -801.3333     10.38%
65853.23/3329.87	c      3330             55          54        20        -726.0000        -801.3333     10.38%
65954.34/3334.92	c      3335             55          54        20        -726.0000        -801.3333     10.38%
66053.49/3339.99	c      3340             55          54        20        -726.0000        -801.3333     10.38%
66152.64/3345.04	c      3345             56          55        20        -726.0000        -801.3333     10.38%
66254.25/3350.09	c      3350             56          55        20        -726.0000        -801.3333     10.38%
66355.50/3355.18	c      3355             56          55        20        -726.0000        -801.3333     10.38%
66455.99/3360.23	c      3360             57          56        20        -726.0000        -801.3333     10.38%
66555.33/3365.28	c      3365             57          56        20        -726.0000        -801.3333     10.38%
66656.26/3370.31	c      3370             57          56        20        -726.0000        -801.3333     10.38%
66755.31/3375.37	c      3375             57          56        20        -726.0000        -801.3333     10.38%
66856.38/3380.46	c      3380             57          56        20        -726.0000        -801.3333     10.38%
66957.42/3385.53	c      3386             57          56        20        -726.0000        -801.3333     10.38%
67056.49/3390.59	c      3391             57          56        20        -726.0000        -801.3333     10.38%
67157.54/3395.61	c      3396             57          56        20        -726.0000        -801.3333     10.38%
67256.60/3400.69	c      3401             57          56        20        -726.0000        -801.3333     10.38%
67357.65/3405.75	c      3406             57          56        20        -726.0000        -801.3333     10.38%
67456.66/3410.80	c      3411             57          56        20        -726.0000        -801.3333     10.38%
67557.71/3415.85	c      3416             57          56        20        -726.0000        -801.3333     10.38%
67658.78/3420.92	c      3421             57          56        20        -726.0000        -801.3333     10.38%
67757.94/3425.99	c      3426             57          56        20        -726.0000        -801.3333     10.38%
67859.68/3431.04	c      3431             57          56        20        -726.0000        -801.3333     10.38%
67960.97/3436.16	c      3436             57          56        20        -726.0000        -801.3333     10.38%
68061.34/3441.23	c      3441             57          56        20        -726.0000        -801.3333     10.38%
68160.50/3446.28	c      3446             57          56        20        -726.0000        -801.3333     10.38%
68259.66/3451.29	c      3451             57          56        20        -726.0000        -801.3333     10.38%
68360.80/3456.38	c      3456             57          56        20        -726.0000        -801.3333     10.38%
68461.95/3461.48	c      3461             57          56        20        -726.0000        -801.3333     10.38%
68563.09/3466.53	c      3467             57          56        20        -726.0000        -801.3333     10.38%
68662.21/3471.59	c      3472             57          56        20        -726.0000        -801.3333     10.38%
68763.34/3476.66	c      3477             58          57        20        -726.0000        -801.3333     10.38%
68864.48/3481.72	c      3482             58          57        20        -726.0000        -801.3333     10.38%
68963.63/3486.77	c      3487             58          57        20        -726.0000        -801.3333     10.38%
69064.78/3491.82	c      3492             58          57        20        -726.0000        -801.3333     10.38%
69163.94/3496.86	c      3497             58          57        20        -726.0000        -801.3333     10.38%
69265.09/3501.95	c      3502             58          57        20        -726.0000        -801.3333     10.38%
69366.80/3507.03	c      3507             58          57        20        -726.0000        -801.3333     10.38%
69466.01/3512.11	c      3512             58          57        20        -726.0000        -801.3333     10.38%
69567.36/3517.17	c      3517             58          57        20        -726.0000        -801.3333     10.38%
69667.70/3522.22	c      3522             58          57        20        -726.0000        -801.3333     10.38%
69766.87/3527.27	c      3527             58          57        20        -726.0000        -801.3333     10.38%
69867.98/3532.33	c      3532             58          57        20        -726.0000        -801.3333     10.38%
69967.16/3537.39	c      3537             58          57        20        -726.0000        -801.3333     10.38%
70070.30/3542.52	c      3543             58          57        20        -726.0000        -801.3333     10.38%
70171.41/3547.61	c      3548             58          57        20        -726.0000        -801.3333     10.38%
70272.55/3552.78	c      3553             58          57        20        -726.0000        -801.3333     10.38%
70373.73/3557.84	c      3558             58          57        20        -726.0000        -801.3333     10.38%
70474.89/3562.90	c      3563             58          57        20        -726.0000        -801.3333     10.38%
70574.05/3567.99	c      3568             58          57        20        -726.0000        -801.3333     10.38%
70675.88/3573.05	c      3573             58          57        20        -726.0000        -801.3333     10.38%
70775.18/3578.13	c      3578             58          57        20        -726.0000        -801.3333     10.38%
70877.52/3583.21	c      3583             58          57        20        -726.0000        -801.3333     10.38%
70976.70/3588.27	c      3588             58          57        20        -726.0000        -801.3333     10.38%
71077.82/3593.34	c      3593             58          57        20        -726.0000        -801.3333     10.38%
71177.05/3598.38	c      3598             58          57        20        -726.0000        -801.3333     10.38%
71278.26/3603.44	c      3603             58          57        20        -726.0000        -801.3333     10.38%
71379.48/3608.51	c      3609             58          57        20        -726.0000        -801.3333     10.38%
71478.72/3613.56	c      3614             58          57        20        -726.0000        -801.3333     10.38%
71579.93/3618.61	c      3619             59          58        20        -726.0000        -801.3333     10.38%
71679.15/3623.67	c      3624             59          58        20        -726.0000        -801.3333     10.38%
71780.35/3628.74	c      3629             59          58        20        -726.0000        -801.3333     10.38%
71879.58/3633.75	c      3634             59          58        20        -726.0000        -801.3333     10.38%
71980.79/3638.84	c      3639             59          58        20        -726.0000        -801.3333     10.38%

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: 191633 MiB (168341 MiB free)
  memory of node 1: 193531 MiB (165363 MiB free)
  memory of node 2: 193531 MiB (168026 MiB free)
  memory of node 3: 193531 MiB (180489 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-4465962-1723659094/watcher-4465962-1723659094 -o /tmp/evaluation-result-4465962-1723659094/solver-4465962-1723659094 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723651688-748320 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465962-1723659094.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100112 s]*
/proc/loadavg: 78.64 72.43 51.99 62/984 753237
/proc/meminfo: memFree=698552524/790760800 swapFree=131071996/131071996
[pid=753236] ppid=753233 vsize=67796 memory=55500 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/stat : 753236 (fscip) R 753233 753236 748307 0 -1 4194304 11771 0 0 0 10 1 0 0 20 0 1 0 132496136 69423104 13875 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
/proc/753236/statm: 16949 13875 2347 3035 0 13345 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 67796 KiB
Current children cumulated memory: 55500 KiB

[startup+0.219757 s]*
/proc/loadavg: 78.64 72.43 51.99 63/984 753237
/proc/meminfo: memFree=698476484/790760800 swapFree=131071996/131071996
[pid=753236] ppid=753233 vsize=147004 memory=135680 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/stat : 753236 (fscip) R 753233 753236 748307 0 -1 4194304 32224 0 0 0 19 4 0 0 20 0 1 0 132496136 150532096 33920 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
/proc/753236/statm: 36751 33920 2555 3035 0 33147 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 147004 KiB
Current children cumulated memory: 135680 KiB

[startup+0.32057 s]*
/proc/loadavg: 78.64 72.43 51.99 62/984 753237
/proc/meminfo: memFree=698428712/790760800 swapFree=131071996/131071996
[pid=753236] ppid=753233 vsize=172852 memory=160708 CPUtime=0.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/stat : 753236 (fscip) R 753233 753236 748307 0 -1 4194304 38576 0 0 0 28 5 0 0 20 0 1 0 132496136 177000448 40177 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
/proc/753236/statm: 43213 40177 2614 3035 0 39609 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 172852 KiB
Current children cumulated memory: 160708 KiB

[startup+0.700291 s]
/proc/loadavg: 78.64 72.43 51.99 62/984 753237
/proc/meminfo: memFree=698356236/790760800 swapFree=131071996/131071996
[pid=753236] ppid=753233 vsize=218080 memory=203708 CPUtime=0.69 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/stat : 753236 (fscip) R 753233 753236 748307 0 -1 4194304 56509 0 0 0 60 9 0 0 20 0 1 0 132496136 223313920 50927 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
/proc/753236/statm: 54520 50927 2710 3035 0 50916 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 218080 KiB
Current children cumulated memory: 203708 KiB

[startup+1.50027 s]
/proc/loadavg: 78.64 72.43 51.99 62/984 753237
/proc/meminfo: memFree=698365496/790760800 swapFree=131071996/131071996
[pid=753236] ppid=753233 vsize=454940 memory=379332 CPUtime=1.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/stat : 753236 (fscip) R 753233 753236 748307 0 -1 4194304 74416 0 0 0 135 14 0 0 20 0 1 0 132496136 465858560 94833 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
/proc/753236/statm: 113735 94833 2758 3035 0 110131 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 454940 KiB
Current children cumulated memory: 379332 KiB

[startup+3.12037 s]
/proc/loadavg: 78.64 72.43 51.99 62/1004 753257
/proc/meminfo: memFree=698020456/790760800 swapFree=131071996/131071996
[pid=753236] ppid=753233 vsize=1986256 memory=581876 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/stat : 753236 (fscip) S 753233 753236 748307 0 -1 1077936128 129338 0 0 0 287 23 0 0 20 0 21 0 132496136 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
/proc/753236/statm: 496564 145469 2774 3035 0 191547 0
[pid=753236/tid=753238] ppid=753233 vsize=1986256 memory=479452 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753238/stat : 753238 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753239] ppid=753233 vsize=1986256 memory=208656 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753239/stat : 753239 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753240] ppid=753233 vsize=1986256 memory=30962685530996822 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753240/stat : 753240 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753241] ppid=753233 vsize=1986256 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753241/stat : 753241 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753242] ppid=753233 vsize=1986256 memory=1797 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753242/stat : 753242 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753243] ppid=753233 vsize=1986256 memory=5432 CPUtime=0.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753243/stat : 753243 (fscip) R 753233 753236 748307 0 -1 4194368 10825 0 0 0 5 1 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753244] ppid=753233 vsize=1986256 memory=16240 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753244/stat : 753244 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753245] ppid=753233 vsize=1986256 memory=2268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753245/stat : 753245 (fscip) S 753233 753236 748307 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753246] ppid=753233 vsize=1986256 memory=1996 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753246/stat : 753246 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753247] ppid=753233 vsize=1986256 memory=1836 CPUtime=0.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753247/stat : 753247 (fscip) S 753233 753236 748307 0 -1 1077936192 14600 0 0 0 8 2 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753248] ppid=753233 vsize=1986256 memory=38468 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753248/stat : 753248 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753249] ppid=753233 vsize=1986256 memory=2152 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753249/stat : 753249 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753250] ppid=753233 vsize=1986256 memory=6056 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753250/stat : 753250 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753251] ppid=753233 vsize=1986256 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753251/stat : 753251 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753252] ppid=753233 vsize=1986256 memory=33100 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753252/stat : 753252 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753253] ppid=753233 vsize=1986256 memory=19600 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753253/stat : 753253 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753254] ppid=753233 vsize=1986256 memory=54680 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753254/stat : 753254 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753255] ppid=753233 vsize=1986256 memory=28496 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753255/stat : 753255 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753256] ppid=753233 vsize=1986256 memory=7644 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753256/stat : 753256 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753257] ppid=753233 vsize=1986256 memory=26960 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753257/stat : 753257 (fscip) S 753233 753236 748307 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 132496418 2033926144 145469 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1986256 KiB
Current children cumulated memory: 581876 KiB

[startup+6.30111 s]
/proc/loadavg: 77.23 72.24 52.04 81/1024 753277
/proc/meminfo: memFree=693915124/790760800 swapFree=131071996/131071996
[pid=753236] ppid=753233 vsize=6082336 memory=5132116 CPUtime=29.46 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/stat : 753236 (fscip) S 753233 753236 748307 0 -1 1077936128 1287485 0 0 0 2666 280 0 0 20 0 41 0 132496136 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 17 39 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
/proc/753236/statm: 1520584 1283029 2790 3035 0 1393495 0
[pid=753236/tid=753238] ppid=753233 vsize=6082336 memory=-6514572762137410409 CPUtime=1.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753238/stat : 753238 (fscip) R 753233 753236 748307 0 -1 4194368 57815 0 0 0 120 13 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753239] ppid=753233 vsize=6082336 memory=466716 CPUtime=1.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753239/stat : 753239 (fscip) R 753233 753236 748307 0 -1 4194368 60048 0 0 0 119 12 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753240] ppid=753233 vsize=6082336 memory=16240 CPUtime=1.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753240/stat : 753240 (fscip) R 753233 753236 748307 0 -1 4194368 59917 0 0 0 119 12 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753241] ppid=753233 vsize=6082336 memory=2268 CPUtime=1.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753241/stat : 753241 (fscip) R 753233 753236 748307 0 -1 4194368 58043 0 0 0 120 13 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753242] ppid=753233 vsize=6082336 memory=1996 CPUtime=1.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753242/stat : 753242 (fscip) R 753233 753236 748307 0 -1 4194368 59571 0 0 0 118 14 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753243] ppid=753233 vsize=6082336 memory=30962685530996822 CPUtime=1.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753243/stat : 753243 (fscip) R 753233 753236 748307 0 -1 4194368 60033 0 0 0 118 13 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753244] ppid=753233 vsize=6082336 memory=208656 CPUtime=1.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753244/stat : 753244 (fscip) R 753233 753236 748307 0 -1 4194368 58092 0 0 0 121 12 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753245] ppid=753233 vsize=6082336 memory=0 CPUtime=1.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753245/stat : 753245 (fscip) R 753233 753236 748307 0 -1 4194368 59606 0 0 0 120 11 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753246] ppid=753233 vsize=6082336 memory=215637893312 CPUtime=1.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753246/stat : 753246 (fscip) R 753233 753236 748307 0 -1 4194368 59731 0 0 0 118 13 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753247] ppid=753233 vsize=6082336 memory=25333125866717268 CPUtime=1.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753247/stat : 753247 (fscip) R 753233 753236 748307 0 -1 4194368 57813 0 0 0 121 12 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753248] ppid=753233 vsize=6082336 memory=25333125866717268 CPUtime=1.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753248/stat : 753248 (fscip) R 753233 753236 748307 0 -1 4194368 59793 0 0 0 117 14 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753249] ppid=753233 vsize=6082336 memory=1836 CPUtime=1.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753249/stat : 753249 (fscip) R 753233 753236 748307 0 -1 4194368 60003 0 0 0 119 13 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753250] ppid=753233 vsize=6082336 memory=25333125866717268 CPUtime=1.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753250/stat : 753250 (fscip) R 753233 753236 748307 0 -1 4194368 57810 0 0 0 119 13 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753251] ppid=753233 vsize=6082336 memory=0 CPUtime=1.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753251/stat : 753251 (fscip) R 753233 753236 748307 0 -1 4194368 60040 0 0 0 118 13 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753252] ppid=753233 vsize=6082336 memory=3235111102774456 CPUtime=1.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753252/stat : 753252 (fscip) R 753233 753236 748307 0 -1 4194368 59555 0 0 0 119 12 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753253] ppid=753233 vsize=6082336 memory=11424 CPUtime=1.3 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753253/stat : 753253 (fscip) R 753233 753236 748307 0 -1 4194368 57978 0 0 0 118 12 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753254] ppid=753233 vsize=6082336 memory=36052 CPUtime=1.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753254/stat : 753254 (fscip) R 753233 753236 748307 0 -1 4194368 60031 0 0 0 118 13 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753255] ppid=753233 vsize=6082336 memory=10392 CPUtime=1.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753255/stat : 753255 (fscip) R 753233 753236 748307 0 -1 4194368 59720 0 0 0 119 13 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753256] ppid=753233 vsize=6082336 memory=28496 CPUtime=1.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753256/stat : 753256 (fscip) R 753233 753236 748307 0 -1 4194368 58025 0 0 0 121 11 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753257] ppid=753233 vsize=6082336 memory=7644 CPUtime=1.31 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753257/stat : 753257 (fscip) R 753233 753236 748307 0 -1 4194368 59963 0 0 0 120 11 0 0 20 0 41 0 132496418 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753258] ppid=753233 vsize=6082336 memory=26960 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753258/stat : 753258 (fscip) S 753233 753236 748307 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132496638 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753259] ppid=753233 vsize=6082336 memory=5432 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753259/stat : 753259 (fscip) S 753233 753236 748307 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132496638 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753260] ppid=753233 vsize=6082336 memory=16240 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753260/stat : 753260 (fscip) S 753233 753236 748307 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132496638 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753261] ppid=753233 vsize=6082336 memory=2268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753261/stat : 753261 (fscip) S 753233 753236 748307 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132496638 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753262] ppid=753233 vsize=6082336 memory=1412628 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753262/stat : 753262 (fscip) S 753233 753236 748307 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132496638 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753263] ppid=753233 vsize=6082336 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753263/stat : 753263 (fscip) S 753233 753236 748307 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132496638 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753264] ppid=753233 vsize=6082336 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753264/stat : 753264 (fscip) S 753233 753236 748307 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132496638 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753265] ppid=753233 vsize=6082336 memory=280361104096624 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753265/stat : 753265 (fscip) S 753233 753236 748307 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 132496638 6228312064 1283029 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0

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

/proc/753236/task/753264/stat : 753264 (fscip) S 753233 753236 748307 0 -1 1077936192 228 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753265] ppid=753233 vsize=45223608 memory=7176 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753265/stat : 753265 (fscip) S 753233 753236 748307 0 -1 1077936192 160 0 0 0 2 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753266] ppid=753233 vsize=45223608 memory=40436 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753266/stat : 753266 (fscip) S 753233 753236 748307 0 -1 1077936192 229 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753267] ppid=753233 vsize=45223608 memory=8240 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753267/stat : 753267 (fscip) S 753233 753236 748307 0 -1 1077936192 230 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753268] ppid=753233 vsize=45223608 memory=11476 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753268/stat : 753268 (fscip) S 753233 753236 748307 0 -1 1077936192 228 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753269] ppid=753233 vsize=45223608 memory=13668 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753269/stat : 753269 (fscip) S 753233 753236 748307 0 -1 1077936192 230 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753270] ppid=753233 vsize=45223608 memory=31882292 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753270/stat : 753270 (fscip) S 753233 753236 748307 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753271] ppid=753233 vsize=45223608 memory=31867932 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753271/stat : 753271 (fscip) S 753233 753236 748307 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753272] ppid=753233 vsize=45223608 memory=31889160 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753272/stat : 753272 (fscip) S 753233 753236 748307 0 -1 1077936192 230 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753273] ppid=753233 vsize=45223608 memory=11424 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753273/stat : 753273 (fscip) S 753233 753236 748307 0 -1 1077936192 229 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753274] ppid=753233 vsize=45223608 memory=36052 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753274/stat : 753274 (fscip) S 753233 753236 748307 0 -1 1077936192 226 0 0 0 0 3 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753275] ppid=753233 vsize=45223608 memory=6720663242403954541 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753275/stat : 753275 (fscip) S 753233 753236 748307 0 -1 1077936192 226 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753276] ppid=753233 vsize=45223608 memory=40436 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753276/stat : 753276 (fscip) S 753233 753236 748307 0 -1 1077936192 155 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753277] ppid=753233 vsize=45223608 memory=8240 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753277/stat : 753277 (fscip) S 753233 753236 748307 0 -1 1077936192 155 0 0 0 2 0 0 0 20 0 41 0 132496638 46308974592 7972290 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
Current children cumulated CPU time: 70859.7 s
Current children cumulated vsize: 45223608 KiB
Current children cumulated memory: 31889160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3639.8 s]
/proc/loadavg: 49.78 63.88 72.81 41/930 755342
/proc/meminfo: memFree=654534396/790760800 swapFree=131071996/131071996
[pid=753236] ppid=753233 vsize=45223608 memory=31931684 CPUtime=72000.6 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/stat : 753236 (fscip) S 753233 753236 748307 0 -1 1077936128 58388701 0 0 0 7189065 10998 0 0 20 0 41 0 132496136 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 17 79 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
/proc/753236/statm: 11305902 7982921 3030 3035 0 11167239 0
[pid=753236/tid=753238] ppid=753233 vsize=45223608 memory=6856 CPUtime=3605.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753238/stat : 753238 (fscip) R 753233 753236 748307 0 -1 4194368 1912780 0 0 0 360314 219 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753239] ppid=753233 vsize=45223608 memory=7112 CPUtime=3586.38 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753239/stat : 753239 (fscip) R 753233 753236 748307 0 -1 4194368 3181439 0 0 0 358033 605 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753240] ppid=753233 vsize=45223608 memory=30816 CPUtime=3593.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753240/stat : 753240 (fscip) R 753233 753236 748307 0 -1 4194368 3093522 0 0 0 358628 747 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753241] ppid=753233 vsize=45223608 memory=33860 CPUtime=3605.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753241/stat : 753241 (fscip) R 753233 753236 748307 0 -1 4194368 2201014 0 0 0 360300 234 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753242] ppid=753233 vsize=45223608 memory=65060 CPUtime=3576.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753242/stat : 753242 (fscip) R 753233 753236 748307 0 -1 4194368 5039419 0 0 0 356645 987 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753243] ppid=753233 vsize=45223608 memory=7640 CPUtime=3602.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753243/stat : 753243 (fscip) R 753233 753236 748307 0 -1 4194368 2906659 0 0 0 359430 778 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753244] ppid=753233 vsize=45223608 memory=18472 CPUtime=3605.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753244/stat : 753244 (fscip) R 753233 753236 748307 0 -1 4194368 2042995 0 0 0 360335 233 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753245] ppid=753233 vsize=45223608 memory=20284 CPUtime=3603.17 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753245/stat : 753245 (fscip) R 753233 753236 748307 0 -1 4194368 3338765 0 0 0 359702 615 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753246] ppid=753233 vsize=45223608 memory=5544 CPUtime=3605.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753246/stat : 753246 (fscip) R 753233 753236 748307 0 -1 4194368 3310571 0 0 0 359789 784 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753247] ppid=753233 vsize=45223608 memory=11476 CPUtime=3597.09 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753247/stat : 753247 (fscip) R 753233 753236 748307 0 -1 4194368 2097423 0 0 0 359485 224 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753248] ppid=753233 vsize=45223608 memory=13668 CPUtime=3606.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753248/stat : 753248 (fscip) R 753233 753236 748307 0 -1 4194368 3382168 0 0 0 359961 660 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753249] ppid=753233 vsize=45223608 memory=18704 CPUtime=3605.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753249/stat : 753249 (fscip) R 753233 753236 748307 0 -1 4194368 3064434 0 0 0 359876 719 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753250] ppid=753233 vsize=45223608 memory=12188 CPUtime=3603.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753250/stat : 753250 (fscip) R 753233 753236 748307 0 -1 4194368 1936509 0 0 0 360174 216 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753251] ppid=753233 vsize=45223608 memory=2748 CPUtime=3603.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753251/stat : 753251 (fscip) R 753233 753236 748307 0 -1 4194368 3342161 0 0 0 359672 629 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753252] ppid=753233 vsize=45223608 memory=6720663242403954541 CPUtime=3606.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753252/stat : 753252 (fscip) R 753233 753236 748307 0 -1 4194368 3211325 0 0 0 359865 782 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753253] ppid=753233 vsize=45223608 memory=2152 CPUtime=3606.34 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753253/stat : 753253 (fscip) R 753233 753236 748307 0 -1 4194368 1917947 0 0 0 360416 218 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753254] ppid=753233 vsize=45223608 memory=36248 CPUtime=3589.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753254/stat : 753254 (fscip) R 753233 753236 748307 0 -1 4194368 3750327 0 0 0 358257 663 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753255] ppid=753233 vsize=45223608 memory=25333125866717268 CPUtime=3601.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753255/stat : 753255 (fscip) R 753233 753236 748307 0 -1 4194368 3176672 0 0 0 359367 756 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753256] ppid=753233 vsize=45223608 memory=13668 CPUtime=3587.85 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753256/stat : 753256 (fscip) R 753233 753236 748307 0 -1 4194368 1948545 0 0 0 358567 218 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753257] ppid=753233 vsize=45223608 memory=18704 CPUtime=3605.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753257/stat : 753257 (fscip) R 753233 753236 748307 0 -1 4194368 3424176 0 0 0 359867 656 0 0 20 0 41 0 132496418 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753258] ppid=753233 vsize=45223608 memory=12188 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753258/stat : 753258 (fscip) S 753233 753236 748307 0 -1 1077936192 234 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753259] ppid=753233 vsize=45223608 memory=-4546129931942301828 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753259/stat : 753259 (fscip) S 753233 753236 748307 0 -1 1077936192 234 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753260] ppid=753233 vsize=45223608 memory=-7454403553323287134 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753260/stat : 753260 (fscip) S 753233 753236 748307 0 -1 1077936192 152 0 0 0 2 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753261] ppid=753233 vsize=45223608 memory=6935649255759568960 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753261/stat : 753261 (fscip) S 753233 753236 748307 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753262] ppid=753233 vsize=45223608 memory=280361109000608 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753262/stat : 753262 (fscip) S 753233 753236 748307 0 -1 1077936192 230 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753263] ppid=753233 vsize=45223608 memory=25333125866717268 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753263/stat : 753263 (fscip) S 753233 753236 748307 0 -1 1077936192 234 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753264] ppid=753233 vsize=45223608 memory=61809713554050 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753264/stat : 753264 (fscip) S 753233 753236 748307 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753265] ppid=753233 vsize=45223608 memory=61814025298784 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753265/stat : 753265 (fscip) S 753233 753236 748307 0 -1 1077936192 162 0 0 0 2 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753266] ppid=753233 vsize=45223608 memory=55216989091034 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753266/stat : 753266 (fscip) S 753233 753236 748307 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753267] ppid=753233 vsize=45223608 memory=14131134715962531 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753267/stat : 753267 (fscip) S 753233 753236 748307 0 -1 1077936192 233 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753268] ppid=753233 vsize=45223608 memory=15542942005781600 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753268/stat : 753268 (fscip) S 753233 753236 748307 0 -1 1077936192 231 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753269] ppid=753233 vsize=45223608 memory=1939614 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753269/stat : 753269 (fscip) S 753233 753236 748307 0 -1 1077936192 233 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753270] ppid=753233 vsize=45223608 memory=2047515 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753270/stat : 753270 (fscip) S 753233 753236 748307 0 -1 1077936192 159 0 0 0 2 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753271] ppid=753233 vsize=45223608 memory=-8253387914166692007 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753271/stat : 753271 (fscip) S 753233 753236 748307 0 -1 1077936192 159 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753272] ppid=753233 vsize=45223608 memory=6226596351324088921 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753272/stat : 753272 (fscip) S 753233 753236 748307 0 -1 1077936192 233 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753273] ppid=753233 vsize=45223608 memory=8174723239089013032 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753273/stat : 753273 (fscip) S 753233 753236 748307 0 -1 1077936192 232 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753274] ppid=753233 vsize=45223608 memory=2305897096559198602 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753274/stat : 753274 (fscip) S 753233 753236 748307 0 -1 1077936192 229 0 0 0 0 3 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753275] ppid=753233 vsize=45223608 memory=6852 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753275/stat : 753275 (fscip) S 753233 753236 748307 0 -1 1077936192 229 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753276] ppid=753233 vsize=45223608 memory=31924452 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753276/stat : 753276 (fscip) S 753233 753236 748307 0 -1 1077936192 157 0 0 0 3 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
[pid=753236/tid=753277] ppid=753233 vsize=45223608 memory=2676 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/753236/task/753277/stat : 753277 (fscip) S 753233 753236 748307 0 -1 1077936192 157 0 0 0 2 0 0 0 20 0 41 0 132496638 46308974592 7982921 809668444160 4194304 16623229 140732661757552 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 41783296 140732661761030 140732661761148 140732661761148 140732661768176 0
Current children cumulated CPU time: 72000.6 s
Current children cumulated vsize: 45223608 KiB
Current children cumulated memory: 31931684 KiB

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

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

# cumulated CPU time of all completed processes:  user=71890.9 s, system=110.804 s

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

[startup+3640.02 s]*
/proc/loadavg: 49.16 63.52 72.64 22/891 755342
/proc/meminfo: memFree=664237052/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3640.4 s]
/proc/loadavg: 49.16 63.52 72.64 22/891 755342
/proc/meminfo: memFree=664237052/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3640.6 s]
/proc/loadavg: 49.16 63.52 72.64 22/891 755342
/proc/meminfo: memFree=664237052/790760800 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): 3640.64
CPU time (s): 72001.7
CPU user time (s): 71890.9
CPU system time (s): 110.804
CPU usage (%): 1977.72
Max. virtual memory (cumulated for all children) (KiB): 45318892
Max. memory (cumulated for all children) (KiB): 31931684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71890.9
system time used= 110.804
maximum resident set size= 31931684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58388830
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= 1149052
involuntary context switches= 176675


# summary of solver processes directly reported to runsolver:
#   pid: 753236
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71890.9
#   total CPU system time (s): 110.804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.6206 second user time and 86.3379 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 20:11:34
IDJOB=4465962
IDBENCH=178157
IDSOLVER=3094
FILE ID=nodeD101/4465962-1723659094
RUNJOBID= nodeD101-1723651688-748320
SLURM_JOB_ID= 8267922
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/normalized-maxcut_opt_complete_5-partite_block_nvert_55.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-4465962-1723659094/watcher-4465962-1723659094 -o /tmp/evaluation-result-4465962-1723659094/solver-4465962-1723659094 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723651688-748320 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465962-1723659094.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= ff0f59bbfc198112e385d67f72301d6a
RANDOM SEED=1931431262

nodeD101.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	: 0x5003102
cpu MHz		: 3128.178
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 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	: 0x5003102
cpu MHz		: 2947.087
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3198.392
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3647.463
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2966.276
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 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	: 0x5003102
cpu MHz		: 2911.454
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3177.260
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3582.387
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2931.959
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 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	: 0x5003102
cpu MHz		: 3008.946
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3118.538
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3034.043
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2872.271
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 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	: 0x5003102
cpu MHz		: 3077.267
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3171.272
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3012.527
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2916.929
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 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	: 0x5003102
cpu MHz		: 3077.321
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3179.336
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2335.733
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2966.918
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 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	: 0x5003102
cpu MHz		: 2931.676
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3751.056
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2993.007
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 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	: 0x5003102
cpu MHz		: 2971.063
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1298.827
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3128.457
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 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	: 0x5003102
cpu MHz		: 3077.509
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3181.105
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2638.703
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3128.509
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 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	: 0x5003102
cpu MHz		: 3042.787
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3115.063
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1445.107
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3128.554
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 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	: 0x5003102
cpu MHz		: 2881.233
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3198.387
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2634.778
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3026.397
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 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	: 0x5003102
cpu MHz		: 3020.145
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3169.960
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2631.592
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3128.657
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 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	: 0x5003102
cpu MHz		: 3077.480
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 3037.868
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3059.688
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 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	: 0x5003102
cpu MHz		: 3001.323
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3176.811
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2627.719
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3128.707
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 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	: 0x5003102
cpu MHz		: 2930.851
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3196.746
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2634.725
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2938.309
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 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	: 0x5003102
cpu MHz		: 2994.710
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2226.079
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2982.384
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 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	: 0x5003102
cpu MHz		: 2954.659
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2637.720
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2959.099
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 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	: 0x5003102
cpu MHz		: 2906.986
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3196.733
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2651.129
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 3064.134
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 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	: 0x5003102
cpu MHz		: 2967.971
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2659.393
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2981.856
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 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	: 0x5003102
cpu MHz		: 3077.395
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3191.794
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 2190.856
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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	: 0x5003102
cpu MHz		: 2817.840
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 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	: 0x5003102
cpu MHz		: 3077.384
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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	: 0x5003102
cpu MHz		: 3200.000
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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	: 0x5003102
cpu MHz		: 1260.510
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 pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        698596064 kB
MemAvailable:   756625412 kB
Buffers:         1196408 kB
Cached:         60083424 kB
SwapCached:            0 kB
Active:         18861336 kB
Inactive:       69693764 kB
Active(anon):       2128 kB
Inactive(anon): 27312032 kB
Active(file):   18859208 kB
Inactive(file): 42381732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31796 kB
Writeback:            52 kB
AnonPages:      27275060 kB
Mapped:           138876 kB
Shmem:             38920 kB
KReclaimable:     415872 kB
Slab:             833476 kB
SReclaimable:     415872 kB
SUnreclaim:       417604 kB
KernelStack:       16832 kB
PageTables:        77312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    7493460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1163520 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 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:      890880 kB
DirectMap2M:    143261696 kB
DirectMap1G:    661651456 kB

Free space on /tmp at the end= 8622856 MiB
End job on nodeD101 at 2024-08-14 21:12:15