Trace number 4787008
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
| Name | PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/ normalized-factor-sizeN=200-sizeP=101-sizeQ=200-864124249-max.opb |
| MD5SUM | 180f91cfb412c22bae1760c8d54e9c1f |
| Bench Category | OPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate) |
| Best result obtained on this benchmark | SAT |
| Best value of the objective obtained on this benchmark | -3 |
| Best CPU time to get the best result obtained on this benchmark | 3600.09 |
| Has Objective Function | YES |
| Satisfiable | |
| (Un)Satisfiability was proved | |
| Best value of the objective function | |
| Optimality of the best value was proved | |
| Number of variables | 20501 |
| Total number of constraints | 60601 |
| Number of constraints which are clauses | 60600 |
| Number of constraints which are cardinality constraints (but not clauses) | 0 |
| Number of constraints which are nor clauses,nor cardinality constraints | 1 |
| Minimum length of a constraint | 2 |
| Maximum length of a constraint | 20200 |
| Number of terms in the objective function | 101 |
| Biggest coefficient in the objective function | 1267650600228229401496703205376 |
| Number of bits for the biggest coefficient in the objective function | 101 |
| Sum of the numbers in the objective function | 2535301200456458802993406410751 |
| Number of bits of the sum of numbers in the objective function | 101 |
| Biggest number in a constraint | 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688 |
| Number of bits of the biggest number in a constraint | 300 |
| Biggest sum of numbers in a constraint | 4074071952668972172536891376817392001670258842191834970240582444901079515982716395989206874 |
| Number of bits of the biggest sum of numbers | 301 |
| Number of products (including duplicates) | 0 |
| Sum of products size (including duplicates) | 0 |
| Number of different products | 0 |
| Sum of products size | 0 |
Solver Data
0.00/0.03 c RoundingSat 2
0.00/0.03 c branch pb26-symm
0.00/0.03 c commit 801ab82
0.07/0.16 c
0.07/0.16 c make graph and approximate orbits
0.07/0.18 c [group: #orbits ~= 4] (17.6432ms)
0.07/0.18 c
0.07/0.18 c detect special group actions
0.07/0.18 c probe for Johnson action (limit=64)
0.07/0.18 c probe for row-column symmetry (limit=64, splits=16.7772M)
0.07/0.18 c probe for row symmetry (limit=64, splits=16.7772M)
0.07/0.18 c found row 5252x2
0.07/0.18 c (4.75956ms)
0.07/0.18 c
0.07/0.18 c detect symmetries on remainder
0.07/0.18 c [graph: #vertices 162095 #edges 473264]
0.07/0.18 c dejavu (support_limit=48MB, budget_limit=64)
0.07/0.19 c [group: #symmetries 2*10^0 #gens 1] (13.2031ms)
0.07/0.19 c
0.07/0.19 c optimize generators (opt_passes=64, conjugate_limit=256)
0.07/0.19 c (0.006799ms)
0.07/0.19 c
0.07/0.19 c finalize break order and special generators
0.07/0.20 c
0.07/0.20 c add generic predicates (break_depth=10)
0.07/0.20 c added predicates for 1 generators (0.005477ms)
0.07/0.20 c
0.07/0.20 c generation finished
0.07/0.20 c [sbp: #constraints 1 #add_vars 0]
0.18/0.23 c UNIT CLEANUP
0.18/0.23 c #variables 20501 #constraints 65857
0.18/0.23 c objective is ce128
0.18/0.23 c initial watched CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.18/0.23 c initial counting CF 32, 64, 128, Arb: 0 , 0 , 1 , 4
0.18/0.23 c bounds - >= -2535301200456458802993406410751 @ 0.155867
0.18/0.30 c rational objective -2.5353e+30
24.28/24.46 c #Conflicts: 1000 | #Constraints: 66857
59.97/60.22 c #Conflicts: 2000 | #Constraints: 67857
66.15/66.44 c DATABASE CLEANUP
66.15/66.44 c GARBAGE COLLECT
66.15/66.44 c bounds - >= -2535301200456458802993406410750 @ 66.0733
69.55/69.83 c bounds - >= -2535301200456458802993406410749 @ 69.4566
72.14/72.41 c bounds - >= -2535301200456458802993406410748 @ 72.028
74.23/74.57 c bounds - >= -2535301200456458802993406410747 @ 74.177
75.93/76.26 c bounds - >= -2535301200456458802993406410746 @ 75.8716
77.73/78.10 c bounds - >= -2535301200456458802993406410745 @ 77.6983
79.62/79.91 c bounds - >= -2535301200456458802993406410744 @ 79.5015
81.11/81.45 c bounds - >= -2535301200456458802993406410743 @ 81.0443
82.61/83.00 c bounds - >= -2535301200456458802993406410742 @ 82.583
84.10/84.47 c bounds - >= -2535301200456458802993406410741 @ 84.0488
85.90/86.25 c bounds - >= -2535301200456458802993406410740 @ 85.8219
87.29/87.66 c bounds - >= -2535301200456458802993406410739 @ 87.2329
88.59/89.00 c bounds - >= -2535301200456458802993406410738 @ 88.5692
90.28/90.66 c bounds - >= -2535301200456458802993406410737 @ 90.2195
91.38/91.79 c bounds - >= -2535301200456458802993406410736 @ 91.3439
92.57/92.97 c bounds - >= -2535301200456458802993406410735 @ 92.5238
94.17/94.57 c bounds - >= -2535301200456458802993406410734 @ 94.1191
95.86/96.29 c bounds - >= -2535301200456458802993406410733 @ 95.8309
96.06/96.45 c #Conflicts: 3000 | #Constraints: 52205
97.46/97.81 c bounds - >= -2535301200456458802993406410732 @ 97.3459
98.67/99.07 c bounds - >= -2535301200456458802993406410731 @ 98.5997
100.55/100.92 c bounds - >= -2535301200456458802993406410730 @ 100.448
102.25/102.63 c bounds - >= -2535301200456458802993406410729 @ 102.15
103.55/103.97 c bounds - >= -2535301200456458802993406410728 @ 103.484
104.94/105.34 c bounds - >= -2535301200456458802993406410727 @ 104.854
106.65/107.02 c bounds - >= -2535301200456458802993406410726 @ 106.523
108.13/108.51 c bounds - >= -2535301200456458802993406410725 @ 108.015
109.53/109.94 c bounds - >= -2535301200456458802993406410724 @ 109.441
110.64/111.09 c bounds - >= -2535301200456458802993406410723 @ 110.586
112.12/112.53 c bounds - >= -2535301200456458802993406410722 @ 112.018
131.76/132.28 c #Conflicts: 4000 | #Constraints: 53295
136.75/137.23 c DATABASE CLEANUP
136.75/137.23 c GARBAGE COLLECT
136.75/137.23 c rational objective -2.5353e+30
139.55/140.11 c bounds - >= -2535301200456458802993406410721 @ 139.477
140.83/141.31 c bounds - >= -2535301200456458802993406410720 @ 140.678
142.13/142.65 c bounds - >= -2535301200456458802993406410719 @ 142.012
146.02/146.54 c bounds - >= -2535301200456458802993406410718 @ 145.887
148.11/148.62 c bounds - >= -2535301200456458802993406410717 @ 147.96
149.41/150.01 c bounds - >= -2535301200456458802993406410716 @ 149.346
151.11/151.61 c bounds - >= -2535301200456458802993406410715 @ 150.943
152.70/153.27 c bounds - >= -2535301200456458802993406410714 @ 152.599
153.90/154.49 c bounds - >= -2535301200456458802993406410713 @ 153.815
155.19/155.79 c bounds - >= -2535301200456458802993406410712 @ 155.114
156.39/156.97 c bounds - >= -2535301200456458802993406410711 @ 156.287
157.79/158.37 c bounds - >= -2535301200456458802993406410710 @ 157.683
159.38/159.99 c bounds - >= -2535301200456458802993406410709 @ 159.298
161.08/161.65 c bounds - >= -2535301200456458802993406410708 @ 160.956
162.59/163.14 c bounds - >= -2535301200456458802993406410707 @ 162.442
163.77/164.39 c bounds - >= -2535301200456458802993406410706 @ 163.691
165.26/165.82 c bounds - >= -2535301200456458802993406410705 @ 165.109
166.47/167.10 c bounds - >= -2535301200456458802993406410704 @ 166.387
167.66/168.23 c bounds - >= -2535301200456458802993406410703 @ 167.513
169.65/170.23 c bounds - >= -2535301200456458802993406410702 @ 169.508
171.56/172.18 c bounds - >= -2535301200456458802993406410701 @ 171.453
172.64/173.25 c bounds - >= -2535301200456458802993406410700 @ 172.523
173.84/174.42 c bounds - >= -2535301200456458802993406410699 @ 173.682
175.33/176.00 c bounds - >= -2535301200456458802993406410698 @ 175.263
176.93/177.57 c bounds - >= -2535301200456458802993406410697 @ 176.827
178.32/178.94 c bounds - >= -2535301200456458802993406410696 @ 178.19
179.43/180.08 c bounds - >= -2535301200456458802993406410695 @ 179.33
179.62/180.28 c #Conflicts: 5000 | #Constraints: 52927
180.72/181.33 c bounds - >= -2535301200456458802993406410694 @ 180.576
181.91/182.53 c bounds - >= -2535301200456458802993406410693 @ 181.776
183.31/183.93 c bounds - >= -2535301200456458802993406410692 @ 183.172
184.61/185.26 c bounds - >= -2535301200456458802993406410691 @ 184.491
185.80/186.40 c bounds - >= -2535301200456458802993406410690 @ 185.628
187.00/187.63 c bounds - >= -2535301200456458802993406410689 @ 186.857
188.30/188.95 c bounds - >= -2535301200456458802993406410688 @ 188.17
213.52/214.28 c #Conflicts: 6000 | #Constraints: 53978
231.57/232.36 c DATABASE CLEANUP
231.57/232.36 c GARBAGE COLLECT
231.57/232.36 c bounds - >= -2535301200456458802993406410687 @ 231.415
235.85/236.69 c bounds - >= -2535301200456458802993406410686 @ 235.73
238.54/239.31 c bounds - >= -2535301200456458802993406410685 @ 238.336
239.94/240.71 c bounds - >= -2535301200456458802993406410684 @ 239.734
242.24/243.10 c bounds - >= -2535301200456458802993406410683 @ 242.123
244.12/244.95 c bounds - >= -2535301200456458802993406410682 @ 243.968
245.93/246.70 c bounds - >= -2535301200456458802993406410681 @ 245.706
247.82/248.67 c bounds - >= -2535301200456458802993406410680 @ 247.669
248.02/248.82 c #Conflicts: 7000 | #Constraints: 52964
249.52/250.31 c bounds - >= -2535301200456458802993406410679 @ 249.307
250.72/251.59 c bounds - >= -2535301200456458802993406410678 @ 250.581
252.32/253.15 c bounds - >= -2535301200456458802993406410677 @ 252.14
253.71/254.51 c bounds - >= -2535301200456458802993406410676 @ 253.498
255.22/256.03 c bounds - >= -2535301200456458802993406410675 @ 255.012
256.60/257.45 c bounds - >= -2535301200456458802993406410674 @ 256.425
257.99/258.83 c bounds - >= -2535301200456458802993406410673 @ 257.805
259.69/260.52 c bounds - >= -2535301200456458802993406410672 @ 259.493
260.99/261.81 c bounds - >= -2535301200456458802993406410671 @ 260.78
263.08/263.90 c bounds - >= -2535301200456458802993406410670 @ 262.862
264.68/265.51 c bounds - >= -2535301200456458802993406410669 @ 264.47
265.97/266.86 c bounds - >= -2535301200456458802993406410668 @ 265.81
267.37/268.24 c bounds - >= -2535301200456458802993406410667 @ 267.19
268.66/269.58 c bounds - >= -2535301200456458802993406410666 @ 268.526
269.86/270.79 c bounds - >= -2535301200456458802993406410665 @ 269.731
271.46/272.37 c bounds - >= -2535301200456458802993406410664 @ 271.304
272.75/273.68 c bounds - >= -2535301200456458802993406410663 @ 272.613
274.95/275.84 c bounds - >= -2535301200456458802993406410662 @ 274.767
276.16/277.10 c bounds - >= -2535301200456458802993406410661 @ 276.022
277.64/278.55 c bounds - >= -2535301200456458802993406410660 @ 277.47
278.84/279.76 c bounds - >= -2535301200456458802993406410659 @ 278.678
280.15/281.01 c bounds - >= -2535301200456458802993406410658 @ 279.925
281.53/282.42 c bounds - >= -2535301200456458802993406410657 @ 281.329
283.14/284.05 c bounds - >= -2535301200456458802993406410656 @ 282.955
284.52/285.44 c bounds - >= -2535301200456458802993406410655 @ 284.337
286.32/287.21 c bounds - >= -2535301200456458802993406410654 @ 286.109
288.01/288.98 c bounds - >= -2535301200456458802993406410653 @ 287.87
289.61/290.53 c bounds - >= -2535301200456458802993406410652 @ 289.416
291.60/292.55 c bounds - >= -2535301200456458802993406410651 @ 291.428
293.21/294.11 c bounds - >= -2535301200456458802993406410650 @ 292.987
294.59/295.50 c bounds - >= -2535301200456458802993406410649 @ 294.372
295.79/296.79 c bounds - >= -2535301200456458802993406410648 @ 295.658
297.30/298.21 c bounds - >= -2535301200456458802993406410647 @ 297.075
298.79/299.75 c bounds - >= -2535301200456458802993406410646 @ 298.608
300.39/301.39 c bounds - >= -2535301200456458802993406410645 @ 300.246
301.98/302.95 c bounds - >= -2535301200456458802993406410644 @ 301.803
303.88/304.86 c bounds - >= -2535301200456458802993406410643 @ 303.703
305.37/306.33 c bounds - >= -2535301200456458802993406410642 @ 305.169
306.67/307.65 c bounds - >= -2535301200456458802993406410641 @ 306.494
306.77/307.77 c #Conflicts: 8000 | #Constraints: 54428
307.97/308.98 c bounds - >= -2535301200456458802993406410640 @ 307.813
309.76/310.74 c bounds - >= -2535301200456458802993406410639 @ 309.575
312.65/313.66 c bounds - >= -2535301200456458802993406410638 @ 312.486
314.35/315.38 c bounds - >= -2535301200456458802993406410637 @ 314.196
316.06/317.06 c bounds - >= -2535301200456458802993406410636 @ 315.873
317.34/318.37 c bounds - >= -2535301200456458802993406410635 @ 317.182
342.86/343.94 c #Conflicts: 9000 | #Constraints: 55476
351.74/352.84 c DATABASE CLEANUP
351.74/352.84 c GARBAGE COLLECT
351.74/352.84 c bounds - >= -2535301200456458802993406410634 @ 351.533
354.53/355.68 c bounds - >= -2535301200456458802993406410633 @ 354.358
355.94/357.07 c bounds - >= -2535301200456458802993406410632 @ 355.746
357.43/358.50 c bounds - >= -2535301200456458802993406410631 @ 357.178
359.22/360.33 c bounds - >= -2535301200456458802993406410630 @ 359.004
361.22/362.30 c bounds - >= -2535301200456458802993406410629 @ 360.968
362.61/363.76 c bounds - >= -2535301200456458802993406410628 @ 362.416
364.11/365.24 c bounds - >= -2535301200456458802993406410627 @ 363.892
365.50/366.66 c bounds - >= -2535301200456458802993406410626 @ 365.312
367.20/368.39 c bounds - >= -2535301200456458802993406410625 @ 367.035
368.59/369.79 c bounds - >= -2535301200456458802993406410624 @ 368.43
369.90/371.01 c bounds - >= -2535301200456458802993406410623 @ 369.654
372.00/373.12 c bounds - >= -2535301200456458802993406410622 @ 371.751
373.78/374.99 c bounds - >= -2535301200456458802993406410621 @ 373.62
375.18/376.39 c bounds - >= -2535301200456458802993406410620 @ 375.011
376.57/377.79 c bounds - >= -2535301200456458802993406410619 @ 376.411
378.17/379.32 c bounds - >= -2535301200456458802993406410618 @ 377.939
379.57/380.77 c bounds - >= -2535301200456458802993406410617 @ 379.379
381.27/382.45 c bounds - >= -2535301200456458802993406410616 @ 381.062
382.76/383.97 c bounds - >= -2535301200456458802993406410615 @ 382.572
384.16/385.37 c bounds - >= -2535301200456458802993406410614 @ 383.968
385.66/386.86 c bounds - >= -2535301200456458802993406410613 @ 385.456
387.05/388.21 c bounds - >= -2535301200456458802993406410612 @ 386.806
388.35/389.50 c bounds - >= -2535301200456458802993406410611 @ 388.092
389.86/391.02 c bounds - >= -2535301200456458802993406410610 @ 389.608
391.14/392.38 c bounds - >= -2535301200456458802993406410609 @ 390.96
392.54/393.71 c bounds - >= -2535301200456458802993406410608 @ 392.284
392.74/393.97 c #Conflicts: 10000 | #Constraints: 54315
393.63/394.87 c bounds - >= -2535301200456458802993406410607 @ 393.443
395.23/396.46 c bounds - >= -2535301200456458802993406410606 @ 395.027
396.62/397.81 c bounds - >= -2535301200456458802993406410605 @ 396.371
397.93/399.15 c bounds - >= -2535301200456458802993406410604 @ 397.708
399.12/400.35 c bounds - >= -2535301200456458802993406410603 @ 398.903
400.31/401.55 c bounds - >= -2535301200456458802993406410602 @ 400.099
401.51/402.73 c bounds - >= -2535301200456458802993406410601 @ 401.278
402.92/404.13 c bounds - >= -2535301200456458802993406410600 @ 402.673
404.11/405.30 c bounds - >= -2535301200456458802993406410599 @ 403.843
405.51/406.78 c bounds - >= -2535301200456458802993406410598 @ 405.321
407.10/408.30 c bounds - >= -2535301200456458802993406410597 @ 406.831
408.30/409.59 c bounds - >= -2535301200456458802993406410596 @ 408.121
409.60/410.83 c bounds - >= -2535301200456458802993406410595 @ 409.352
410.91/412.17 c bounds - >= -2535301200456458802993406410594 @ 410.691
412.09/413.39 c bounds - >= -2535301200456458802993406410593 @ 411.905
413.49/414.75 c bounds - >= -2535301200456458802993406410592 @ 413.267
414.80/416.04 c bounds - >= -2535301200456458802993406410591 @ 414.554
416.28/417.57 c bounds - >= -2535301200456458802993406410590 @ 416.081
418.27/419.56 c bounds - >= -2535301200456458802993406410589 @ 418.068
419.67/420.98 c bounds - >= -2535301200456458802993406410588 @ 419.482
421.57/422.83 c bounds - >= -2535301200456458802993406410587 @ 421.323
423.36/424.60 c bounds - >= -2535301200456458802993406410586 @ 423.093
424.96/426.26 c bounds - >= -2535301200456458802993406410585 @ 424.744
426.35/427.65 c bounds - >= -2535301200456458802993406410584 @ 426.127
427.55/428.89 c bounds - >= -2535301200456458802993406410583 @ 427.371
454.27/455.64 c #Conflicts: 11000 | #Constraints: 55678
507.11/508.60 c #Conflicts: 12000 | #Constraints: 56678
507.80/509.36 c DATABASE CLEANUP
507.80/509.36 c GARBAGE COLLECT
507.80/509.36 c bounds - >= -2535301200456458802993406410495 @ 507.559
509.00/510.56 c bounds - >= -2535301200456458802993406410494 @ 508.762
510.10/511.67 c bounds - >= -2535301200456458802993406410493 @ 509.861
511.89/513.41 c bounds - >= -2535301200456458802993406410492 @ 511.597
513.29/514.88 c bounds - >= -2535301200456458802993406410491 @ 513.066
514.78/516.37 c bounds - >= -2535301200456458802993406410490 @ 514.548
516.08/517.67 c bounds - >= -2535301200456458802993406410489 @ 515.851
517.49/519.01 c bounds - >= -2535301200456458802993406410488 @ 517.185
518.77/520.36 c bounds - >= -2535301200456458802993406410487 @ 518.527
520.27/521.80 c bounds - >= -2535301200456458802993406410486 @ 519.964
522.06/523.65 c bounds - >= -2535301200456458802993406410485 @ 521.812
523.26/524.85 c bounds - >= -2535301200456458802993406410484 @ 523.005
524.47/526.09 c bounds - >= -2535301200456458802993406410483 @ 524.239
525.75/527.38 c bounds - >= -2535301200456458802993406410482 @ 525.528
527.05/528.65 c bounds - >= -2535301200456458802993406410481 @ 526.792
528.34/529.93 c bounds - >= -2535301200456458802993406410480 @ 528.073
529.64/531.27 c bounds - >= -2535301200456458802993406410479 @ 529.409
530.84/532.49 c bounds - >= -2535301200456458802993406410478 @ 530.63
532.33/533.94 c bounds - >= -2535301200456458802993406410477 @ 532.069
533.63/535.24 c bounds - >= -2535301200456458802993406410476 @ 533.369
534.93/536.51 c bounds - >= -2535301200456458802993406410475 @ 534.635
536.32/537.92 c bounds - >= -2535301200456458802993406410474 @ 536.04
537.53/539.18 c bounds - >= -2535301200456458802993406410473 @ 537.298
538.71/540.39 c bounds - >= -2535301200456458802993406410472 @ 538.5
540.01/541.62 c bounds - >= -2535301200456458802993406410471 @ 539.731
541.21/542.87 c bounds - >= -2535301200456458802993406410470 @ 540.981
542.61/544.29 c bounds - >= -2535301200456458802993406410469 @ 542.392
543.91/545.52 c bounds - >= -2535301200456458802993406410468 @ 543.614
545.21/546.83 c bounds - >= -2535301200456458802993406410467 @ 544.925
546.52/548.15 c bounds - >= -2535301200456458802993406410466 @ 546.244
547.79/549.41 c bounds - >= -2535301200456458802993406410465 @ 547.499
549.09/550.70 c bounds - >= -2535301200456458802993406410464 @ 548.784
550.19/551.81 c bounds - >= -2535301200456458802993406410463 @ 549.89
551.50/553.13 c bounds - >= -2535301200456458802993406410462 @ 551.207
553.08/554.73 c bounds - >= -2535301200456458802993406410461 @ 552.795
554.39/556.08 c bounds - >= -2535301200456458802993406410460 @ 554.146
555.87/557.52 c bounds - >= -2535301200456458802993406410459 @ 555.584
557.27/558.98 c bounds - >= -2535301200456458802993406410458 @ 557.04
558.86/560.54 c bounds - >= -2535301200456458802993406410457 @ 558.593
560.26/561.97 c bounds - >= -2535301200456458802993406410456 @ 560.021
561.47/563.19 c bounds - >= -2535301200456458802993406410455 @ 561.23
562.75/564.46 c bounds - >= -2535301200456458802993406410454 @ 562.496
564.05/565.78 c bounds - >= -2535301200456458802993406410453 @ 563.821
565.46/567.11 c bounds - >= -2535301200456458802993406410452 @ 565.142
566.74/568.45 c bounds - >= -2535301200456458802993406410451 @ 566.479
568.35/570.04 c bounds - >= -2535301200456458802993406410450 @ 568.062
569.53/571.28 c bounds - >= -2535301200456458802993406410449 @ 569.302
570.83/572.52 c bounds - >= -2535301200456458802993406410448 @ 570.536
572.22/573.95 c bounds - >= -2535301200456458802993406410447 @ 571.966
573.52/575.26 c bounds - >= -2535301200456458802993406410446 @ 573.267
574.82/576.52 c bounds - >= -2535301200456458802993406410445 @ 574.523
576.01/577.77 c bounds - >= -2535301200456458802993406410444 @ 575.774
577.21/578.92 c bounds - >= -2535301200456458802993406410443 @ 576.92
578.60/580.34 c bounds - >= -2535301200456458802993406410442 @ 578.332
579.80/581.56 c bounds - >= -2535301200456458802993406410441 @ 579.554
581.00/582.75 c bounds - >= -2535301200456458802993406410440 @ 580.742
581.60/583.31 c #Conflicts: 13000 | #Constraints: 55917
582.19/584.01 c bounds - >= -2535301200456458802993406410439 @ 581.99
583.49/585.25 c bounds - >= -2535301200456458802993406410438 @ 583.231
584.79/586.51 c bounds - >= -2535301200456458802993406410437 @ 584.485
585.98/587.79 c bounds - >= -2535301200456458802993406410436 @ 585.758
587.19/589.00 c bounds - >= -2535301200456458802993406410435 @ 586.966
588.58/590.34 c bounds - >= -2535301200456458802993406410434 @ 588.306
589.78/591.53 c bounds - >= -2535301200456458802993406410433 @ 589.487
590.98/592.75 c bounds - >= -2535301200456458802993406410432 @ 590.705
592.17/593.92 c bounds - >= -2535301200456458802993406410431 @ 591.877
594.07/595.84 c bounds - >= -2535301200456458802993406410430 @ 593.784
595.86/597.65 c bounds - >= -2535301200456458802993406410429 @ 595.596
597.27/599.09 c bounds - >= -2535301200456458802993406410428 @ 597.025
598.65/600.43 c bounds - >= -2535301200456458802993406410427 @ 598.36
600.05/601.83 c bounds - >= -2535301200456458802993406410426 @ 599.755
601.54/603.36 c bounds - >= -2535301200456458802993406410425 @ 601.283
602.94/604.70 c bounds - >= -2535301200456458802993406410424 @ 602.619
604.25/606.04 c bounds - >= -2535301200456458802993406410423 @ 603.955
606.03/607.86 c bounds - >= -2535301200456458802993406410422 @ 605.767
607.34/609.19 c bounds - >= -2535301200456458802993406410421 @ 607.094
608.72/610.57 c bounds - >= -2535301200456458802993406410420 @ 608.475
610.12/611.90 c bounds - >= -2535301200456458802993406410419 @ 609.802
611.62/613.42 c bounds - >= -2535301200456458802993406410418 @ 611.313
613.23/615.02 c bounds - >= -2535301200456458802993406410417 @ 612.915
614.61/616.47 c bounds - >= -2535301200456458802993406410416 @ 614.355
616.00/617.86 c bounds - >= -2535301200456458802993406410415 @ 615.742
617.90/619.77 c bounds - >= -2535301200456458802993406410414 @ 617.644
619.21/621.05 c bounds - >= -2535301200456458802993406410413 @ 618.923
620.79/622.61 c bounds - >= -2535301200456458802993406410412 @ 620.48
622.20/624.10 c bounds - >= -2535301200456458802993406410411 @ 621.961
623.88/625.75 c bounds - >= -2535301200456458802993406410410 @ 623.615
625.29/627.12 c bounds - >= -2535301200456458802993406410409 @ 624.982
626.57/628.40 c bounds - >= -2535301200456458802993406410408 @ 626.258
627.77/629.66 c bounds - >= -2535301200456458802993406410407 @ 627.512
629.37/631.22 c bounds - >= -2535301200456458802993406410406 @ 629.067
645.32/647.27 c #Conflicts: 14000 | #Constraints: 57546
691.18/693.24 c #Conflicts: 15000 | #Constraints: 58546
697.36/699.48 c DATABASE CLEANUP
697.36/699.48 c GARBAGE COLLECT
697.36/699.48 c bounds - >= -2535301200456458802993406410405 @ 697.112
698.97/701.03 c bounds - >= -2535301200456458802993406410404 @ 698.656
700.45/702.52 c bounds - >= -2535301200456458802993406410403 @ 700.143
702.15/704.26 c bounds - >= -2535301200456458802993406410402 @ 701.874
703.64/705.76 c bounds - >= -2535301200456458802993406410401 @ 703.378
705.34/707.42 c bounds - >= -2535301200456458802993406410400 @ 705.027
707.43/709.55 c bounds - >= -2535301200456458802993406410399 @ 707.157
709.04/711.16 c bounds - >= -2535301200456458802993406410398 @ 708.755
710.72/712.84 c bounds - >= -2535301200456458802993406410397 @ 710.435
712.62/714.78 c bounds - >= -2535301200456458802993406410396 @ 712.363
714.32/716.40 c bounds - >= -2535301200456458802993406410395 @ 713.981
715.72/717.80 c bounds - >= -2535301200456458802993406410394 @ 715.374
717.03/719.12 c bounds - >= -2535301200456458802993406410393 @ 716.697
718.71/720.80 c bounds - >= -2535301200456458802993406410392 @ 718.366
720.20/722.36 c bounds - >= -2535301200456458802993406410391 @ 719.921
721.91/724.01 c bounds - >= -2535301200456458802993406410390 @ 721.566
723.29/725.49 c bounds - >= -2535301200456458802993406410389 @ 723.045
724.79/726.91 c bounds - >= -2535301200456458802993406410388 @ 724.459
725.90/728.09 c bounds - >= -2535301200456458802993406410387 @ 725.634
727.18/729.36 c bounds - >= -2535301200456458802993406410386 @ 726.9
728.48/730.69 c bounds - >= -2535301200456458802993406410385 @ 728.232
729.77/731.94 c bounds - >= -2535301200456458802993406410384 @ 729.477
730.99/733.14 c bounds - >= -2535301200456458802993406410383 @ 730.673
732.98/735.18 c bounds - >= -2535301200456458802993406410382 @ 732.704
734.56/736.73 c bounds - >= -2535301200456458802993406410381 @ 734.25
735.97/738.12 c bounds - >= -2535301200456458802993406410380 @ 735.641
737.15/739.39 c bounds - >= -2535301200456458802993406410379 @ 736.905
738.65/740.80 c bounds - >= -2535301200456458802993406410378 @ 738.308
739.86/742.04 c bounds - >= -2535301200456458802993406410377 @ 739.545
741.24/743.44 c bounds - >= -2535301200456458802993406410376 @ 740.937
742.95/745.14 c bounds - >= -2535301200456458802993406410375 @ 742.641
744.63/746.87 c bounds - >= -2535301200456458802993406410374 @ 744.367
746.23/748.41 c bounds - >= -2535301200456458802993406410373 @ 745.9
747.52/749.75 c bounds - >= -2535301200456458802993406410372 @ 747.238
748.93/751.12 c bounds - >= -2535301200456458802993406410371 @ 748.605
750.22/752.46 c bounds - >= -2535301200456458802993406410370 @ 749.935
751.71/754.00 c bounds - >= -2535301200456458802993406410369 @ 751.473
753.21/755.41 c bounds - >= -2535301200456458802993406410368 @ 752.881
754.60/756.84 c bounds - >= -2535301200456458802993406410367 @ 754.306
757.20/759.47 c bounds - >= -2535301200456458802993406410366 @ 756.915
758.81/761.05 c bounds - >= -2535301200456458802993406410365 @ 758.493
760.19/762.48 c bounds - >= -2535301200456458802993406410364 @ 759.918
761.59/763.81 c bounds - >= -2535301200456458802993406410363 @ 761.251
763.08/765.30 c bounds - >= -2535301200456458802993406410362 @ 762.734
764.58/766.88 c bounds - >= -2535301200456458802993406410361 @ 764.308
767.27/769.54 c bounds - >= -2535301200456458802993406410360 @ 766.96
768.57/770.89 c bounds - >= -2535301200456458802993406410359 @ 768.31
769.27/771.50 c #Conflicts: 16000 | #Constraints: 57083
770.26/772.50 c bounds - >= -2535301200456458802993406410358 @ 769.909
772.06/774.31 c bounds - >= -2535301200456458802993406410357 @ 771.714
773.55/775.80 c bounds - >= -2535301200456458802993406410356 @ 773.197
774.95/777.28 c bounds - >= -2535301200456458802993406410355 @ 774.679
776.54/778.81 c bounds - >= -2535301200456458802993406410354 @ 776.201
778.04/780.39 c bounds - >= -2535301200456458802993406410353 @ 777.776
779.63/781.95 c bounds - >= -2535301200456458802993406410352 @ 779.338
781.33/783.64 c bounds - >= -2535301200456458802993406410351 @ 781.024
783.02/785.34 c bounds - >= -2535301200456458802993406410350 @ 782.715
784.83/787.18 c bounds - >= -2535301200456458802993406410349 @ 784.549
786.32/788.64 c bounds - >= -2535301200456458802993406410348 @ 786.003
787.83/790.12 c bounds - >= -2535301200456458802993406410347 @ 787.485
789.11/791.48 c bounds - >= -2535301200456458802993406410346 @ 788.835
790.50/792.89 c bounds - >= -2535301200456458802993406410345 @ 790.243
791.90/794.25 c bounds - >= -2535301200456458802993406410344 @ 791.6
793.39/795.73 c bounds - >= -2535301200456458802993406410343 @ 793.07
794.89/797.29 c bounds - >= -2535301200456458802993406410342 @ 794.629
796.58/799.00 c bounds - >= -2535301200456458802993406410341 @ 796.337
798.08/800.42 c bounds - >= -2535301200456458802993406410340 @ 797.752
825.30/827.73 c #Conflicts: 17000 | #Constraints: 58387
858.62/861.15 c #Conflicts: 18000 | #Constraints: 59387
866.38/869.00 c DATABASE CLEANUP
866.38/869.00 c GARBAGE COLLECT
866.38/869.00 c bounds - >= -2535301200456458802993406410239 @ 866.088
868.97/871.52 c bounds - >= -2535301200456458802993406410238 @ 868.598
870.76/873.30 c bounds - >= -2535301200456458802993406410237 @ 870.375
872.57/875.14 c bounds - >= -2535301200456458802993406410236 @ 872.21
874.75/877.31 c bounds - >= -2535301200456458802993406410235 @ 874.374
876.46/879.05 c bounds - >= -2535301200456458802993406410234 @ 876.109
878.05/880.60 c bounds - >= -2535301200456458802993406410233 @ 877.646
879.56/882.17 c bounds - >= -2535301200456458802993406410232 @ 879.215
881.24/883.80 c bounds - >= -2535301200456458802993406410231 @ 880.836
882.63/885.23 c bounds - >= -2535301200456458802993406410230 @ 882.266
884.33/886.92 c bounds - >= -2535301200456458802993406410229 @ 883.952
885.62/888.24 c bounds - >= -2535301200456458802993406410228 @ 885.26
887.02/889.65 c bounds - >= -2535301200456458802993406410227 @ 886.668
888.62/891.25 c bounds - >= -2535301200456458802993406410226 @ 888.269
890.11/892.72 c bounds - >= -2535301200456458802993406410225 @ 889.733
891.42/894.08 c bounds - >= -2535301200456458802993406410224 @ 891.082
892.90/895.59 c bounds - >= -2535301200456458802993406410223 @ 892.586
894.51/897.16 c bounds - >= -2535301200456458802993406410222 @ 894.156
895.99/898.68 c bounds - >= -2535301200456458802993406410221 @ 895.669
897.79/900.40 c bounds - >= -2535301200456458802993406410220 @ 897.383
899.18/901.83 c bounds - >= -2535301200456458802993406410219 @ 898.814
900.88/903.51 c bounds - >= -2535301200456458802993406410218 @ 900.491
902.27/904.95 c bounds - >= -2535301200456458802993406410217 @ 901.918
903.77/906.41 c #Conflicts: 19000 | #Constraints: 57399
904.07/906.79 c bounds - >= -2535301200456458802993406410216 @ 903.755
905.66/908.35 c bounds - >= -2535301200456458802993406410215 @ 905.311
907.55/910.23 c bounds - >= -2535301200456458802993406410214 @ 907.187
909.36/912.03 c bounds - >= -2535301200456458802993406410213 @ 908.975
910.95/913.65 c bounds - >= -2535301200456458802993406410212 @ 910.592
912.64/915.31 c bounds - >= -2535301200456458802993406410211 @ 912.252
915.24/917.95 c bounds - >= -2535301200456458802993406410210 @ 914.883
917.14/919.80 c bounds - >= -2535301200456458802993406410209 @ 916.721
918.73/921.45 c bounds - >= -2535301200456458802993406410208 @ 918.366
920.03/922.76 c bounds - >= -2535301200456458802993406410207 @ 919.675
922.43/925.18 c bounds - >= -2535301200456458802993406410206 @ 922.093
923.92/926.66 c bounds - >= -2535301200456458802993406410205 @ 923.568
925.51/928.29 c bounds - >= -2535301200456458802993406410204 @ 925.188
927.50/930.25 c bounds - >= -2535301200456458802993406410203 @ 927.142
928.90/931.62 c bounds - >= -2535301200456458802993406410202 @ 928.512
930.50/933.22 c bounds - >= -2535301200456458802993406410201 @ 930.102
932.40/935.13 c bounds - >= -2535301200456458802993406410200 @ 932.007
933.79/936.57 c bounds - >= -2535301200456458802993406410199 @ 933.449
935.29/938.09 c bounds - >= -2535301200456458802993406410198 @ 934.961
936.68/939.46 c bounds - >= -2535301200456458802993406410197 @ 936.324
938.17/940.92 c bounds - >= -2535301200456458802993406410196 @ 937.786
939.87/942.67 c bounds - >= -2535301200456458802993406410195 @ 939.523
941.46/944.29 c bounds - >= -2535301200456458802993406410194 @ 941.139
943.06/945.81 c bounds - >= -2535301200456458802993406410193 @ 942.66
944.45/947.29 c bounds - >= -2535301200456458802993406410192 @ 944.131
945.85/948.67 c bounds - >= -2535301200456458802993406410191 @ 945.507
947.74/950.51 c bounds - >= -2535301200456458802993406410190 @ 947.342
949.25/952.06 c bounds - >= -2535301200456458802993406410189 @ 948.891
950.83/953.64 c bounds - >= -2535301200456458802993406410188 @ 950.462
952.44/955.25 c bounds - >= -2535301200456458802993406410187 @ 952.065
954.03/956.84 c bounds - >= -2535301200456458802993406410186 @ 953.653
955.43/958.23 c bounds - >= -2535301200456458802993406410185 @ 955.037
957.02/959.83 c bounds - >= -2535301200456458802993406410184 @ 956.628
958.33/961.16 c bounds - >= -2535301200456458802993406410183 @ 957.961
959.72/962.50 c bounds - >= -2535301200456458802993406410182 @ 959.292
961.01/963.86 c bounds - >= -2535301200456458802993406410181 @ 960.649
962.41/965.22 c bounds - >= -2535301200456458802993406410180 @ 962.006
963.80/966.65 c bounds - >= -2535301200456458802993406410179 @ 963.428
965.10/968.01 c bounds - >= -2535301200456458802993406410178 @ 964.786
966.69/969.51 c bounds - >= -2535301200456458802993406410177 @ 966.283
967.99/970.88 c bounds - >= -2535301200456458802993406410176 @ 967.652
969.30/972.17 c bounds - >= -2535301200456458802993406410175 @ 968.931
971.29/974.13 c bounds - >= -2535301200456458802993406410174 @ 970.892
974.07/976.98 c bounds - >= -2535301200456458802993406410173 @ 973.732
975.96/978.87 c bounds - >= -2535301200456458802993406410172 @ 975.611
976.36/979.24 c #Conflicts: 20000 | #Constraints: 59123
977.56/980.45 c bounds - >= -2535301200456458802993406410171 @ 977.187
1019.34/1022.37 c #Conflicts: 21000 | #Constraints: 60141
1045.36/1048.41 c DATABASE CLEANUP
1045.36/1048.41 c GARBAGE COLLECT
1045.36/1048.41 c bounds - >= -2535301200456458802993406410170 @ 1044.93
1049.84/1052.99 c bounds - >= -2535301200456458802993406410169 @ 1049.49
1051.74/1054.85 c bounds - >= -2535301200456458802993406410168 @ 1051.35
1053.43/1056.53 c bounds - >= -2535301200456458802993406410167 @ 1053.02
1055.04/1058.19 c bounds - >= -2535301200456458802993406410166 @ 1054.68
1057.62/1060.73 c bounds - >= -2535301200456458802993406410165 @ 1057.22
1059.03/1062.14 c bounds - >= -2535301200456458802993406410164 @ 1058.62
1060.41/1063.50 c bounds - >= -2535301200456458802993406410163 @ 1059.98
1061.71/1064.87 c bounds - >= -2535301200456458802993406410162 @ 1061.34
1063.21/1066.34 c bounds - >= -2535301200456458802993406410161 @ 1062.81
1064.80/1067.95 c bounds - >= -2535301200456458802993406410160 @ 1064.41
1066.10/1069.26 c bounds - >= -2535301200456458802993406410159 @ 1065.71
1067.59/1070.79 c bounds - >= -2535301200456458802993406410158 @ 1067.24
1069.69/1072.89 c bounds - >= -2535301200456458802993406410157 @ 1069.34
1071.28/1074.42 c bounds - >= -2535301200456458802993406410156 @ 1070.86
1072.78/1075.90 c bounds - >= -2535301200456458802993406410155 @ 1072.34
1073.69/1076.83 c #Conflicts: 22000 | #Constraints: 57871
1074.18/1077.35 c bounds - >= -2535301200456458802993406410154 @ 1073.78
1075.48/1078.67 c bounds - >= -2535301200456458802993406410153 @ 1075.1
1076.89/1080.04 c bounds - >= -2535301200456458802993406410152 @ 1076.46
1078.17/1081.34 c bounds - >= -2535301200456458802993406410151 @ 1077.76
1079.47/1082.65 c bounds - >= -2535301200456458802993406410150 @ 1079.07
1080.88/1084.05 c bounds - >= -2535301200456458802993406410149 @ 1080.46
1082.26/1085.46 c bounds - >= -2535301200456458802993406410148 @ 1081.86
1083.55/1086.76 c bounds - >= -2535301200456458802993406410147 @ 1083.17
1084.96/1088.15 c bounds - >= -2535301200456458802993406410146 @ 1084.55
1086.35/1089.52 c bounds - >= -2535301200456458802993406410145 @ 1085.92
1087.64/1090.83 c bounds - >= -2535301200456458802993406410144 @ 1087.22
1089.04/1092.27 c bounds - >= -2535301200456458802993406410143 @ 1088.66
1090.44/1093.66 c bounds - >= -2535301200456458802993406410142 @ 1090.05
1091.94/1095.13 c bounds - >= -2535301200456458802993406410141 @ 1091.51
1093.33/1096.50 c bounds - >= -2535301200456458802993406410140 @ 1092.88
1094.62/1097.83 c bounds - >= -2535301200456458802993406410139 @ 1094.21
1096.42/1099.66 c bounds - >= -2535301200456458802993406410138 @ 1096.03
1098.21/1101.43 c bounds - >= -2535301200456458802993406410137 @ 1097.79
1099.82/1103.04 c bounds - >= -2535301200456458802993406410136 @ 1099.39
1101.20/1104.45 c bounds - >= -2535301200456458802993406410135 @ 1100.81
1102.91/1106.14 c bounds - >= -2535301200456458802993406410134 @ 1102.49
1104.39/1107.62 c bounds - >= -2535301200456458802993406410133 @ 1103.96
1105.80/1109.06 c bounds - >= -2535301200456458802993406410132 @ 1105.4
1107.19/1110.47 c bounds - >= -2535301200456458802993406410131 @ 1106.8
1108.89/1112.11 c bounds - >= -2535301200456458802993406410130 @ 1108.44
1110.38/1113.64 c bounds - >= -2535301200456458802993406410129 @ 1109.96
1112.17/1115.40 c bounds - >= -2535301200456458802993406410128 @ 1111.72
1113.57/1116.84 c bounds - >= -2535301200456458802993406410127 @ 1113.15
1114.96/1118.23 c bounds - >= -2535301200456458802993406410126 @ 1114.54
1116.56/1119.80 c bounds - >= -2535301200456458802993406410125 @ 1116.11
1117.87/1121.17 c bounds - >= -2535301200456458802993406410124 @ 1117.47
1119.25/1122.55 c bounds - >= -2535301200456458802993406410123 @ 1118.85
1120.64/1123.94 c bounds - >= -2535301200456458802993406410122 @ 1120.23
1122.54/1125.89 c bounds - >= -2535301200456458802993406410121 @ 1122.18
1124.04/1127.31 c bounds - >= -2535301200456458802993406410120 @ 1123.6
1125.44/1128.70 c bounds - >= -2535301200456458802993406410119 @ 1124.98
1126.75/1130.07 c bounds - >= -2535301200456458802993406410118 @ 1126.35
1128.23/1131.59 c bounds - >= -2535301200456458802993406410117 @ 1127.85
1130.02/1133.32 c bounds - >= -2535301200456458802993406410116 @ 1129.58
1131.42/1134.71 c bounds - >= -2535301200456458802993406410115 @ 1130.96
1132.83/1136.18 c bounds - >= -2535301200456458802993406410114 @ 1132.44
1134.72/1138.02 c bounds - >= -2535301200456458802993406410113 @ 1134.26
1136.00/1139.32 c bounds - >= -2535301200456458802993406410112 @ 1135.56
1137.30/1140.60 c bounds - >= -2535301200456458802993406410111 @ 1136.84
1139.70/1143.02 c bounds - >= -2535301200456458802993406410110 @ 1139.25
1141.49/1144.85 c bounds - >= -2535301200456458802993406410109 @ 1141.08
1143.69/1147.10 c bounds - >= -2535301200456458802993406410108 @ 1143.32
1145.48/1148.85 c bounds - >= -2535301200456458802993406410107 @ 1145.07
1146.97/1150.38 c bounds - >= -2535301200456458802993406410106 @ 1146.59
1148.47/1151.87 c bounds - >= -2535301200456458802993406410105 @ 1148.08
1150.16/1153.55 c bounds - >= -2535301200456458802993406410104 @ 1149.75
1151.56/1155.00 c bounds - >= -2535301200456458802993406410103 @ 1151.19
1153.45/1156.82 c bounds - >= -2535301200456458802993406410102 @ 1153.02
1155.55/1158.98 c bounds - >= -2535301200456458802993406410101 @ 1155.17
1157.14/1160.50 c bounds - >= -2535301200456458802993406410100 @ 1156.68
1158.75/1162.11 c bounds - >= -2535301200456458802993406410099 @ 1158.29
1160.03/1163.49 c bounds - >= -2535301200456458802993406410098 @ 1159.66
1161.53/1164.92 c bounds - >= -2535301200456458802993406410097 @ 1161.09
1163.03/1166.41 c bounds - >= -2535301200456458802993406410096 @ 1162.57
1164.32/1167.78 c bounds - >= -2535301200456458802993406410095 @ 1163.95
1166.51/1169.96 c bounds - >= -2535301200456458802993406410094 @ 1166.11
1167.21/1170.66 c #Conflicts: 23000 | #Constraints: 60010
1168.72/1172.12 c bounds - >= -2535301200456458802993406410093 @ 1168.27
1170.30/1173.76 c bounds - >= -2535301200456458802993406410092 @ 1169.9
1172.10/1175.55 c bounds - >= -2535301200456458802993406410091 @ 1171.69
1173.79/1177.29 c bounds - >= -2535301200456458802993406410090 @ 1173.43
1175.61/1179.01 c bounds - >= -2535301200456458802993406410089 @ 1175.14
1177.09/1180.58 c bounds - >= -2535301200456458802993406410088 @ 1176.7
1178.89/1182.37 c bounds - >= -2535301200456458802993406410087 @ 1178.49
1180.48/1183.96 c bounds - >= -2535301200456458802993406410086 @ 1180.07
1182.28/1185.73 c bounds - >= -2535301200456458802993406410085 @ 1181.84
1225.05/1228.62 c #Conflicts: 24000 | #Constraints: 61203
1281.78/1285.52 c #Conflicts: 25000 | #Constraints: 62212
1297.73/1301.58 c DATABASE CLEANUP
1297.73/1301.58 c GARBAGE COLLECT
1297.73/1301.58 c bounds - >= -2535301200456458802993406410084 @ 1297.31
1299.53/1303.33 c bounds - >= -2535301200456458802993406410083 @ 1299.04
1301.02/1304.88 c bounds - >= -2535301200456458802993406410082 @ 1300.6
1302.62/1306.40 c bounds - >= -2535301200456458802993406410081 @ 1302.11
1303.81/1307.63 c bounds - >= -2535301200456458802993406410080 @ 1303.34
1305.01/1308.87 c bounds - >= -2535301200456458802993406410079 @ 1304.57
1306.22/1310.05 c bounds - >= -2535301200456458802993406410078 @ 1305.75
1307.40/1311.23 c bounds - >= -2535301200456458802993406410077 @ 1306.92
1308.60/1312.42 c bounds - >= -2535301200456458802993406410076 @ 1308.11
1309.90/1313.77 c bounds - >= -2535301200456458802993406410075 @ 1309.45
1311.09/1314.94 c bounds - >= -2535301200456458802993406410074 @ 1310.62
1312.30/1316.19 c bounds - >= -2535301200456458802993406410073 @ 1311.87
1313.49/1317.37 c bounds - >= -2535301200456458802993406410072 @ 1313.05
1314.68/1318.59 c bounds - >= -2535301200456458802993406410071 @ 1314.26
1317.47/1321.35 c bounds - >= -2535301200456458802993406410070 @ 1317.02
1319.18/1323.10 c bounds - >= -2535301200456458802993406410069 @ 1318.76
1320.86/1324.74 c bounds - >= -2535301200456458802993406410068 @ 1320.39
1322.17/1326.11 c bounds - >= -2535301200456458802993406410067 @ 1321.76
1323.65/1327.52 c bounds - >= -2535301200456458802993406410066 @ 1323.16
1324.75/1328.67 c bounds - >= -2535301200456458802993406410065 @ 1324.31
1326.05/1329.93 c bounds - >= -2535301200456458802993406410064 @ 1325.57
1327.26/1331.16 c bounds - >= -2535301200456458802993406410063 @ 1326.8
1328.44/1332.33 c bounds - >= -2535301200456458802993406410062 @ 1327.96
1329.54/1333.49 c bounds - >= -2535301200456458802993406410061 @ 1329.12
1330.83/1334.72 c bounds - >= -2535301200456458802993406410060 @ 1330.35
1332.34/1336.20 c bounds - >= -2535301200456458802993406410059 @ 1331.82
1333.53/1337.45 c bounds - >= -2535301200456458802993406410058 @ 1333.07
1334.83/1338.70 c bounds - >= -2535301200456458802993406410057 @ 1334.31
1336.03/1339.93 c bounds - >= -2535301200456458802993406410056 @ 1335.53
1336.82/1340.72 c bounds - >= -2535301200456458802993406410055 @ 1336.33
1338.02/1341.93 c bounds - >= -2535301200456458802993406410054 @ 1337.53
1339.31/1343.21 c bounds - >= -2535301200456458802993406410053 @ 1338.8
1340.41/1344.39 c bounds - >= -2535301200456458802993406410052 @ 1339.98
1341.81/1345.70 c bounds - >= -2535301200456458802993406410051 @ 1341.29
1343.22/1347.13 c bounds - >= -2535301200456458802993406410050 @ 1342.71
1344.30/1348.27 c bounds - >= -2535301200456458802993406410049 @ 1343.85
1345.00/1348.94 c bounds - >= -2535301200456458802993406410048 @ 1344.52
1345.60/1349.58 c bounds - >= -2535301200456458802993406410047 @ 1345.15
1347.39/1351.32 c bounds - >= -2535301200456458802993406410046 @ 1346.89
1348.89/1352.85 c bounds - >= -2535301200456458802993406410045 @ 1348.41
1350.48/1354.42 c bounds - >= -2535301200456458802993406410044 @ 1349.98
1351.68/1355.68 c bounds - >= -2535301200456458802993406410043 @ 1351.24
1352.98/1356.92 c bounds - >= -2535301200456458802993406410042 @ 1352.48
1354.19/1358.16 c bounds - >= -2535301200456458802993406410041 @ 1353.71
1355.57/1359.51 c bounds - >= -2535301200456458802993406410040 @ 1355.05
1356.76/1360.74 c bounds - >= -2535301200456458802993406410039 @ 1356.29
1358.07/1362.03 c bounds - >= -2535301200456458802993406410038 @ 1357.57
1359.25/1363.29 c bounds - >= -2535301200456458802993406410037 @ 1358.83
1360.66/1364.62 c bounds - >= -2535301200456458802993406410036 @ 1360.15
1362.07/1366.09 c bounds - >= -2535301200456458802993406410035 @ 1361.62
1363.45/1367.41 c bounds - >= -2535301200456458802993406410034 @ 1362.93
1364.75/1368.75 c bounds - >= -2535301200456458802993406410033 @ 1364.26
1366.06/1370.06 c bounds - >= -2535301200456458802993406410032 @ 1365.58
1367.34/1371.34 c bounds - >= -2535301200456458802993406410031 @ 1366.85
1368.63/1372.63 c bounds - >= -2535301200456458802993406410030 @ 1368.13
1370.14/1374.12 c bounds - >= -2535301200456458802993406410029 @ 1369.62
1371.33/1375.36 c bounds - >= -2535301200456458802993406410028 @ 1370.86
1372.72/1376.77 c bounds - >= -2535301200456458802993406410027 @ 1372.26
1374.32/1378.34 c bounds - >= -2535301200456458802993406410026 @ 1373.83
1375.51/1379.58 c bounds - >= -2535301200456458802993406410025 @ 1375.06
1376.81/1380.87 c bounds - >= -2535301200456458802993406410024 @ 1376.35
1378.12/1382.12 c bounds - >= -2535301200456458802993406410023 @ 1377.59
1379.40/1383.43 c bounds - >= -2535301200456458802993406410022 @ 1378.9
1380.60/1384.69 c bounds - >= -2535301200456458802993406410021 @ 1380.16
1381.90/1385.99 c bounds - >= -2535301200456458802993406410020 @ 1381.46
1383.19/1387.29 c bounds - >= -2535301200456458802993406410019 @ 1382.75
1384.59/1388.63 c bounds - >= -2535301200456458802993406410018 @ 1384.09
1386.10/1390.19 c bounds - >= -2535301200456458802993406410017 @ 1385.64
1387.38/1391.46 c bounds - >= -2535301200456458802993406410016 @ 1386.9
1388.67/1392.77 c bounds - >= -2535301200456458802993406410015 @ 1388.22
1390.08/1394.16 c bounds - >= -2535301200456458802993406410014 @ 1389.6
1391.47/1395.59 c bounds - >= -2535301200456458802993406410013 @ 1391.03
1393.08/1397.17 c bounds - >= -2535301200456458802993406410012 @ 1392.6
1394.86/1398.93 c bounds - >= -2535301200456458802993406410011 @ 1394.35
1396.15/1400.28 c bounds - >= -2535301200456458802993406410010 @ 1395.71
1397.86/1401.92 c bounds - >= -2535301200456458802993406410009 @ 1397.34
1399.07/1403.18 c bounds - >= -2535301200456458802993406410008 @ 1398.59
1400.45/1404.50 c bounds - >= -2535301200456458802993406410007 @ 1399.91
1401.74/1405.86 c bounds - >= -2535301200456458802993406410006 @ 1401.26
1403.14/1407.22 c bounds - >= -2535301200456458802993406410005 @ 1402.62
1404.54/1408.69 c bounds - >= -2535301200456458802993406410004 @ 1404.08
1405.94/1410.07 c bounds - >= -2535301200456458802993406410003 @ 1405.46
1407.43/1411.56 c bounds - >= -2535301200456458802993406410002 @ 1406.95
1409.72/1413.81 c bounds - >= -2535301200456458802993406410001 @ 1409.19
1411.52/1415.69 c bounds - >= -2535301200456458802993406410000 @ 1411.06
1413.21/1417.32 c bounds - >= -2535301200456458802993406409999 @ 1412.69
1414.71/1418.84 c bounds - >= -2535301200456458802993406409998 @ 1414.21
1415.21/1419.37 c bounds - >= -2535301200456458802993406409997 @ 1414.74
1415.92/1420.06 c bounds - >= -2535301200456458802993406409996 @ 1415.42
1417.10/1421.26 c bounds - >= -2535301200456458802993406409995 @ 1416.62
1417.70/1421.80 c bounds - >= -2535301200456458802993406409994 @ 1417.16
1418.30/1422.47 c bounds - >= -2535301200456458802993406409993 @ 1417.82
1419.01/1423.18 c bounds - >= -2535301200456458802993406409992 @ 1418.53
1419.69/1423.86 c bounds - >= -2535301200456458802993406409991 @ 1419.21
1420.90/1425.07 c bounds - >= -2535301200456458802993406409990 @ 1420.42
1421.59/1425.76 c bounds - >= -2535301200456458802993406409989 @ 1421.1
1423.00/1427.12 c bounds - >= -2535301200456458802993406409988 @ 1422.47
1423.48/1427.69 c bounds - >= -2535301200456458802993406409987 @ 1423.03
1424.08/1428.27 c bounds - >= -2535301200456458802993406409986 @ 1423.61
1424.68/1428.83 c bounds - >= -2535301200456458802993406409985 @ 1424.17
1424.89/1429.05 c bounds - >= -2535301200456458802993406409984 @ 1424.38
1425.08/1429.27 c bounds - >= -2535301200456458802993406409983 @ 1424.6
1427.77/1431.93 c bounds - >= -2535301200456458802993406409982 @ 1427.26
1429.56/1433.73 c #Conflicts: 26000 | #Constraints: 61000
1430.06/1434.22 c bounds - >= -2535301200456458802993406409981 @ 1429.54
1431.66/1435.81 c bounds - >= -2535301200456458802993406409980 @ 1431.12
1433.35/1437.51 c bounds - >= -2535301200456458802993406409979 @ 1432.82
1434.75/1438.95 c bounds - >= -2535301200456458802993406409978 @ 1434.26
1435.96/1440.17 c bounds - >= -2535301200456458802993406409977 @ 1435.47
1436.64/1440.83 c bounds - >= -2535301200456458802993406409976 @ 1436.13
1437.24/1441.47 c bounds - >= -2535301200456458802993406409975 @ 1436.77
1438.73/1442.96 c bounds - >= -2535301200456458802993406409974 @ 1438.26
1440.13/1444.31 c bounds - >= -2535301200456458802993406409973 @ 1439.6
1441.33/1445.52 c bounds - >= -2535301200456458802993406409972 @ 1440.81
1442.62/1446.82 c bounds - >= -2535301200456458802993406409971 @ 1442.1
1443.84/1448.09 c bounds - >= -2535301200456458802993406409970 @ 1443.37
1445.22/1449.41 c bounds - >= -2535301200456458802993406409969 @ 1444.69
1446.42/1450.62 c bounds - >= -2535301200456458802993406409968 @ 1445.89
1447.62/1451.82 c bounds - >= -2535301200456458802993406409967 @ 1447.08
1448.83/1453.03 c bounds - >= -2535301200456458802993406409966 @ 1448.3
1450.31/1454.53 c bounds - >= -2535301200456458802993406409965 @ 1449.79
1451.50/1455.78 c bounds - >= -2535301200456458802993406409964 @ 1451.03
1452.20/1456.45 c bounds - >= -2535301200456458802993406409963 @ 1451.7
1452.91/1457.13 c bounds - >= -2535301200456458802993406409962 @ 1452.38
1453.60/1457.80 c bounds - >= -2535301200456458802993406409961 @ 1453.05
1454.20/1458.49 c bounds - >= -2535301200456458802993406409960 @ 1453.73
1454.91/1459.16 c bounds - >= -2535301200456458802993406409959 @ 1454.41
1456.09/1460.39 c bounds - >= -2535301200456458802993406409958 @ 1455.63
1457.39/1461.60 c bounds - >= -2535301200456458802993406409957 @ 1456.84
1458.09/1462.30 c bounds - >= -2535301200456458802993406409956 @ 1457.53
1458.68/1462.99 c bounds - >= -2535301200456458802993406409955 @ 1458.23
1459.98/1464.25 c bounds - >= -2535301200456458802993406409954 @ 1459.48
1461.28/1465.50 c bounds - >= -2535301200456458802993406409953 @ 1460.73
1462.47/1466.75 c bounds - >= -2535301200456458802993406409952 @ 1461.97
1463.88/1468.17 c bounds - >= -2535301200456458802993406409951 @ 1463.39
1465.36/1469.61 c bounds - >= -2535301200456458802993406409950 @ 1464.82
1466.66/1470.90 c bounds - >= -2535301200456458802993406409949 @ 1466.12
1468.16/1472.45 c bounds - >= -2535301200456458802993406409948 @ 1467.65
1469.05/1473.30 c bounds - >= -2535301200456458802993406409947 @ 1468.5
1470.55/1474.89 c bounds - >= -2535301200456458802993406409946 @ 1470.09
1471.86/1476.17 c bounds - >= -2535301200456458802993406409945 @ 1471.36
1472.86/1477.14 c bounds - >= -2535301200456458802993406409944 @ 1472.33
1473.64/1477.95 c bounds - >= -2535301200456458802993406409943 @ 1473.14
1475.04/1479.34 c bounds - >= -2535301200456458802993406409942 @ 1474.53
1476.43/1480.72 c bounds - >= -2535301200456458802993406409941 @ 1475.9
1477.13/1481.44 c bounds - >= -2535301200456458802993406409940 @ 1476.62
1477.84/1482.18 c bounds - >= -2535301200456458802993406409939 @ 1477.36
1479.22/1483.55 c bounds - >= -2535301200456458802993406409938 @ 1478.72
1480.62/1484.90 c bounds - >= -2535301200456458802993406409937 @ 1480.06
1481.91/1486.24 c bounds - >= -2535301200456458802993406409936 @ 1481.41
1483.21/1487.58 c bounds - >= -2535301200456458802993406409935 @ 1482.74
1484.61/1488.90 c bounds - >= -2535301200456458802993406409934 @ 1484.06
1485.90/1490.24 c bounds - >= -2535301200456458802993406409933 @ 1485.39
1487.50/1491.82 c bounds - >= -2535301200456458802993406409932 @ 1486.97
1488.20/1492.52 c bounds - >= -2535301200456458802993406409931 @ 1487.66
1488.89/1493.22 c bounds - >= -2535301200456458802993406409930 @ 1488.36
1489.60/1493.92 c bounds - >= -2535301200456458802993406409929 @ 1489.06
1490.30/1494.63 c bounds - >= -2535301200456458802993406409928 @ 1489.77
1491.00/1495.36 c bounds - >= -2535301200456458802993406409927 @ 1490.5
1492.81/1497.17 c bounds - >= -2535301200456458802993406409926 @ 1492.3
1494.19/1498.53 c bounds - >= -2535301200456458802993406409925 @ 1493.66
1495.48/1499.85 c bounds - >= -2535301200456458802993406409924 @ 1494.97
1496.88/1501.22 c bounds - >= -2535301200456458802993406409923 @ 1496.34
1498.37/1502.78 c bounds - >= -2535301200456458802993406409922 @ 1497.9
1499.68/1504.11 c bounds - >= -2535301200456458802993406409921 @ 1499.22
1501.07/1505.45 c bounds - >= -2535301200456458802993406409920 @ 1500.56
1502.36/1506.77 c bounds - >= -2535301200456458802993406409919 @ 1501.87
1503.77/1508.17 c bounds - >= -2535301200456458802993406409918 @ 1503.27
1505.45/1509.88 c bounds - >= -2535301200456458802993406409917 @ 1504.98
1506.95/1511.38 c bounds - >= -2535301200456458802993406409916 @ 1506.47
1508.44/1512.85 c bounds - >= -2535301200456458802993406409915 @ 1507.94
1509.65/1514.09 c bounds - >= -2535301200456458802993406409914 @ 1509.17
1510.44/1514.86 c bounds - >= -2535301200456458802993406409913 @ 1509.94
1511.33/1515.71 c bounds - >= -2535301200456458802993406409912 @ 1510.78
1512.13/1516.50 c bounds - >= -2535301200456458802993406409911 @ 1511.57
1513.43/1517.84 c bounds - >= -2535301200456458802993406409910 @ 1512.91
1514.82/1519.20 c bounds - >= -2535301200456458802993406409909 @ 1514.26
1516.22/1520.64 c bounds - >= -2535301200456458802993406409908 @ 1515.7
1517.52/1521.94 c bounds - >= -2535301200456458802993406409907 @ 1517
1518.81/1523.29 c bounds - >= -2535301200456458802993406409906 @ 1518.34
1520.21/1524.64 c bounds - >= -2535301200456458802993406409905 @ 1519.68
1521.50/1525.94 c bounds - >= -2535301200456458802993406409904 @ 1520.98
1522.80/1527.23 c bounds - >= -2535301200456458802993406409903 @ 1522.27
1524.10/1528.53 c bounds - >= -2535301200456458802993406409902 @ 1523.57
1525.61/1530.02 c bounds - >= -2535301200456458802993406409901 @ 1525.05
1526.89/1531.39 c bounds - >= -2535301200456458802993406409900 @ 1526.42
1528.39/1532.87 c bounds - >= -2535301200456458802993406409899 @ 1527.9
1529.98/1534.43 c bounds - >= -2535301200456458802993406409898 @ 1529.45
1531.38/1535.80 c bounds - >= -2535301200456458802993406409897 @ 1530.82
1532.69/1537.12 c bounds - >= -2535301200456458802993406409896 @ 1532.13
1534.07/1538.53 c bounds - >= -2535301200456458802993406409895 @ 1533.54
1535.47/1539.99 c bounds - >= -2535301200456458802993406409894 @ 1534.99
1536.86/1541.33 c bounds - >= -2535301200456458802993406409893 @ 1536.33
1538.16/1542.68 c bounds - >= -2535301200456458802993406409892 @ 1537.68
1539.57/1544.06 c bounds - >= -2535301200456458802993406409891 @ 1539.05
1540.85/1545.40 c bounds - >= -2535301200456458802993406409890 @ 1540.39
1542.35/1546.84 c bounds - >= -2535301200456458802993406409889 @ 1541.83
1543.05/1547.59 c bounds - >= -2535301200456458802993406409888 @ 1542.57
1543.85/1548.33 c bounds - >= -2535301200456458802993406409887 @ 1543.31
1545.35/1549.87 c bounds - >= -2535301200456458802993406409886 @ 1544.85
1547.04/1551.51 c bounds - >= -2535301200456458802993406409885 @ 1546.48
1548.34/1552.84 c bounds - >= -2535301200456458802993406409884 @ 1547.81
1549.84/1554.30 c bounds - >= -2535301200456458802993406409883 @ 1549.26
1551.13/1555.65 c bounds - >= -2535301200456458802993406409882 @ 1550.62
1552.64/1557.16 c bounds - >= -2535301200456458802993406409881 @ 1552.12
1554.02/1558.59 c bounds - >= -2535301200456458802993406409880 @ 1553.55
1555.53/1560.02 c bounds - >= -2535301200456458802993406409879 @ 1554.97
1556.82/1561.39 c bounds - >= -2535301200456458802993406409878 @ 1556.34
1558.21/1562.76 c bounds - >= -2535301200456458802993406409877 @ 1557.7
1559.91/1564.42 c bounds - >= -2535301200456458802993406409876 @ 1559.35
1561.30/1565.87 c bounds - >= -2535301200456458802993406409875 @ 1560.81
1579.75/1584.31 c #Conflicts: 27000 | #Constraints: 63899
1618.13/1622.80 c #Conflicts: 28000 | #Constraints: 64899
1650.43/1655.26 c #Conflicts: 29000 | #Constraints: 65899
1654.23/1659.07 c DATABASE CLEANUP
1654.23/1659.07 c GARBAGE COLLECT
1654.23/1659.07 c bounds - >= -2535301200456458802993406409874 @ 1653.69
1656.33/1661.14 c bounds - >= -2535301200456458802993406409873 @ 1655.76
1658.11/1662.90 c bounds - >= -2535301200456458802993406409872 @ 1657.51
1661.00/1665.80 c bounds - >= -2535301200456458802993406409871 @ 1660.4
1662.90/1667.75 c bounds - >= -2535301200456458802993406409870 @ 1662.35
1664.79/1669.62 c bounds - >= -2535301200456458802993406409869 @ 1664.21
1666.49/1671.38 c bounds - >= -2535301200456458802993406409868 @ 1665.96
1668.20/1673.09 c bounds - >= -2535301200456458802993406409867 @ 1667.67
1670.19/1675.05 c bounds - >= -2535301200456458802993406409866 @ 1669.62
1671.77/1676.62 c bounds - >= -2535301200456458802993406409865 @ 1671.19
1673.96/1678.88 c bounds - >= -2535301200456458802993406409864 @ 1673.45
1675.17/1680.08 c bounds - >= -2535301200456458802993406409863 @ 1674.64
1676.66/1681.54 c bounds - >= -2535301200456458802993406409862 @ 1676.1
1678.17/1683.03 c bounds - >= -2535301200456458802993406409861 @ 1677.59
1679.65/1684.53 c bounds - >= -2535301200456458802993406409860 @ 1679.08
1681.16/1686.04 c bounds - >= -2535301200456458802993406409859 @ 1680.59
1682.54/1687.44 c bounds - >= -2535301200456458802993406409858 @ 1681.98
1683.94/1688.84 c bounds - >= -2535301200456458802993406409857 @ 1683.38
1685.25/1690.12 c bounds - >= -2535301200456458802993406409856 @ 1684.65
1685.83/1690.74 c bounds - >= -2535301200456458802993406409855 @ 1685.27
1688.72/1693.64 c bounds - >= -2535301200456458802993406409854 @ 1688.16
1690.62/1695.53 c bounds - >= -2535301200456458802993406409853 @ 1690.04
1692.31/1697.28 c bounds - >= -2535301200456458802993406409852 @ 1691.8
1694.81/1699.72 c bounds - >= -2535301200456458802993406409851 @ 1694.23
1696.30/1701.28 c bounds - >= -2535301200456458802993406409850 @ 1695.79
1698.40/1703.38 c bounds - >= -2535301200456458802993406409849 @ 1697.88
1700.39/1705.37 c bounds - >= -2535301200456458802993406409848 @ 1699.86
1702.29/1707.23 c bounds - >= -2535301200456458802993406409847 @ 1701.72
1703.68/1708.66 c bounds - >= -2535301200456458802993406409846 @ 1703.14
1705.38/1710.32 c bounds - >= -2535301200456458802993406409845 @ 1704.79
1706.97/1711.95 c bounds - >= -2535301200456458802993406409844 @ 1706.42
1708.47/1713.45 c bounds - >= -2535301200456458802993406409843 @ 1707.92
1710.46/1715.41 c bounds - >= -2535301200456458802993406409842 @ 1709.87
1711.86/1716.85 c bounds - >= -2535301200456458802993406409841 @ 1711.31
1713.35/1718.32 c bounds - >= -2535301200456458802993406409840 @ 1712.77
1714.75/1719.75 c bounds - >= -2535301200456458802993406409839 @ 1714.2
1716.64/1721.64 c bounds - >= -2535301200456458802993406409838 @ 1716.08
1718.45/1723.40 c bounds - >= -2535301200456458802993406409837 @ 1717.84
1720.06/1725.05 c bounds - >= -2535301200456458802993406409836 @ 1719.48
1721.64/1726.68 c bounds - >= -2535301200456458802993406409835 @ 1721.11
1723.15/1728.19 c bounds - >= -2535301200456458802993406409834 @ 1722.61
1724.73/1729.76 c bounds - >= -2535301200456458802993406409833 @ 1724.18
1726.23/1731.28 c bounds - >= -2535301200456458802993406409832 @ 1725.7
1727.72/1732.77 c bounds - >= -2535301200456458802993406409831 @ 1727.18
1729.32/1734.37 c bounds - >= -2535301200456458802993406409830 @ 1728.77
1731.31/1736.34 c bounds - >= -2535301200456458802993406409829 @ 1730.74
1732.81/1737.86 c bounds - >= -2535301200456458802993406409828 @ 1732.26
1734.40/1739.47 c bounds - >= -2535301200456458802993406409827 @ 1733.86
1736.01/1741.06 c bounds - >= -2535301200456458802993406409826 @ 1735.44
1737.79/1742.82 c bounds - >= -2535301200456458802993406409825 @ 1737.21
1739.29/1744.38 c bounds - >= -2535301200456458802993406409824 @ 1738.76
1740.89/1745.97 c bounds - >= -2535301200456458802993406409823 @ 1740.34
1743.18/1748.23 c bounds - >= -2535301200456458802993406409822 @ 1742.6
1744.87/1749.95 c bounds - >= -2535301200456458802993406409821 @ 1744.31
1746.47/1751.50 c bounds - >= -2535301200456458802993406409820 @ 1745.86
1748.08/1753.14 c bounds - >= -2535301200456458802993406409819 @ 1747.5
1749.66/1754.78 c bounds - >= -2535301200456458802993406409818 @ 1749.13
1750.26/1755.37 c #Conflicts: 30000 | #Constraints: 63214
1751.36/1756.41 c bounds - >= -2535301200456458802993406409817 @ 1750.75
1752.85/1757.99 c bounds - >= -2535301200456458802993406409816 @ 1752.33
1754.45/1759.58 c bounds - >= -2535301200456458802993406409815 @ 1753.92
1756.44/1761.51 c bounds - >= -2535301200456458802993406409814 @ 1755.84
1758.14/1763.21 c bounds - >= -2535301200456458802993406409813 @ 1757.53
1759.63/1764.77 c bounds - >= -2535301200456458802993406409812 @ 1759.09
1761.23/1766.30 c bounds - >= -2535301200456458802993406409811 @ 1760.62
1762.72/1767.81 c bounds - >= -2535301200456458802993406409810 @ 1762.12
1764.22/1769.32 c bounds - >= -2535301200456458802993406409809 @ 1763.63
1766.41/1771.56 c bounds - >= -2535301200456458802993406409808 @ 1765.86
1769.10/1774.27 c bounds - >= -2535301200456458802993406409807 @ 1768.56
1770.50/1775.63 c bounds - >= -2535301200456458802993406409806 @ 1769.92
1772.19/1777.30 c bounds - >= -2535301200456458802993406409805 @ 1771.58
1772.79/1777.99 c bounds - >= -2535301200456458802993406409804 @ 1772.27
1774.09/1779.22 c bounds - >= -2535301200456458802993406409803 @ 1773.49
1775.58/1780.78 c bounds - >= -2535301200456458802993406409802 @ 1775.05
1777.48/1782.68 c bounds - >= -2535301200456458802993406409801 @ 1776.94
1779.27/1784.45 c bounds - >= -2535301200456458802993406409800 @ 1778.72
1780.77/1785.91 c bounds - >= -2535301200456458802993406409799 @ 1780.17
1782.26/1787.46 c bounds - >= -2535301200456458802993406409798 @ 1781.71
1784.36/1789.52 c bounds - >= -2535301200456458802993406409797 @ 1783.77
1785.87/1791.07 c bounds - >= -2535301200456458802993406409796 @ 1785.31
1787.45/1792.63 c bounds - >= -2535301200456458802993406409795 @ 1786.87
1789.45/1794.65 c bounds - >= -2535301200456458802993406409794 @ 1788.88
1790.96/1796.13 c bounds - >= -2535301200456458802993406409793 @ 1790.35
1792.64/1797.84 c bounds - >= -2535301200456458802993406409792 @ 1792.06
1794.64/1799.88 c bounds - >= -2535301200456458802993406409791 @ 1794.1
1797.23/1802.45 c bounds - >= -2535301200456458802993406409790 @ 1796.66
1798.84/1804.09 c bounds - >= -2535301200456458802993406409789 @ 1798.29
1801.12/1806.30 c bounds - >= -2535301200456458802993406409788 @ 1800.49
1802.83/1808.06 c bounds - >= -2535301200456458802993406409787 @ 1802.25
1805.21/1810.43 c bounds - >= -2535301200456458802993406409786 @ 1804.61
1807.20/1812.42 c bounds - >= -2535301200456458802993406409785 @ 1806.6
1809.19/1814.40 c bounds - >= -2535301200456458802993406409784 @ 1808.58
1810.90/1816.18 c bounds - >= -2535301200456458802993406409783 @ 1810.35
1812.98/1818.28 c bounds - >= -2535301200456458802993406409782 @ 1812.44
1814.89/1820.12 c bounds - >= -2535301200456458802993406409781 @ 1814.28
1816.78/1822.09 c bounds - >= -2535301200456458802993406409780 @ 1816.24
1818.78/1824.03 c bounds - >= -2535301200456458802993406409779 @ 1818.18
1820.36/1825.60 c bounds - >= -2535301200456458802993406409778 @ 1819.74
1821.87/1827.17 c bounds - >= -2535301200456458802993406409777 @ 1821.31
1824.86/1830.13 c bounds - >= -2535301200456458802993406409776 @ 1824.25
1827.75/1833.11 c bounds - >= -2535301200456458802993406409775 @ 1827.22
1830.23/1835.51 c bounds - >= -2535301200456458802993406409774 @ 1829.62
1832.13/1837.43 c bounds - >= -2535301200456458802993406409773 @ 1831.54
1834.12/1839.40 c bounds - >= -2535301200456458802993406409772 @ 1833.5
1835.91/1841.24 c bounds - >= -2535301200456458802993406409771 @ 1835.34
1838.41/1843.73 c bounds - >= -2535301200456458802993406409770 @ 1837.82
1840.40/1845.76 c bounds - >= -2535301200456458802993406409769 @ 1839.84
1842.40/1847.75 c bounds - >= -2535301200456458802993406409768 @ 1841.82
1844.19/1849.59 c bounds - >= -2535301200456458802993406409767 @ 1843.66
1845.98/1851.30 c bounds - >= -2535301200456458802993406409766 @ 1845.36
1848.18/1853.56 c bounds - >= -2535301200456458802993406409765 @ 1847.62
1850.17/1855.56 c bounds - >= -2535301200456458802993406409764 @ 1849.61
1852.27/1857.66 c bounds - >= -2535301200456458802993406409763 @ 1851.71
1853.96/1859.37 c bounds - >= -2535301200456458802993406409762 @ 1853.41
1855.96/1861.32 c bounds - >= -2535301200456458802993406409761 @ 1855.35
1857.45/1862.83 c bounds - >= -2535301200456458802993406409760 @ 1856.87
1859.55/1864.99 c bounds - >= -2535301200456458802993406409759 @ 1859.01
1861.54/1866.96 c bounds - >= -2535301200456458802993406409758 @ 1860.98
1863.34/1868.79 c bounds - >= -2535301200456458802993406409757 @ 1862.81
1864.65/1870.05 c #Conflicts: 31000 | #Constraints: 65109
1916.49/1922.08 c #Conflicts: 32000 | #Constraints: 66109
1946.69/1952.38 c #Conflicts: 33000 | #Constraints: 67109
1952.38/1958.11 c DATABASE CLEANUP
1952.38/1958.11 c GARBAGE COLLECT
1952.38/1958.11 c bounds - >= -2535301200456458802993406409756 @ 1951.83
1954.56/1960.24 c bounds - >= -2535301200456458802993406409755 @ 1953.97
1956.47/1962.14 c bounds - >= -2535301200456458802993406409754 @ 1955.86
1957.85/1963.54 c bounds - >= -2535301200456458802993406409753 @ 1957.26
1959.85/1965.52 c bounds - >= -2535301200456458802993406409752 @ 1959.22
1961.54/1967.20 c bounds - >= -2535301200456458802993406409751 @ 1960.91
1962.94/1968.60 c bounds - >= -2535301200456458802993406409750 @ 1962.31
1963.94/1969.61 c bounds - >= -2535301200456458802993406409749 @ 1963.3
1964.83/1970.55 c bounds - >= -2535301200456458802993406409748 @ 1964.25
1966.53/1972.24 c bounds - >= -2535301200456458802993406409747 @ 1965.93
1967.94/1973.63 c bounds - >= -2535301200456458802993406409746 @ 1967.32
1969.34/1975.07 c bounds - >= -2535301200456458802993406409745 @ 1968.75
1970.83/1976.56 c bounds - >= -2535301200456458802993406409744 @ 1970.24
1972.52/1978.26 c bounds - >= -2535301200456458802993406409743 @ 1971.93
1974.22/1979.96 c bounds - >= -2535301200456458802993406409742 @ 1973.63
1976.01/1981.70 c bounds - >= -2535301200456458802993406409741 @ 1975.36
1977.51/1983.24 c bounds - >= -2535301200456458802993406409740 @ 1976.9
1979.01/1984.78 c bounds - >= -2535301200456458802993406409739 @ 1978.44
1980.60/1986.35 c bounds - >= -2535301200456458802993406409738 @ 1980
1982.20/1987.98 c bounds - >= -2535301200456458802993406409737 @ 1981.63
1984.09/1989.83 c bounds - >= -2535301200456458802993406409736 @ 1983.47
1985.89/1991.61 c bounds - >= -2535301200456458802993406409735 @ 1985.24
1987.58/1993.38 c bounds - >= -2535301200456458802993406409734 @ 1987.01
1989.18/1994.90 c bounds - >= -2535301200456458802993406409733 @ 1988.52
1990.67/1996.46 c bounds - >= -2535301200456458802993406409732 @ 1990.08
1991.97/1997.77 c bounds - >= -2535301200456458802993406409731 @ 1991.38
1993.57/1999.34 c bounds - >= -2535301200456458802993406409730 @ 1992.96
1995.27/2001.03 c bounds - >= -2535301200456458802993406409729 @ 1994.64
1996.76/2002.54 c bounds - >= -2535301200456458802993406409728 @ 1996.15
1998.05/2003.82 c bounds - >= -2535301200456458802993406409727 @ 1997.42
2001.54/2007.33 c bounds - >= -2535301200456458802993406409726 @ 2000.93
2003.04/2008.86 c bounds - >= -2535301200456458802993406409725 @ 2002.45
2005.13/2010.91 c bounds - >= -2535301200456458802993406409724 @ 2004.49
2006.93/2012.73 c bounds - >= -2535301200456458802993406409723 @ 2006.31
2008.62/2014.47 c bounds - >= -2535301200456458802993406409722 @ 2008.04
2010.33/2016.13 c bounds - >= -2535301200456458802993406409721 @ 2009.7
2012.01/2017.84 c bounds - >= -2535301200456458802993406409720 @ 2011.4
2013.51/2019.35 c bounds - >= -2535301200456458802993406409719 @ 2012.91
2015.00/2020.85 c bounds - >= -2535301200456458802993406409718 @ 2014.4
2016.89/2022.79 c bounds - >= -2535301200456458802993406409717 @ 2016.33
2018.69/2024.54 c bounds - >= -2535301200456458802993406409716 @ 2018.08
2020.08/2025.95 c bounds - >= -2535301200456458802993406409715 @ 2019.48
2021.58/2027.45 c bounds - >= -2535301200456458802993406409714 @ 2020.98
2023.07/2028.99 c bounds - >= -2535301200456458802993406409713 @ 2022.51
2024.58/2030.44 c bounds - >= -2535301200456458802993406409712 @ 2023.96
2025.88/2031.78 c bounds - >= -2535301200456458802993406409711 @ 2025.29
2027.67/2033.56 c bounds - >= -2535301200456458802993406409710 @ 2027.07
2029.36/2035.22 c bounds - >= -2535301200456458802993406409709 @ 2028.72
2030.76/2036.68 c bounds - >= -2535301200456458802993406409708 @ 2030.17
2031.06/2036.90 c #Conflicts: 34000 | #Constraints: 64270
2032.35/2038.26 c bounds - >= -2535301200456458802993406409707 @ 2031.75
2033.75/2039.69 c bounds - >= -2535301200456458802993406409706 @ 2033.18
2035.26/2041.19 c bounds - >= -2535301200456458802993406409705 @ 2034.67
2036.74/2042.66 c bounds - >= -2535301200456458802993406409704 @ 2036.14
2038.25/2044.14 c bounds - >= -2535301200456458802993406409703 @ 2037.62
2039.93/2045.86 c bounds - >= -2535301200456458802993406409702 @ 2039.33
2041.63/2047.53 c bounds - >= -2535301200456458802993406409701 @ 2040.99
2043.42/2049.38 c bounds - >= -2535301200456458802993406409700 @ 2042.84
2045.23/2051.19 c bounds - >= -2535301200456458802993406409699 @ 2044.64
2047.12/2053.05 c bounds - >= -2535301200456458802993406409698 @ 2046.49
2048.70/2054.66 c bounds - >= -2535301200456458802993406409697 @ 2048.1
2050.30/2056.23 c bounds - >= -2535301200456458802993406409696 @ 2049.67
2051.90/2057.84 c bounds - >= -2535301200456458802993406409695 @ 2051.28
2053.89/2059.83 c bounds - >= -2535301200456458802993406409694 @ 2053.26
2055.68/2061.66 c bounds - >= -2535301200456458802993406409693 @ 2055.08
2057.39/2063.35 c bounds - >= -2535301200456458802993406409692 @ 2056.77
2059.19/2065.17 c bounds - >= -2535301200456458802993406409691 @ 2058.58
2061.27/2067.27 c bounds - >= -2535301200456458802993406409690 @ 2060.67
2062.97/2068.96 c bounds - >= -2535301200456458802993406409689 @ 2062.36
2064.86/2070.87 c bounds - >= -2535301200456458802993406409688 @ 2064.26
2066.45/2072.47 c bounds - >= -2535301200456458802993406409687 @ 2065.86
2068.25/2074.26 c bounds - >= -2535301200456458802993406409686 @ 2067.64
2069.84/2075.86 c bounds - >= -2535301200456458802993406409685 @ 2069.24
2071.44/2077.49 c bounds - >= -2535301200456458802993406409684 @ 2070.86
2073.15/2079.19 c bounds - >= -2535301200456458802993406409683 @ 2072.55
2074.94/2080.97 c bounds - >= -2535301200456458802993406409682 @ 2074.33
2076.73/2082.75 c bounds - >= -2535301200456458802993406409681 @ 2076.11
2078.43/2084.42 c bounds - >= -2535301200456458802993406409680 @ 2077.76
2079.92/2085.98 c bounds - >= -2535301200456458802993406409679 @ 2079.32
2081.82/2087.85 c bounds - >= -2535301200456458802993406409678 @ 2081.19
2083.81/2089.84 c bounds - >= -2535301200456458802993406409677 @ 2083.17
2086.40/2092.47 c bounds - >= -2535301200456458802993406409676 @ 2085.79
2088.30/2094.37 c bounds - >= -2535301200456458802993406409675 @ 2087.69
2090.10/2096.18 c bounds - >= -2535301200456458802993406409674 @ 2089.49
2091.69/2097.79 c bounds - >= -2535301200456458802993406409673 @ 2091.09
2093.38/2099.48 c bounds - >= -2535301200456458802993406409672 @ 2092.78
2094.99/2101.06 c bounds - >= -2535301200456458802993406409671 @ 2094.35
2096.87/2103.00 c bounds - >= -2535301200456458802993406409670 @ 2096.29
2098.67/2104.79 c bounds - >= -2535301200456458802993406409669 @ 2098.08
2100.36/2106.47 c bounds - >= -2535301200456458802993406409668 @ 2099.75
2102.15/2108.28 c bounds - >= -2535301200456458802993406409667 @ 2101.56
2103.96/2110.04 c bounds - >= -2535301200456458802993406409666 @ 2103.31
2105.65/2111.74 c bounds - >= -2535301200456458802993406409665 @ 2105.01
2107.34/2113.49 c bounds - >= -2535301200456458802993406409664 @ 2106.75
2108.95/2115.09 c bounds - >= -2535301200456458802993406409663 @ 2108.35
2110.94/2117.05 c bounds - >= -2535301200456458802993406409662 @ 2110.29
2111.73/2117.81 c #Conflicts: 35000 | #Constraints: 66227
2112.94/2119.04 c bounds - >= -2535301200456458802993406409661 @ 2112.28
2115.22/2121.36 c bounds - >= -2535301200456458802993406409660 @ 2114.6
2117.31/2123.45 c bounds - >= -2535301200456458802993406409659 @ 2116.68
2119.71/2125.88 c bounds - >= -2535301200456458802993406409658 @ 2119.11
2121.51/2127.62 c bounds - >= -2535301200456458802993406409657 @ 2120.83
2123.20/2129.34 c bounds - >= -2535301200456458802993406409656 @ 2122.56
2125.30/2131.41 c bounds - >= -2535301200456458802993406409655 @ 2124.62
2126.90/2133.02 c bounds - >= -2535301200456458802993406409654 @ 2126.22
2128.79/2134.93 c bounds - >= -2535301200456458802993406409653 @ 2128.12
2130.68/2136.86 c bounds - >= -2535301200456458802993406409652 @ 2130.05
2132.99/2139.19 c bounds - >= -2535301200456458802993406409651 @ 2132.37
2134.77/2140.93 c bounds - >= -2535301200456458802993406409650 @ 2134.11
2136.66/2142.80 c bounds - >= -2535301200456458802993406409649 @ 2135.97
2138.26/2144.40 c bounds - >= -2535301200456458802993406409648 @ 2137.56
2139.97/2146.11 c bounds - >= -2535301200456458802993406409647 @ 2139.28
2142.24/2148.45 c bounds - >= -2535301200456458802993406409646 @ 2141.6
2174.87/2181.19 c #Conflicts: 36000 | #Constraints: 67665
2219.42/2225.84 c #Conflicts: 37000 | #Constraints: 68665
2229.10/2235.54 c DATABASE CLEANUP
2229.10/2235.54 c GARBAGE COLLECT
2229.10/2235.54 c rational objective -2.5353e+30
2231.39/2237.82 c bounds - >= -2535301200456458802993406409621 @ 2230.7
2231.49/2238.00 c bounds - >= -2535301200456458802993406409620 @ 2230.88
2231.70/2238.17 c bounds - >= -2535301200456458802993406409619 @ 2231.05
2231.89/2238.34 c bounds - >= -2535301200456458802993406409618 @ 2231.22
2232.09/2238.51 c bounds - >= -2535301200456458802993406409617 @ 2231.39
2232.19/2238.69 c bounds - >= -2535301200456458802993406409616 @ 2231.56
2232.39/2238.86 c bounds - >= -2535301200456458802993406409615 @ 2231.74
2232.60/2239.03 c bounds - >= -2535301200456458802993406409614 @ 2231.91
2232.79/2239.21 c bounds - >= -2535301200456458802993406409613 @ 2232.08
2232.89/2239.38 c bounds - >= -2535301200456458802993406409612 @ 2232.26
2233.09/2239.55 c bounds - >= -2535301200456458802993406409611 @ 2232.43
2233.29/2239.73 c bounds - >= -2535301200456458802993406409610 @ 2232.6
2233.48/2239.90 c bounds - >= -2535301200456458802993406409609 @ 2232.77
2233.60/2240.07 c bounds - >= -2535301200456458802993406409608 @ 2232.95
2233.78/2240.25 c bounds - >= -2535301200456458802993406409607 @ 2233.12
2233.98/2240.42 c bounds - >= -2535301200456458802993406409606 @ 2233.29
2234.08/2240.60 c bounds - >= -2535301200456458802993406409605 @ 2233.47
2234.28/2240.77 c bounds - >= -2535301200456458802993406409604 @ 2233.64
2234.48/2240.94 c bounds - >= -2535301200456458802993406409603 @ 2233.81
2234.69/2241.12 c bounds - >= -2535301200456458802993406409602 @ 2233.99
2234.78/2241.29 c bounds - >= -2535301200456458802993406409601 @ 2234.16
2234.98/2241.47 c bounds - >= -2535301200456458802993406409600 @ 2234.34
2235.18/2241.64 c bounds - >= -2535301200456458802993406409599 @ 2234.51
2235.38/2241.82 c bounds - >= -2535301200456458802993406409598 @ 2234.68
2235.48/2241.99 c bounds - >= -2535301200456458802993406409597 @ 2234.86
2235.69/2242.16 c bounds - >= -2535301200456458802993406409596 @ 2235.03
2235.88/2242.34 c bounds - >= -2535301200456458802993406409595 @ 2235.2
2236.08/2242.51 c bounds - >= -2535301200456458802993406409594 @ 2235.38
2236.18/2242.69 c bounds - >= -2535301200456458802993406409593 @ 2235.55
2236.37/2242.86 c bounds - >= -2535301200456458802993406409592 @ 2235.72
2236.59/2243.03 c bounds - >= -2535301200456458802993406409591 @ 2235.9
2236.77/2243.21 c bounds - >= -2535301200456458802993406409590 @ 2236.07
2236.87/2243.38 c bounds - >= -2535301200456458802993406409589 @ 2236.25
2237.07/2243.56 c bounds - >= -2535301200456458802993406409588 @ 2236.42
2237.27/2243.73 c bounds - >= -2535301200456458802993406409587 @ 2236.59
2237.47/2243.91 c bounds - >= -2535301200456458802993406409586 @ 2236.77
2237.58/2244.08 c bounds - >= -2535301200456458802993406409585 @ 2236.94
2237.77/2244.25 c bounds - >= -2535301200456458802993406409584 @ 2237.11
2237.97/2244.43 c bounds - >= -2535301200456458802993406409583 @ 2237.29
2238.17/2244.60 c bounds - >= -2535301200456458802993406409582 @ 2237.46
2238.27/2244.78 c bounds - >= -2535301200456458802993406409581 @ 2237.64
2238.47/2244.95 c bounds - >= -2535301200456458802993406409580 @ 2237.81
2238.68/2245.13 c bounds - >= -2535301200456458802993406409579 @ 2237.98
2238.87/2245.30 c bounds - >= -2535301200456458802993406409578 @ 2238.16
2238.97/2245.48 c bounds - >= -2535301200456458802993406409577 @ 2238.33
2239.17/2245.65 c bounds - >= -2535301200456458802993406409576 @ 2238.51
2239.37/2245.82 c bounds - >= -2535301200456458802993406409575 @ 2238.68
2239.47/2246.00 c bounds - >= -2535301200456458802993406409574 @ 2238.85
2239.68/2246.17 c bounds - >= -2535301200456458802993406409573 @ 2239.03
2239.86/2246.35 c bounds - >= -2535301200456458802993406409572 @ 2239.2
2240.06/2246.52 c bounds - >= -2535301200456458802993406409571 @ 2239.37
2240.16/2246.69 c bounds - >= -2535301200456458802993406409570 @ 2239.55
2240.36/2246.87 c bounds - >= -2535301200456458802993406409569 @ 2239.72
2240.57/2247.04 c bounds - >= -2535301200456458802993406409568 @ 2239.9
2240.76/2247.22 c bounds - >= -2535301200456458802993406409567 @ 2240.07
2240.96/2247.40 c bounds - >= -2535301200456458802993406409566 @ 2240.25
2241.06/2247.57 c bounds - >= -2535301200456458802993406409565 @ 2240.42
2241.26/2247.74 c bounds - >= -2535301200456458802993406409564 @ 2240.59
2241.46/2247.92 c bounds - >= -2535301200456458802993406409563 @ 2240.77
2241.57/2248.09 c bounds - >= -2535301200456458802993406409562 @ 2240.94
2241.76/2248.27 c bounds - >= -2535301200456458802993406409561 @ 2241.11
2241.96/2248.44 c bounds - >= -2535301200456458802993406409560 @ 2241.29
2242.16/2248.62 c bounds - >= -2535301200456458802993406409559 @ 2241.46
2242.26/2248.79 c bounds - >= -2535301200456458802993406409558 @ 2241.64
2242.46/2248.97 c bounds - >= -2535301200456458802993406409557 @ 2241.81
2242.67/2249.14 c bounds - >= -2535301200456458802993406409556 @ 2241.98
2242.85/2249.31 c bounds - >= -2535301200456458802993406409555 @ 2242.16
2242.95/2249.49 c bounds - >= -2535301200456458802993406409554 @ 2242.33
2243.15/2249.66 c bounds - >= -2535301200456458802993406409553 @ 2242.5
2243.35/2249.84 c bounds - >= -2535301200456458802993406409552 @ 2242.68
2243.56/2250.01 c bounds - >= -2535301200456458802993406409551 @ 2242.85
2243.66/2250.19 c bounds - >= -2535301200456458802993406409550 @ 2243.03
2243.85/2250.36 c bounds - >= -2535301200456458802993406409549 @ 2243.2
2244.05/2250.54 c bounds - >= -2535301200456458802993406409548 @ 2243.37
2244.25/2250.71 c bounds - >= -2535301200456458802993406409547 @ 2243.55
2244.35/2250.88 c bounds - >= -2535301200456458802993406409546 @ 2243.72
2244.56/2251.06 c bounds - >= -2535301200456458802993406409545 @ 2243.9
2244.75/2251.23 c bounds - >= -2535301200456458802993406409544 @ 2244.07
2244.95/2251.41 c bounds - >= -2535301200456458802993406409543 @ 2244.24
2245.05/2251.58 c bounds - >= -2535301200456458802993406409542 @ 2244.42
2245.25/2251.76 c bounds - >= -2535301200456458802993406409541 @ 2244.59
2245.45/2251.93 c bounds - >= -2535301200456458802993406409540 @ 2244.77
2245.56/2252.11 c bounds - >= -2535301200456458802993406409539 @ 2244.94
2245.75/2252.28 c bounds - >= -2535301200456458802993406409538 @ 2245.11
2245.94/2252.45 c bounds - >= -2535301200456458802993406409537 @ 2245.29
2246.14/2252.63 c bounds - >= -2535301200456458802993406409536 @ 2245.46
2246.34/2252.80 c bounds - >= -2535301200456458802993406409535 @ 2245.64
2246.44/2252.98 c bounds - >= -2535301200456458802993406409534 @ 2245.81
2246.66/2253.15 c bounds - >= -2535301200456458802993406409533 @ 2245.98
2246.84/2253.33 c bounds - >= -2535301200456458802993406409532 @ 2246.16
2247.04/2253.50 c bounds - >= -2535301200456458802993406409531 @ 2246.34
2247.14/2253.68 c bounds - >= -2535301200456458802993406409530 @ 2246.51
2247.34/2253.85 c bounds - >= -2535301200456458802993406409529 @ 2246.68
2247.55/2254.03 c bounds - >= -2535301200456458802993406409528 @ 2246.86
2247.74/2254.21 c bounds - >= -2535301200456458802993406409527 @ 2247.04
2247.84/2254.38 c bounds - >= -2535301200456458802993406409526 @ 2247.21
2248.04/2254.56 c bounds - >= -2535301200456458802993406409525 @ 2247.38
2248.24/2254.74 c bounds - >= -2535301200456458802993406409524 @ 2247.56
2248.44/2254.91 c bounds - >= -2535301200456458802993406409523 @ 2247.73
2248.55/2255.09 c bounds - >= -2535301200456458802993406409522 @ 2247.91
2248.73/2255.26 c bounds - >= -2535301200456458802993406409521 @ 2248.08
2248.93/2255.43 c bounds - >= -2535301200456458802993406409520 @ 2248.25
2249.13/2255.61 c bounds - >= -2535301200456458802993406409519 @ 2248.43
2249.23/2255.78 c bounds - >= -2535301200456458802993406409518 @ 2248.6
2249.43/2255.96 c bounds - >= -2535301200456458802993406409517 @ 2248.78
2249.64/2256.14 c bounds - >= -2535301200456458802993406409516 @ 2248.96
2249.83/2256.31 c bounds - >= -2535301200456458802993406409515 @ 2249.13
2249.93/2256.49 c bounds - >= -2535301200456458802993406409514 @ 2249.31
2250.13/2256.66 c bounds - >= -2535301200456458802993406409513 @ 2249.48
2250.33/2256.84 c bounds - >= -2535301200456458802993406409512 @ 2249.66
2250.54/2257.01 c bounds - >= -2535301200456458802993406409511 @ 2249.83
2250.64/2257.19 c bounds - >= -2535301200456458802993406409510 @ 2250.01
2250.83/2257.37 c bounds - >= -2535301200456458802993406409509 @ 2250.19
2251.03/2257.54 c bounds - >= -2535301200456458802993406409508 @ 2250.36
2251.23/2257.72 c bounds - >= -2535301200456458802993406409507 @ 2250.53
2251.33/2257.89 c bounds - >= -2535301200456458802993406409506 @ 2250.71
2251.54/2258.07 c bounds - >= -2535301200456458802993406409505 @ 2250.88
2251.72/2258.24 c bounds - >= -2535301200456458802993406409504 @ 2251.06
2251.92/2258.42 c bounds - >= -2535301200456458802993406409503 @ 2251.23
2252.02/2258.59 c bounds - >= -2535301200456458802993406409502 @ 2251.4
2252.22/2258.77 c bounds - >= -2535301200456458802993406409501 @ 2251.58
2252.42/2258.94 c bounds - >= -2535301200456458802993406409500 @ 2251.75
2252.63/2259.11 c bounds - >= -2535301200456458802993406409499 @ 2251.92
2252.72/2259.28 c bounds - >= -2535301200456458802993406409498 @ 2252.09
2252.92/2259.46 c bounds - >= -2535301200456458802993406409497 @ 2252.27
2253.12/2259.63 c bounds - >= -2535301200456458802993406409496 @ 2252.44
2253.32/2259.81 c bounds - >= -2535301200456458802993406409495 @ 2252.62
2253.42/2259.99 c bounds - >= -2535301200456458802993406409494 @ 2252.79
2253.63/2260.16 c bounds - >= -2535301200456458802993406409493 @ 2252.97
2253.82/2260.33 c bounds - >= -2535301200456458802993406409492 @ 2253.14
2254.02/2260.51 c bounds - >= -2535301200456458802993406409491 @ 2253.32
2254.12/2260.68 c bounds - >= -2535301200456458802993406409490 @ 2253.49
2254.32/2260.86 c bounds - >= -2535301200456458802993406409489 @ 2253.66
2254.53/2261.04 c bounds - >= -2535301200456458802993406409488 @ 2253.84
2254.72/2261.21 c bounds - >= -2535301200456458802993406409487 @ 2254.02
2254.82/2261.39 c bounds - >= -2535301200456458802993406409486 @ 2254.19
2255.01/2261.56 c bounds - >= -2535301200456458802993406409485 @ 2254.37
2255.21/2261.74 c bounds - >= -2535301200456458802993406409484 @ 2254.54
2255.41/2261.92 c bounds - >= -2535301200456458802993406409483 @ 2254.72
2255.53/2262.10 c bounds - >= -2535301200456458802993406409482 @ 2254.9
2255.71/2262.27 c bounds - >= -2535301200456458802993406409481 @ 2255.07
2255.91/2262.45 c bounds - >= -2535301200456458802993406409480 @ 2255.25
2256.11/2262.62 c bounds - >= -2535301200456458802993406409479 @ 2255.42
2256.21/2262.80 c bounds - >= -2535301200456458802993406409478 @ 2255.6
2256.41/2262.97 c bounds - >= -2535301200456458802993406409477 @ 2255.77
2256.62/2263.15 c bounds - >= -2535301200456458802993406409476 @ 2255.94
2256.81/2263.32 c bounds - >= -2535301200456458802993406409475 @ 2256.12
2257.01/2263.50 c bounds - >= -2535301200456458802993406409474 @ 2256.3
2257.11/2263.68 c bounds - >= -2535301200456458802993406409473 @ 2256.48
2257.31/2263.86 c bounds - >= -2535301200456458802993406409472 @ 2256.65
2257.52/2264.03 c bounds - >= -2535301200456458802993406409471 @ 2256.83
2257.71/2264.21 c bounds - >= -2535301200456458802993406409470 @ 2257
2257.81/2264.38 c bounds - >= -2535301200456458802993406409469 @ 2257.18
2258.01/2264.56 c bounds - >= -2535301200456458802993406409468 @ 2257.36
2258.21/2264.74 c bounds - >= -2535301200456458802993406409467 @ 2257.53
2258.40/2264.92 c bounds - >= -2535301200456458802993406409466 @ 2257.71
2258.52/2265.09 c bounds - >= -2535301200456458802993406409465 @ 2257.89
2258.70/2265.27 c bounds - >= -2535301200456458802993406409464 @ 2258.06
2258.90/2265.45 c bounds - >= -2535301200456458802993406409463 @ 2258.24
2259.10/2265.63 c bounds - >= -2535301200456458802993406409462 @ 2258.42
2259.30/2265.80 c bounds - >= -2535301200456458802993406409461 @ 2258.59
2259.40/2265.97 c bounds - >= -2535301200456458802993406409460 @ 2258.76
2259.61/2266.15 c bounds - >= -2535301200456458802993406409459 @ 2258.94
2259.80/2266.33 c bounds - >= -2535301200456458802993406409458 @ 2259.12
2260.00/2266.51 c bounds - >= -2535301200456458802993406409457 @ 2259.3
2260.10/2266.69 c bounds - >= -2535301200456458802993406409456 @ 2259.47
2260.30/2266.86 c bounds - >= -2535301200456458802993406409455 @ 2259.65
2260.51/2267.04 c bounds - >= -2535301200456458802993406409454 @ 2259.82
2260.70/2267.21 c bounds - >= -2535301200456458802993406409453 @ 2260
2260.80/2267.39 c bounds - >= -2535301200456458802993406409452 @ 2260.18
2260.99/2267.57 c bounds - >= -2535301200456458802993406409451 @ 2260.35
2261.19/2267.75 c bounds - >= -2535301200456458802993406409450 @ 2260.53
2261.39/2267.93 c bounds - >= -2535301200456458802993406409449 @ 2260.71
2261.51/2268.10 c bounds - >= -2535301200456458802993406409448 @ 2260.88
2261.69/2268.28 c bounds - >= -2535301200456458802993406409447 @ 2261.06
2261.89/2268.45 c bounds - >= -2535301200456458802993406409446 @ 2261.23
2262.09/2268.63 c bounds - >= -2535301200456458802993406409445 @ 2261.41
2262.29/2268.80 c bounds - >= -2535301200456458802993406409444 @ 2261.58
2262.39/2268.98 c bounds - >= -2535301200456458802993406409443 @ 2261.76
2262.60/2269.16 c bounds - >= -2535301200456458802993406409442 @ 2261.93
2262.79/2269.33 c bounds - >= -2535301200456458802993406409441 @ 2262.11
2262.99/2269.51 c bounds - >= -2535301200456458802993406409440 @ 2262.29
2263.09/2269.69 c bounds - >= -2535301200456458802993406409439 @ 2262.47
2263.29/2269.87 c bounds - >= -2535301200456458802993406409438 @ 2262.64
2263.50/2270.04 c bounds - >= -2535301200456458802993406409437 @ 2262.82
2263.69/2270.22 c bounds - >= -2535301200456458802993406409436 @ 2262.99
2263.79/2270.40 c bounds - >= -2535301200456458802993406409435 @ 2263.17
2263.99/2270.57 c bounds - >= -2535301200456458802993406409434 @ 2263.35
2264.19/2270.75 c bounds - >= -2535301200456458802993406409433 @ 2263.52
2264.38/2270.92 c bounds - >= -2535301200456458802993406409432 @ 2263.7
2264.50/2271.10 c bounds - >= -2535301200456458802993406409431 @ 2263.87
2264.68/2271.27 c bounds - >= -2535301200456458802993406409430 @ 2264.05
2264.88/2271.45 c bounds - >= -2535301200456458802993406409429 @ 2264.22
2265.08/2271.63 c bounds - >= -2535301200456458802993406409428 @ 2264.4
2265.28/2271.80 c bounds - >= -2535301200456458802993406409427 @ 2264.57
2265.38/2271.98 c bounds - >= -2535301200456458802993406409426 @ 2264.75
2265.59/2272.16 c bounds - >= -2535301200456458802993406409425 @ 2264.93
2265.78/2272.34 c bounds - >= -2535301200456458802993406409424 @ 2265.11
2265.98/2272.51 c bounds - >= -2535301200456458802993406409423 @ 2265.28
2266.08/2272.69 c bounds - >= -2535301200456458802993406409422 @ 2265.46
2266.28/2272.87 c bounds - >= -2535301200456458802993406409421 @ 2265.63
2266.49/2273.04 c bounds - >= -2535301200456458802993406409420 @ 2265.81
2266.68/2273.22 c bounds - >= -2535301200456458802993406409419 @ 2265.99
2266.88/2273.40 c bounds - >= -2535301200456458802993406409418 @ 2266.16
2266.98/2273.58 c bounds - >= -2535301200456458802993406409417 @ 2266.34
2267.18/2273.76 c bounds - >= -2535301200456458802993406409416 @ 2266.52
2267.37/2273.94 c bounds - >= -2535301200456458802993406409415 @ 2266.7
2267.59/2274.12 c bounds - >= -2535301200456458802993406409414 @ 2266.88
2267.77/2274.30 c bounds - >= -2535301200456458802993406409413 @ 2267.06
2267.87/2274.47 c bounds - >= -2535301200456458802993406409412 @ 2267.23
2268.07/2274.65 c bounds - >= -2535301200456458802993406409411 @ 2267.41
2268.27/2274.83 c bounds - >= -2535301200456458802993406409410 @ 2267.59
2268.37/2275.00 c bounds - >= -2535301200456458802993406409409 @ 2267.76
2268.58/2275.18 c bounds - >= -2535301200456458802993406409408 @ 2267.94
2268.77/2275.35 c bounds - >= -2535301200456458802993406409407 @ 2268.11
2268.97/2275.53 c bounds - >= -2535301200456458802993406409406 @ 2268.29
2269.17/2275.70 c bounds - >= -2535301200456458802993406409405 @ 2268.46
2269.27/2275.88 c bounds - >= -2535301200456458802993406409404 @ 2268.64
2269.48/2276.06 c bounds - >= -2535301200456458802993406409403 @ 2268.81
2269.67/2276.24 c bounds - >= -2535301200456458802993406409402 @ 2268.99
2269.87/2276.42 c bounds - >= -2535301200456458802993406409401 @ 2269.17
2270.07/2276.60 c bounds - >= -2535301200456458802993406409400 @ 2269.35
2270.17/2276.78 c bounds - >= -2535301200456458802993406409399 @ 2269.53
2270.37/2276.95 c bounds - >= -2535301200456458802993406409398 @ 2269.71
2270.59/2277.13 c bounds - >= -2535301200456458802993406409397 @ 2269.89
2270.77/2277.31 c bounds - >= -2535301200456458802993406409396 @ 2270.07
2270.87/2277.49 c bounds - >= -2535301200456458802993406409395 @ 2270.24
2271.07/2277.67 c bounds - >= -2535301200456458802993406409394 @ 2270.43
2271.27/2277.85 c bounds - >= -2535301200456458802993406409393 @ 2270.6
2271.48/2278.02 c bounds - >= -2535301200456458802993406409392 @ 2270.77
2271.67/2278.20 c bounds - >= -2535301200456458802993406409391 @ 2270.95
2271.77/2278.38 c bounds - >= -2535301200456458802993406409390 @ 2271.13
2271.97/2278.55 c bounds - >= -2535301200456458802993406409389 @ 2271.3
2272.17/2278.73 c bounds - >= -2535301200456458802993406409388 @ 2271.48
2272.37/2278.91 c bounds - >= -2535301200456458802993406409387 @ 2271.66
2272.48/2279.09 c bounds - >= -2535301200456458802993406409386 @ 2271.84
2272.67/2279.27 c bounds - >= -2535301200456458802993406409385 @ 2272.02
2272.87/2279.45 c bounds - >= -2535301200456458802993406409384 @ 2272.2
2273.07/2279.63 c bounds - >= -2535301200456458802993406409383 @ 2272.38
2273.27/2279.81 c bounds - >= -2535301200456458802993406409382 @ 2272.55
2273.37/2279.99 c bounds - >= -2535301200456458802993406409381 @ 2272.73
2273.58/2280.17 c bounds - >= -2535301200456458802993406409380 @ 2272.91
2273.77/2280.35 c bounds - >= -2535301200456458802993406409379 @ 2273.09
2273.96/2280.52 c bounds - >= -2535301200456458802993406409378 @ 2273.27
2274.16/2280.71 c bounds - >= -2535301200456458802993406409377 @ 2273.45
2274.26/2280.88 c bounds - >= -2535301200456458802993406409376 @ 2273.63
2274.47/2281.06 c bounds - >= -2535301200456458802993406409375 @ 2273.8
2274.66/2281.24 c bounds - >= -2535301200456458802993406409374 @ 2273.98
2274.86/2281.42 c bounds - >= -2535301200456458802993406409373 @ 2274.16
2275.06/2281.60 c bounds - >= -2535301200456458802993406409372 @ 2274.34
2275.16/2281.77 c bounds - >= -2535301200456458802993406409371 @ 2274.51
2275.36/2281.95 c bounds - >= -2535301200456458802993406409370 @ 2274.69
2275.57/2282.13 c bounds - >= -2535301200456458802993406409369 @ 2274.87
2275.76/2282.31 c bounds - >= -2535301200456458802993406409368 @ 2275.05
2275.86/2282.48 c bounds - >= -2535301200456458802993406409367 @ 2275.22
2276.06/2282.67 c bounds - >= -2535301200456458802993406409366 @ 2275.4
2276.26/2282.84 c bounds - >= -2535301200456458802993406409365 @ 2275.58
2276.47/2283.02 c bounds - >= -2535301200456458802993406409364 @ 2275.75
2276.65/2283.20 c bounds - >= -2535301200456458802993406409363 @ 2275.93
2276.75/2283.37 c bounds - >= -2535301200456458802993406409362 @ 2276.11
2276.95/2283.55 c bounds - >= -2535301200456458802993406409361 @ 2276.28
2277.15/2283.72 c bounds - >= -2535301200456458802993406409360 @ 2276.46
2277.35/2283.90 c bounds - >= -2535301200456458802993406409359 @ 2276.63
2277.46/2284.08 c bounds - >= -2535301200456458802993406409358 @ 2276.82
2277.65/2284.27 c bounds - >= -2535301200456458802993406409357 @ 2277
2277.85/2284.44 c bounds - >= -2535301200456458802993406409356 @ 2277.17
2278.05/2284.63 c bounds - >= -2535301200456458802993406409355 @ 2277.36
2278.25/2284.81 c bounds - >= -2535301200456458802993406409354 @ 2277.53
2278.35/2284.99 c bounds - >= -2535301200456458802993406409353 @ 2277.71
2278.56/2285.17 c bounds - >= -2535301200456458802993406409352 @ 2277.9
2278.75/2285.35 c bounds - >= -2535301200456458802993406409351 @ 2278.07
2278.95/2285.53 c bounds - >= -2535301200456458802993406409350 @ 2278.25
2279.15/2285.71 c bounds - >= -2535301200456458802993406409349 @ 2278.43
2279.25/2285.89 c bounds - >= -2535301200456458802993406409348 @ 2278.62
2279.46/2286.06 c bounds - >= -2535301200456458802993406409347 @ 2278.79
2279.65/2286.24 c bounds - >= -2535301200456458802993406409346 @ 2278.96
2279.85/2286.42 c bounds - >= -2535301200456458802993406409345 @ 2279.15
2280.04/2286.61 c bounds - >= -2535301200456458802993406409344 @ 2279.33
2280.14/2286.79 c bounds - >= -2535301200456458802993406409343 @ 2279.51
2280.34/2286.97 c bounds - >= -2535301200456458802993406409342 @ 2279.69
2280.56/2287.14 c bounds - >= -2535301200456458802993406409341 @ 2279.86
2280.74/2287.32 c bounds - >= -2535301200456458802993406409340 @ 2280.04
2280.94/2287.50 c bounds - >= -2535301200456458802993406409339 @ 2280.22
2281.04/2287.69 c bounds - >= -2535301200456458802993406409338 @ 2280.41
2281.24/2287.86 c bounds - >= -2535301200456458802993406409337 @ 2280.58
2281.45/2288.05 c bounds - >= -2535301200456458802993406409336 @ 2280.77
2281.64/2288.23 c bounds - >= -2535301200456458802993406409335 @ 2280.95
2281.84/2288.41 c bounds - >= -2535301200456458802993406409334 @ 2281.12
2281.94/2288.59 c bounds - >= -2535301200456458802993406409333 @ 2281.3
2282.14/2288.77 c bounds - >= -2535301200456458802993406409332 @ 2281.49
2282.34/2288.95 c bounds - >= -2535301200456458802993406409331 @ 2281.67
2282.55/2289.13 c bounds - >= -2535301200456458802993406409330 @ 2281.85
2282.74/2289.31 c bounds - >= -2535301200456458802993406409329 @ 2282.02
2282.84/2289.49 c bounds - >= -2535301200456458802993406409328 @ 2282.21
2283.03/2289.68 c bounds - >= -2535301200456458802993406409327 @ 2282.39
2283.23/2289.85 c bounds - >= -2535301200456458802993406409326 @ 2282.56
2283.45/2290.03 c bounds - >= -2535301200456458802993406409325 @ 2282.74
2283.63/2290.21 c bounds - >= -2535301200456458802993406409324 @ 2282.93
2283.73/2290.40 c bounds - >= -2535301200456458802993406409323 @ 2283.11
2283.93/2290.57 c bounds - >= -2535301200456458802993406409322 @ 2283.28
2284.13/2290.75 c bounds - >= -2535301200456458802993406409321 @ 2283.46
2284.33/2290.94 c bounds - >= -2535301200456458802993406409320 @ 2283.65
2284.54/2291.13 c bounds - >= -2535301200456458802993406409319 @ 2283.84
2284.73/2291.31 c bounds - >= -2535301200456458802993406409318 @ 2284.02
2284.83/2291.49 c bounds - >= -2535301200456458802993406409317 @ 2284.2
2285.03/2291.67 c bounds - >= -2535301200456458802993406409316 @ 2284.38
2285.23/2291.85 c bounds - >= -2535301200456458802993406409315 @ 2284.56
2285.44/2292.03 c bounds - >= -2535301200456458802993406409314 @ 2284.74
2285.63/2292.22 c bounds - >= -2535301200456458802993406409313 @ 2284.93
2285.83/2292.40 c bounds - >= -2535301200456458802993406409312 @ 2285.11
2285.92/2292.58 c bounds - >= -2535301200456458802993406409311 @ 2285.29
2286.12/2292.76 c bounds - >= -2535301200456458802993406409310 @ 2285.46
2286.32/2292.94 c bounds - >= -2535301200456458802993406409309 @ 2285.64
2286.54/2293.13 c bounds - >= -2535301200456458802993406409308 @ 2285.83
2286.72/2293.31 c bounds - >= -2535301200456458802993406409307 @ 2286.01
2286.82/2293.49 c bounds - >= -2535301200456458802993406409306 @ 2286.19
2287.02/2293.68 c bounds - >= -2535301200456458802993406409305 @ 2286.38
2287.22/2293.86 c bounds - >= -2535301200456458802993406409304 @ 2286.56
2287.43/2294.04 c bounds - >= -2535301200456458802993406409303 @ 2286.74
2287.62/2294.23 c bounds - >= -2535301200456458802993406409302 @ 2286.93
2287.82/2294.41 c bounds - >= -2535301200456458802993406409301 @ 2287.11
2287.92/2294.59 c bounds - >= -2535301200456458802993406409300 @ 2287.29
2288.12/2294.77 c bounds - >= -2535301200456458802993406409299 @ 2287.47
2288.32/2294.95 c bounds - >= -2535301200456458802993406409298 @ 2287.64
2288.53/2295.13 c bounds - >= -2535301200456458802993406409297 @ 2287.82
2288.72/2295.31 c bounds - >= -2535301200456458802993406409296 @ 2288
2288.82/2295.49 c bounds - >= -2535301200456458802993406409295 @ 2288.18
2289.01/2295.67 c bounds - >= -2535301200456458802993406409294 @ 2288.36
2289.21/2295.85 c bounds - >= -2535301200456458802993406409293 @ 2288.54
2289.43/2296.02 c bounds - >= -2535301200456458802993406409292 @ 2288.72
2289.61/2296.20 c bounds - >= -2535301200456458802993406409291 @ 2288.89
2289.71/2296.38 c bounds - >= -2535301200456458802993406409290 @ 2289.07
2289.91/2296.56 c bounds - >= -2535301200456458802993406409289 @ 2289.25
2290.11/2296.74 c bounds - >= -2535301200456458802993406409288 @ 2289.43
2290.31/2296.92 c bounds - >= -2535301200456458802993406409287 @ 2289.61
2290.42/2297.10 c bounds - >= -2535301200456458802993406409286 @ 2289.79
2290.61/2297.28 c bounds - >= -2535301200456458802993406409285 @ 2289.97
2290.81/2297.46 c bounds - >= -2535301200456458802993406409284 @ 2290.15
2291.01/2297.64 c bounds - >= -2535301200456458802993406409283 @ 2290.33
2291.21/2297.81 c bounds - >= -2535301200456458802993406409282 @ 2290.5
2291.31/2297.99 c bounds - >= -2535301200456458802993406409281 @ 2290.68
2291.52/2298.17 c bounds - >= -2535301200456458802993406409280 @ 2290.85
2291.71/2298.35 c bounds - >= -2535301200456458802993406409279 @ 2291.04
2291.91/2298.54 c bounds - >= -2535301200456458802993406409278 @ 2291.22
2292.10/2298.71 c bounds - >= -2535301200456458802993406409277 @ 2291.4
2292.30/2298.90 c bounds - >= -2535301200456458802993406409276 @ 2291.58
2292.42/2299.08 c bounds - >= -2535301200456458802993406409275 @ 2291.76
2292.60/2299.26 c bounds - >= -2535301200456458802993406409274 @ 2291.94
2292.80/2299.44 c bounds - >= -2535301200456458802993406409273 @ 2292.12
2293.00/2299.61 c bounds - >= -2535301200456458802993406409272 @ 2292.29
2293.10/2299.79 c bounds - >= -2535301200456458802993406409271 @ 2292.47
2293.30/2299.96 c bounds - >= -2535301200456458802993406409270 @ 2292.64
2293.51/2300.15 c bounds - >= -2535301200456458802993406409269 @ 2292.82
2293.70/2300.33 c bounds - >= -2535301200456458802993406409268 @ 2293.01
2293.90/2300.51 c bounds - >= -2535301200456458802993406409267 @ 2293.18
2294.00/2300.69 c bounds - >= -2535301200456458802993406409266 @ 2293.37
2294.20/2300.87 c bounds - >= -2535301200456458802993406409265 @ 2293.54
2294.41/2301.05 c bounds - >= -2535301200456458802993406409264 @ 2293.72
2294.60/2301.23 c bounds - >= -2535301200456458802993406409263 @ 2293.91
2294.80/2301.42 c bounds - >= -2535301200456458802993406409262 @ 2294.09
2294.90/2301.59 c bounds - >= -2535301200456458802993406409261 @ 2294.26
2295.10/2301.77 c bounds - >= -2535301200456458802993406409260 @ 2294.44
2295.30/2301.95 c bounds - >= -2535301200456458802993406409259 @ 2294.62
2295.51/2302.13 c bounds - >= -2535301200456458802993406409258 @ 2294.81
2295.69/2302.31 c bounds - >= -2535301200456458802993406409257 @ 2294.99
2295.79/2302.49 c bounds - >= -2535301200456458802993406409256 @ 2295.16
2295.99/2302.67 c bounds - >= -2535301200456458802993406409255 @ 2295.34
2296.19/2302.85 c bounds - >= -2535301200456458802993406409254 @ 2295.51
2296.40/2303.03 c bounds - >= -2535301200456458802993406409253 @ 2295.7
2296.59/2303.20 c bounds - >= -2535301200456458802993406409252 @ 2295.87
2296.69/2303.38 c bounds - >= -2535301200456458802993406409251 @ 2296.05
2296.89/2303.56 c bounds - >= -2535301200456458802993406409250 @ 2296.23
2297.09/2303.74 c bounds - >= -2535301200456458802993406409249 @ 2296.41
2297.29/2303.92 c bounds - >= -2535301200456458802993406409248 @ 2296.58
2297.40/2304.10 c bounds - >= -2535301200456458802993406409247 @ 2296.76
2297.59/2304.28 c bounds - >= -2535301200456458802993406409246 @ 2296.95
2297.79/2304.47 c bounds - >= -2535301200456458802993406409245 @ 2297.13
2297.99/2304.64 c bounds - >= -2535301200456458802993406409244 @ 2297.3
2298.18/2304.82 c bounds - >= -2535301200456458802993406409243 @ 2297.48
2298.28/2305.00 c bounds - >= -2535301200456458802993406409242 @ 2297.66
2298.50/2305.19 c bounds - >= -2535301200456458802993406409241 @ 2297.85
2298.68/2305.37 c bounds - >= -2535301200456458802993406409240 @ 2298.03
2298.88/2305.55 c bounds - >= -2535301200456458802993406409239 @ 2298.21
2299.08/2305.73 c bounds - >= -2535301200456458802993406409238 @ 2298.39
2299.28/2305.91 c bounds - >= -2535301200456458802993406409237 @ 2298.57
2299.39/2306.10 c bounds - >= -2535301200456458802993406409236 @ 2298.76
2299.58/2306.28 c bounds - >= -2535301200456458802993406409235 @ 2298.94
2299.78/2306.46 c bounds - >= -2535301200456458802993406409234 @ 2299.11
2299.98/2306.63 c bounds - >= -2535301200456458802993406409233 @ 2299.29
2300.18/2306.81 c bounds - >= -2535301200456458802993406409232 @ 2299.47
2300.28/2306.99 c bounds - >= -2535301200456458802993406409231 @ 2299.65
2300.49/2307.17 c bounds - >= -2535301200456458802993406409230 @ 2299.83
2300.68/2307.35 c bounds - >= -2535301200456458802993406409229 @ 2300
2300.88/2307.52 c bounds - >= -2535301200456458802993406409228 @ 2300.18
2301.08/2307.70 c bounds - >= -2535301200456458802993406409227 @ 2300.35
2301.18/2307.88 c bounds - >= -2535301200456458802993406409226 @ 2300.54
2301.39/2308.07 c bounds - >= -2535301200456458802993406409225 @ 2300.72
2301.57/2308.24 c bounds - >= -2535301200456458802993406409224 @ 2300.89
2301.77/2308.42 c bounds - >= -2535301200456458802993406409223 @ 2301.07
2301.97/2308.60 c bounds - >= -2535301200456458802993406409222 @ 2301.25
2302.07/2308.79 c bounds - >= -2535301200456458802993406409221 @ 2301.44
2302.27/2308.98 c bounds - >= -2535301200456458802993406409220 @ 2301.63
2302.48/2309.17 c bounds - >= -2535301200456458802993406409219 @ 2301.82
2302.67/2309.35 c bounds - >= -2535301200456458802993406409218 @ 2302
2302.87/2309.54 c bounds - >= -2535301200456458802993406409217 @ 2302.18
2303.07/2309.72 c bounds - >= -2535301200456458802993406409216 @ 2302.36
2303.27/2309.90 c bounds - >= -2535301200456458802993406409215 @ 2302.55
2303.87/2310.50 c bounds - >= -2535301200456458802993406409214 @ 2303.14
2304.27/2310.99 c bounds - >= -2535301200456458802993406409213 @ 2303.63
2304.48/2311.16 c bounds - >= -2535301200456458802993406409212 @ 2303.81
2304.67/2311.35 c bounds - >= -2535301200456458802993406409211 @ 2303.99
2305.26/2311.94 c bounds - >= -2535301200456458802993406409210 @ 2304.58
2305.76/2312.47 c bounds - >= -2535301200456458802993406409209 @ 2305.11
2305.96/2312.66 c bounds - >= -2535301200456458802993406409208 @ 2305.3
2306.17/2312.85 c bounds - >= -2535301200456458802993406409207 @ 2305.49
2306.77/2313.40 c bounds - >= -2535301200456458802993406409206 @ 2306.03
2307.27/2313.90 c bounds - >= -2535301200456458802993406409205 @ 2306.54
2307.38/2314.08 c bounds - >= -2535301200456458802993406409204 @ 2306.71
2307.57/2314.26 c bounds - >= -2535301200456458802993406409203 @ 2306.89
2307.76/2314.44 c bounds - >= -2535301200456458802993406409202 @ 2307.07
2307.96/2314.61 c bounds - >= -2535301200456458802993406409201 @ 2307.25
2308.16/2314.80 c bounds - >= -2535301200456458802993406409200 @ 2307.43
2308.26/2314.98 c bounds - >= -2535301200456458802993406409199 @ 2307.61
2308.48/2315.16 c bounds - >= -2535301200456458802993406409198 @ 2307.79
2308.66/2315.34 c bounds - >= -2535301200456458802993406409197 @ 2307.97
2308.86/2315.51 c bounds - >= -2535301200456458802993406409196 @ 2308.14
2309.06/2315.70 c bounds - >= -2535301200456458802993406409195 @ 2308.33
2309.16/2315.88 c bounds - >= -2535301200456458802993406409194 @ 2308.51
2309.37/2316.07 c bounds - >= -2535301200456458802993406409193 @ 2308.69
2309.56/2316.25 c bounds - >= -2535301200456458802993406409192 @ 2308.88
2309.76/2316.44 c bounds - >= -2535301200456458802993406409191 @ 2309.07
2309.96/2316.63 c bounds - >= -2535301200456458802993406409190 @ 2309.26
2310.16/2316.82 c bounds - >= -2535301200456458802993406409189 @ 2309.45
2310.37/2317.01 c bounds - >= -2535301200456458802993406409188 @ 2309.63
2310.85/2317.55 c bounds - >= -2535301200456458802993406409187 @ 2310.18
2311.05/2317.73 c bounds - >= -2535301200456458802993406409186 @ 2310.35
2311.25/2317.91 c bounds - >= -2535301200456458802993406409185 @ 2310.53
2311.36/2318.09 c bounds - >= -2535301200456458802993406409184 @ 2310.71
2311.55/2318.27 c bounds - >= -2535301200456458802993406409183 @ 2310.89
2311.75/2318.45 c bounds - >= -2535301200456458802993406409182 @ 2311.07
2311.95/2318.64 c bounds - >= -2535301200456458802993406409181 @ 2311.26
2312.15/2318.82 c bounds - >= -2535301200456458802993406409180 @ 2311.44
2312.25/2319.00 c bounds - >= -2535301200456458802993406409179 @ 2311.62
2312.46/2319.19 c bounds - >= -2535301200456458802993406409178 @ 2311.8
2312.65/2319.37 c bounds - >= -2535301200456458802993406409177 @ 2311.99
2312.85/2319.55 c bounds - >= -2535301200456458802993406409176 @ 2312.17
2313.05/2319.74 c bounds - >= -2535301200456458802993406409175 @ 2312.35
2313.25/2319.92 c bounds - >= -2535301200456458802993406409174 @ 2312.54
2313.46/2320.11 c bounds - >= -2535301200456458802993406409173 @ 2312.72
2313.64/2320.30 c bounds - >= -2535301200456458802993406409172 @ 2312.91
2313.74/2320.48 c bounds - >= -2535301200456458802993406409171 @ 2313.09
2313.94/2320.66 c bounds - >= -2535301200456458802993406409170 @ 2313.28
2314.14/2320.85 c bounds - >= -2535301200456458802993406409169 @ 2313.46
2314.35/2321.04 c bounds - >= -2535301200456458802993406409168 @ 2313.65
2314.54/2321.22 c bounds - >= -2535301200456458802993406409167 @ 2313.83
2314.74/2321.42 c bounds - >= -2535301200456458802993406409166 @ 2314.02
2314.94/2321.60 c bounds - >= -2535301200456458802993406409165 @ 2314.21
2315.04/2321.79 c bounds - >= -2535301200456458802993406409164 @ 2314.39
2315.24/2321.97 c bounds - >= -2535301200456458802993406409163 @ 2314.58
2315.45/2322.15 c bounds - >= -2535301200456458802993406409162 @ 2314.76
2315.64/2322.33 c bounds - >= -2535301200456458802993406409161 @ 2314.94
2315.84/2322.51 c bounds - >= -2535301200456458802993406409160 @ 2315.12
2316.04/2322.70 c bounds - >= -2535301200456458802993406409159 @ 2315.31
2316.14/2322.88 c bounds - >= -2535301200456458802993406409158 @ 2315.49
2316.35/2323.07 c bounds - >= -2535301200456458802993406409157 @ 2315.68
2316.54/2323.26 c bounds - >= -2535301200456458802993406409156 @ 2315.87
2316.73/2323.45 c bounds - >= -2535301200456458802993406409155 @ 2316.05
2316.93/2323.64 c bounds - >= -2535301200456458802993406409154 @ 2316.24
2317.13/2323.82 c bounds - >= -2535301200456458802993406409153 @ 2316.42
2317.34/2324.01 c bounds - >= -2535301200456458802993406409152 @ 2316.61
2317.44/2324.19 c bounds - >= -2535301200456458802993406409151 @ 2316.79
2317.63/2324.38 c bounds - >= -2535301200456458802993406409150 @ 2316.98
2317.83/2324.57 c bounds - >= -2535301200456458802993406409149 @ 2317.17
2318.03/2324.76 c bounds - >= -2535301200456458802993406409148 @ 2317.36
2318.23/2324.94 c bounds - >= -2535301200456458802993406409147 @ 2317.54
2318.44/2325.13 c bounds - >= -2535301200456458802993406409146 @ 2317.73
2318.63/2325.31 c bounds - >= -2535301200456458802993406409145 @ 2317.91
2318.83/2325.50 c bounds - >= -2535301200456458802993406409144 @ 2318.1
2318.93/2325.69 c bounds - >= -2535301200456458802993406409143 @ 2318.28
2319.13/2325.87 c bounds - >= -2535301200456458802993406409142 @ 2318.47
2319.34/2326.06 c bounds - >= -2535301200456458802993406409141 @ 2318.65
2319.53/2326.25 c bounds - >= -2535301200456458802993406409140 @ 2318.84
2319.72/2326.45 c bounds - >= -2535301200456458802993406409139 @ 2319.04
2319.92/2326.63 c bounds - >= -2535301200456458802993406409138 @ 2319.22
2320.12/2326.82 c bounds - >= -2535301200456458802993406409137 @ 2319.41
2320.22/2327.00 c bounds - >= -2535301200456458802993406409136 @ 2319.59
2320.43/2327.19 c bounds - >= -2535301200456458802993406409135 @ 2319.78
2320.62/2327.38 c bounds - >= -2535301200456458802993406409134 @ 2319.97
2320.82/2327.57 c bounds - >= -2535301200456458802993406409133 @ 2320.15
2321.02/2327.75 c bounds - >= -2535301200456458802993406409132 @ 2320.33
2321.22/2327.93 c bounds - >= -2535301200456458802993406409131 @ 2320.52
2321.43/2328.11 c bounds - >= -2535301200456458802993406409130 @ 2320.7
2321.61/2328.30 c bounds - >= -2535301200456458802993406409129 @ 2320.89
2321.71/2328.49 c bounds - >= -2535301200456458802993406409128 @ 2321.08
2321.91/2328.68 c bounds - >= -2535301200456458802993406409127 @ 2321.26
2322.11/2328.87 c bounds - >= -2535301200456458802993406409126 @ 2321.45
2322.32/2329.06 c bounds - >= -2535301200456458802993406409125 @ 2321.64
2322.51/2329.24 c bounds - >= -2535301200456458802993406409124 @ 2321.82
2322.71/2329.43 c bounds - >= -2535301200456458802993406409123 @ 2322.01
2322.91/2329.61 c bounds - >= -2535301200456458802993406409122 @ 2322.19
2323.01/2329.79 c bounds - >= -2535301200456458802993406409121 @ 2322.37
2323.22/2329.97 c bounds - >= -2535301200456458802993406409120 @ 2322.55
2323.43/2330.16 c bounds - >= -2535301200456458802993406409119 @ 2322.73
2323.62/2330.35 c bounds - >= -2535301200456458802993406409118 @ 2322.93
2323.82/2330.53 c bounds - >= -2535301200456458802993406409117 @ 2323.11
2324.02/2330.72 c bounds - >= -2535301200456458802993406409116 @ 2323.29
2324.22/2330.91 c bounds - >= -2535301200456458802993406409115 @ 2323.49
2324.33/2331.10 c bounds - >= -2535301200456458802993406409114 @ 2323.67
2324.52/2331.28 c bounds - >= -2535301200456458802993406409113 @ 2323.86
2324.71/2331.47 c bounds - >= -2535301200456458802993406409112 @ 2324.04
2324.91/2331.66 c bounds - >= -2535301200456458802993406409111 @ 2324.23
2325.11/2331.84 c bounds - >= -2535301200456458802993406409110 @ 2324.41
2325.32/2332.04 c bounds - >= -2535301200456458802993406409109 @ 2324.61
2325.51/2332.22 c bounds - >= -2535301200456458802993406409108 @ 2324.79
2325.71/2332.41 c bounds - >= -2535301200456458802993406409107 @ 2324.98
2325.81/2332.59 c bounds - >= -2535301200456458802993406409106 @ 2325.16
2326.01/2332.78 c bounds - >= -2535301200456458802993406409105 @ 2325.34
2326.21/2332.97 c bounds - >= -2535301200456458802993406409104 @ 2325.53
2372.47/2379.40 c #Conflicts: 38000 | #Constraints: 68696
2427.60/2434.64 c #Conflicts: 39000 | #Constraints: 69696
2476.07/2483.28 c #Conflicts: 40000 | #Constraints: 70696
2513.45/2520.76 c #Conflicts: 41000 | #Constraints: 71696
2544.16/2551.58 c DATABASE CLEANUP
2544.16/2551.58 c GARBAGE COLLECT
2544.16/2551.58 c bounds - >= -2535301200456458802993406409103 @ 2543.46
2544.46/2551.81 c bounds - >= -2535301200456458802993406409102 @ 2543.68
2544.67/2552.02 c bounds - >= -2535301200456458802993406409101 @ 2543.9
2544.85/2552.24 c bounds - >= -2535301200456458802993406409100 @ 2544.11
2545.05/2552.45 c bounds - >= -2535301200456458802993406409099 @ 2544.33
2545.25/2552.67 c bounds - >= -2535301200456458802993406409098 @ 2544.54
2545.45/2552.89 c bounds - >= -2535301200456458802993406409097 @ 2544.76
2545.66/2553.10 c bounds - >= -2535301200456458802993406409096 @ 2544.98
2545.95/2553.32 c bounds - >= -2535301200456458802993406409095 @ 2545.19
2546.15/2553.53 c bounds - >= -2535301200456458802993406409094 @ 2545.4
2546.35/2553.76 c bounds - >= -2535301200456458802993406409093 @ 2545.63
2546.55/2553.98 c bounds - >= -2535301200456458802993406409092 @ 2545.84
2546.85/2554.20 c bounds - >= -2535301200456458802993406409091 @ 2546.07
2547.05/2554.42 c bounds - >= -2535301200456458802993406409090 @ 2546.28
2547.25/2554.64 c bounds - >= -2535301200456458802993406409089 @ 2546.5
2547.45/2554.87 c bounds - >= -2535301200456458802993406409088 @ 2546.73
2547.66/2555.09 c bounds - >= -2535301200456458802993406409087 @ 2546.95
2555.73/2563.15 c bounds - >= -2535301200456458802993406409086 @ 2554.99
2561.20/2568.65 c bounds - >= -2535301200456458802993406409085 @ 2560.48
2564.30/2571.73 c bounds - >= -2535301200456458802993406409084 @ 2563.55
2566.19/2573.67 c bounds - >= -2535301200456458802993406409083 @ 2565.48
2568.48/2575.98 c bounds - >= -2535301200456458802993406409082 @ 2567.78
2570.70/2578.11 c bounds - >= -2535301200456458802993406409081 @ 2569.91
2572.48/2579.93 c bounds - >= -2535301200456458802993406409080 @ 2571.72
2574.08/2581.53 c bounds - >= -2535301200456458802993406409079 @ 2573.31
2575.77/2583.26 c #Conflicts: 42000 | #Constraints: 67433
2576.47/2583.94 c bounds - >= -2535301200456458802993406409078 @ 2575.72
2578.07/2585.53 c bounds - >= -2535301200456458802993406409077 @ 2577.31
2579.57/2587.09 c bounds - >= -2535301200456458802993406409076 @ 2578.86
2581.06/2588.55 c bounds - >= -2535301200456458802993406409075 @ 2580.32
2582.75/2590.24 c bounds - >= -2535301200456458802993406409074 @ 2582
2584.25/2591.70 c bounds - >= -2535301200456458802993406409073 @ 2583.45
2585.84/2593.35 c bounds - >= -2535301200456458802993406409072 @ 2585.1
2587.34/2594.87 c bounds - >= -2535301200456458802993406409071 @ 2586.62
2589.13/2596.65 c bounds - >= -2535301200456458802993406409070 @ 2588.39
2590.64/2598.14 c bounds - >= -2535301200456458802993406409069 @ 2589.88
2592.13/2599.64 c bounds - >= -2535301200456458802993406409068 @ 2591.38
2593.53/2601.09 c bounds - >= -2535301200456458802993406409067 @ 2592.82
2595.22/2602.77 c bounds - >= -2535301200456458802993406409066 @ 2594.49
2597.11/2604.61 c bounds - >= -2535301200456458802993406409065 @ 2596.33
2598.81/2606.33 c bounds - >= -2535301200456458802993406409064 @ 2598.04
2600.51/2608.08 c bounds - >= -2535301200456458802993406409063 @ 2599.79
2602.29/2609.82 c bounds - >= -2535301200456458802993406409062 @ 2601.53
2603.99/2611.57 c bounds - >= -2535301200456458802993406409061 @ 2603.26
2605.78/2613.31 c bounds - >= -2535301200456458802993406409060 @ 2605
2607.68/2615.24 c bounds - >= -2535301200456458802993406409059 @ 2606.92
2609.17/2616.71 c bounds - >= -2535301200456458802993406409058 @ 2608.39
2610.67/2618.20 c bounds - >= -2535301200456458802993406409057 @ 2609.88
2612.07/2619.65 c bounds - >= -2535301200456458802993406409056 @ 2611.32
2613.58/2621.12 c bounds - >= -2535301200456458802993406409055 @ 2612.8
2616.65/2624.22 c bounds - >= -2535301200456458802993406409054 @ 2615.89
2618.65/2626.28 c bounds - >= -2535301200456458802993406409053 @ 2617.93
2620.45/2628.03 c bounds - >= -2535301200456458802993406409052 @ 2619.68
2622.14/2629.71 c bounds - >= -2535301200456458802993406409051 @ 2621.36
2623.63/2631.29 c bounds - >= -2535301200456458802993406409050 @ 2622.93
2625.44/2633.05 c bounds - >= -2535301200456458802993406409049 @ 2624.69
2627.22/2634.84 c bounds - >= -2535301200456458802993406409048 @ 2626.47
2628.72/2636.38 c bounds - >= -2535301200456458802993406409047 @ 2628
2630.31/2637.93 c bounds - >= -2535301200456458802993406409046 @ 2629.56
2631.81/2639.50 c bounds - >= -2535301200456458802993406409045 @ 2631.11
2633.52/2641.18 c bounds - >= -2535301200456458802993406409044 @ 2632.8
2635.30/2642.95 c bounds - >= -2535301200456458802993406409043 @ 2634.56
2637.41/2645.01 c bounds - >= -2535301200456458802993406409042 @ 2636.62
2638.89/2646.57 c bounds - >= -2535301200456458802993406409041 @ 2638.16
2640.78/2648.48 c bounds - >= -2535301200456458802993406409040 @ 2640.07
2642.67/2650.37 c bounds - >= -2535301200456458802993406409039 @ 2641.95
2644.38/2652.01 c bounds - >= -2535301200456458802993406409038 @ 2643.59
2645.87/2653.57 c bounds - >= -2535301200456458802993406409037 @ 2645.15
2647.66/2655.38 c bounds - >= -2535301200456458802993406409036 @ 2646.95
2648.66/2656.32 c bounds - >= -2535301200456458802993406409035 @ 2647.89
2650.15/2657.85 c bounds - >= -2535301200456458802993406409034 @ 2649.42
2651.75/2659.43 c bounds - >= -2535301200456458802993406409033 @ 2650.99
2653.36/2661.04 c bounds - >= -2535301200456458802993406409032 @ 2652.6
2655.04/2662.79 c bounds - >= -2535301200456458802993406409031 @ 2654.34
2657.04/2664.77 c bounds - >= -2535301200456458802993406409030 @ 2656.32
2658.74/2666.48 c bounds - >= -2535301200456458802993406409029 @ 2658.02
2660.35/2668.07 c bounds - >= -2535301200456458802993406409028 @ 2659.6
2662.53/2670.24 c bounds - >= -2535301200456458802993406409027 @ 2661.77
2664.12/2671.88 c bounds - >= -2535301200456458802993406409026 @ 2663.4
2665.72/2673.47 c bounds - >= -2535301200456458802993406409025 @ 2664.99
2667.21/2674.97 c bounds - >= -2535301200456458802993406409024 @ 2666.48
2668.11/2675.83 c bounds - >= -2535301200456458802993406409023 @ 2667.33
2671.00/2678.76 c bounds - >= -2535301200456458802993406409022 @ 2670.26
2673.31/2681.05 c bounds - >= -2535301200456458802993406409021 @ 2672.55
2675.09/2682.85 c bounds - >= -2535301200456458802993406409020 @ 2674.34
2676.68/2684.49 c bounds - >= -2535301200456458802993406409019 @ 2675.98
2678.78/2686.50 c bounds - >= -2535301200456458802993406409018 @ 2677.98
2681.77/2689.59 c bounds - >= -2535301200456458802993406409017 @ 2681.06
2683.76/2691.58 c bounds - >= -2535301200456458802993406409016 @ 2683.05
2685.76/2693.55 c bounds - >= -2535301200456458802993406409015 @ 2685
2686.27/2694.08 c #Conflicts: 43000 | #Constraints: 69556
2687.45/2695.24 c bounds - >= -2535301200456458802993406409014 @ 2686.69
2689.15/2696.92 c bounds - >= -2535301200456458802993406409013 @ 2688.37
2690.94/2698.73 c bounds - >= -2535301200456458802993406409012 @ 2690.17
2692.64/2700.42 c bounds - >= -2535301200456458802993406409011 @ 2691.86
2694.35/2702.18 c bounds - >= -2535301200456458802993406409010 @ 2693.62
2696.83/2704.67 c bounds - >= -2535301200456458802993406409009 @ 2696.1
2699.23/2707.06 c bounds - >= -2535301200456458802993406409008 @ 2698.48
2701.61/2709.42 c bounds - >= -2535301200456458802993406409007 @ 2700.83
2702.81/2710.66 c bounds - >= -2535301200456458802993406409006 @ 2702.07
2704.50/2712.38 c bounds - >= -2535301200456458802993406409005 @ 2703.79
2706.10/2714.00 c bounds - >= -2535301200456458802993406409004 @ 2705.4
2707.89/2715.79 c bounds - >= -2535301200456458802993406409003 @ 2707.19
2709.80/2717.65 c bounds - >= -2535301200456458802993406409002 @ 2709.04
2711.49/2719.30 c bounds - >= -2535301200456458802993406409001 @ 2710.68
2713.09/2720.99 c bounds - >= -2535301200456458802993406409000 @ 2712.36
2714.88/2722.77 c bounds - >= -2535301200456458802993406408999 @ 2714.14
2716.98/2724.86 c bounds - >= -2535301200456458802993406408998 @ 2716.22
2718.87/2726.76 c bounds - >= -2535301200456458802993406408997 @ 2718.12
2720.87/2728.75 c bounds - >= -2535301200456458802993406408996 @ 2720.1
2722.76/2730.63 c bounds - >= -2535301200456458802993406408995 @ 2721.98
2724.45/2732.36 c bounds - >= -2535301200456458802993406408994 @ 2723.7
2726.16/2734.06 c bounds - >= -2535301200456458802993406408993 @ 2725.4
2729.04/2736.90 c bounds - >= -2535301200456458802993406408992 @ 2728.23
2730.84/2738.74 c bounds - >= -2535301200456458802993406408991 @ 2730.07
2733.33/2741.24 c bounds - >= -2535301200456458802993406408990 @ 2732.55
2735.72/2743.67 c bounds - >= -2535301200456458802993406408989 @ 2734.98
2736.23/2744.18 c bounds - >= -2535301200456458802993406408988 @ 2735.49
2738.41/2746.32 c bounds - >= -2535301200456458802993406408987 @ 2737.62
2739.61/2747.52 c bounds - >= -2535301200456458802993406408986 @ 2738.82
2741.40/2749.36 c bounds - >= -2535301200456458802993406408985 @ 2740.65
2742.40/2750.34 c bounds - >= -2535301200456458802993406408984 @ 2741.63
2744.79/2752.74 c bounds - >= -2535301200456458802993406408983 @ 2744.02
2746.10/2754.03 c bounds - >= -2535301200456458802993406408982 @ 2745.31
2748.09/2756.06 c bounds - >= -2535301200456458802993406408981 @ 2747.33
2749.88/2757.87 c bounds - >= -2535301200456458802993406408980 @ 2749.14
2751.87/2759.87 c bounds - >= -2535301200456458802993406408979 @ 2751.13
2753.67/2761.68 c bounds - >= -2535301200456458802993406408978 @ 2752.93
2755.66/2763.61 c bounds - >= -2535301200456458802993406408977 @ 2754.86
2758.07/2766.07 c bounds - >= -2535301200456458802993406408976 @ 2757.31
2759.85/2767.86 c bounds - >= -2535301200456458802993406408975 @ 2759.1
2761.65/2769.69 c bounds - >= -2535301200456458802993406408974 @ 2760.92
2763.85/2771.85 c bounds - >= -2535301200456458802993406408973 @ 2763.08
2765.94/2774.00 c bounds - >= -2535301200456458802993406408972 @ 2765.22
2768.23/2776.24 c bounds - >= -2535301200456458802993406408971 @ 2767.45
2770.04/2778.05 c bounds - >= -2535301200456458802993406408970 @ 2769.26
2771.82/2779.84 c bounds - >= -2535301200456458802993406408969 @ 2771.05
2773.62/2781.63 c bounds - >= -2535301200456458802993406408968 @ 2772.83
2775.31/2783.39 c bounds - >= -2535301200456458802993406408967 @ 2774.58
2777.61/2785.61 c bounds - >= -2535301200456458802993406408966 @ 2776.8
2779.30/2787.35 c bounds - >= -2535301200456458802993406408965 @ 2778.53
2781.19/2789.21 c bounds - >= -2535301200456458802993406408964 @ 2780.38
2782.89/2790.99 c bounds - >= -2535301200456458802993406408963 @ 2782.16
2784.78/2792.85 c bounds - >= -2535301200456458802993406408962 @ 2784.02
2787.09/2795.15 c bounds - >= -2535301200456458802993406408961 @ 2786.3
2788.77/2796.88 c bounds - >= -2535301200456458802993406408960 @ 2788.03
2790.57/2798.62 c bounds - >= -2535301200456458802993406408959 @ 2789.77
2795.55/2803.68 c bounds - >= -2535301200456458802993406408958 @ 2794.81
2797.96/2806.05 c bounds - >= -2535301200456458802993406408957 @ 2797.17
2800.24/2808.30 c bounds - >= -2535301200456458802993406408956 @ 2799.41
2802.53/2810.67 c bounds - >= -2535301200456458802993406408955 @ 2801.78
2803.83/2812.01 c #Conflicts: 44000 | #Constraints: 71513
2804.63/2812.75 c bounds - >= -2535301200456458802993406408954 @ 2803.85
2806.62/2814.77 c bounds - >= -2535301200456458802993406408953 @ 2805.87
2808.61/2816.76 c bounds - >= -2535301200456458802993406408952 @ 2807.85
2810.51/2818.67 c bounds - >= -2535301200456458802993406408951 @ 2809.75
2812.60/2820.74 c bounds - >= -2535301200456458802993406408950 @ 2811.82
2814.70/2822.87 c bounds - >= -2535301200456458802993406408949 @ 2813.94
2816.79/2824.91 c bounds - >= -2535301200456458802993406408948 @ 2815.98
2818.59/2826.74 c bounds - >= -2535301200456458802993406408947 @ 2817.8
2820.48/2828.66 c bounds - >= -2535301200456458802993406408946 @ 2819.72
2822.77/2831.00 c bounds - >= -2535301200456458802993406408945 @ 2822.05
2825.27/2833.47 c bounds - >= -2535301200456458802993406408944 @ 2824.52
2827.26/2835.41 c bounds - >= -2535301200456458802993406408943 @ 2826.45
2829.16/2837.39 c bounds - >= -2535301200456458802993406408942 @ 2828.43
2831.55/2839.72 c bounds - >= -2535301200456458802993406408941 @ 2830.75
2833.35/2841.57 c bounds - >= -2535301200456458802993406408940 @ 2832.59
2835.24/2843.45 c bounds - >= -2535301200456458802993406408939 @ 2834.47
2837.53/2845.74 c bounds - >= -2535301200456458802993406408938 @ 2836.75
2839.94/2848.15 c bounds - >= -2535301200456458802993406408937 @ 2839.15
2841.93/2850.15 c bounds - >= -2535301200456458802993406408936 @ 2841.15
2843.83/2852.07 c bounds - >= -2535301200456458802993406408935 @ 2843.06
2846.21/2854.46 c bounds - >= -2535301200456458802993406408934 @ 2845.45
2849.10/2857.37 c bounds - >= -2535301200456458802993406408933 @ 2848.34
2851.19/2859.42 c bounds - >= -2535301200456458802993406408932 @ 2850.39
2853.59/2861.80 c bounds - >= -2535301200456458802993406408931 @ 2852.77
2855.48/2863.70 c bounds - >= -2535301200456458802993406408930 @ 2854.66
2857.38/2865.64 c bounds - >= -2535301200456458802993406408929 @ 2856.59
2859.27/2867.54 c bounds - >= -2535301200456458802993406408928 @ 2858.49
2861.06/2869.36 c bounds - >= -2535301200456458802993406408927 @ 2860.31
2863.87/2872.18 c bounds - >= -2535301200456458802993406408926 @ 2863.11
2866.15/2874.48 c bounds - >= -2535301200456458802993406408925 @ 2865.41
2868.24/2876.56 c bounds - >= -2535301200456458802993406408924 @ 2867.49
2870.54/2878.81 c bounds - >= -2535301200456458802993406408923 @ 2869.73
2872.84/2881.13 c bounds - >= -2535301200456458802993406408922 @ 2872.04
2875.42/2883.72 c bounds - >= -2535301200456458802993406408921 @ 2874.62
2877.52/2885.80 c bounds - >= -2535301200456458802993406408920 @ 2876.7
2879.41/2887.79 c bounds - >= -2535301200456458802993406408919 @ 2878.68
2881.61/2890.00 c bounds - >= -2535301200456458802993406408918 @ 2880.88
2883.71/2892.03 c bounds - >= -2535301200456458802993406408917 @ 2882.91
2885.99/2894.30 c bounds - >= -2535301200456458802993406408916 @ 2885.17
2887.99/2896.31 c bounds - >= -2535301200456458802993406408915 @ 2887.18
2889.98/2898.31 c bounds - >= -2535301200456458802993406408914 @ 2889.17
2892.38/2900.77 c bounds - >= -2535301200456458802993406408913 @ 2891.62
2894.08/2902.46 c bounds - >= -2535301200456458802993406408912 @ 2893.31
2895.79/2904.16 c bounds - >= -2535301200456458802993406408911 @ 2895.01
2897.07/2905.45 c bounds - >= -2535301200456458802993406408910 @ 2896.29
2898.68/2907.08 c bounds - >= -2535301200456458802993406408909 @ 2897.92
2900.36/2908.70 c bounds - >= -2535301200456458802993406408908 @ 2899.53
2902.06/2910.40 c bounds - >= -2535301200456458802993406408907 @ 2901.23
2903.95/2912.36 c bounds - >= -2535301200456458802993406408906 @ 2903.18
2906.04/2914.49 c bounds - >= -2535301200456458802993406408905 @ 2905.3
2908.14/2916.54 c bounds - >= -2535301200456458802993406408904 @ 2907.35
2910.13/2918.59 c bounds - >= -2535301200456458802993406408903 @ 2909.4
2912.74/2921.13 c bounds - >= -2535301200456458802993406408902 @ 2911.92
2914.63/2923.08 c bounds - >= -2535301200456458802993406408901 @ 2913.87
2916.73/2925.11 c bounds - >= -2535301200456458802993406408900 @ 2915.89
2918.62/2927.05 c bounds - >= -2535301200456458802993406408899 @ 2917.82
2920.50/2928.96 c bounds - >= -2535301200456458802993406408898 @ 2919.73
2922.50/2930.92 c bounds - >= -2535301200456458802993406408897 @ 2921.68
2924.49/2932.91 c bounds - >= -2535301200456458802993406408896 @ 2923.66
2926.38/2934.88 c bounds - >= -2535301200456458802993406408895 @ 2925.64
2928.48/2936.97 c bounds - >= -2535301200456458802993406408894 @ 2927.72
2931.58/2940.01 c bounds - >= -2535301200456458802993406408893 @ 2930.75
2933.68/2942.19 c bounds - >= -2535301200456458802993406408892 @ 2932.93
2935.96/2944.45 c bounds - >= -2535301200456458802993406408891 @ 2935.18
2947.42/2955.94 c #Conflicts: 45000 | #Constraints: 73732
2989.30/2997.99 c #Conflicts: 46000 | #Constraints: 74732
3001.37/3010.08 c DATABASE CLEANUP
3001.37/3010.08 c GARBAGE COLLECT
3001.37/3010.08 c rational objective -2.5353e+30
3009.35/3018.06 c bounds - >= -2535301200456458802993406408890 @ 3008.55
3012.34/3021.09 c bounds - >= -2535301200456458802993406408889 @ 3011.57
3014.52/3023.29 c bounds - >= -2535301200456458802993406408888 @ 3013.77
3016.52/3025.21 c bounds - >= -2535301200456458802993406408887 @ 3015.68
3019.01/3027.72 c bounds - >= -2535301200456458802993406408886 @ 3018.18
3022.00/3030.74 c bounds - >= -2535301200456458802993406408885 @ 3021.19
3024.30/3033.05 c bounds - >= -2535301200456458802993406408884 @ 3023.49
3026.40/3035.17 c bounds - >= -2535301200456458802993406408883 @ 3025.61
3028.39/3037.17 c bounds - >= -2535301200456458802993406408882 @ 3027.6
3031.28/3040.02 c bounds - >= -2535301200456458802993406408881 @ 3030.43
3035.07/3043.81 c bounds - >= -2535301200456458802993406408880 @ 3034.22
3038.27/3047.03 c bounds - >= -2535301200456458802993406408879 @ 3037.42
3039.75/3048.59 c bounds - >= -2535301200456458802993406408878 @ 3038.98
3041.75/3050.59 c bounds - >= -2535301200456458802993406408877 @ 3040.97
3043.64/3052.45 c bounds - >= -2535301200456458802993406408876 @ 3042.83
3045.43/3054.24 c bounds - >= -2535301200456458802993406408875 @ 3044.61
3046.43/3055.23 c bounds - >= -2535301200456458802993406408874 @ 3045.61
3048.13/3056.95 c bounds - >= -2535301200456458802993406408873 @ 3047.32
3049.82/3058.62 c bounds - >= -2535301200456458802993406408872 @ 3048.99
3051.71/3060.54 c bounds - >= -2535301200456458802993406408871 @ 3050.9
3053.81/3062.66 c bounds - >= -2535301200456458802993406408870 @ 3053
3056.50/3065.30 c bounds - >= -2535301200456458802993406408869 @ 3055.64
3058.50/3067.34 c bounds - >= -2535301200456458802993406408868 @ 3057.68
3060.69/3069.55 c bounds - >= -2535301200456458802993406408867 @ 3059.88
3062.38/3071.25 c bounds - >= -2535301200456458802993406408866 @ 3061.57
3065.37/3074.21 c bounds - >= -2535301200456458802993406408865 @ 3064.52
3068.86/3077.71 c bounds - >= -2535301200456458802993406408864 @ 3068.02
3070.17/3079.04 c bounds - >= -2535301200456458802993406408863 @ 3069.34
3071.27/3080.14 c bounds - >= -2535301200456458802993406408862 @ 3070.44
3072.35/3081.28 c bounds - >= -2535301200456458802993406408861 @ 3071.58
3074.16/3083.03 c bounds - >= -2535301200456458802993406408860 @ 3073.32
3074.75/3083.66 c #Conflicts: 47000 | #Constraints: 70765
3075.84/3084.71 c bounds - >= -2535301200456458802993406408859 @ 3075
3077.84/3086.79 c bounds - >= -2535301200456458802993406408858 @ 3077.07
3079.73/3088.63 c bounds - >= -2535301200456458802993406408857 @ 3078.9
3081.53/3090.43 c bounds - >= -2535301200456458802993406408856 @ 3080.69
3083.32/3092.24 c bounds - >= -2535301200456458802993406408855 @ 3082.5
3085.13/3094.03 c bounds - >= -2535301200456458802993406408854 @ 3084.28
3087.12/3096.05 c bounds - >= -2535301200456458802993406408853 @ 3086.3
3089.30/3098.23 c bounds - >= -2535301200456458802993406408852 @ 3088.47
3091.21/3100.13 c bounds - >= -2535301200456458802993406408851 @ 3090.37
3092.99/3101.90 c bounds - >= -2535301200456458802993406408850 @ 3092.13
3094.70/3103.67 c bounds - >= -2535301200456458802993406408849 @ 3093.89
3096.39/3105.38 c bounds - >= -2535301200456458802993406408848 @ 3095.6
3098.10/3107.09 c bounds - >= -2535301200456458802993406408847 @ 3097.3
3100.68/3109.61 c bounds - >= -2535301200456458802993406408846 @ 3099.82
3102.57/3111.57 c bounds - >= -2535301200456458802993406408845 @ 3101.78
3104.97/3114.01 c bounds - >= -2535301200456458802993406408844 @ 3104.2
3106.86/3115.85 c bounds - >= -2535301200456458802993406408843 @ 3106.04
3108.76/3117.77 c bounds - >= -2535301200456458802993406408842 @ 3107.96
3110.65/3119.60 c bounds - >= -2535301200456458802993406408841 @ 3109.78
3112.65/3121.65 c bounds - >= -2535301200456458802993406408840 @ 3111.82
3114.84/3123.85 c bounds - >= -2535301200456458802993406408839 @ 3114.02
3117.04/3126.03 c bounds - >= -2535301200456458802993406408838 @ 3116.19
3119.33/3128.35 c bounds - >= -2535301200456458802993406408837 @ 3118.51
3121.22/3130.27 c bounds - >= -2535301200456458802993406408836 @ 3120.42
3123.13/3132.14 c bounds - >= -2535301200456458802993406408835 @ 3122.28
3124.91/3133.98 c bounds - >= -2535301200456458802993406408834 @ 3124.12
3126.80/3135.85 c bounds - >= -2535301200456458802993406408833 @ 3125.99
3129.11/3138.15 c bounds - >= -2535301200456458802993406408832 @ 3128.28
3130.79/3139.82 c bounds - >= -2535301200456458802993406408831 @ 3129.94
3132.79/3141.87 c bounds - >= -2535301200456458802993406408830 @ 3131.98
3134.68/3143.78 c bounds - >= -2535301200456458802993406408829 @ 3133.89
3136.99/3146.01 c bounds - >= -2535301200456458802993406408828 @ 3136.12
3139.17/3148.27 c bounds - >= -2535301200456458802993406408827 @ 3138.37
3141.76/3150.81 c bounds - >= -2535301200456458802993406408826 @ 3140.9
3143.65/3152.77 c bounds - >= -2535301200456458802993406408825 @ 3142.86
3145.65/3154.74 c bounds - >= -2535301200456458802993406408824 @ 3144.82
3147.95/3157.04 c bounds - >= -2535301200456458802993406408823 @ 3147.11
3149.95/3159.11 c bounds - >= -2535301200456458802993406408822 @ 3149.17
3152.23/3161.37 c bounds - >= -2535301200456458802993406408821 @ 3151.43
3154.12/3163.29 c bounds - >= -2535301200456458802993406408820 @ 3153.34
3156.12/3165.25 c bounds - >= -2535301200456458802993406408819 @ 3155.3
3158.11/3167.24 c bounds - >= -2535301200456458802993406408818 @ 3157.28
3160.60/3169.77 c bounds - >= -2535301200456458802993406408817 @ 3159.8
3163.50/3172.67 c bounds - >= -2535301200456458802993406408816 @ 3162.69
3165.59/3174.77 c bounds - >= -2535301200456458802993406408815 @ 3164.79
3167.08/3176.22 c bounds - >= -2535301200456458802993406408814 @ 3166.23
3167.68/3176.86 c bounds - >= -2535301200456458802993406408813 @ 3166.88
3169.68/3178.86 c bounds - >= -2535301200456458802993406408812 @ 3168.87
3171.67/3180.84 c bounds - >= -2535301200456458802993406408811 @ 3170.84
3173.67/3182.83 c bounds - >= -2535301200456458802993406408810 @ 3172.83
3175.66/3184.82 c bounds - >= -2535301200456458802993406408809 @ 3174.81
3183.74/3192.95 c #Conflicts: 48000 | #Constraints: 72681
3237.08/3246.48 c #Conflicts: 49000 | #Constraints: 73681
3270.78/3280.20 c #Conflicts: 50000 | #Constraints: 74681
3303.98/3313.57 c #Conflicts: 51000 | #Constraints: 75681
3304.77/3314.33 c DATABASE CLEANUP
3304.77/3314.33 c GARBAGE COLLECT
3304.77/3314.33 c rational objective -2.5353e+30
3311.15/3320.75 c bounds - >= -2535301200456458802993406408808 @ 3310.3
3313.46/3323.07 c bounds - >= -2535301200456458802993406408807 @ 3312.62
3315.34/3324.97 c bounds - >= -2535301200456458802993406408806 @ 3314.51
3317.63/3327.25 c bounds - >= -2535301200456458802993406408805 @ 3316.78
3319.73/3329.31 c bounds - >= -2535301200456458802993406408804 @ 3318.83
3321.32/3330.99 c bounds - >= -2535301200456458802993406408803 @ 3320.51
3324.53/3334.13 c bounds - >= -2535301200456458802993406408802 @ 3323.65
3326.91/3336.52 c bounds - >= -2535301200456458802993406408801 @ 3326.03
3329.10/3338.70 c bounds - >= -2535301200456458802993406408800 @ 3328.21
3330.80/3340.49 c bounds - >= -2535301200456458802993406408799 @ 3329.99
3332.40/3342.02 c bounds - >= -2535301200456458802993406408798 @ 3331.51
3334.19/3343.80 c bounds - >= -2535301200456458802993406408797 @ 3333.29
3335.88/3345.55 c bounds - >= -2535301200456458802993406408796 @ 3335.04
3338.67/3348.31 c bounds - >= -2535301200456458802993406408795 @ 3337.78
3340.87/3350.52 c bounds - >= -2535301200456458802993406408794 @ 3339.98
3342.66/3352.31 c bounds - >= -2535301200456458802993406408793 @ 3341.77
3344.47/3354.11 c bounds - >= -2535301200456458802993406408792 @ 3343.57
3346.65/3356.32 c bounds - >= -2535301200456458802993406408791 @ 3345.77
3348.36/3358.03 c bounds - >= -2535301200456458802993406408790 @ 3347.48
3350.24/3359.90 c bounds - >= -2535301200456458802993406408789 @ 3349.34
3351.94/3361.62 c bounds - >= -2535301200456458802993406408788 @ 3351.05
3353.93/3363.61 c bounds - >= -2535301200456458802993406408787 @ 3353.04
3356.03/3365.76 c bounds - >= -2535301200456458802993406408786 @ 3355.18
3357.52/3367.28 c bounds - >= -2535301200456458802993406408785 @ 3356.71
3359.12/3368.83 c bounds - >= -2535301200456458802993406408784 @ 3358.25
3360.71/3370.47 c bounds - >= -2535301200456458802993406408783 @ 3359.89
3362.61/3372.38 c bounds - >= -2535301200456458802993406408782 @ 3361.79
3365.10/3374.83 c bounds - >= -2535301200456458802993406408781 @ 3364.23
3366.90/3376.64 c bounds - >= -2535301200456458802993406408780 @ 3366.03
3368.69/3378.46 c bounds - >= -2535301200456458802993406408779 @ 3367.85
3370.40/3380.19 c bounds - >= -2535301200456458802993406408778 @ 3369.58
3372.30/3382.05 c bounds - >= -2535301200456458802993406408777 @ 3371.43
3373.98/3383.74 c bounds - >= -2535301200456458802993406408776 @ 3373.11
3375.78/3385.50 c bounds - >= -2535301200456458802993406408775 @ 3374.87
3377.39/3387.13 c bounds - >= -2535301200456458802993406408774 @ 3376.5
3379.07/3388.81 c bounds - >= -2535301200456458802993406408773 @ 3378.18
3380.77/3390.59 c bounds - >= -2535301200456458802993406408772 @ 3379.94
3385.95/3395.74 c bounds - >= -2535301200456458802993406408771 @ 3385.08
3388.04/3397.80 c bounds - >= -2535301200456458802993406408770 @ 3387.14
3390.84/3400.66 c bounds - >= -2535301200456458802993406408769 @ 3389.99
3392.63/3402.46 c bounds - >= -2535301200456458802993406408768 @ 3391.78
3395.42/3405.20 c bounds - >= -2535301200456458802993406408767 @ 3394.51
3397.23/3407.07 c bounds - >= -2535301200456458802993406408766 @ 3396.37
3399.11/3408.93 c bounds - >= -2535301200456458802993406408765 @ 3398.24
3400.91/3410.77 c bounds - >= -2535301200456458802993406408764 @ 3400.06
3402.70/3412.59 c bounds - >= -2535301200456458802993406408763 @ 3401.88
3404.60/3414.41 c bounds - >= -2535301200456458802993406408762 @ 3403.69
3406.39/3416.26 c bounds - >= -2535301200456458802993406408761 @ 3405.54
3408.48/3418.30 c bounds - >= -2535301200456458802993406408760 @ 3407.57
3410.58/3420.41 c bounds - >= -2535301200456458802993406408759 @ 3409.68
3412.67/3422.57 c bounds - >= -2535301200456458802993406408758 @ 3411.83
3415.37/3425.28 c bounds - >= -2535301200456458802993406408757 @ 3414.54
3417.46/3427.39 c bounds - >= -2535301200456458802993406408756 @ 3416.64
3419.75/3429.61 c bounds - >= -2535301200456458802993406408755 @ 3418.85
3421.85/3431.79 c bounds - >= -2535301200456458802993406408754 @ 3421.02
3422.16/3432.09 c #Conflicts: 52000 | #Constraints: 72188
3423.84/3433.74 c bounds - >= -2535301200456458802993406408753 @ 3422.97
3425.04/3434.92 c bounds - >= -2535301200456458802993406408752 @ 3424.15
3426.03/3435.99 c bounds - >= -2535301200456458802993406408751 @ 3425.21
3429.24/3439.14 c bounds - >= -2535301200456458802993406408750 @ 3428.36
3431.42/3441.39 c bounds - >= -2535301200456458802993406408749 @ 3430.6
3434.01/3443.96 c bounds - >= -2535301200456458802993406408748 @ 3433.16
3436.00/3445.96 c bounds - >= -2535301200456458802993406408747 @ 3435.15
3438.11/3448.11 c bounds - >= -2535301200456458802993406408746 @ 3437.29
3440.10/3450.05 c bounds - >= -2535301200456458802993406408745 @ 3439.23
3442.58/3452.51 c bounds - >= -2535301200456458802993406408744 @ 3441.68
3444.38/3454.36 c bounds - >= -2535301200456458802993406408743 @ 3443.53
3446.47/3456.45 c bounds - >= -2535301200456458802993406408742 @ 3445.61
3448.47/3458.49 c bounds - >= -2535301200456458802993406408741 @ 3447.64
3450.56/3460.59 c bounds - >= -2535301200456458802993406408740 @ 3449.74
3452.56/3462.55 c bounds - >= -2535301200456458802993406408739 @ 3451.7
3455.06/3465.05 c bounds - >= -2535301200456458802993406408738 @ 3454.18
3456.94/3466.99 c bounds - >= -2535301200456458802993406408737 @ 3456.13
3458.84/3468.82 c bounds - >= -2535301200456458802993406408736 @ 3457.95
3460.73/3470.76 c bounds - >= -2535301200456458802993406408735 @ 3459.88
3462.63/3472.65 c bounds - >= -2535301200456458802993406408734 @ 3461.77
3464.83/3474.86 c bounds - >= -2535301200456458802993406408733 @ 3463.97
3467.22/3477.24 c bounds - >= -2535301200456458802993406408732 @ 3466.34
3469.22/3479.28 c bounds - >= -2535301200456458802993406408731 @ 3468.37
3471.31/3481.37 c bounds - >= -2535301200456458802993406408730 @ 3470.46
3473.60/3483.68 c bounds - >= -2535301200456458802993406408729 @ 3472.76
3475.60/3485.66 c bounds - >= -2535301200456458802993406408728 @ 3474.74
3477.49/3487.57 c bounds - >= -2535301200456458802993406408727 @ 3476.64
3479.49/3489.55 c bounds - >= -2535301200456458802993406408726 @ 3478.62
3481.48/3491.53 c bounds - >= -2535301200456458802993406408725 @ 3480.59
3483.37/3493.44 c bounds - >= -2535301200456458802993406408724 @ 3482.5
3485.27/3495.38 c bounds - >= -2535301200456458802993406408723 @ 3484.43
3487.26/3497.34 c bounds - >= -2535301200456458802993406408722 @ 3486.38
3489.97/3500.05 c bounds - >= -2535301200456458802993406408721 @ 3489.08
3492.15/3502.23 c bounds - >= -2535301200456458802993406408720 @ 3491.26
3494.24/3504.35 c bounds - >= -2535301200456458802993406408719 @ 3493.37
3496.05/3506.13 c bounds - >= -2535301200456458802993406408718 @ 3495.14
3497.95/3508.06 c bounds - >= -2535301200456458802993406408717 @ 3497.07
3499.94/3510.04 c bounds - >= -2535301200456458802993406408716 @ 3499.04
3502.04/3512.14 c bounds - >= -2535301200456458802993406408715 @ 3501.14
3504.22/3514.33 c bounds - >= -2535301200456458802993406408714 @ 3503.33
3506.31/3516.49 c bounds - >= -2535301200456458802993406408713 @ 3505.48
3508.40/3518.51 c bounds - >= -2535301200456458802993406408712 @ 3507.49
3510.40/3520.57 c bounds - >= -2535301200456458802993406408711 @ 3509.55
3512.49/3522.63 c bounds - >= -2535301200456458802993406408710 @ 3511.6
3514.49/3524.67 c bounds - >= -2535301200456458802993406408709 @ 3513.63
3516.58/3526.75 c bounds - >= -2535301200456458802993406408708 @ 3515.71
3518.58/3528.79 c bounds - >= -2535301200456458802993406408707 @ 3517.74
3520.47/3530.65 c bounds - >= -2535301200456458802993406408706 @ 3519.6
3521.88/3532.08 c bounds - >= -2535301200456458802993406408703 @ 3521.03
3536.52/3546.71 c bounds - >= -2535301200456458802993406408702 @ 3535.61
3538.83/3549.06 c bounds - >= -2535301200456458802993406408701 @ 3537.96
3542.01/3552.28 c bounds - >= -2535301200456458802993406408700 @ 3541.17
3543.70/3554.00 c bounds - >= -2535301200456458802993406408699 @ 3542.88
3546.09/3556.39 c bounds - >= -2535301200456458802993406408698 @ 3545.27
3548.49/3558.77 c bounds - >= -2535301200456458802993406408697 @ 3547.63
3549.09/3559.34 c #Conflicts: 53000 | #Constraints: 73796
3551.18/3561.40 c bounds - >= -2535301200456458802993406408696 @ 3550.25
3553.08/3563.31 c bounds - >= -2535301200456458802993406408695 @ 3552.16
3557.46/3567.78 c bounds - >= -2535301200456458802993406408694 @ 3556.61
3560.45/3570.78 c bounds - >= -2535301200456458802993406408693 @ 3559.61
3562.45/3572.75 c bounds - >= -2535301200456458802993406408692 @ 3561.56
3564.34/3574.69 c bounds - >= -2535301200456458802993406408691 @ 3563.49
3566.44/3576.73 c bounds - >= -2535301200456458802993406408690 @ 3565.53
3568.53/3578.82 c bounds - >= -2535301200456458802993406408689 @ 3567.61
3570.42/3580.74 c bounds - >= -2535301200456458802993406408688 @ 3569.52
3572.74/3583.01 c bounds - >= -2535301200456458802993406408687 @ 3571.78
3574.92/3585.25 c bounds - >= -2535301200456458802993406408686 @ 3574.01
3576.91/3587.20 c bounds - >= -2535301200456458802993406408685 @ 3575.96
3579.00/3589.32 c bounds - >= -2535301200456458802993406408684 @ 3578.08
3581.81/3592.15 c bounds - >= -2535301200456458802993406408683 @ 3580.89
3584.18/3594.56 c bounds - >= -2535301200456458802993406408682 @ 3583.3
3586.38/3596.79 c bounds - >= -2535301200456458802993406408681 @ 3585.51
3588.97/3599.36 c bounds - >= -2535301200456458802993406408680 @ 3588.08
3591.27/3601.67 c bounds - >= -2535301200456458802993406408679 @ 3590.38
3593.96/3604.38 c bounds - >= -2535301200456458802993406408678 @ 3593.08
3596.66/3607.02 c bounds - >= -2535301200456458802993406408677 @ 3595.71
3599.34/3609.74 c bounds - >= -2535301200456458802993406408676 @ 3598.42
3600.04/3610.41 c cpu time 3599.09 s
3600.04/3610.41 c deterministic time 360060433382 3.60e+11
3600.04/3610.41 c optimization time 1.04006 s
3600.04/3610.41 c total solve time 3597.9 s
3600.04/3610.41 c core-guided solve time 2377.05 s
3600.04/3610.41 c propagation time 986.18 s
3600.04/3610.41 c conflict analysis time 2572.8 s
3600.04/3610.41 c local search time 0 s
3600.04/3610.41 c propagations 79050738
3600.04/3610.41 c resolve steps 21489639
3600.04/3610.41 c resolve steps with general constraints 3436198
3600.04/3610.41 c decisions 2528115
3600.04/3610.41 c conflicts 53593
3600.04/3610.41 c overflow fixes 392623
3600.04/3610.41 c conflicts with overflow fixes 48509
3600.04/3610.41 c restarts 163
3600.04/3610.41 c inprocessing phases 15
3600.04/3610.41 c garbage collections 15 ,( 100.00 )
3600.04/3610.41 c input clauses 72101 ,( 79.98 )
3600.04/3610.41 c input cardinalities 8099 ,( 8.98 )
3600.04/3610.41 c input general constraints 9954 ,( 11.04 )
3600.04/3610.41 c input average constraint length 22.51
3600.04/3610.41 c input average constraint degree 4.52e+85
3600.04/3610.41 c input average constraint degree bitlength 0.89
3600.04/3610.41 c learned clauses 3511 ,( 6.47 )
3600.04/3610.41 c learned cardinalities 8 ,( 0.01 )
3600.04/3610.41 c learned general constraints 50768 ,( 93.52 )
3600.04/3610.41 c learned average constraint length 9318.19
3600.04/3610.41 c learned average constraint degree 5.04e+10
3600.04/3610.41 c learned average constraint degree bitlength 30.22
3600.04/3610.41 c watched CF 32, 64, 128, Arb: 2201 , 0 , 0 , 0
3600.04/3610.41 c counting CF 32, 64, 128, Arb: 58517 , 0 , 1 , 4
3600.04/3610.41 c watched constraints 2201 ,( 3.62 )
3600.04/3610.41 c counting constraints 58521 ,( 96.38 )
3600.04/3610.41 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 45989592 , 5511872 , 41160637390 ,( 12126975 , 41148510415 )
3600.04/3610.41 c pure literals detected 0
3600.04/3610.41 c unique literal constraints detected 0
3600.04/3610.41 c gcd simplifications 5565
3600.04/3610.41 c detected cardinalities 179
3600.04/3610.41 c divisions strengthening the constraint 0
3600.04/3610.41 c weakened non-implied lits 15727199
3600.04/3610.41 c weakened non-implying lits 88757
3600.04/3610.41 c percentage of cover cuts not using all falsified lits 0.000
3600.04/3610.41 c average MIR cut multiplier 1.25e+04
3600.04/3610.41 c average MIR cut multiplier bitlength 0.696
3600.04/3610.41 c original variables 20501
3600.04/3610.41 c clausal propagations 44555809
3600.04/3610.41 c cardinality propagations 2861474
3600.04/3610.41 c watched propagations 22614
3600.04/3610.41 c counting propagations 8996500
3600.04/3610.41 c watch lookups 73638764865
3600.04/3610.41 c watch backjump lookups 0
3600.04/3610.41 c watch checks 549550991
3600.04/3610.41 c propagation checks 279086864440
3600.04/3610.41 c constraint additions 6622000770
3600.04/3610.41 c trail pops 81606658
3600.04/3610.41 c formula constraints 65856
3600.04/3610.41 c learned constraints 54253
3600.04/3610.41 c bound constraints 1862
3600.04/3610.41 c core-guided constraints 22435
3600.04/3610.41 c encountered formula constraints 20307830
3600.04/3610.41 c encountered learned constraints 153298
3600.04/3610.41 c encountered bound constraints 2225
3600.04/3610.41 c encountered core-guided constraints 1079704
3600.04/3610.41 c LP total time 15.2027 s
3600.04/3610.41 c LP solve time 7.41 s
3600.04/3610.41 c LP constraints added 50102
3600.04/3610.41 c LP constraints removed 3
3600.04/3610.41 c LP pivots internal 51194
3600.04/3610.41 c LP pivots root 15610
3600.04/3610.41 c LP calls 264
3600.04/3610.41 c LP optimalities 222
3600.04/3610.41 c LP no pivot count 74
3600.04/3610.41 c LP infeasibilities 35
3600.04/3610.41 c LP valid Farkas constraints 31
3600.04/3610.41 c LP learned Farkas constraints 0
3600.04/3610.41 c LP basis resets 4
3600.04/3610.41 c LP cycling count 0
3600.04/3610.41 c LP singular count 0
3600.04/3610.41 c LP no primal count 0
3600.04/3610.41 c LP no farkas count 0
3600.04/3610.41 c LP other issue count 4
3600.04/3610.41 c LP Gomory cuts 3
3600.04/3610.41 c LP learned cuts 1
3600.04/3610.41 c LP deleted cuts 3
3600.04/3610.41 c LP encountered Gomory constraints 1
3600.04/3610.41 c LP encountered Farkas constraints 174
3600.04/3610.41 c LP encountered learned Farkas constraints 0
3600.04/3610.41 c CG auxiliary variables introduced 8099
3600.04/3610.41 c CG solutions found 0
3600.04/3610.41 c CG cores constructed 1862
3600.04/3610.41 c CG core cardinality constraints returned 0
3600.04/3610.41 c CG unit cores 0
3600.04/3610.41 c CG single cores 1861
3600.04/3610.41 c CG blocks removed during cardinality reduction 0
3600.04/3610.41 c CG first core best 0
3600.04/3610.41 c CG decision core best 0
3600.04/3610.41 c CG core reduction tie 1
3600.04/3610.41 c CG core degree average 1.00
3600.04/3610.41 c CG core slack average 93.33
3600.04/3610.41 c CG core upper bound improvements 0
3600.04/3610.41 c STR number of successful calls 0
3600.04/3610.41 c STR number of unsuccessful calls 0
3600.04/3610.41 c STR number of inconclusive calls 0
3600.04/3610.41 c STR number of successful attempts 0
3600.04/3610.41 c STR number of unsuccessful attempts 0
3600.04/3610.41 c STR number of inconclusive attempts 0
3600.04/3610.41 c STR average degree increase per successful call inf
3600.04/3610.41 c STR average degree increase per successful attempt inf
3600.04/3610.41 c STR total number of conflicts for successful attempts 0
3600.04/3610.41 c STR total number of conflicts for unsuccessful attempts 0
3600.04/3610.41 c STR total number of conflicts for inconclusive attempts 0
3600.04/3610.41 c STR average number of conflicts per successful attempt inf
3600.04/3610.41 c STR average number of conflicts per unsuccessful attempt inf
3600.04/3610.41 c STR average number of conflicts per inconclusive attempt inf
3600.04/3610.41 c IHS number of seeded input constraints 0
3600.04/3610.41 c IHS number of seeded weakened input constraints 0
3600.04/3610.41 c IHS number of successful local search calls 0
3600.04/3610.41 c IHS number of timeouts for local search 0
3600.04/3610.41 c IHS number of complete search calls 0
3600.04/3610.41 c IHS number of optimal complete search calls 0
3600.04/3610.41 c IHS number of complete search progress calls 0
3600.04/3610.41 c IHS number of solutions from local search 0
3600.04/3610.41 c IHS number of upper bounds from local search 0
3600.04/3610.41 c IHS number of cores from local search 0
3600.04/3610.41 c IHS number of discarded solutions from local search 0
3600.04/3610.41 c IHS number of solutions from complete search 0
3600.04/3610.41 c IHS number of upper bounds from complete search 0
3600.04/3610.41 c IHS number of cores from complete search 0
3600.04/3610.41 c IHS number of discarded solutions from complete search 0
3600.04/3610.41 c IHS local search time 0 s
3600.04/3610.41 c IHS complete search time 0 s
3600.04/3610.41 c IHS core extraction time 0 s
3600.04/3610.41 c AVG.sumWPerc 93.60
3600.04/3610.41 c bigint constraints 5
3600.04/3610.41 s UNKNOWN
3600.04/3610.41 c Program interrupted by user.
Verifier Data
ERROR: no interpretation found !
Watcher Data
runsolver version 3.4.3 (svn: 5215) 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.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4787008-1782193768/watcher-4787008-1782193768 -o /tmp/evaluation-result-4787008-1782193768/solver-4787008-1782193768 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4787008-1782193768/vars-4787008-1782193768 --bin-var /tmp/runsolver-exch-nodeE010-1782193768-2322506 --watchdog 3760 ./run-opt.sh HOME/instance-4787008-1782193768.opb
running on 4 cores: 28-31
CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
2500 MHz: 6,8,10,24,26,40,42-43,52,54
3550 MHz: 4-5,7,16-19,28-31,33,48-51,56-59
3600 MHz: 0-3,9,11-15,20-23,25,27,32,34-39,41,44-47,53,55,60-63
WARNING: cores do not run at the same frequency!
Cores frequency (cpufreq):
3600 MHz: 0-3
CPU governors:
performance: 28-31
NUMA information:
number of nodes: 8
node 0: cores 0-7, 128055 MiB (116857 MiB free)
node 1: cores 8-15, 128973 MiB (114126 MiB free)
node 2: cores 16-23, 129019 MiB (119670 MiB free)
node 3: cores 24-31, 129003 MiB (120195 MiB free)
node 4: cores 32-39, 129019 MiB (118754 MiB free)
node 5: cores 40-47, 129019 MiB (119393 MiB free)
node 6: cores 48-55, 129019 MiB (118919 MiB free)
node 7: cores 56-63, 128474 MiB (118182 MiB free)
node distances:
10 12 12 12 32 32 32 32
12 10 12 12 32 32 32 32
12 12 10 12 32 32 32 32
12 12 12 10 32 32 32 32
32 32 32 32 10 12 12 12
32 32 32 32 12 10 12 12
32 32 32 32 12 12 10 12
32 32 32 32 12 12 12 10
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=2322774, runsolver pid=2322755
[startup+0.100065 s]*
/proc/loadavg: 3.03 8.07 12.61 11/850 2322812
/proc/meminfo: memFree=968660108/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=68636 memory=25724 CPUtime=0.07 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 4404 0 0 0 5 2 0 0 20 0 1 0 152664588 70283264 6380 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 17159 6431 2053 1755 0 4994 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 72828 KiB
Current children cumulated memory: 28864 KiB
[startup+0.213839 s]*
/proc/loadavg: 3.03 8.07 12.61 9/847 2322840
/proc/meminfo: memFree=968581888/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=118532 memory=66912 CPUtime=0.18 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 22594 0 0 0 14 4 0 0 20 0 1 0 152664588 121376768 16724 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 29633 16728 2692 1755 0 17468 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 122724 KiB
Current children cumulated memory: 70052 KiB
[startup+0.313913 s]*
/proc/loadavg: 3.03 8.07 12.61 8/842 2322843
/proc/meminfo: memFree=968540836/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=142172 memory=94028 CPUtime=0.28 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 27179 0 0 0 24 4 0 0 20 0 1 0 152664588 145584128 23376 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 35543 23507 2852 1755 0 23378 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 146364 KiB
Current children cumulated memory: 97168 KiB
[startup+0.70013 s]
/proc/loadavg: 3.03 8.07 12.61 6/842 2322843
/proc/meminfo: memFree=968478444/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=153472 memory=104364 CPUtime=0.65 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 28712 0 0 0 61 4 0 0 20 0 1 0 152664588 157155328 26009 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 38368 26091 2883 1755 0 26203 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 157664 KiB
Current children cumulated memory: 107504 KiB
[startup+1.50013 s]
/proc/loadavg: 3.03 8.07 12.61 6/842 2322843
/proc/meminfo: memFree=968178876/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=160608 memory=112524 CPUtime=1.45 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 30692 0 0 0 140 5 0 0 20 0 1 0 152664588 164462592 28057 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 40152 28131 2947 1755 0 27987 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 164800 KiB
Current children cumulated memory: 115664 KiB
[startup+3.11308 s]
/proc/loadavg: 3.03 8.07 12.61 8/846 2323148
/proc/meminfo: memFree=968128552/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=195432 memory=142140 CPUtime=3.06 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 37586 0 0 0 301 5 0 0 20 0 1 0 152664588 200122368 35484 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 48858 35535 2947 1755 0 36693 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 199624 KiB
Current children cumulated memory: 145280 KiB
[startup+6.30013 s]
/proc/loadavg: 4.15 8.21 12.63 17/900 2323297
/proc/meminfo: memFree=967138724/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=233072 memory=176864 CPUtime=6.24 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 44735 0 0 0 618 6 0 0 20 0 1 0 152664588 238665728 44109 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 58268 44216 2947 1755 0 46103 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 237264 KiB
Current children cumulated memory: 180004 KiB
[startup+12.7002 s]
/proc/loadavg: 5.18 8.36 12.65 17/900 2323297
/proc/meminfo: memFree=966571532/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=309472 memory=255060 CPUtime=12.62 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 59694 0 0 0 1255 7 0 0 20 0 1 0 152664588 316899328 63646 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 77368 63765 2947 1755 0 65203 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 313664 KiB
Current children cumulated memory: 258200 KiB
[startup+25.5002 s]
/proc/loadavg: 7.72 8.77 12.72 17/900 2323297
/proc/meminfo: memFree=965124636/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=532604 memory=439344 CPUtime=25.38 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 95034 0 0 0 2529 9 0 0 20 0 1 0 152664588 545386496 109737 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 133151 109836 2947 1755 0 120986 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 536796 KiB
Current children cumulated memory: 442484 KiB
[startup+51.1135 s]
/proc/loadavg: 10.55 9.35 12.81 17/900 2323297
/proc/meminfo: memFree=963411300/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=806056 memory=669464 CPUtime=50.91 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 137234 0 0 0 5079 12 0 0 20 0 1 0 152664588 825401344 167256 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 201514 167366 2947 1755 0 189349 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 810248 KiB
Current children cumulated memory: 672604 KiB
[startup+102.3 s]
/proc/loadavg: 13.98 10.46 13.00 17/892 2323300
/proc/meminfo: memFree=961985780/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=884456 memory=754944 CPUtime=101.95 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 154987 0 0 0 10181 14 0 0 20 0 1 0 152664588 905682944 188645 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 221114 188736 3011 1755 0 208949 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 888648 KiB
Current children cumulated memory: 758084 KiB
[startup+162.3 s]
################
# More data... #
################
/proc/2322777/statm: 746538 651137 3011 1755 0 734373 0
Current children cumulated CPU time: 3033.56 s
Current children cumulated vsize: 2990344 KiB
Current children cumulated memory: 2607688 KiB
[startup+3102.3 s]
/proc/loadavg: 16.12 16.16 16.05 17/886 2323504
/proc/meminfo: memFree=948516764/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=2986152 memory=2604564 CPUtime=3093.39 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 456220 0 0 0 309252 87 0 0 20 0 1 0 152664588 3057819648 650930 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 746538 651141 3011 1755 0 734373 0
Current children cumulated CPU time: 3093.39 s
Current children cumulated vsize: 2990344 KiB
Current children cumulated memory: 2607704 KiB
[startup+3162.3 s]
/proc/loadavg: 16.04 16.13 16.04 17/887 2323508
/proc/meminfo: memFree=948304896/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=2986152 memory=2604572 CPUtime=3153.23 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 456222 0 0 0 315235 88 0 0 20 0 1 0 152664588 3057819648 650930 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 746538 651143 3011 1755 0 734373 0
Current children cumulated CPU time: 3153.23 s
Current children cumulated vsize: 2990344 KiB
Current children cumulated memory: 2607712 KiB
[startup+3222.3 s]
/proc/loadavg: 16.01 16.10 16.04 17/887 2323511
/proc/meminfo: memFree=948276540/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=2986152 memory=2604572 CPUtime=3213.05 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 456222 0 0 0 321217 88 0 0 20 0 1 0 152664588 3057819648 650930 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 746538 651143 3011 1755 0 734373 0
Current children cumulated CPU time: 3213.05 s
Current children cumulated vsize: 2990344 KiB
Current children cumulated memory: 2607712 KiB
[startup+3282.3 s]
/proc/loadavg: 16.06 16.09 16.04 17/887 2323512
/proc/meminfo: memFree=948051012/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=2986152 memory=2604580 CPUtime=3272.87 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 456864 0 0 0 327198 89 0 0 20 0 1 0 152664588 3057819648 650930 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 746538 651145 3011 1755 0 734373 0
Current children cumulated CPU time: 3272.87 s
Current children cumulated vsize: 2990344 KiB
Current children cumulated memory: 2607720 KiB
[startup+3342.3 s]
/proc/loadavg: 16.02 16.08 16.03 17/887 2323513
/proc/meminfo: memFree=947851912/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=3037388 memory=2694980 CPUtime=3332.69 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 468027 0 0 0 333178 91 0 0 20 0 1 0 152664588 3110285312 673539 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 759347 673745 3011 1755 0 747182 0
Current children cumulated CPU time: 3332.69 s
Current children cumulated vsize: 3041580 KiB
Current children cumulated memory: 2698120 KiB
[startup+3402.3 s]
/proc/loadavg: 16.01 16.06 16.03 17/887 2323514
/proc/meminfo: memFree=947813736/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=3047908 memory=2701556 CPUtime=3392.53 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 469676 0 0 0 339161 92 0 0 20 0 1 0 152664588 3121057792 675203 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 761977 675389 3011 1755 0 749812 0
Current children cumulated CPU time: 3392.53 s
Current children cumulated vsize: 3052100 KiB
Current children cumulated memory: 2704696 KiB
[startup+3462.3 s]
/proc/loadavg: 16.00 16.05 16.02 17/886 2323515
/proc/meminfo: memFree=947711464/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=3047908 memory=2701680 CPUtime=3452.36 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 469707 0 0 0 345144 92 0 0 20 0 1 0 152664588 3121057792 675203 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 761977 675420 3011 1755 0 749812 0
Current children cumulated CPU time: 3452.36 s
Current children cumulated vsize: 3052100 KiB
Current children cumulated memory: 2704820 KiB
[startup+3522.3 s]
/proc/loadavg: 16.00 16.03 16.02 17/886 2323516
/proc/meminfo: memFree=947621212/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=3047908 memory=2701780 CPUtime=3512.19 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 470239 0 0 0 351126 93 0 0 20 0 1 0 152664588 3121057792 675203 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 761977 675445 3011 1755 0 749812 0
Current children cumulated CPU time: 3512.19 s
Current children cumulated vsize: 3052100 KiB
Current children cumulated memory: 2704920 KiB
[startup+3582.3 s]
/proc/loadavg: 16.03 16.04 16.02 17/886 2323517
/proc/meminfo: memFree=947594328/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=3047908 memory=2701780 CPUtime=3572.03 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 470640 0 0 0 357107 96 0 0 20 0 1 0 152664588 3121057792 675203 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 761977 675445 3011 1755 0 749812 0
Current children cumulated CPU time: 3572.03 s
Current children cumulated vsize: 3052100 KiB
Current children cumulated memory: 2704920 KiB
Maximum CPU time exceeded: sending SIGTERM then SIGKILL
[startup+3610.4 s]
/proc/loadavg: 16.02 16.03 16.01 17/886 2323517
/proc/meminfo: memFree=947570768/1055320708 swapFree=32681384/33554428
[pid=2322774] ppid=2322755 vsize=4192 memory=3140 CPUtime=0 cores=28-31
/proc/2322774/stat : 2322774 (run-opt.sh) S 2322755 2322774 2322489 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 152664586 4292608 640 18446744073709551615 94255089823744 94255090718277 140729029597168 0 0 0 65536 4 65538 1 0 0 17 31 0 0 0 0 0 94255090957328 94255091005072 94255105630208 140729029601577 140729029601667 140729029601667 140729029607403 0
/proc/2322774/statm: 1048 785 707 219 0 110 0
[pid=2322777] ppid=2322774 vsize=3048936 memory=2702056 CPUtime=3600.04 cores=28-31
/proc/2322777/stat : 2322777 (roundingsat) R 2322774 2322774 2322489 0 -1 4194304 470715 0 0 0 359907 97 0 0 20 0 1 0 152664588 3122110464 675331 18446744073709551615 4194304 11382409 140720539224400 0 0 0 0 0 8405026 0 0 0 17 28 0 0 0 0 0 12505888 12515512 20307968 140720539228080 140720539228578 140720539228578 140720539234282 0
/proc/2322777/statm: 762234 675514 3011 1755 0 750069 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 3053128 KiB
Current children cumulated memory: 2705196 KiB
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
[startup+3610.41 s]
# the end of solver process 2322774 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)
# cumulated CPU time of all completed processes: user=0 s, system=0.002891 s
[startup+3610.44 s]
# the end of solver process 2322777 was just reported to runsolver
# Child status: 2
# cumulated CPU time of all completed processes: user=3599.1 s, system=0.992871 s
# this solver process was not waited by its parent and was adopted by runsolver
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
Child status: 2
Real time (s): 3610.44
CPU time (s): 3600.09
CPU user time (s): 3599.1
CPU system time (s): 0.992871
CPU usage (%): 99.7134
Max. virtual memory (cumulated for all children) (KiB): 3053128
Max. memory (cumulated for all children) (KiB): 2705196
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.1
system time used= 0.992871
maximum resident set size= 2701836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 470947
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= 319
involuntary context switches= 2532
# summary of solver processes directly reported to runsolver:
# pid: 2322774,2322777
# total CPU time (s): 3600.09
# total CPU user time (s): 3599.1
# total CPU system time (s): 0.992871
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1315 second user time and 37.3969 second system time
The end
Launcher Data
Begin job on nodeE010 at 2026-06-23 07:49:28
IDJOB=4787008
IDBENCH=147492
IDSOLVER=3616
FILE ID=nodeE010/4787008-1782193768
RUNJOBID= nodeE010-1782193768-2322506
SLURM_JOB_ID= 12510965
Free space on /tmp= 798280 MiB
SOLVER NAME= roundingsat-satsuma-opt 2026-06-11
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=200-sizeP=101-sizeQ=200-864124249-max.opb
COMMAND LINE= ./run-opt.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4787008-1782193768/watcher-4787008-1782193768 -o /tmp/evaluation-result-4787008-1782193768/solver-4787008-1782193768 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4787008-1782193768/vars-4787008-1782193768 --bin-var /tmp/runsolver-exch-nodeE010-1782193768-2322506 --watchdog 3760 ./run-opt.sh HOME/instance-4787008-1782193768.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3
MD5SUM BENCH= 180f91cfb412c22bae1760c8d54e9c1f
RANDOM SEED=13333927
nodeE010 Linux 5.14.0-611.55.1.el9_7.0.3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 19:21:10 UTC 2026
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3586.886
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 0
cpu cores : 32
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 1
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3581.814
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 1
cpu cores : 32
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 2
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3570.746
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 2
cpu cores : 32
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 3
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3583.451
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 3
cpu cores : 32
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 4
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3573.128
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 64
cpu cores : 32
apicid : 64
initial apicid : 64
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 5
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3569.502
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 65
cpu cores : 32
apicid : 65
initial apicid : 65
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 6
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 66
cpu cores : 32
apicid : 66
initial apicid : 66
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 7
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3576.333
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 67
cpu cores : 32
apicid : 67
initial apicid : 67
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 8
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3591.245
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 32
cpu cores : 32
apicid : 32
initial apicid : 32
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 9
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3592.040
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 33
cpu cores : 32
apicid : 33
initial apicid : 33
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 10
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3594.458
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 34
cpu cores : 32
apicid : 34
initial apicid : 34
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 11
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3590.542
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 35
cpu cores : 32
apicid : 35
initial apicid : 35
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 12
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3615.789
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 96
cpu cores : 32
apicid : 96
initial apicid : 96
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 13
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3617.453
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 97
cpu cores : 32
apicid : 97
initial apicid : 97
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 14
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3611.220
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 98
cpu cores : 32
apicid : 98
initial apicid : 98
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 15
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3611.997
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 99
cpu cores : 32
apicid : 99
initial apicid : 99
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 16
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3562.785
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 48
cpu cores : 32
apicid : 48
initial apicid : 48
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 17
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3563.513
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 49
cpu cores : 32
apicid : 49
initial apicid : 49
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 18
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3575.324
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 50
cpu cores : 32
apicid : 50
initial apicid : 50
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 19
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3562.091
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 51
cpu cores : 32
apicid : 51
initial apicid : 51
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 20
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3588.275
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 112
cpu cores : 32
apicid : 112
initial apicid : 112
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 21
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3584.236
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 113
cpu cores : 32
apicid : 113
initial apicid : 113
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 22
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 114
cpu cores : 32
apicid : 114
initial apicid : 114
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 23
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3582.731
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 115
cpu cores : 32
apicid : 115
initial apicid : 115
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 24
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3586.845
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 16
cpu cores : 32
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 25
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3587.435
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 17
cpu cores : 32
apicid : 17
initial apicid : 17
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 26
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 18
cpu cores : 32
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 27
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3591.175
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 19
cpu cores : 32
apicid : 19
initial apicid : 19
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 28
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3570.473
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 80
cpu cores : 32
apicid : 80
initial apicid : 80
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 29
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3571.707
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 81
cpu cores : 32
apicid : 81
initial apicid : 81
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 30
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3573.267
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 82
cpu cores : 32
apicid : 82
initial apicid : 82
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 31
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 0
siblings : 32
core id : 83
cpu cores : 32
apicid : 83
initial apicid : 83
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 32
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3580.015
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 0
cpu cores : 32
apicid : 128
initial apicid : 128
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 33
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3586.211
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 1
cpu cores : 32
apicid : 129
initial apicid : 129
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 34
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3580.558
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 2
cpu cores : 32
apicid : 130
initial apicid : 130
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 35
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3584.949
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 3
cpu cores : 32
apicid : 131
initial apicid : 131
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 36
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3579.649
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 64
cpu cores : 32
apicid : 192
initial apicid : 192
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 37
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 65
cpu cores : 32
apicid : 193
initial apicid : 193
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 38
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3575.612
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 66
cpu cores : 32
apicid : 194
initial apicid : 194
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 39
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3574.762
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 67
cpu cores : 32
apicid : 195
initial apicid : 195
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 40
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3573.774
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 32
cpu cores : 32
apicid : 160
initial apicid : 160
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 41
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3576.433
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 33
cpu cores : 32
apicid : 161
initial apicid : 161
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 42
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3580.042
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 34
cpu cores : 32
apicid : 162
initial apicid : 162
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 43
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3579.192
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 35
cpu cores : 32
apicid : 163
initial apicid : 163
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 44
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 96
cpu cores : 32
apicid : 224
initial apicid : 224
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 45
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 97
cpu cores : 32
apicid : 225
initial apicid : 225
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 46
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3585.517
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 98
cpu cores : 32
apicid : 226
initial apicid : 226
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 47
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 99
cpu cores : 32
apicid : 227
initial apicid : 227
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 48
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3571.934
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 48
cpu cores : 32
apicid : 176
initial apicid : 176
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 49
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3572.753
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 49
cpu cores : 32
apicid : 177
initial apicid : 177
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 50
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3571.287
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 50
cpu cores : 32
apicid : 178
initial apicid : 178
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 51
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3579.205
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 51
cpu cores : 32
apicid : 179
initial apicid : 179
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 52
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3579.721
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 112
cpu cores : 32
apicid : 240
initial apicid : 240
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 53
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 2493.659
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 113
cpu cores : 32
apicid : 241
initial apicid : 241
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 54
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3579.979
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 114
cpu cores : 32
apicid : 242
initial apicid : 242
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 55
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3572.408
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 115
cpu cores : 32
apicid : 243
initial apicid : 243
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 56
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3559.823
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 16
cpu cores : 32
apicid : 144
initial apicid : 144
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 57
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3555.432
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 17
cpu cores : 32
apicid : 145
initial apicid : 145
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 58
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3558.775
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 18
cpu cores : 32
apicid : 146
initial apicid : 146
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 59
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3557.916
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 19
cpu cores : 32
apicid : 147
initial apicid : 147
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 60
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3586.095
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 80
cpu cores : 32
apicid : 208
initial apicid : 208
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 61
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3587.875
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 81
cpu cores : 32
apicid : 209
initial apicid : 209
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 62
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3585.235
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 82
cpu cores : 32
apicid : 210
initial apicid : 210
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
processor : 63
vendor_id : AuthenticAMD
cpu family : 26
model : 2
model name : AMD EPYC 9355 32-Core Processor
stepping : 1
microcode : 0xb00215a
cpu MHz : 3585.855
cache size : 1024 KB
physical id : 1
siblings : 32
core id : 83
cpu cores : 32
apicid : 211
initial apicid : 211
fpu : yes
fpu_exception : yes
cpuid level : 16
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips : 7090.34
TLB size : 192 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]
/proc/meminfo:
MemTotal: 1055320708 kB
MemFree: 968730048 kB
MemAvailable: 1048060308 kB
Buffers: 32 kB
Cached: 83109976 kB
SwapCached: 6964 kB
Active: 1389104 kB
Inactive: 81776452 kB
Active(anon): 91828 kB
Inactive(anon): 50268 kB
Active(file): 1297276 kB
Inactive(file): 81726184 kB
Unevictable: 9000 kB
Mlocked: 0 kB
SwapTotal: 33554428 kB
SwapFree: 32681384 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 180636 kB
Writeback: 4 kB
AnonPages: 64060 kB
Mapped: 65396 kB
Shmem: 86548 kB
KReclaimable: 1111848 kB
Slab: 1626888 kB
SReclaimable: 1111848 kB
SUnreclaim: 515040 kB
KernelStack: 14000 kB
PageTables: 4432 kB
SecPageTables: 15560 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 561214780 kB
Committed_AS: 1385660 kB
VmallocTotal: 13743895347199 kB
VmallocUsed: 478420 kB
VmallocChunk: 0 kB
Percpu: 116224 kB
HardwareCorrupted: 0 kB
AnonHugePages: 4096 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FileHugePages: 0 kB
FilePmdMapped: 0 kB
CmaTotal: 0 kB
CmaFree: 0 kB
Unaccepted: 0 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
Hugetlb: 0 kB
DirectMap4k: 385476 kB
DirectMap2M: 20908032 kB
DirectMap1G: 1052770304 kB
Free space on /tmp at the end= 798248 MiB
End job on nodeE010 at 2026-06-23 08:49:39