Trace number 4465154

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-2.opb
MD5SUM58d046e1e41ee9602d09224f38506b42
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13429
Number of constraints which are clauses13429
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 constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.00/0.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 54001664, getVmSize() = 54001664, SCIPgetMemUsed() = 28055612, SCIPgetMemTotal() = 31306076, SCIPgetMemExternEstim() = 18270036
0.00/0.04	c ** set memory limit for presolving in LC to 8.79592e+12 for SCIP **
0.22/0.24	c ** Estimated virtualMemUsedAtSolver = 41584078, getVmSize() = 68935680, SCIPgetMemUsed() = 26230850, SCIPgetMemTotal() = 44106082, SCIPgetMemExternEstim() = 18270036
0.22/0.24	c ** set memory limit for solvers to 4.18848e+11 for each SCIP **
0.22/0.24	c Original Problem   :
0.22/0.24	c   Problem name     : instance-4465154-1722446177
0.22/0.24	c   Variables        : 6352 (6352 binary, 0 integer, 0 implicit integer, 0 continuous)
0.22/0.24	c   Constraints      : 13429
0.22/0.24	c   Objective sense  : minimize
0.22/0.24	c Presolved Problem  :
0.22/0.24	c   Variables        : 1908 (1908 binary, 0 integer, 0 implicit integer, 0 continuous)
0.22/0.24	c   Constraints      : 5678
0.22/0.24	c Constraints        : Number
0.22/0.24	c   setppc           : 912 
0.22/0.24	c   and              : 2 
0.22/0.24	c   logicor          : 4764 
0.22/0.24	c ** Instance transfer method used: 0
0.22/0.25	c ** ParaScipInstance copy does not increase the number of variables. **
0.33/0.41	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.33/0.41	c                                Nodes    Active                                            
0.33/0.41	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
87.78/5.02	c         5              9           8        20                -        3100.3222          -
188.73/10.06	c        10             19          18        20                -        3108.4889          -
287.75/15.11	c        15             27          26        20                -        3108.4889          -
387.06/20.13	c        20             47          46        20                -        3108.9734          -
488.27/25.15	c        25             75          74        20                -        3108.9734          -
587.31/30.15	c        30             97          96        20                -        3109.9734          -
686.14/35.18	c        35            101          96        20                -        3116.1484          -
786.30/40.23	c        40            146         145        20                -        3121.1186          -
885.25/45.25	c        45            178         177        20                -        3121.1186          -
986.21/50.31	c        50            198         195        20                -        3127.5444          -
1085.27/55.39	c        55            214         211        20                -        3127.8670          -
1188.57/60.51	c        61            263         260        20                -        3129.9611          -
1287.70/65.59	c        66            292         287        20                -        3132.7315          -
1388.93/70.63	c        71            322         317        20                -        3133.7315          -
1490.05/75.78	c        76            335         330        20                -        3133.7315          -
1591.20/80.83	c        81            386         341        20                -        3134.3981          -
1690.29/85.84	c        86            416         350        20                -        3134.5417          -
1791.50/90.94	c        91            464         352        20                -        3134.5417          -
1890.72/95.99	c        96            535         356        20                -        3134.6231          -
1992.54/101.06	c       101            584         363        20                -        3134.6231          -
2091.74/106.11	c       106            614         373        20                -        3135.2741          -
2192.65/111.16	c       111            659         377        20                -        3135.2741          -
2293.24/116.21	c       116            726         385        20                -        3135.3981          -
2392.41/121.26	c       121            738         397        20                -        3135.3981          -
2493.60/126.31	c       126            469         466        20                -        3136.6422          -
2593.03/131.35	c       131            488         485        20                -        3138.0556          -
2694.05/136.40	c       136            505         502        20                -        3142.2222          -
2793.30/141.45	c       141            522         519        20                -        3142.5000          -
2894.61/146.51	c       147            546         539        20                -        3144.0616          -
2993.65/151.55	c       152            572         549        20                -        3144.5061          -
3092.86/156.56	c       157            602         567        20                -        3145.6667          -
3194.21/161.62	c       162            632         582        20                -        3145.7500          -
3293.23/166.64	c       167            662         588        20                -        3145.8949          -
3392.46/171.66	c       172            683         590        20                -        3145.8949          -
3491.68/176.69	c       177            725         592        20                -        3145.8949          -
3592.53/181.76	c       182            744         606        20                -        3146.0000          -
3693.77/186.80	c       187            764         618        20                -        3146.0833          -
3792.96/191.88	c       192            790         632        20                -        3146.3394          -
3893.98/196.91	c       197            806         643        20                -        3146.3394          -
3993.21/201.98	c       202            825         658        20                -        3146.6667          -
4095.04/207.03	c       207            849         663        20                -        3146.7283          -
4194.17/212.08	c       212            874         671        20                -        3146.7283          -
4295.15/217.13	c       217            906         683        20                -        3146.8949          -
4394.53/222.16	c       222            917         690        20                -        3146.8949          -
4494.84/227.23	c       227            726         683        20                -        3148.3333          -
4596.07/232.32	c       232            749         690        20                -        3148.3333          -
4695.31/237.32	c       237            769         696        20                -        3148.3333          -
4794.54/242.35	c       242            797         704        20                -        3148.3333          -
4895.58/247.42	c       247            818         704        20                -        3148.3333          -
4994.79/252.44	c       252            850         716        20                -        3149.0117          -
5096.01/257.51	c       258            881         719        20                -        3149.0117          -
5195.24/262.58	c       263            911         719        20                -        3149.0117          -
5298.44/267.70	c       268            955         718        20                -        3149.0117          -
5397.68/272.76	c       273            998         728        20                -        3149.3333          -
5496.90/277.77	c       278           1035         729        20                -        3149.3333          -
5598.03/282.87	c       283           1089         744        20                -        3149.3333          -
5698.94/287.91	c       288           1122         751        20                -        3149.7500          -
5798.20/292.96	c       293           1172         759        20                -        3150.5000          -
5897.33/298.02	c       298           1210         771        20                -        3150.5000          -
5999.13/303.08	c       303           1265         764        20                -        3150.5000          -
6098.20/308.13	c       308           1291         774        20                -        3150.5000          -
6200.58/313.22	c       313           1311         776        20                -        3150.5556          -
6299.77/318.28	c       318           1335         779        20                -        3150.5556          -
6400.93/323.34	c       323           1373         785        20                -        3150.5556          -
6501.92/328.41	c       328           1393         795        20                -        3150.5938          -
6601.14/333.43	c       333           1419         799        20                -        3150.6667          -
6700.29/338.46	c       338           1450         803        20                -        3150.6667          -
6801.35/343.57	c       344           1479         798        20                -        3150.6667          -
6900.47/348.59	c       349           1510         807        20                -        3151.2500          -
7001.66/353.63	c       354           1537         808        20                -        3151.2500          -
7100.81/358.68	c       359           1568         811        20                -        3151.2500          -
7200.03/363.70	c       364           1608         815        20                -        3151.2500          -
7301.24/368.75	c       369           1631         816        20                -        3151.2500          -
7400.38/373.79	c       374           1664         829        20                -        3151.2500          -
7501.60/378.90	c       379           1684         831        20                -        3151.2500          -
7602.84/383.96	c       384           1715         834        20                -        3151.2500          -
7702.03/388.98	c       389           1745         838        20                -        3151.2500          -
7803.86/394.09	c       394           1777         842        20                -        3151.2500          -
7905.11/399.14	c       399           1802         845        20                -        3151.3336          -
8004.52/404.19	c       404           1833         854        20                -        3151.3336          -
8104.87/409.24	c       409           1856         853        20                -        3151.3336          -
8204.08/414.25	c       414           1887         854        20                -        3151.3336          -
8305.28/419.34	c       419           1916         855        20                -        3151.3336          -
8404.46/424.39	c       424           1950         860        20                -        3151.3336          -
8505.69/429.45	c       429           1966         862        20                -        3151.4181          -
8604.85/434.47	c       434           2000         873        20                -        3151.4181          -
8704.10/439.47	c       439           2019         879        20                -        3151.4181          -
8805.20/444.53	c       445           2045         889        20                -        3151.5556          -
8904.44/449.57	c       450           2066         896        20                -        3151.5556          -
9005.64/454.63	c       455           2086         909        20                -        3151.5556          -
9104.86/459.65	c       460           2110         916        20                -        3151.5556          -
9204.04/464.66	c       465           2139         923        20                -        3151.5556          -
9305.26/469.73	c       470           2162         924        20                -        3151.5556          -
9404.47/474.79	c       475           2187         933        20                -        3151.5556          -
9505.68/479.85	c       480           2211         935        20                -        3151.5556          -
9604.84/484.88	c       485           2242         942        20                -        3151.6667          -
9705.89/489.96	c       490           2244         944        20                -        3151.6667          -
9805.09/495.02	c       495           2260         950        20                -        3151.6667          -
9907.16/500.05	c       500           2279         957        20                -        3151.8333          -
10007.95/505.16	c       505           2313         961        20                -        3151.8333          -
10107.29/510.19	c       510           2334         974        20                -        3151.8333          -
10207.61/515.22	c       515           2363         975        20                -        3151.8333          -
10306.84/520.26	c       520           2399         984        20                -        3151.8333          -
10407.73/525.35	c       525           2427         988        20                -        3152.0000          -
10506.72/530.39	c       530           2444         989        20                -        3152.0000          -
10607.84/535.45	c       535           2482         997        20                -        3152.1667          -
10707.07/540.45	c       540           2502         999        20                -        3152.1667          -
10806.28/545.46	c       545           2540        1015        20                -        3152.1667          -
10905.50/550.49	c       550           2560        1017        20                -        3152.1667          -
11006.57/555.51	c       556           2584        1025        20                -        3152.1667          -
11105.76/560.56	c       561           2612        1033        20                -        3152.3333          -
11206.95/565.66	c       566           2624        1037        20                -        3152.3333          -
11308.15/570.72	c       571           2665        1042        20                -        3152.3333          -
11407.27/575.77	c       576           2702        1043        20                -        3152.3336          -
11506.44/580.79	c       581           2725        1048        20                -        3152.3336          -
11607.65/585.83	c       586           2749        1056        20                -        3152.3336          -
11708.76/590.94	c       591           2786        1081        20                -        3152.3336          -
11807.67/596.00	c       596           2805        1088        20                -        3152.3336          -
11909.42/601.06	c       601           2827        1094        20                -        3152.3336          -
12008.65/606.07	c       606           3242        1192        20                -        3152.5085          -
12107.80/611.09	c       611           3292        1202        20                -        3152.8448          -
12210.21/616.25	c       616           3332        1208        20                -        3152.9327          -
12309.44/621.26	c       621           3372        1210        20                -        3153.0000          -
12410.65/626.32	c       626           3407        1227        20                -        3153.1163          -
12509.75/631.34	c       631           3467        1227        20                -        3153.2734          -
12608.83/636.35	c       636           3537        1233        20                -        3153.2734          -
12710.03/641.42	c       641           3591        1239        20                -        3153.3335          -
12809.26/646.45	c       646           3633        1249        20                -        3153.3432          -
12910.47/651.58	c       652           3692        1252        20                -        3153.8354          -
13011.67/656.62	c       657           3724        1256        20                -        3154.0000          -
13110.90/661.68	c       662           3772        1257        20                -        3154.0000          -
13212.11/666.76	c       667           3805        1264        20                -        3154.0001          -
13313.22/671.82	c       672           3838        1267        20                -        3154.0001          -
13412.43/676.84	c       677           3886        1269        20                -        3154.1241          -
13513.55/681.90	c       682           3921        1277        20                -        3154.2224          -
13612.76/686.92	c       687           3942        1278        20                -        3154.3463          -
13711.96/692.00	c       692           3956        1292        20                -        3154.3463          -
13814.08/697.14	c       697           3977        1313        20                -        3154.3463          -
13915.08/702.18	c       702           4012        1320        20                -        3154.4314          -
14015.27/707.25	c       707           4049        1325        20                -        3154.4314          -
14116.54/712.33	c       712           4080        1340        20                -        3154.5000          -
14215.68/717.37	c       717           4108        1346        20                -        3154.5977          -
14316.89/722.42	c       722           4152        1352        20                -        3154.6702          -
14418.01/727.54	c       728           4175        1357        20                -        3154.9433          -
14519.23/732.61	c       733           4215        1363        20                -        3155.0001          -
14618.44/737.63	c       738           4262        1364        20                -        3155.1667          -
14717.68/742.66	c       743           4282        1372        20                -        3155.2004          -
14818.88/747.72	c       748           4318        1378        20                -        3155.2225          -
14918.10/752.78	c       753           4364        1384        20                -        3155.2225          -
15019.24/757.86	c       758           4409        1385        20                -        3155.2226          -
15118.46/762.89	c       763           4457        1393        20                -        3155.2507          -
15219.59/767.97	c       768           4492        1398        20                -        3155.3111          -
15318.77/772.98	c       773           4542        1400        20                -        3155.3492          -
15417.78/778.03	c       778           4582        1402        20                -        3155.4500          -
15519.61/783.04	c       783           4620        1408        20                -        3155.4729          -
15620.78/788.15	c       788           4671        1413        20                -        3155.6669          -
15721.22/793.24	c       793           4723        1413        20                -        3155.6669          -
15820.16/798.25	c       798           4780        1410        20                -        3155.6669          -
15919.28/803.28	c       803           4805        1413        20                -        3155.6678          -
16020.49/808.30	c       808           4857        1421        20                -        3155.6678          -
16121.47/813.42	c       813           4895        1427        20                -        3155.6678          -
16220.62/818.49	c       818           4936        1432        20                -        3155.6678          -
16321.67/823.53	c       824           4976        1438        20                -        3155.6945          -
16420.76/828.59	c       829           5013        1437        20                -        3155.6945          -
16521.93/833.63	c       834           5051        1445        20                -        3155.6979          -
16623.06/838.73	c       839           5091        1447        20                -        3155.8333          -
16722.18/843.78	c       844           5132        1450        20                -        3155.8958          -
16823.38/848.83	c       849           5161        1465        20                -        3155.8958          -
16922.59/853.84	c       854           5186        1476        20                -        3155.9499          -
17021.82/858.89	c       859           5215        1479        20                -        3156.0556          -
17123.03/863.98	c       864           5260        1484        20                -        3156.0556          -
17222.27/869.03	c       869           5310        1490        20                -        3156.0556          -
17324.05/874.04	c       874           5355        1495        20                -        3156.1111          -
17425.28/879.14	c       879           5398        1498        20                -        3156.1624          -
17524.33/884.18	c       884           5427        1511        20                -        3156.1624          -
17624.81/889.26	c       889           5480        1512        20                -        3156.1624          -
17725.94/894.32	c       894           5511        1519        20                -        3156.2261          -
17825.16/899.34	c       899           5548        1520        20                -        3156.2261          -
17926.36/904.43	c       904           5595        1533        20                -        3156.3090          -
18025.51/909.49	c       909           5647        1532        20                -        3156.3090          -
18126.87/914.54	c       915           5686        1541        20                -        3156.4170          -
18225.94/919.59	c       920           5741        1542        20                -        3156.4170          -
18327.07/924.64	c       925           5779        1538        20                -        3156.4170          -
18426.25/929.69	c       930           5813        1546        20                -        3156.4719          -
18527.29/934.74	c       935           5843        1550        20                -        3156.4762          -
18626.49/939.78	c       940           5880        1569        20                -        3156.4762          -
18727.63/944.80	c       945           5929        1576        20                -        3156.4762          -
18826.85/949.85	c       950           5982        1587        20                -        3156.5326          -
18926.04/954.87	c       955           6031        1582        20                -        3156.5326          -
19027.30/960.00	c       960           6078        1587        20                -        3156.6677          -
19126.34/965.04	c       965           6130        1589        20                -        3156.6677          -
19228.15/970.06	c       970           6155        1596        20                -        3156.7555          -
19327.37/975.10	c       975           6195        1600        20                -        3156.7555          -
19428.59/980.19	c       980           6243        1598        20                -        3156.7555          -
19528.94/985.24	c       985           6293        1608        20                -        3156.7972          -
19628.13/990.26	c       990           6335        1612        20                -        3156.8333          -
19727.18/995.29	c       995           6392        1613        20                -        3156.8348          -
19828.20/1000.32	c      1000           6422        1617        20                -        3156.9124          -
19927.41/1005.36	c      1005           6442        1623        20                -        3156.9521          -
20028.53/1010.49	c      1010           6482        1623        20                -        3156.9521          -
20129.73/1015.53	c      1016           6523        1634        20                -        3157.0000          -
20228.88/1020.56	c      1021           6553        1638        20                -        3157.0077          -
20330.06/1025.64	c      1026           6600        1637        20                -        3157.0090          -
20429.26/1030.69	c      1031           6648        1643        20                -        3157.0090          -
20530.32/1035.74	c      1036           6665        1640        20                -        3157.0284          -
20629.47/1040.76	c      1041           6729        1644        20                -        3157.0956          -
20730.26/1045.84	c      1046           6795        1644        20                -        3157.0956          -
20829.46/1050.89	c      1051           6842        1651        20                -        3157.2024          -
20930.64/1055.91	c      1056           6888        1659        20                -        3157.2024          -
21029.80/1061.00	c      1061           6963        1664        20                -        3157.2812          -
21128.94/1066.03	c      1066           7031        1670        20                -        3157.3333          -
21228.14/1071.04	c      1071           7082        1675        20                -        3157.3344          -
21329.92/1076.10	c      1076           7133        1682        20                -        3157.3423          -
21430.94/1081.20	c      1081           7179        1688        20                -        3157.3423          -
21531.38/1086.25	c      1086           7231        1696        20                -        3157.4448          -
21630.51/1091.26	c      1091           7278        1709        20                -        3157.5333          -
21729.71/1096.28	c      1096           7354        1709        20                -        3157.5333          -
21830.89/1101.30	c      1101           7405        1712        20                -        3157.5333          -
21930.10/1106.36	c      1106           7473        1722        20                -        3157.6689          -
22029.29/1111.36	c      1111           7542        1727        20                -        3157.6887          -
22130.21/1116.41	c      1116           7573        1746        20                -        3157.6887          -
22229.35/1121.47	c      1121           7636        1749        20                -        3157.6955          -
22330.52/1126.51	c      1127           7668        1765        20                -        3157.9109          -
22429.52/1131.57	c      1132           7704        1775        20                -        3157.9109          -
22530.71/1136.62	c      1137           7742        1773        20                -        3157.9109          -
22629.93/1141.67	c      1142           7795        1774        20                -        3158.0001          -
22729.14/1146.68	c      1147           7835        1786        20                -        3158.0001          -
22830.33/1151.72	c      1152           7907        1783        20                -        3158.0001          -
22929.52/1156.75	c      1157           7942        1787        20                -        3158.0012          -
23030.80/1161.85	c      1162           7960        1789        20                -        3158.0012          -
23131.82/1166.91	c      1167           8030        1797        20                -        3158.0054          -
23231.02/1171.91	c      1172           8063        1804        20                -        3158.0254          -
23330.22/1177.03	c      1177           8102        1817        20                -        3158.1809          -
23432.17/1182.10	c      1182           8162        1821        20                -        3158.2143          -
23531.48/1187.12	c      1187           8185        1832        20                -        3158.2354          -
23632.51/1192.15	c      1192           8234        1827        20                -        3158.2354          -
23731.62/1197.15	c      1197           8289        1828        20                -        3158.2361          -
23830.92/1202.16	c      1202           8332        1839        20                -        3158.2561          -
23931.36/1207.23	c      1207           8367        1849        20                -        3158.2667          -
24030.54/1212.29	c      1212           8412        1851        20                -        3158.2667          -
24131.53/1217.31	c      1217           8463        1852        20                -        3158.2667          -
24230.75/1222.33	c      1222           8500        1861        20                -        3158.3686          -
24329.99/1227.36	c      1227           8547        1864        20                -        3158.3697          -
24429.00/1232.38	c      1232           8582        1869        20                -        3158.5312          -
24532.05/1237.51	c      1238           8645        1875        20                -        3158.5908          -
24631.45/1242.55	c      1243           8684        1882        20                -        3158.6667          -
24730.38/1247.57	c      1248           8730        1888        20                -        3158.6667          -
24831.61/1252.67	c      1253           8752        1894        20                -        3158.6810          -
24932.84/1257.77	c      1258           8792        1905        20                -        3158.7101          -
25034.06/1262.85	c      1263           8842        1906        20                -        3158.7292          -
25133.15/1267.87	c      1268           8892        1907        20                -        3158.8029          -
25234.19/1272.96	c      1273           8922        1913        20                -        3158.8333          -
25336.28/1278.05	c      1278           8949        1932        20                -        3158.8333          -
25435.37/1283.09	c      1283           9000        1941        20                -        3158.8333          -
25536.60/1288.14	c      1288           9063        1944        20                -        3158.8333          -
25635.76/1293.20	c      1293           9120        1947        20                -        3158.8333          -
25736.14/1298.21	c      1298           9165        1954        20                -        3158.8335          -
25835.37/1303.22	c      1303           9209        1960        20                -        3158.9192          -
25934.62/1308.25	c      1308           9272        1963        20                -        3158.9333          -
26035.85/1313.39	c      1313           9322        1971        20                -        3158.9445          -
26137.05/1318.44	c      1318           9364        1975        20                -        3158.9445          -
26236.31/1323.45	c      1323           9412        1977        20                -        3158.9883          -
26337.49/1328.53	c      1329           9455        1984        20                -        3158.9883          -
26438.72/1333.62	c      1334           9512        1989        20                -        3159.0286          -
26537.96/1338.69	c      1339           9538        1993        20                -        3159.0286          -
26639.18/1343.74	c      1344           9568        2003        20                -        3159.2115          -
26740.36/1348.81	c      1349           9613        2024        20                -        3159.2115          -
26839.59/1353.87	c      1354           9662        2025        20                -        3159.2156          -
26938.83/1358.89	c      1359           9708        2025        20                -        3159.2156          -
27040.05/1363.98	c      1364           9761        2037        20                -        3159.2156          -
27139.10/1369.02	c      1369           9816        2044        20                -        3159.2156          -
27241.11/1374.08	c      1374           9858        2050        20                -        3159.2222          -
27340.08/1379.13	c      1379           9902        2057        20                -        3159.2274          -
27441.27/1384.16	c      1384           9925        2066        20                -        3159.2907          -
27540.73/1389.18	c      1389           9962        2083        20                -        3159.3893          -
27641.09/1394.23	c      1394          10011        2090        20                -        3159.3893          -
27742.30/1399.37	c      1399          10047        2108        20                -        3159.3893          -
27843.52/1404.44	c      1404          10089        2119        20                -        3159.3893          -
27942.74/1409.47	c      1409          10141        2139        20                -        3159.3893          -
28043.90/1414.50	c      1415          10194        2158        20                -        3159.3893          -
28143.13/1419.55	c      1420          10215        2159        20                -        3159.3893          -
28244.09/1424.65	c      1425          10258        2172        20                -        3159.4031          -
28343.48/1429.66	c      1430          10282        2182        20                -        3159.5000          -
28442.46/1434.68	c      1435          10322        2182        20                -        3159.5000          -
28543.69/1439.72	c      1440          10342        2186        20                -        3159.5021          -
28642.94/1444.76	c      1445          10364        2188        20                -        3159.5448          -
28744.15/1449.80	c      1450          10408        2194        20                -        3159.5774          -
28843.38/1454.82	c      1455          10426        2204        20                -        3159.6121          -
28942.63/1459.83	c      1460          10487        2202        20                -        3159.6121          -
29043.87/1464.90	c      1465          10509        2208        20                -        3159.6667          -
29143.12/1469.95	c      1470          10541        2208        20                -        3159.6667          -
29242.36/1475.03	c      1475          10577        2210        20                -        3159.6672          -
29346.55/1480.17	c      1480          10609        2223        20                -        3159.6859          -
29446.79/1485.25	c      1485          10646        2232        20                -        3159.6859          -
29548.01/1490.30	c      1490          10679        2242        20                -        3159.7066          -
29647.27/1495.35	c      1495          10712        2249        20                -        3159.7500          -
29748.50/1500.40	c      1500          10726        2253        20                -        3159.7500          -
29847.75/1505.45	c      1505          10759        2254        20                -        3159.7500          -
29948.97/1510.50	c      1511          10807        2260        20                -        3159.7500          -
30048.16/1515.55	c      1516          10842        2265        20                -        3159.8651          -
30149.43/1520.60	c      1521          10885        2278        20                -        3159.8651          -
30248.71/1525.65	c      1526          10942        2317        20                -        3160.0000          -
30349.98/1530.70	c      1531          10975        2336        20                -        3160.0833          -
30449.27/1535.77	c      1536          11025        2342        20                -        3160.1667          -
30548.52/1540.78	c      1541          11075        2344        20                -        3160.1765          -
30649.67/1545.83	c      1546          11132        2365        20                -        3160.2196          -
30750.86/1550.93	c      1551          11192        2381        20                -        3160.2196          -
30850.07/1555.98	c      1556          11236        2389        20                -        3160.2222          -
30949.31/1561.03	c      1561          11307        2396        20                -        3160.2222          -
31051.42/1566.08	c      1566          11350        2402        20                -        3160.3335          -
31150.51/1571.12	c      1571          11396        2406        20                -        3160.3392          -
31251.65/1576.19	c      1576          11470        2404        20                -        3160.3392          -
31350.96/1581.19	c      1581          11543        2395        20                -        3160.3392          -
31451.45/1586.27	c      1586          11582        2404        20                -        3160.4144          -
31552.68/1591.35	c      1591          11632        2408        20                -        3160.4167          -
31653.92/1596.40	c      1596          11654        2408        20                -        3160.4167          -
31753.08/1601.41	c      1601          11722        2429        20                -        3160.4175          -
31852.29/1606.48	c      1606          11777        2438        20                -        3160.4512          -
31953.48/1611.51	c      1612          11846        2445        20                -        3160.4658          -
32054.68/1616.60	c      1617          11912        2445        20                -        3160.5023          -
32153.90/1621.61	c      1622          11950        2461        20                -        3160.5338          -
32255.11/1626.70	c      1627          12003        2470        20                -        3160.5625          -
32354.32/1631.73	c      1632          12087        2478        20                -        3160.5625          -
32455.54/1636.80	c      1637          12152        2486        20                -        3160.6734          -
32554.76/1641.81	c      1642          12183        2491        20                -        3160.7566          -
32653.98/1646.86	c      1647          12262        2492        20                -        3160.7566          -
32753.21/1651.88	c      1652          12319        2505        20                -        3160.8667          -
32854.42/1656.93	c      1657          12390        2506        20                -        3160.8667          -
32953.63/1661.94	c      1662          12452        2515        20                -        3160.8892          -
33052.84/1666.95	c      1667          12509        2520        20                -        3160.9017          -
33152.06/1671.97	c      1672          12570        2515        20                -        3160.9017          -
33251.22/1677.01	c      1677          12615        2520        20                -        3160.9222          -
33353.17/1682.06	c      1682          12663        2527        20                -        3161.0000          -
33452.12/1687.11	c      1687          12730        2528        20                -        3161.0155          -
33553.41/1692.16	c      1692          12775        2534        20                -        3161.0250          -
33653.71/1697.21	c      1697          12842        2531        20                -        3161.0278          -
33752.84/1702.22	c      1702          12882        2537        20                -        3161.1429          -
33852.05/1707.24	c      1707          12902        2541        20                -        3161.1429          -
33953.24/1712.37	c      1712          12968        2543        20                -        3161.1667          -
34054.46/1717.41	c      1717          13034        2551        20                -        3161.2466          -
34153.67/1722.49	c      1722          13109        2550        20                -        3161.2466          -
34254.59/1727.59	c      1728          13166        2554        20                -        3161.2466          -
34355.70/1732.65	c      1733          13251        2553        20                -        3161.2466          -
34456.88/1737.71	c      1738          12355          12        20                -        3163.2242          -
34556.08/1742.77	c      1743          12365          22        20                -        3163.2242          -
34655.27/1747.78	c      1748          12381          38        20                -        3163.2242          -
34756.45/1752.81	c      1753          12394          41        20                -        3163.2242          -
34855.66/1757.85	c      1758          12403          41        20                -        3163.2242          -
34954.87/1762.86	c      1763          12416          38        20                -        3163.2242          -
35058.75/1768.04	c      1768          12437          38        20                -        3163.2242          -
35157.91/1773.10	c      1773          12461          38        20                -        3163.2242          -
35257.07/1778.12	c      1778          12483          36        20                -        3163.2242          -
35356.30/1783.13	c      1783          12504          37        20                -        3164.4667          -
35457.36/1788.15	c      1788          12526          47        20                -        3164.4667          -
35556.67/1793.16	c      1793          12548          46        20                -        3164.4667          -
35657.00/1798.20	c      1798          12577          46        20                -        3164.4667          -
35756.20/1803.25	c      1803          12606          48        20                -        3164.4667          -
35861.35/1808.50	c      1809          12635          48        20                -        3164.4667          -
35960.55/1813.55	c      1814          12671          53        20                -        3164.8000          -
36059.92/1818.59	c      1819          12702          51        20                -        3164.8000          -
36160.93/1823.63	c      1824          12732          54        20                -        3164.8000          -
36262.12/1828.71	c      1829          12776          59        20                -        3164.8000          -
36361.32/1833.72	c      1834          12806          59        20                -        3164.8000          -
36460.52/1838.74	c      1839          12826          57        20                -        3164.8000          -
36559.64/1843.76	c      1844          12854          58        20                -        3164.8000          -
36662.77/1848.90	c      1849          12877          65        20                -        3164.8000          -
36761.94/1853.98	c      1854          12905          64        20                -        3164.8000          -
36863.85/1859.04	c      1859          12921          67        20                -        3164.8000          -
36962.94/1864.09	c      1864          12955          70        20                -        3164.8000          -
37064.06/1869.14	c      1869          12979          70        20                -        3164.8000          -
37163.11/1874.15	c      1874          12992          77        20                -        3164.8000          -
37262.37/1879.18	c      1879          13007          76        20                -        3164.8000          -
37362.70/1884.25	c      1884          13023          80        20                -        3164.8016          -
37461.75/1889.28	c      1889          13033          82        20                -        3164.8016          -
37564.88/1894.40	c      1894          13058          83        20                -        3164.8016          -
37664.09/1899.41	c      1899          13084          82        20                -        3164.8016          -
37765.17/1904.51	c      1905          13103          87        20                -        3164.8016          -
37864.38/1909.57	c      1910          13125          89        20                -        3164.8333          -
37965.57/1914.62	c      1915          13158          87        20                -        3164.8333          -
38064.78/1919.63	c      1920          13173          89        20                -        3164.8333          -
38165.97/1924.73	c      1925          13199          88        20                -        3164.8333          -
38265.17/1929.78	c      1930          13218          91        20                -        3164.8333          -
38366.37/1934.81	c      1935          13244          90        20                -        3165.1333          -
38465.58/1939.87	c      1940          13259          99        20                -        3165.1333          -
38564.72/1944.89	c      1945          13284          98        20                -        3165.1333          -
38665.89/1949.98	c      1950          13307         102        20                -        3165.1349          -
38767.73/1955.04	c      1955          13319         106        20                -        3165.1533          -
38866.96/1960.10	c      1960          13354         110        20                -        3165.1533          -
38968.15/1965.16	c      1965          13414         116        20                -        3165.2222          -
39067.26/1970.17	c      1970          13455         124        20                -        3165.2222          -
39167.78/1975.29	c      1975          13605         125        20                -        3165.2222          -
39268.91/1980.31	c      1980          13674         140        20                -        3165.2750          -
39368.10/1985.32	c      1985          13695         144        20                -        3165.3000          -
39467.32/1990.37	c      1990          13743         159        20                -        3165.3000          -
39568.51/1995.49	c      1996          13885         164        20                -        3165.3214          -
39669.64/2000.52	c      2001          13966         170        20                -        3165.3214          -
39768.85/2005.57	c      2006          14022         208        20                -        3165.8000          -
39870.04/2010.63	c      2011          14076         223        20                -        3165.8000          -
39969.26/2015.68	c      2016          14099         225        20                -        3165.8000          -
40070.46/2020.73	c      2021          14203         253        20                -        3165.8000          -
40169.67/2025.75	c      2026          14330         269        20                -        3165.8000          -
40270.92/2030.85	c      2031          14464         281        20                -        3165.8200          -
40369.95/2035.89	c      2036          14566         293        20                -        3165.8200          -
40471.16/2040.91	c      2041          14665         298        20                -        3165.8200          -
40570.37/2046.02	c      2046          14756         306        20                -        3165.8233          -
40672.48/2051.07	c      2051          14846         326        20                -        3165.9667          -
40771.62/2056.10	c      2056          14944         337        20                -        3166.0056          -
40872.60/2061.17	c      2061          15083         344        20                -        3166.0056          -
40973.19/2066.23	c      2066          15227         371        20                -        3166.0833          -
41072.40/2071.28	c      2071          15318         387        20                -        3166.1533          -
41173.54/2076.33	c      2076          15424         390        20                -        3166.1667          -
41272.77/2081.37	c      2081          15542         400        20                -        3166.1667          -
41373.97/2086.41	c      2086          15653         409        20                -        3166.1667          -
41475.15/2091.50	c      2092          15759         418        20                -        3166.1667          -
41574.36/2096.55	c      2097          15875         426        20                -        3166.1867          -
41675.56/2101.60	c      2102          16028         432        20                -        3166.1867          -
41774.78/2106.63	c      2107          16124         440        20                -        3166.1867          -
41874.01/2111.65	c      2112          16207         450        20                -        3166.1867          -
41973.22/2116.70	c      2117          16297         461        20                -        3166.1867          -
42074.44/2121.77	c      2122          16424         470        20                -        3166.1867          -
42175.64/2126.81	c      2127          16512         482        20                -        3166.2278          -
42274.86/2131.83	c      2132          16617         491        20                -        3166.2556          -
42374.04/2136.84	c      2137          16705         496        20                -        3166.2833          -
42475.30/2141.98	c      2142          16820         498        20                -        3166.2833          -
42574.30/2146.99	c      2147          16912         513        20                -        3166.2833          -
42676.14/2152.12	c      2152          16996         522        20                -        3166.3000          -
42777.55/2157.19	c      2157          17090         529        20                -        3166.3250          -
42877.80/2162.22	c      2162          17224         532        20                -        3166.3444          -
42976.96/2167.26	c      2167          17298         546        20                -        3166.3451          -
43078.16/2172.33	c      2172          17397         551        20                -        3166.3942          -
43177.36/2177.39	c      2177          17523         564        20                -        3166.4172          -
43278.54/2182.44	c      2182          17607         568        20                -        3166.4172          -
43377.75/2187.49	c      2188          17705         573        20                -        3166.5451          -
43478.94/2192.52	c      2193          17774         588        20                -        3166.6667          -
43578.10/2197.55	c      2198          17847         598        20                -        3166.6926          -
43679.24/2202.65	c      2203          17924         603        20                -        3166.6926          -
43778.46/2207.68	c      2208          17967         622        20                -        3166.6926          -
43879.65/2212.77	c      2213          18110         630        20                -        3166.6926          -
43980.91/2217.80	c      2218          18183         635        20                -        3166.8000          -
44080.02/2222.86	c      2223          18267         652        20                -        3166.8000          -
44181.08/2227.91	c      2228          18384         670        20                -        3166.8000          -
44280.34/2232.95	c      2233          18444         673        20                -        3166.8615          -
44379.46/2237.96	c      2238          18514         679        20                -        3166.9172          -
44478.68/2242.98	c      2243          18617         693        20                -        3166.9249          -
44582.47/2248.14	c      2248          18745         704        20                -        3167.1926          -
44681.77/2253.17	c      2253          18873         713        20                -        3167.1926          -
44782.20/2258.24	c      2258          18957         725        20                -        3167.1926          -
44881.44/2263.27	c      2263          19007         739        20                -        3167.1926          -
44982.54/2268.35	c      2268          19142         742        20                -        3167.1926          -
45083.81/2273.41	c      2273          19287         753        20                -        3167.1926          -
45183.08/2278.45	c      2278          19434         746        20                -        3167.1926          -
45282.34/2283.48	c      2283          19514         768        20                -        3167.1926          -
45383.53/2288.55	c      2289          19583         778        20                -        3167.1926          -
45482.74/2293.56	c      2294          19647         781        20                -        3167.3000          -
45583.81/2298.63	c      2299          19704         794        20                -        3167.3000          -
45683.07/2303.66	c      2304          19765         798        20                -        3167.3000          -
45784.31/2308.75	c      2309          19858         807        20                -        3167.3000          -
45885.43/2313.80	c      2314          19961         815        20                -        3167.3000          -
45984.66/2318.85	c      2319          20037         822        20                -        3167.3000          -
46085.71/2323.90	c      2324          20098         820        20                -        3167.3000          -
46184.80/2328.92	c      2329          20178         840        20                -        3167.3000          -
46284.02/2333.93	c      2334          20256         842        20                -        3167.3000          -
46383.18/2338.99	c      2339          20317         863        20                -        3167.3000          -
46482.39/2344.02	c      2344          20375         861        20                -        3167.3000          -
46584.40/2349.08	c      2349          20444         866        20                -        3167.3000          -
46683.41/2354.12	c      2354          20589         870        20                -        3167.3000          -
46784.65/2359.15	c      2359          20684         876        20                -        3167.3000          -
46887.14/2364.31	c      2364          20768         882        20                -        3167.3000          -
46986.30/2369.36	c      2369          20854         894        20                -        3167.3000          -
47087.46/2374.41	c      2374          20898         899        20                -        3167.3000          -
47186.68/2379.44	c      2379          20977         907        20                -        3167.3000          -
47287.89/2384.52	c      2385          21035         914        20                -        3167.3000          -
47387.13/2389.56	c      2390          21135         922        20                -        3167.3000          -
47488.34/2394.62	c      2395          21206         928        20                -        3167.3000          -
47587.50/2399.63	c      2400          21249         939        20                -        3167.3000          -
47688.71/2404.72	c      2405          21322         946        20                -        3167.3000          -
47787.95/2409.73	c      2410          21383         956        20                -        3167.3000          -
47887.18/2414.74	c      2415          21449         961        20                -        3167.3000          -
47988.40/2419.81	c      2420          21512         966        20                -        3167.3000          -
48087.64/2424.84	c      2425          21596         974        20                -        3167.3000          -
48188.73/2429.93	c      2430          19720        2382        20                -        3167.3333          -
48287.91/2434.94	c      2435          19787        2385        20                -        3167.3333          -
48387.14/2439.95	c      2440          19859        2403        20                -        3167.4897          -
48486.37/2445.00	c      2445          19922        2414        20                -        3167.5000          -
48588.39/2450.04	c      2450          20018        2414        20                -        3167.5000          -
48687.58/2455.06	c      2455          20096        2420        20                -        3167.5000          -
48786.88/2460.13	c      2460          20166        2426        20                -        3167.5000          -
48889.18/2465.22	c      2465          20249        2435        20                -        3167.5000          -
48988.31/2470.27	c      2470          20307        2437        20                -        3167.5000          -
49087.52/2475.28	c      2475          20356        2448        20                -        3167.5000          -
49188.71/2480.30	c      2480          20417        2463        20                -        3167.5000          -
49287.84/2485.38	c      2485          20474        2470        20                -        3167.5000          -
49389.04/2490.44	c      2490          20517        2479        20                -        3167.5333          -
49488.26/2495.48	c      2495          20568        2484        20                -        3167.5723          -
49591.47/2500.60	c      2501          20635        2481        20                -        3167.5723          -
49690.46/2505.64	c      2506          20714        2482        20                -        3167.6002          -
49789.69/2510.69	c      2511          20747        2489        20                -        3167.6002          -
49890.89/2515.75	c      2516          20764        2502        20                -        3167.6667          -
49992.11/2520.83	c      2521          20811        2523        20                -        3167.7000          -
50091.34/2525.86	c      2526          20834        2522        20                -        3167.8333          -
50192.56/2530.93	c      2531          20879        2531        20                -        3167.8425          -
50291.79/2535.99	c      2536          20908        2536        20                -        3167.8917          -
50390.94/2541.01	c      2541          20967        2541        20                -        3167.9212          -
50492.85/2546.03	c      2546          21022        2544        20                -        3167.9456          -
50592.26/2551.13	c      2551          21075        2543        20                -        3167.9456          -
50694.56/2556.20	c      2556          21142        2544        20                -        3167.9456          -
50793.78/2561.27	c      2561          21195        2541        20                -        3167.9456          -
50894.98/2566.32	c      2566          21256        2544        20                -        3167.9476          -
50994.20/2571.37	c      2571          21307        2553        20                -        3167.9476          -
51095.41/2576.43	c      2576          21367        2555        20                -        3167.9993          -
51194.65/2581.48	c      2581          21402        2562        20                -        3168.0000          -
51296.03/2586.54	c      2587          21467        2567        20                -        3168.0000          -
51397.07/2591.61	c      2592          21523        2571        20                -        3168.0000          -
51496.29/2596.61	c      2597          21570        2572        20                -        3168.0499          -
51595.51/2601.69	c      2602          21615        2575        20                -        3168.0499          -
51696.71/2606.76	c      2607          21658        2588        20                -        3168.0787          -
51797.85/2611.82	c      2612          21703        2597        20                -        3168.0847          -
51897.09/2616.84	c      2617          21744        2600        20                -        3168.0847          -
51998.31/2621.92	c      2622          21792        2600        20                -        3168.0847          -
52097.46/2626.95	c      2627          21843        2601        20                -        3168.0876          -
52196.67/2631.98	c      2632          21877        2607        20                -        3168.0876          -
52298.43/2637.10	c      2637          21914        2630        20                -        3168.0876          -
52399.56/2642.17	c      2642          21936        2642        20                -        3168.0876          -
52498.80/2647.20	c      2647          22004        2650        20                -        3168.0876          -
52599.20/2652.26	c      2652          22054        2652        20                -        3168.0876          -
52700.41/2657.32	c      2657          22111        2671        20                -        3168.0876          -
52799.64/2662.33	c      2662          22143        2683        20                -        3168.1471          -
52900.83/2667.42	c      2667          22180        2688        20                -        3168.2000          -
52999.98/2672.43	c      2672          22218        2700        20                -        3168.2000          -
53099.20/2677.46	c      2677          22265        2713        20                -        3168.2233          -
53198.39/2682.49	c      2682          22340        2710        20                -        3168.2239          -
53301.42/2687.62	c      2688          22384        2714        20                -        3168.3115          -
53400.66/2692.68	c      2693          22421        2725        20                -        3168.3333          -
53501.88/2697.73	c      2698          22457        2741        20                -        3168.3333          -
53601.12/2702.78	c      2703          22494        2748        20                -        3168.3333          -
53702.35/2707.83	c      2708          22567        2749        20                -        3168.3333          -
53801.40/2712.90	c      2713          22590        2752        20                -        3168.3333          -
53902.68/2717.94	c      2718          22643        2755        20                -        3168.3333          -
54001.85/2723.00	c      2723          22684        2762        20                -        3168.3333          -
54103.74/2728.05	c      2728          22740        2764        20                -        3168.3333          -
54202.99/2733.07	c      2733          22782        2764        20                -        3168.3333          -
54304.04/2738.15	c      2738          22850        2764        20                -        3168.3333          -
54403.26/2743.17	c      2743          22895        2771        20                -        3168.3333          -
54503.69/2748.26	c      2748          22951        2773        20                -        3168.3333          -
54604.92/2753.32	c      2753          23000        2778        20                -        3168.3333          -
54704.15/2758.36	c      2758          23049        2783        20                -        3168.3333          -
54805.37/2763.43	c      2763          23077        2789        20                -        3168.3333          -
54904.57/2768.48	c      2768          23129        2791        20                -        3168.3333          -
55005.80/2773.54	c      2774          23174        2798        20                -        3168.3333          -
55105.23/2778.58	c      2779          23235        2797        20                -        3168.3333          -
55204.30/2783.59	c      2784          23284        2796        20                -        3168.3333          -
55305.50/2788.66	c      2789          23341        2799        20                -        3168.3333          -
55404.74/2793.68	c      2794          23387        2809        20                -        3168.3333          -
55505.96/2798.77	c      2799          23444        2812        20                -        3168.3333          -
55607.18/2803.85	c      2804          23493        2815        20                -        3168.3333          -
55706.34/2808.86	c      2809          23554        2812        20                -        3168.3333          -
55807.56/2813.95	c      2814          23597        2827        20                -        3168.3333          -
55906.80/2818.97	c      2819          23649        2833        20                -        3168.3479          -
56008.60/2824.11	c      2824          23707        2837        20                -        3168.3479          -
56109.96/2829.16	c      2829          23743        2845        20                -        3168.4000          -
56210.44/2834.22	c      2834          23820        2846        20                -        3168.4000          -
56309.67/2839.26	c      2839          23857        2857        20                -        3168.4000          -
56408.60/2844.29	c      2844          23904        2864        20                -        3168.4000          -
56509.71/2849.34	c      2849          23924        2870        20                -        3168.4000          -
56610.89/2854.45	c      2854          23976        2874        20                -        3168.4000          -
56712.02/2859.50	c      2860          24034        2874        20                -        3168.4185          -
56811.24/2864.51	c      2865          24063        2899        20                -        3168.4274          -
56910.53/2869.53	c      2870          24104        2908        20                -        3168.5000          -
57011.81/2874.67	c      2875          24140        2924        20                -        3168.5000          -
57113.09/2879.73	c      2880          24177        2925        20                -        3168.5000          -
57212.32/2884.79	c      2885          24214        2936        20                -        3168.5247          -
57313.62/2889.84	c      2890          24268        2942        20                -        3168.5247          -
57412.90/2894.90	c      2895          24305        2963        20                -        3168.5337          -
57514.19/2899.92	c      2900          24342        2955        20                -        3168.5337          -
57613.49/2904.97	c      2905          24394        2961        20                -        3168.5519          -
57715.37/2910.03	c      2910          24444        2973        20                -        3168.6083          -
57814.61/2915.10	c      2915          24485        2984        20                -        3168.6667          -
57915.93/2920.15	c      2920          24541        2994        20                -        3168.6667          -
58016.43/2925.20	c      2925          24589        3000        20                -        3168.6667          -
58115.73/2930.25	c      2930          24639        3002        20                -        3168.6680          -
58215.02/2935.27	c      2935          24697        3010        20                -        3168.6680          -
58316.09/2940.34	c      2940          24758        3013        20                -        3168.6797          -
58415.34/2945.35	c      2945          24822        3019        20                -        3168.7036          -
58516.50/2950.42	c      2950          24887        3026        20                -        3168.7500          -
58615.78/2955.48	c      2955          24969        3028        20                -        3168.7500          -
58717.01/2960.52	c      2961          25038        3035        20                -        3168.7500          -
58816.31/2965.53	c      2966          25107        3044        20                -        3168.7500          -
58915.79/2970.58	c      2971          25174        3057        20                -        3168.8667          -
59016.88/2975.63	c      2976          25246        3057        20                -        3168.8667          -
59118.17/2980.79	c      2981          25264        3063        20                -        3168.8667          -
59219.53/2985.85	c      2986          25325        3076        20                -        3168.8667          -
59318.62/2990.90	c      2991          25383        3088        20                -        3168.8999          -
59420.02/2995.95	c      2996          25427        3102        20                -        3168.9126          -
59519.06/3001.01	c      3001          25479        3108        20                -        3168.9333          -
59620.90/3006.08	c      3006          25512        3137        20                -        3168.9656          -
59720.16/3011.12	c      3011          25581        3142        20                -        3168.9656          -
59821.37/3016.19	c      3016          25656        3144        20                -        3168.9703          -
59921.94/3021.22	c      3021          25734        3145        20                -        3169.0000          -
60021.18/3026.29	c      3026          25795        3150        20                -        3169.0000          -
60122.42/3031.31	c      3031          25852        3161        20                -        3169.0000          -
60221.66/3036.38	c      3036          25887        3178        20                -        3169.0000          -
60322.86/3041.44	c      3041          25928        3187        20                -        3169.0000          -
60422.11/3046.49	c      3046          25993        3200        20                -        3169.0000          -
60523.14/3051.56	c      3052          26047        3210        20                -        3169.0000          -
60624.29/3056.61	c      3057          26112        3213        20                -        3169.0173          -
60723.53/3061.69	c      3062          26175        3218        20                -        3169.0173          -
60824.49/3066.71	c      3067          26230        3217        20                -        3169.0173          -
60923.66/3071.78	c      3072          26292        3223        20                -        3169.0173          -
61024.64/3076.85	c      3077          26354        3229        20                -        3169.0279          -
61125.82/3081.91	c      3082          26398        3237        20                -        3169.0316          -
61225.08/3086.96	c      3087          26457        3244        20                -        3169.0341          -
61324.35/3092.00	c      3092          26524        3247        20                -        3169.0877          -
61423.62/3097.01	c      3097          26554        3277        20                -        3169.1667          -
61525.66/3102.12	c      3102          26588        3293        20                -        3169.1667          -
61626.99/3107.18	c      3107          26648        3311        20                -        3169.1667          -
61727.36/3112.20	c      3112          26702        3318        20                -        3169.1667          -
61826.64/3117.29	c      3117          26764        3334        20                -        3169.1829          -
61927.88/3122.35	c      3122          26804        3344        20                -        3169.3333          -
62029.14/3127.40	c      3127          26871        3353        20                -        3169.3333          -
62128.42/3132.45	c      3132          26928        3368        20                -        3169.3333          -
62227.66/3137.48	c      3137          26970        3384        20                -        3169.3333          -
62328.91/3142.56	c      3143          27023        3397        20                -        3169.3333          -
62430.13/3147.61	c      3148          27074        3404        20                -        3169.3889          -
62529.37/3152.69	c      3153          27150        3408        20                -        3169.3889          -
62630.58/3157.75	c      3158          27207        3409        20                -        3169.3889          -
62729.80/3162.77	c      3163          27249        3429        20                -        3169.3889          -
62830.93/3167.87	c      3168          27295        3449        20                -        3169.3889          -
62932.19/3172.91	c      3173          27356        3452        20                -        3169.3889          -
63031.43/3177.95	c      3178          27408        3460        20                -        3169.4167          -
63130.70/3182.97	c      3183          27460        3468        20                -        3169.4167          -
63232.61/3188.13	c      3188          27524        3476        20                -        3169.5000          -
63334.02/3193.14	c      3193          27574        3486        20                -        3169.5000          -
63434.33/3198.25	c      3198          27629        3491        20                -        3169.5000          -
63535.42/3203.31	c      3203          27685        3489        20                -        3169.5000          -
63634.53/3208.35	c      3208          27715        3497        20                -        3169.5000          -
63733.67/3213.39	c      3213          27758        3508        20                -        3169.5000          -
63834.88/3218.43	c      3218          27829        3507        20                -        3169.5000          -
63934.07/3223.44	c      3223          27901        3507        20                -        3169.5000          -
64035.12/3228.56	c      3229          27954        3508        20                -        3169.5572          -
64136.26/3233.63	c      3234          28004        3502        20                -        3169.5604          -
64235.31/3238.69	c      3239          28064        3510        20                -        3169.5846          -
64336.36/3243.70	c      3244          28097        3535        20                -        3169.6072          -
64435.52/3248.73	c      3249          28155        3545        20                -        3169.6110          -
64536.72/3253.86	c      3254          28206        3550        20                -        3169.6110          -
64635.92/3258.89	c      3259          28269        3557        20                -        3169.6417          -
64736.93/3263.97	c      3264          28331        3563        20                -        3169.6448          -
64836.17/3269.02	c      3269          28379        3567        20                -        3169.6448          -
64938.06/3274.08	c      3274          28441        3570        20                -        3169.6667          -
65037.29/3279.13	c      3279          28507        3576        20                -        3169.6667          -
65138.47/3284.18	c      3284          28567        3582        20                -        3169.6667          -
65237.76/3289.20	c      3289          28626        3585        20                -        3169.6667          -
65338.21/3294.29	c      3294          28675        3590        20                -        3169.6667          -
65439.44/3299.34	c      3299          28751        3592        20                -        3169.6667          -
65538.70/3304.38	c      3304          28814        3591        20                -        3169.6667          -
65637.78/3309.40	c      3309          28853        3592        20                -        3169.6667          -
65741.19/3314.51	c      3315          28919        3606        20                -        3169.7008          -
65840.07/3319.56	c      3320          28964        3609        20                -        3169.7500          -
65941.29/3324.62	c      3325          29006        3613        20                -        3169.7500          -
66040.45/3329.68	c      3330          29081        3614        20                -        3169.7500          -
66141.64/3334.76	c      3335          29134        3613        20                -        3169.7544          -
66242.86/3339.81	c      3340          29172        3617        20                -        3169.7544          -
66342.08/3344.86	c      3345          29217        3620        20                -        3169.7791          -
66441.28/3349.88	c      3350          29266        3627        20                -        3169.7817          -
66542.34/3354.94	c      3355          29314        3625        20                -        3169.7888          -
66641.57/3360.00	c      3360          29344        3625        20                -        3169.7888          -
66740.80/3365.04	c      3365          29394        3627        20                -        3169.7971          -
66842.83/3370.07	c      3370          29424        3631        20                -        3169.7971          -
66941.91/3375.08	c      3375          29463        3654        20                -        3169.8333          -
67044.44/3380.24	c      3380          29508        3663        20                -        3169.8333          -
67145.65/3385.30	c      3385          29561        3670        20                -        3169.8333          -
67244.88/3390.33	c      3390          29610        3673        20                -        3169.8333          -
67344.09/3395.33	c      3395          29666        3673        20                -        3169.8333          -
67445.32/3400.44	c      3400          29728        3675        20                -        3169.8333          -
67546.50/3405.50	c      3406          29805        3682        20                -        3169.8333          -
67645.88/3410.55	c      3411          29832        3683        20                -        3169.8333          -
67746.86/3415.61	c      3416          29897        3694        20                -        3169.8333          -
67846.02/3420.65	c      3421          29945        3694        20                -        3169.8333          -
67947.22/3425.71	c      3426          29986        3697        20                -        3169.8333          -
68046.46/3430.74	c      3431          30059        3696        20                -        3169.8333          -
68145.67/3435.77	c      3436          30083        3710        20                -        3169.8333          -
68248.88/3440.90	c      3441          30133        3720        20                -        3169.8333          -
68348.12/3445.95	c      3446          30187        3724        20                -        3169.8471          -
68450.01/3451.03	c      3451          30234        3727        20                -        3169.8571          -
68549.23/3456.08	c      3456          30304        3731        20                -        3169.8571          -
68650.47/3461.14	c      3461          30355        3738        20                -        3169.8656          -
68749.71/3466.17	c      3466          30405        3748        20                -        3169.8656          -
68850.17/3471.25	c      3471          30467        3750        20                -        3169.8656          -
68951.40/3476.31	c      3476          30527        3754        20                -        3169.8667          -
69050.64/3481.31	c      3481          30584        3755        20                -        3169.8667          -
69151.60/3486.41	c      3486          30624        3755        20                -        3169.8667          -
69250.80/3491.46	c      3491          30669        3762        20                -        3169.8690          -
69350.04/3496.48	c      3496          30722        3767        20                -        3169.8690          -
69451.28/3501.58	c      3502          30798        3765        20                -        3169.8690          -
69552.48/3506.62	c      3507          30846        3769        20                -        3169.9260          -
69651.72/3511.64	c      3512          30885        3772        20                -        3169.9286          -
69750.91/3516.69	c      3517          30954        3781        20                -        3169.9286          -
69852.02/3521.70	c      3522          30983        3802        20                -        3169.9286          -
69951.27/3526.71	c      3527          31005        3824        20                -        3170.0000          -
70050.50/3531.75	c      3532          31078        3831        20                -        3170.0000          -
70151.73/3536.85	c      3537          31168        3831        20                -        3170.0000          -
70250.97/3541.86	c      3542          31208        3843        20                -        3170.0000          -
70350.21/3546.89	c      3547          31257        3846        20                -        3170.0000          -
70451.42/3551.92	c      3552          31319        3854        20                -        3170.0000          -
70550.66/3556.93	c      3557          31367        3876        20                -        3170.0000          -
70649.89/3561.94	c      3562          31427        3878        20                -        3170.0000          -
70749.13/3566.97	c      3567          31498        3883        20                -        3170.0000          -
70848.36/3572.01	c      3572          31544        3893        20                -        3170.0541          -
70950.18/3577.06	c      3577          31606        3897        20                -        3170.0541          -
71049.40/3582.11	c      3582          31681        3893        20                -        3170.0541          -
71150.93/3587.16	c      3587          31726        3902        20                -        3170.0541          -
71251.29/3592.22	c      3592          31780        3908        20                -        3170.0667          -
71350.52/3597.28	c      3597          31834        3908        20                -        3170.0833          -
71449.74/3602.29	c      3602          31878        3908        20                -        3170.0833          -
71550.95/3607.34	c      3607          31924        3910        20                -        3170.0833          -
71652.19/3612.43	c      3612          31964        3908        20                -        3170.0833          -
71753.48/3617.50	c      3618          31989        3917        20                -        3170.0833          -
71852.58/3622.54	c      3623          32027        3919        20                -        3170.0833          -
71953.79/3627.60	c      3628          32100        3914        20                -        3170.0833          -

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 (177398 MiB free)
  memory of node 1: 193531 MiB (191865 MiB free)
  memory of node 2: 193531 MiB (185516 MiB free)
  memory of node 3: 193531 MiB (186133 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-4465154-1722446177/watcher-4465154-1722446177 -o /tmp/evaluation-result-4465154-1722446177/solver-4465154-1722446177 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722441596-58649 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465154-1722446177.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100108 s]*
