Monitoring dynamic units that operate in complex, dynamic environments, is provided in order to classify and track unit behavior over time. When domain knowledge is available, feature-based models may be used to capture the essential state information of the units. When domain knowledge is not available, raw data is relied upon to perform this task. By analyzing logs of event messages (without having access to their data dictionary), embodiments allow the identification of anomalies (novelties). Specifically, a Normalized Compression Distance (such as one based on kolmogorov complexity) may be applied to logs of event messages. By analyzing the similarity and differences of the event message logs, units are identified that did not experience any abnormality (and locate regions of normal operations) and units that departed from such regions.
|
1. A method to monitor dynamic units that operate in dynamic environments comprising:
collecting raw data to capture state information of the units;
using a processor to analyze the raw data by obtaining a set of normalized compression distance (ncd) of the raw data based on a kolmogorov complexity to identify an anomaly in a unit
visualizing the set of ncd in a two dimensional space;
minimizing distortion of the visualization by using a Kruskal's Stress-1 projection;
wherein the raw data is obtained by tracking an aircraft flight, the method further comprising tracking additional aircraft flights, computing a set of ncd for each additional flight, projecting the set of ncd in a two dimensional space for viewing, and classifying flights that are potential anomalies.
9. A method to monitor dynamic units that operate in dynamic environments comprising:
defining a virtual string of data for a normal operation of the units in which no anomalies occur;
collecting raw data to capture state information of the units;
using a processor to analyze the raw data by obtaining a set of normalized compression distance (ncd) of the raw data versus the virtual string of data for a normal operation and based on a kolmogorov complexity to identify anomaly in a unit; and
visualizing the set of ncd in a two dimensional space;
wherein the raw data is obtained by tracking an aircraft flight, the method further comprising tracking additional aircraft flights, computing a set of ncd for each additional flight, projecting the set of ncd in a two dimensional space for viewing, and classifying flights that are potential anomalies.
3. The method of
4. The method of
5. The method of
7. The method of
8. The method of
11. The method of
13. The method of
14. The method of
16. The method of
|
This application claims the benefit of U.S. Provisional Patent Application No. 60/803,604 filed on May 31, 2006 and entitled “AUTOMATED KERNEL EXTRACTION SYSTEM AND APPROACH FOR FINDING DISCRIMINATORY FEATURES”, which is hereby incorporated by reference in its entirety for all purposes.
This application is related to U.S. patent application Ser. No. 11/755,898 filed on May 31, 2007 and entitled “A METHOD AND SYSTEM OF CREATING HEALTH OPERATING ENVELOPE FOR DYNAMIC SYSTEMS BY UNSUPERVISED LEARNING OF A SEQUENCE OF DISCRETE EVENT CODES”, which is hereby incorporated by reference in its entirety for all purposes.
This application is related to U.S. patent application Ser. No. 11/755,893 filed on May 31, 2007 and entitled “AUTOMATED KERNEL EXTRACTION”, now U.S. Pat. No. 7,814,034, which is hereby incorporated by reference in its entirety for all purposes.
This application is related to U.S. patent application Ser. No. 11/682,025 filed on Mar. 5, 2007 and entitled “Kernel Split Find: A Method for Fault Detection and Localization in Time Series and Spatial Data”, which is hereby incorporated by reference in its entirety for all purposes.
The present invention relates generally to the use of complexity metrics to define regions of normal and abnormal operational behavior among a fleet of dynamic systems (therein referred to as units).
the concept of Kolmogorov Complexity is based on the amount of information contained in a string and one's ability to replicate the information with a program or model, which will be shorter than the original data. For instance, a sequence “x”, composed of 10,000,000 zeroes, could be represented by a much shorter program that generates the string by concatenating 10,000,000 zeroes. The minimum length of such program P(x), is referred to as |P(x)|=K(x).
To do the same with another string “y”, using P(x) as the starting point for encoding y, one can indicate this as P(x,y), and the minimum length of such program as |P(x,y)|=K(x,y). Assuming that “y” is similar to “x”, then P(x) would be a good starting point for P(x,y) and only small changes would be needed to generate “y” from P(x,y). Alternatively, when y is completely unrelated to “x”. Then our starting point would not provide any advantage. This concept is captured by the Normalized Information Distance (NID), which is defined as:
Since K(x) is actually not computable, one must use a surrogate. To this end a compressor may be utilized, which compresses a string to make its storage or transmission more efficient. One can denote the length of the compressed string “x” as C(x). The metric—analogous to the NID—is the Normalized Compression Distance (NCD), which is defined as:
When C(x)<C(y), then, the metric NCD(x,y) captures the improvement due to compressing string “y” using string “x” as the previously compressed database (numerator), with compressing string “y” from scratch (denominator).
These concepts have been previously used to create static classification, affinity groups in music [showing musical similarities/differences of various composers, linguistic taxonomies [showing the hierarchical grouping of many natural languages], biological taxonomies [showing the hierarchical grouping of animals based on DNA similarities], etc.
Embodiments of the present invention are directed to systems and methods that are further described in the following description and claims. Advantages and features of embodiments of the present invention may become apparent from the description, accompanying drawings and claims.
For a more complete understanding of the present invention and the advantages thereof, reference is now made to the following description taken in conjunction with the accompanying drawings in which like reference numerals indicate like features and wherein:
Preferred embodiments of the present invention are illustrated in the Figs., like numerals being used to refer to like and corresponding parts of the various drawings.
Embodiments of the present invention pertain to the use of complexity metrics to define regions of normal and abnormal operational behavior among a fleet of dynamic systems (herein referred to as units). Specifically, embodiments may describe a method and system for defining a featureless similarity among units of a fleet. The similarity is based on a stream of information, such as the real-time collection of unit-related events in an event log.
This information can then be used to compute pairwise dissimilarities, which will determine the degree to which one unit's behavior differs from another, strictly based on the generation of event messages. An N-dimensional vector composed of the pairwise differences between a unit and all other ones. one can track these N-dimensional vectors over time, projecting their time-stamped n-dimensional positions onto a 2-dimensional plane for visualization, and define regions of normal (as well as abnormal) unit behaviors. This method and system provide us with early warning detection of anomalies that will allow us to allocate additional monitoring resources, schedule preventive maintenance, limit down-time, and in general reduce the cost of unexpected maintenance events.
Embodiments of the present invention pertain relate to a method and system for detecting anomalous behavior among units in a fleet, operating in dynamic environment. For example, it provides early detection of anomalies in a fleet of aircraft, trucks or CT scanners. The method extends complexity metrics to monitor and classify the behaviors of dynamic systems, i.e. dynamic units operating in complex, dynamic environments. In these environments, two units that are close to each other at a given time might, later on, exhibit increasingly different behaviors, departing from each other. One can monitor their trajectory and their relative distance from a shared reference point. More specifically, one can monitor the formation of clusters [of units], and their modifications over time. This can be used to identify regions of operational normality, units that belong to those regions, units that start departing from them and units that have become clear anomalies. While this goal has been attempted previously by clustering techniques defined over feature spaces, embodiments of the present invention perform this at a lexical level [by comparing the presence/absence of event messages that characterize each unit's behavior], without resorting to semantics [by extracting features based on domain knowledge].
When monitoring dynamic units that operate in complex, dynamic environments, it is desirable to classify and track their behavior over time. When domain knowledge is available, one can use feature-based models that capture the essential state information of the units. When domain knowledge is not available, one can rely on raw data to perform this task. Embodiments of the present invention identify anomalies (novelties) by analyzing logs of event messages (without having access to their data dictionary). Specifically, these embodiments may use a Normalized Compression Distance (NCD) (based on Kolmogorov Complexity) and apply the NCD to logs of event messages. By analyzing the similarity and differences of the event message logs, one can identify units that did not experience any abnormality (and locate regions of normal operations) and units that departed from such regions. Of particular interest is the detection and identification of units' epidemics, which one can define as sustained/increasing numbers of anomalies over time. This approach can be applied to a variety of domains, from monitoring a fleet of aircraft based on FADEC messages, to monitoring a fleet of CT scanners, based on their message logs.
One embodiment of the present invention is illustrated with a larger system, in which the embodiments of the present invention herein described can be used in combination with other modules, described in companion or in previous patent applications.
Architecture 100 includes a database 102 that provides data which may be processed using processing modules 104, 106, 108 and 110 to detect anomalies. The results of these processing modules are provided to an anomaly detector 112. Outputs of anomaly detector 112 are used by epidemic detector 114 to identify potential epidemics. The anomaly detector 112 may identify the number of anomalies and the units associated with these anomalies. This information in turn is used to identify normal operations, individual units with medium anomalies, units with large anomalies and the times of these anomalies. Processing module 104 may be a featureless similarity detector based on a Kolmogorov complexity model. Anomaly detector 106 may identify featureless similarities based on self-organizing maps (SOMs) as disclosed in U.S. patent application Ser. No. 12/581,402 which is hereby incorporated by reference for all purposes.
Processing module 108 may be a feature-based similarity detector using evolutionary algorisms and fuzzy clustering such as that provided in U.S. patent application Ser. No. 11/216,940 which is hereby incorporated by reference for all purposes. Processing module 110 may apply other approaches such as statistical parametric analysis such as but not limited to Gaussian Mixture Modeling, Hidden Markov Models, and Reliability Models. The results of this architecture will provide a description of a potential epidemic-may detect a potential epidemic by identifying the number of units affected, the potential escalation size, the time of detection, the certainty measure of the epidemic and the degree of severity.
In a first example, units, environments, and epidemics, may be associated with a fleet of commercial or military aircrafts flying according to the operational schedule of their flights/missions. Each aircraft has an event-log, in which the aircraft computer systems or its main components (e.g. engines) computer system record time-stamped event messages. Each event could be a routine event (e.g. take-off) or an abnormal event (e.g., a mismatch between two sensor readings). At the end of the flight, the event log has a chronological list of all the events that occurred during the flight. This event-log characterizes the behavior of that specific aircraft during that flight. Based on pilot's debriefing/report, the flight can be labeled as normal or abnormal. Then one can represent each aircraft flight as an object in an event space in which the aircraft's behavior is compared with the behavior of the same aircraft during previous flights. Similarly, one can analyze two or more aircrafts during their flights, observe their distances [using the NCD complexity metrics] and compare them with their distances during previous flights.
As this information is examined over time, one can determine if an aircraft's behavior is changing with respect to its past history or whether it no longer behaves like other peer aircrafts, with which exhibited similarity in the past.
Another example is a fleet (set or large number) of medical imaging equipment, e.g., CT scanners. Each scanner has an event-log, in which the scanner computer system record time-stamped event messages. Each event could be a routine event (e.g. warm-up phase) or an abnormal event (e.g., a missing library function in a directory). At the end of the scan, the event log has a chronological list of all the events that occurred during the scan. This event-log characterizes the behavior of that specific scanner during that scan. Based on radiologist's report, the image resulting from the scan can be labeled as normal or abnormal. Each scanner's scan can be represented as an object in an event space in which the scanner's behavior is compared with the behavior of the same scanners during previous scans. Similarly, one can analyze two or more scanners during their scans, observe their distances [using the NCD complexity metrics] and compare them with their distances during previous scans.
Processing Module 104 may provide an anomaly detector using Featureless Similarity that may be based on Kolmogorov Complexity. As an illustrative example, within the context of monitoring an aircraft over numerous flights,
Now each flight “j” can be represented each flight by a string containing the frequencies:
[freq(1,j), freq(2,j), . . . freq(f,j)]
Optionally, one could also append the flight duration or normalize the frequencies by duration. In one example, consider 84 consecutive flights of the same aircraft (n=84). Each string is referred to as xi, where i=1, . . . , n.
For each pair of flights (xi, xj) the Normalized Compression Distance NCD(xi, xj) may be computed as follows:
Any standard compressor may be used in the computation. One such compressor is GenCompress, a publicly-available compressor. The result is a 84×84 dissimilarity matrix:
D(xi, xj)=[NCD(xi, xjI)].
Each entry is a normalized distance value in the interval [0,1]. When i=j, NCD(xj, xi)=0. Also, NCD(xi, xi)=NCD(xj, xi), so matrix D is symmetric, with 0 diagonal. One can visualize the content of the matrix D by projecting it onto a 2-dimensional space. There are many ways to implement this projection, for instance by using a Kruskal's Stress-1 projection that minimizes the overall distortion caused by the projection, or by using Self-Organizing Maps (SOMs) that map it to a pre-specified granularity.
Since changes over time of the unit's behavior are of interest, one can actually generate a 1-D plot from the Kruskal's Stress-1 2D-projection. By plotting the distanced from the center over time, one can detect trends of increasing distances that might lead to forecasting anomalies before they actually happen. This is illustrated in
This process may be Extended to provide Detectors using Featureless Similarity [based on Kolmogorov Complexity] with some taxonomic information. In the above example, flights of the same aircraft (or two scans of the same scanner) may be characterized as two strings:
Flight j=[freq(1,j), freq(2,j), . . . freq(f,j)]
Flight k=[freq(1,k), freq(2,k), . . . freq(f,k)]
With this characterization, one can computed the distance
Dissimilarity(Flight j, Flight k)=NCD(Flight j, Flight k)
which defines their dissimilarity. This step can be considered as a dimensionality reduction, from f (length of the string) to 1 (the scalar NCD). By doing this on all pairs, we computed the NCD matrix, and we provided 2D and 1D visualization, highlighting possible anomalies over the flights.
This approach assumes that there is no available domain knowledge. This would be the case for instance if we had FADEC messages but no data dictionary to decode them. Hence the string [freq(1,j), freq(2,j), . . . freq(f,j)] has no ordering information.
A more common case, may allow one to assume some amount of domain knowledge, such as the facts that some of the messages are correlated, as they refer to the same component or subsystem. Therefore, one could now leverage knowledge and cluster all related event messages. For example, one could consider that in the FADEC message of an aircraft engine, messages covering events associated with parts/subsystems, such as Variable Bleed Valve (VBV), High Pressure Turbine (HPT), Low Pressure Turbine (LPT), Electronic Engine Control (EEC), Variable Stator Vein (VSV), etc. For notation's simplicity, let's label these clusters as:
C1=Variable Bleed Valve: VBV
C2=High Pressure Turbine: HPT
C3=Low Pressure Turbine: LPT
C4=Electronic Engine Control: EEC
. . .
Cn=Variable Stator Vein: VSV
We can segment the string
Flight j=[freq(1,j), freq(2,j), . . . freq(f,j)]
as:
Flight j=[freq(C1—1,j), freq(C1—2,j), . . . freq(C2—1,j), freq(C2—2,j), . . . , freq(Cn—1,j), freq(Cn—2,j), . . . ]
When comparing flight j and flight k, instead of generating a scalar distance NCD(Flight j, Flight k), one may generate a vector of distances.
Dissimilarity(Flight j, Flight k)=[NCD(C1
Element “i” in the above vector, i.e., NCD(Ci_Flight j, Ci_Flight k), represents the distance within the same component/subsystem “i”, over the two flights. one could consider this step as a dimensionality reduction, from f (length of the string) to n (the number of clusters).
There are many possible next steps to reduce this vector to a scalar value indicating overall dissimilarity or to use this vector to provide additional diagnostic information. One of the simplest steps would be to use an aggregation function, such as a Euclidean Distance defined on the n-dimensional space, i.e.:
This would consider each element NCD(Ci
One could further improve our detection if one can define a string corresponding to a golden standard for a normal flight. one could use historical data, the centroid of many normal flights, or one could create a “virtual normal flight” using domain knowledge. Let's refer to this as Normal_Flight. We use the function Dissimilarity(Flight j, Normal_Flight) as a way of removing the Normal_Flight offset from the other flights (similar to removing the mean from a time series).
Now, one could also take advantage of the dimensionality reduction to perform unsupervised clustering in the n-dimensional space, which would have been prohibitive in the original f-dimensional space. This would give as a grouping of flights as they differ more and more from the origin (represented by Normal_Flight).
One could further improve this method, moving from detection to diagnostics, if one had additional knowledge, such as a label of the failure mode associated with a given string. Now one could use the set of n-dimensional vectors Dissimilarity(Flight j, Normal_Flight), for all labeled flights, as a training set to perform supervised clustering. one can use neural networks or other similar supervised learning techniques to define a map from an n-dimensional vector to a failure mode.
Processing Module 106 of
Processing Module 108 of
The results of the anomaly detectors provided by processing modules 104, 106, 108 and 110 are combined to provide an improved output. A property of any given classifier is the so-called performance ceiling. That is, given the data and resources at hand, further tuning will not improve the performance any further. Overcoming the performance ceiling is a strong motivator to use a classifier fusion system. Such a fusion scheme gathers and combines the results of different classification tools to maximize the advantages of each one while minimizing the disadvantages. The fusion system holds the promise to deliver a result that is better than the best result possible by any one tool employed. In part this can be accomplished because redundant information is available, which when combined correctly improves the estimate of the better tool and compensates for the shortcomings of the less capable tool. More importantly, these different classifiers need to be diverse (making classification errors on different examples). Therefore, one important question to be answered is how to generate accurate and diverse individual classifiers. In addition, it is significant what method of combining classifiers is chosen. There are numerous possible approaches, which need to be explored to arrive at the desired level of accuracy, robustness, and computational speed.
The design of a successful classifier fusion system consists of two important parts: design of the individual classifiers, selection of a set of classifiers, and design of the classifier fusion mechanism. Key to effective classifier fusion is the diversity of the individual classifiers. Strategies for boosting diversity include: 1) using different types of classifiers; 2) training individual classifiers with different data set (bagging and boosting); and 3) using different subsets of features. The proposed classifiers, based on featureless similarity, feature-based similarities, and other approaches, exhibit this diversity. Their fusion will provide us with greater robustness to design assumption violations, and will reduce the variance of the fused decision.
In summary, embodiments of the present invention provide for the monitoring dynamic units that operate in complex, dynamic environments, in order to classify and track unit behavior over time. When domain knowledge is available, feature-based models may be used to capture the essential state information of the units. When domain knowledge is not available, raw data is relied upon to perform this task. By analyzing logs of event messages (without having access to their data dictionary), embodiments allow the identification of anomalies (novelties). Specifically, a Normalized Compression Distance (such as one based on Kolmogorov Complexity) may be applied to logs of event messages. By analyzing the similarity and differences of the event message logs, units are identified that did not experience any abnormality (and locate regions of normal operations) and units that departed from such regions. Of particular interest is the detection and identification of units' epidemics, which is defined as sustained/increasing numbers of anomalies over time. This approach can be applied to a variety of domains, from monitoring a fleet of aircraft based on FADEC messages, to monitoring a fleet of CT scanners, based on their message logs.
As one of average skill in the art will appreciate, the term “substantially” or “approximately”, as may be used herein, provides an industry-accepted tolerance to its corresponding term. Such an industry-accepted tolerance ranges from less than one percent to twenty percent and corresponds to, but is not limited to, component values, integrated circuit process variations, temperature variations, rise and fall times, and/or thermal noise. As one of average skill in the art will further appreciate, the term “operably coupled”, as may be used herein, includes direct coupling and indirect coupling via another component, element, circuit, or module where, for indirect coupling, the intervening component, element, circuit, or module does not modify the information of a signal but may adjust its current level, voltage level, and/or power level. As one of average skill in the art will also appreciate, inferred coupling (i.e., where one element is coupled to another element by inference) includes direct and indirect coupling between two elements in the same manner as “operably coupled”. As one of average skill in the art will further appreciate, the term “compares favorably”, as may be used herein, indicates that a comparison between two or more elements, items, signals, etc., provides a desired relationship. For example, when the desired relationship is that signal 1 has a greater magnitude than signal 2, a favorable comparison may be achieved when the magnitude of signal 1 is greater than that of signal 2 or when the magnitude of signal 2 is less than that of signal 1.
Although the present invention is described in detail, it should be understood that various changes, substitutions and alterations can be made hereto without departing from the spirit and scope of the invention as described by the appended claims.
Varma, Anil, Yan, Weizhong, Bonissone, Piero Patrone, Iyer, Naresh Sundaram, Goebel, Kai
Patent | Priority | Assignee | Title |
10063576, | May 27 2008 | The Trustees of Columbia University in the City of New York | Detecting network anomalies by probabilistic modeling of argument strings with markov chains |
10819726, | May 27 2008 | The Trustees of Columbia University in the City of New York | Detecting network anomalies by probabilistic modeling of argument strings with markov chains |
11299288, | Mar 20 2019 | City University of Hong Kong | Method of presenting flight data of an aircraft and a graphical user interface for use with the same |
11537970, | Oct 29 2018 | EMC IP HOLDING COMPANY LLC | Processing order experience data across multiple data structures |
8327443, | Oct 29 2008 | ABACUS INNOVATIONS TECHNOLOGY, INC ; LEIDOS INNOVATIONS TECHNOLOGY, INC | MDL compress system and method for signature inference and masquerade intrusion detection |
8375446, | Oct 29 2008 | ABACUS INNOVATIONS TECHNOLOGY, INC ; LEIDOS INNOVATIONS TECHNOLOGY, INC | Intrusion detection using MDL compression |
8843496, | Sep 12 2010 | JPMORGAN CHASE BANK, N A , AS ADMINISTRATIVE AGENT | System and method for clustering host inventories |
8844033, | May 27 2008 | The Trustees of Columbia University in the City of New York | Systems, methods, and media for detecting network anomalies using a trained probabilistic model |
9075993, | Jan 24 2011 | JPMORGAN CHASE BANK, N A , AS ADMINISTRATIVE AGENT | System and method for selectively grouping and managing program files |
9253201, | May 27 2008 | The Trustees of Columbia University in the City of New York | Detecting network anomalies by probabilistic modeling of argument strings with markov chains |
Patent | Priority | Assignee | Title |
6681382, | Sep 18 2000 | Cisco Technology, Inc. | Method and system for using virtual labels in a software configuration management system |
7027953, | Dec 30 2002 | RSL ELECTRONICS LTD | Method and system for diagnostics and prognostics of a mechanical system |
20020143575, | |||
20040044987, | |||
20050096873, | |||
20060005204, | |||
20060242640, | |||
20070073724, | |||
20080256093, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
May 24 2007 | BONISSONE, PIERO PATRICK | General Electric Company | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 020179 | /0854 | |
May 24 2007 | YAN, WEIZHONG | General Electric Company | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 020179 | /0854 | |
May 24 2007 | IYER, NARESH SUNDARAM | General Electric Company | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 020179 | /0854 | |
May 24 2007 | GOEBEL, KAI | General Electric Company | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 020179 | /0854 | |
May 25 2007 | VARMA, ANIL | General Electric Company | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 020179 | /0854 | |
May 29 2007 | General Electric Company | Lockheed Martin Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 020180 | /0006 | |
May 31 2007 | Lockheed Martin Corporation | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Jun 22 2011 | ASPN: Payor Number Assigned. |
Nov 03 2014 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Dec 24 2018 | REM: Maintenance Fee Reminder Mailed. |
May 23 2019 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
May 23 2019 | M1558: Surcharge, Petition to Accept Pymt After Exp, Unintentional. |
May 23 2019 | PMFG: Petition Related to Maintenance Fees Granted. |
May 23 2019 | PMFP: Petition Related to Maintenance Fees Filed. |
Nov 03 2022 | M1553: Payment of Maintenance Fee, 12th Year, Large Entity. |
Date | Maintenance Schedule |
May 03 2014 | 4 years fee payment window open |
Nov 03 2014 | 6 months grace period start (w surcharge) |
May 03 2015 | patent expiry (for year 4) |
May 03 2017 | 2 years to revive unintentionally abandoned end. (for year 4) |
May 03 2018 | 8 years fee payment window open |
Nov 03 2018 | 6 months grace period start (w surcharge) |
May 03 2019 | patent expiry (for year 8) |
May 03 2021 | 2 years to revive unintentionally abandoned end. (for year 8) |
May 03 2022 | 12 years fee payment window open |
Nov 03 2022 | 6 months grace period start (w surcharge) |
May 03 2023 | patent expiry (for year 12) |
May 03 2025 | 2 years to revive unintentionally abandoned end. (for year 12) |