/proc/loadavg: 80.37 80.33 79.80 62/981 63927
/proc/meminfo: memFree=758653812/790760800 swapFree=131071996/131071996
[pid=63926] ppid=63923 vsize=65936 memory=54448 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/stat : 63926 (fscip) R 63923 63926 58638 0 -1 4194304 11845 0 0 0 10 1 0 0 20 0 1 0 11204502 67518464 13612 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
/proc/63926/statm: 16484 13612 2710 3035 0 12880 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 65936 KiB
Current children cumulated memory: 54448 KiB

[startup+0.220136 s]*
/proc/loadavg: 80.37 80.33 79.80 63/981 63927
/proc/meminfo: memFree=758654180/790760800 swapFree=131071996/131071996
[pid=63926] ppid=63923 vsize=62480 memory=51296 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/stat : 63926 (fscip) R 63923 63926 58638 0 -1 4194304 12285 0 0 0 21 1 0 0 20 0 1 0 11204502 63979520 12824 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
/proc/63926/statm: 15620 12824 2758 3035 0 12016 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 62480 KiB
Current children cumulated memory: 51296 KiB

[startup+0.318759 s]*
/proc/loadavg: 80.37 80.33 79.80 62/1001 63947
/proc/meminfo: memFree=758589764/790760800 swapFree=131071996/131071996
[pid=63926] ppid=63923 vsize=1545100 memory=131596 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/stat : 63926 (fscip) S 63923 63926 58638 0 -1 1077936128 32421 0 0 0 29 4 0 0 20 0 21 0 11204502 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
/proc/63926/statm: 386275 32899 2790 3035 0 73807 0
[pid=63926/tid=63928] ppid=63923 vsize=1545100 memory=-5155632405350541445 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63928/stat : 63928 (fscip) S 63923 63926 58638 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63929] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63929/stat : 63929 (fscip) S 63923 63926 58638 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63930] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63930/stat : 63930 (fscip) S 63923 63926 58638 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63931] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63931/stat : 63931 (fscip) S 63923 63926 58638 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63932] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63932/stat : 63932 (fscip) S 63923 63926 58638 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63933] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63933/stat : 63933 (fscip) R 63923 63926 58638 0 -1 4194368 1154 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63934] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63934/stat : 63934 (fscip) S 63923 63926 58638 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63935] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63935/stat : 63935 (fscip) S 63923 63926 58638 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63936] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63936/stat : 63936 (fscip) S 63923 63926 58638 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63937] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63937/stat : 63937 (fscip) S 63923 63926 58638 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63938] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63938/stat : 63938 (fscip) S 63923 63926 58638 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63939] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63939/stat : 63939 (fscip) S 63923 63926 58638 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63940] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63940/stat : 63940 (fscip) S 63923 63926 58638 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63941] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63941/stat : 63941 (fscip) S 63923 63926 58638 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 21 0 11204526 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63942] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63942/stat : 63942 (fscip) S 63923 63926 58638 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 21 0 11204527 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63943] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63943/stat : 63943 (fscip) S 63923 63926 58638 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 21 0 11204527 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63944] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63944/stat : 63944 (fscip) S 63923 63926 58638 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 21 0 11204527 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63945] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63945/stat : 63945 (fscip) S 63923 63926 58638 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 21 0 11204527 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63946] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63946/stat : 63946 (fscip) S 63923 63926 58638 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11204527 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63947] ppid=63923 vsize=1545100 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63947/stat : 63947 (fscip) S 63923 63926 58638 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 11204527 1582182400 32899 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 1545100 KiB
Current children cumulated memory: 131596 KiB

[startup+0.709308 s]
/proc/loadavg: 80.37 80.33 79.80 75/1021 63967
/proc/meminfo: memFree=758067080/790760800 swapFree=131071996/131071996
[pid=63926] ppid=63923 vsize=1880324 memory=743468 CPUtime=5.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/stat : 63926 (fscip) S 63923 63926 58638 0 -1 1077936128 195904 0 0 0 366 168 0 0 20 0 41 0 11204502 1925451776 185801 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 17 45 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
/proc/63926/statm: 470081 185867 2966 3035 0 279840 0
[pid=63926/tid=63928] ppid=63923 vsize=1880324 memory=13424 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63928/stat : 63928 (fscip) R 63923 63926 58638 0 -1 4194368 7684 0 0 0 16 9 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63929] ppid=63923 vsize=1880324 memory=5432 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63929/stat : 63929 (fscip) R 63923 63926 58638 0 -1 4194368 10550 0 0 0 13 11 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63930] ppid=63923 vsize=1880324 memory=10392 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63930/stat : 63930 (fscip) R 63923 63926 58638 0 -1 4194368 8978 0 0 0 23 2 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63931] ppid=63923 vsize=1880324 memory=0 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63931/stat : 63931 (fscip) R 63923 63926 58638 0 -1 4194368 7727 0 0 0 15 11 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63932] ppid=63923 vsize=1880324 memory=0 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63932/stat : 63932 (fscip) R 63923 63926 58638 0 -1 4194368 10587 0 0 0 14 10 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63933] ppid=63923 vsize=1880324 memory=0 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63933/stat : 63933 (fscip) R 63923 63926 58638 0 -1 4194368 9032 0 0 0 22 3 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63934] ppid=63923 vsize=1880324 memory=0 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63934/stat : 63934 (fscip) R 63923 63926 58638 0 -1 4194368 7727 0 0 0 15 10 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63935] ppid=63923 vsize=1880324 memory=0 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63935/stat : 63935 (fscip) R 63923 63926 58638 0 -1 4194368 10525 0 0 0 14 11 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63936] ppid=63923 vsize=1880324 memory=0 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63936/stat : 63936 (fscip) R 63923 63926 58638 0 -1 4194368 9084 0 0 0 23 3 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63937] ppid=63923 vsize=1880324 memory=2480 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63937/stat : 63937 (fscip) R 63923 63926 58638 0 -1 4194368 7686 0 0 0 14 10 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63938] ppid=63923 vsize=1880324 memory=2268 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63938/stat : 63938 (fscip) R 63923 63926 58638 0 -1 4194368 10492 0 0 0 13 11 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63939] ppid=63923 vsize=1880324 memory=1996 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63939/stat : 63939 (fscip) R 63923 63926 58638 0 -1 4194368 8963 0 0 0 22 3 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63940] ppid=63923 vsize=1880324 memory=14 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63940/stat : 63940 (fscip) R 63923 63926 58638 0 -1 4194368 7508 0 0 0 15 10 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63941] ppid=63923 vsize=1880324 memory=10 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63941/stat : 63941 (fscip) R 63923 63926 58638 0 -1 4194368 10505 0 0 0 13 10 0 0 20 0 41 0 11204526 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63942] ppid=63923 vsize=1880324 memory=6 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63942/stat : 63942 (fscip) R 63923 63926 58638 0 -1 4194368 9201 0 0 0 22 3 0 0 20 0 41 0 11204527 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63943] ppid=63923 vsize=1880324 memory=6056 CPUtime=0.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63943/stat : 63943 (fscip) R 63923 63926 58638 0 -1 4194368 7685 0 0 0 16 10 0 0 20 0 41 0 11204527 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63944] ppid=63923 vsize=1880324 memory=104 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63944/stat : 63944 (fscip) R 63923 63926 58638 0 -1 4194368 10556 0 0 0 14 10 0 0 20 0 41 0 11204527 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63945] ppid=63923 vsize=1880324 memory=33100 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63945/stat : 63945 (fscip) R 63923 63926 58638 0 -1 4194368 9020 0 0 0 23 2 0 0 20 0 41 0 11204527 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63946] ppid=63923 vsize=1880324 memory=19580 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63946/stat : 63946 (fscip) R 63923 63926 58638 0 -1 4194368 7471 0 0 0 15 8 0 0 20 0 41 0 11204527 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63947] ppid=63923 vsize=1880324 memory=54528 CPUtime=0.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63947/stat : 63947 (fscip) R 63923 63926 58638 0 -1 4194368 10529 0 0 0 13 11 0 0 20 0 41 0 11204527 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63948] ppid=63923 vsize=1880324 memory=28496 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63948/stat : 63948 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63949] ppid=63923 vsize=1880324 memory=7644 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63949/stat : 63949 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185867 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63950] ppid=63923 vsize=1880324 memory=26960 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63950/stat : 63950 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63951] ppid=63923 vsize=1880324 memory=3925506650802173294 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63951/stat : 63951 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63952] ppid=63923 vsize=1880324 memory=140660782927696 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63952/stat : 63952 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63953] ppid=63923 vsize=1880324 memory=140660783237568 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63953/stat : 63953 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63954] ppid=63923 vsize=1880324 memory=140660783237712 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63954/stat : 63954 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63955] ppid=63923 vsize=1880324 memory=140660783234944 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63955/stat : 63955 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63956] ppid=63923 vsize=1880324 memory=140660783237952 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63956/stat : 63956 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63957] ppid=63923 vsize=1880324 memory=140660783238096 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63957/stat : 63957 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63958] ppid=63923 vsize=1880324 memory=140660783237536 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63958/stat : 63958 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63959] ppid=63923 vsize=1880324 memory=18248 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63959/stat : 63959 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63960] ppid=63923 vsize=1880324 memory=20132 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63960/stat : 63960 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63961] ppid=63923 vsize=1880324 memory=5592 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63961/stat : 63961 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63962] ppid=63923 vsize=1880324 memory=11576 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63962/stat : 63962 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63963] ppid=63923 vsize=1880324 memory=13744 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63963/stat : 63963 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63964] ppid=63923 vsize=1880324 memory=11768 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63964/stat : 63964 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63965] ppid=63923 vsize=1880324 memory=11636 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63965/stat : 63965 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63966] ppid=63923 vsize=1880324 memory=11560 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63966/stat : 63966 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63967] ppid=63923 vsize=1880324 memory=11628 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63967/stat : 63967 (fscip) S 63923 63926 58638 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11204543 1925451776 185931 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
Current children cumulated CPU time: 5.34 s
Current children cumulated vsize: 1880324 KiB
Current children cumulated memory: 743468 KiB

[startup+1.50413 s]
/proc/loadavg: 80.37 80.33 79.80 82/1021 63967

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

/proc/63926/task/63947/stat : 63947 (fscip) R 63923 63926 58638 0 -1 4194368 1564635 0 0 0 355665 249 0 0 20 0 41 0 11204527 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63948] ppid=63923 vsize=7443480 memory=62 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63948/stat : 63948 (fscip) S 63923 63926 58638 0 -1 1077936192 168 0 0 0 0 3 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63949] ppid=63923 vsize=7443480 memory=11640 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63949/stat : 63949 (fscip) S 63923 63926 58638 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63950] ppid=63923 vsize=7443480 memory=11636 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63950/stat : 63950 (fscip) S 63923 63926 58638 0 -1 1077936192 168 0 0 0 2 1 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63951] ppid=63923 vsize=7443480 memory=3723788 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63951/stat : 63951 (fscip) S 63923 63926 58638 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63952] ppid=63923 vsize=7443480 memory=1836 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63952/stat : 63952 (fscip) S 63923 63926 58638 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63953] ppid=63923 vsize=7443480 memory=5876628 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63953/stat : 63953 (fscip) S 63923 63926 58638 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63954] ppid=63923 vsize=7443480 memory=5879660 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63954/stat : 63954 (fscip) S 63923 63926 58638 0 -1 1077936192 115 0 0 0 0 2 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63955] ppid=63923 vsize=7443480 memory=281321566274960 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63955/stat : 63955 (fscip) S 63923 63926 58638 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63956] ppid=63923 vsize=7443480 memory=140660784105734 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63956/stat : 63956 (fscip) S 63923 63926 58638 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63957] ppid=63923 vsize=7443480 memory=13664 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63957/stat : 63957 (fscip) S 63923 63926 58638 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63958] ppid=63923 vsize=7443480 memory=10392 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63958/stat : 63958 (fscip) S 63923 63926 58638 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63959] ppid=63923 vsize=7443480 memory=5877048 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63959/stat : 63959 (fscip) S 63923 63926 58638 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63960] ppid=63923 vsize=7443480 memory=5877044 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63960/stat : 63960 (fscip) S 63923 63926 58638 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63961] ppid=63923 vsize=7443480 memory=11424 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63961/stat : 63961 (fscip) S 63923 63926 58638 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63962] ppid=63923 vsize=7443480 memory=5432 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63962/stat : 63962 (fscip) S 63923 63926 58638 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63963] ppid=63923 vsize=7443480 memory=16108 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63963/stat : 63963 (fscip) S 63923 63926 58638 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63964] ppid=63923 vsize=7443480 memory=2268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63964/stat : 63964 (fscip) S 63923 63926 58638 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63965] ppid=63923 vsize=7443480 memory=1996 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63965/stat : 63965 (fscip) S 63923 63926 58638 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63966] ppid=63923 vsize=7443480 memory=1836 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63966/stat : 63966 (fscip) S 63923 63926 58638 0 -1 1077936192 63 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63967] ppid=63923 vsize=7443480 memory=38468 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63967/stat : 63967 (fscip) S 63923 63926 58638 0 -1 1077936192 60 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1471131 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
Current children cumulated CPU time: 71054.8 s
Current children cumulated vsize: 7443480 KiB
Current children cumulated memory: 5884524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630 s]*
/proc/loadavg: 81.16 80.98 80.71 81/1021 66081
/proc/meminfo: memFree=764818264/790760800 swapFree=131071996/131071996
[pid=63926] ppid=63923 vsize=7443480 memory=5890740 CPUtime=72002 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/stat : 63926 (fscip) S 63923 63926 58638 0 -1 1077936128 27202113 0 0 0 7193802 6400 0 0 20 0 41 0 11204502 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
/proc/63926/statm: 1860870 1472685 3318 3035 0 1748630 0
[pid=63926/tid=63928] ppid=63923 vsize=7443480 memory=-7018693462330531447 CPUtime=3603.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63928/stat : 63928 (fscip) R 63923 63926 58638 0 -1 4194368 1454156 0 0 0 360193 196 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63929] ppid=63923 vsize=7443480 memory=415207373534065 CPUtime=3605.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63929/stat : 63929 (fscip) R 63923 63926 58638 0 -1 4194368 1588810 0 0 0 360312 264 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63930] ppid=63923 vsize=7443480 memory=415207373534066 CPUtime=3601.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63930/stat : 63930 (fscip) R 63923 63926 58638 0 -1 4194368 1057507 0 0 0 359547 561 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63931] ppid=63923 vsize=7443480 memory=5890700 CPUtime=3598.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63931/stat : 63931 (fscip) R 63923 63926 58638 0 -1 4194368 1499074 0 0 0 359655 193 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63932] ppid=63923 vsize=7443480 memory=415207373534068 CPUtime=3601.28 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63932/stat : 63932 (fscip) R 63923 63926 58638 0 -1 4194368 1590653 0 0 0 359860 268 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63933] ppid=63923 vsize=7443480 memory=415207373534069 CPUtime=3597.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63933/stat : 63933 (fscip) R 63923 63926 58638 0 -1 4194368 1245930 0 0 0 359192 565 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63934] ppid=63923 vsize=7443480 memory=415207373534070 CPUtime=3600.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63934/stat : 63934 (fscip) R 63923 63926 58638 0 -1 4194368 1285528 0 0 0 359859 175 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63935] ppid=63923 vsize=7443480 memory=415207373534071 CPUtime=3601.87 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63935/stat : 63935 (fscip) R 63923 63926 58638 0 -1 4194368 1597526 0 0 0 359924 263 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63936] ppid=63923 vsize=7443480 memory=415207373534072 CPUtime=3598.24 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63936/stat : 63936 (fscip) R 63923 63926 58638 0 -1 4194368 1154564 0 0 0 359296 528 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63937] ppid=63923 vsize=7443480 memory=415207373534073 CPUtime=3598.75 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63937/stat : 63937 (fscip) R 63923 63926 58638 0 -1 4194368 1512350 0 0 0 359669 206 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63938] ppid=63923 vsize=7443480 memory=415207373534074 CPUtime=3602.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63938/stat : 63938 (fscip) R 63923 63926 58638 0 -1 4194368 1249841 0 0 0 359996 213 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63939] ppid=63923 vsize=7443480 memory=415207373534075 CPUtime=3602.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63939/stat : 63939 (fscip) R 63923 63926 58638 0 -1 4194368 1116114 0 0 0 359687 529 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63940] ppid=63923 vsize=7443480 memory=3308 CPUtime=3598.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63940/stat : 63940 (fscip) R 63923 63926 58638 0 -1 4194368 1391351 0 0 0 359656 191 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63941] ppid=63923 vsize=7443480 memory=1704 CPUtime=3588.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63941/stat : 63941 (fscip) R 63923 63926 58638 0 -1 4194368 1314662 0 0 0 358636 209 0 0 20 0 41 0 11204526 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63942] ppid=63923 vsize=7443480 memory=7852 CPUtime=3594.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63942/stat : 63942 (fscip) R 63923 63926 58638 0 -1 4194368 1188806 0 0 0 358941 550 0 0 20 0 41 0 11204527 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63943] ppid=63923 vsize=7443480 memory=28356 CPUtime=3595.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63943/stat : 63943 (fscip) R 63923 63926 58638 0 -1 4194368 1388178 0 0 0 359378 198 0 0 20 0 41 0 11204527 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63944] ppid=63923 vsize=7443480 memory=31820 CPUtime=3604.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63944/stat : 63944 (fscip) R 63923 63926 58638 0 -1 4194368 1586018 0 0 0 360144 273 0 0 20 0 41 0 11204527 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63945] ppid=63923 vsize=7443480 memory=7176 CPUtime=3600.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63945/stat : 63945 (fscip) R 63923 63926 58638 0 -1 4194368 1140733 0 0 0 359505 496 0 0 20 0 41 0 11204527 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63946] ppid=63923 vsize=7443480 memory=36116 CPUtime=3599.61 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63946/stat : 63946 (fscip) R 63923 63926 58638 0 -1 4194368 1239611 0 0 0 359774 187 0 0 20 0 41 0 11204527 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63947] ppid=63923 vsize=7443480 memory=4684 CPUtime=3606.59 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63947/stat : 63947 (fscip) R 63923 63926 58638 0 -1 4194368 1582246 0 0 0 360407 252 0 0 20 0 41 0 11204527 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63948] ppid=63923 vsize=7443480 memory=20568 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63948/stat : 63948 (fscip) S 63923 63926 58638 0 -1 1077936192 168 0 0 0 0 3 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63949] ppid=63923 vsize=7443480 memory=6856 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63949/stat : 63949 (fscip) S 63923 63926 58638 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63950] ppid=63923 vsize=7443480 memory=7112 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63950/stat : 63950 (fscip) S 63923 63926 58638 0 -1 1077936192 168 0 0 0 2 1 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63951] ppid=63923 vsize=7443480 memory=28132 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63951/stat : 63951 (fscip) S 63923 63926 58638 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63952] ppid=63923 vsize=7443480 memory=25333125866717268 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63952/stat : 63952 (fscip) S 63923 63926 58638 0 -1 1077936192 117 0 0 0 2 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63953] ppid=63923 vsize=7443480 memory=6668 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63953/stat : 63953 (fscip) S 63923 63926 58638 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63954] ppid=63923 vsize=7443480 memory=6324920 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63954/stat : 63954 (fscip) S 63923 63926 58638 0 -1 1077936192 115 0 0 0 0 3 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63955] ppid=63923 vsize=7443480 memory=2728 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63955/stat : 63955 (fscip) S 63923 63926 58638 0 -1 1077936192 136 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63956] ppid=63923 vsize=7443480 memory=6912 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63956/stat : 63956 (fscip) S 63923 63926 58638 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63957] ppid=63923 vsize=7443480 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63957/stat : 63957 (fscip) S 63923 63926 58638 0 -1 1077936192 108 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63958] ppid=63923 vsize=7443480 memory=29273809900535888 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63958/stat : 63958 (fscip) S 63923 63926 58638 0 -1 1077936192 160 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63959] ppid=63923 vsize=7443480 memory=7806539632655225956 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63959/stat : 63959 (fscip) S 63923 63926 58638 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63960] ppid=63923 vsize=7443480 memory=7162525860999226734 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63960/stat : 63960 (fscip) S 63923 63926 58638 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63961] ppid=63923 vsize=7443480 memory=281321567133328 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63961/stat : 63961 (fscip) S 63923 63926 58638 0 -1 1077936192 149 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63962] ppid=63923 vsize=7443480 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63962/stat : 63962 (fscip) S 63923 63926 58638 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63963] ppid=63923 vsize=7443480 memory=6019413143567111849 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63963/stat : 63963 (fscip) S 63923 63926 58638 0 -1 1077936192 156 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63964] ppid=63923 vsize=7443480 memory=4638778402627797088 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63964/stat : 63964 (fscip) S 63923 63926 58638 0 -1 1077936192 162 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63965] ppid=63923 vsize=7443480 memory=6297532434911084642 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63965/stat : 63965 (fscip) S 63923 63926 58638 0 -1 1077936192 129 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63966] ppid=63923 vsize=7443480 memory=-8817048354970451911 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63966/stat : 63966 (fscip) S 63923 63926 58638 0 -1 1077936192 63 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
[pid=63926/tid=63967] ppid=63923 vsize=7443480 memory=-5926617737586555202 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/63926/task/63967/stat : 63967 (fscip) S 63923 63926 58638 0 -1 1077936192 60 0 0 0 3 0 0 0 20 0 41 0 11204543 7622123520 1472685 809668444160 4194304 16623229 140727526232368 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 32731136 140727526237194 140727526237312 140727526237312 140727526244336 0
Current children cumulated CPU time: 72002 s
Current children cumulated vsize: 7443480 KiB
Current children cumulated memory: 5890740 KiB

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

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

# cumulated CPU time of all completed processes:  user=71938.3 s, system=64.193 s

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

[startup+3630.22 s]
/proc/loadavg: 81.16 80.98 80.71 62/982 66081
/proc/meminfo: memFree=768146776/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): 3630.24
CPU time (s): 72002.5
CPU user time (s): 71938.3
CPU system time (s): 64.193
CPU usage (%): 1983.41
Max. virtual memory (cumulated for all children) (KiB): 7509016
Max. memory (cumulated for all children) (KiB): 5894096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71938.3
system time used= 64.193
maximum resident set size= 5896816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27202117
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= 319422
involuntary context switches= 298874


# summary of solver processes directly reported to runsolver:
#   pid: 63926
#   total CPU time (s): 72002.5
#   total CPU user time (s): 71938.3
#   total CPU system time (s): 64.193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.0594 second user time and 84.9063 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-07-31 19:16:17
IDJOB=4465154
IDBENCH=147102
IDSOLVER=3094
FILE ID=nodeD101/4465154-1722446177
RUNJOBID= nodeD101-1722441596-58649
SLURM_JOB_ID= 8254231
Free space on /tmp= 8622828 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-2.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465154-1722446177/watcher-4465154-1722446177 -o /tmp/evaluation-result-4465154-1722446177/solver-4465154-1722446177 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722441596-58649 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465154-1722446177.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 58d046e1e41ee9602d09224f38506b42
RANDOM SEED=1757730412

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		: 3091.217
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		: 2101.202
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		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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		: 3200.000
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		: 3084.077
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		: 2665.860
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		: 3199.999
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		: 3199.999
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		: 3091.363
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		: 3612.119
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		: 3199.999
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		: 3197.992
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		: 3091.360
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		: 2160.785
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		: 3109.454
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		: 3200.000
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		: 3091.355
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		: 3228.011
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		: 3199.999
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		: 3200.000
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		: 3091.352
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		: 3540.996
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		: 3199.999
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		: 3199.999
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		: 3085.796
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		: 3586.794
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		: 3198.096
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		: 3199.999
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		: 3079.952
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		: 3418.940
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		: 3199.999
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		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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		: 3091.335
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		: 2657.720
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		: 3198.016
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		: 3200.000
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		: 3091.332
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		: 2662.650
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		: 3196.184
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		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts 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		: 2863.096
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		: 2646.664
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		: 3199.999
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		: 3200.000
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		: 3078.028
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		: 2659.395
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		: 3199.999
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		: 3200.000
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		: 3086.993
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		: 2819.610
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		: 3199.999
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		: 3200.000
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		: 3081.205
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		: 2659.063
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		: 3199.999
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		: 3199.999
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		: 3091.310
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		: 2658.570
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		: 3199.999
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		: 3199.999
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		: 3091.301
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		: 2661.725
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		: 3198.028
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		: 3200.000
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		: 3074.444
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		: 2647.856
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		: 3199.999
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		: 3180.735
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		: 3091.292
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		: 2666.708
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		: 3199.999
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		: 3199.999
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		: 3091.284
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		: 2657.004
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		: 3199.999
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		: 3188.450
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		: 3084.670
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		: 1579.103
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		: 3199.999
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		: 3200.000
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:        758696900 kB
MemAvailable:   756632392 kB
Buffers:          134980 kB
Cached:           627336 kB
SwapCached:            0 kB
Active:           297664 kB
Inactive:       29390800 kB
Active(anon):       2128 kB
Inactive(anon): 28946588 kB
Active(file):     295536 kB
Inactive(file):   444212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28768 kB
Writeback:            40 kB
AnonPages:      28906432 kB
Mapped:           126816 kB
Shmem:             22536 kB
KReclaimable:     118548 kB
Slab:             441632 kB
SReclaimable:     118548 kB
SUnreclaim:       323084 kB
KernelStack:       16816 kB
PageTables:        68840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    3606516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           199296 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3190784 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:      466944 kB
DirectMap2M:    26245120 kB
DirectMap1G:    779091968 kB

Free space on /tmp at the end= 8622808 MiB
End job on nodeD101 at 2024-07-31 20:16:48