TSTP Solution File: AGT005+1 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : AGT005+1 : TPTP v8.1.0. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n020.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Thu Jul 14 12:03:53 EDT 2022

% Result   : Theorem 7.32s 7.52s
% Output   : Refutation 7.32s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   15
% Syntax   : Number of clauses     :   23 (  17 unt;   0 nHn;  23 RR)
%            Number of literals    :   34 (   0 equ;  13 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    8 (   7 usr;   1 prp; 0-4 aty)
%            Number of functors    :   12 (  12 usr;  10 con; 0-1 aty)
%            Number of variables   :   23 (   6 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( ~ accept_team(X,Y,Z,U)
    | accept_city(X,Z) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/AGT001+0.ax',a1_1) ).

cnf(2,axiom,
    ( ~ accept_team(X,Y,Z,U)
    | accept_leader(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/AGT001+0.ax',a1_1) ).

cnf(3,axiom,
    ( ~ accept_team(X,Y,Z,U)
    | accept_number(X,U) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/AGT001+0.ax',a1_1) ).

cnf(4,axiom,
    ( accept_team(X,Y,Z,U)
    | ~ accept_city(X,Z)
    | ~ accept_leader(X,Y)
    | ~ accept_number(X,U) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/AGT001+0.ax',a1_1) ).

cnf(5,axiom,
    ( ~ accept_number(X,Y)
    | ~ less(Z,Y)
    | accept_number(X,Z) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/AGT001+0.ax',a1_2) ).

cnf(114,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,towna,n6),
    file('/export/starexec/sandbox2/benchmark/Axioms/AGT001+1.ax',event_26) ).

cnf(178,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,coastvillage,n5),
    file('/export/starexec/sandbox2/benchmark/Axioms/AGT001+1.ax',event_90) ).

cnf(181,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryafirstaidorganization,coastvillage,n6),
    file('/export/starexec/sandbox2/benchmark/Axioms/AGT001+1.ax',event_93) ).

cnf(341,axiom,
    rdn_translate(n3,rdn_pos(rdnn(n3))),
    file('/export/starexec/sandbox2/benchmark/Axioms/NUM005+0.ax',rdn3) ).

cnf(342,axiom,
    rdn_translate(n4,rdn_pos(rdnn(n4))),
    file('/export/starexec/sandbox2/benchmark/Axioms/NUM005+0.ax',rdn4) ).

cnf(343,axiom,
    rdn_translate(n5,rdn_pos(rdnn(n5))),
    file('/export/starexec/sandbox2/benchmark/Axioms/NUM005+0.ax',rdn5) ).

cnf(606,axiom,
    rdn_positive_less(rdnn(n3),rdnn(n4)),
    file('/export/starexec/sandbox2/benchmark/Axioms/NUM005+1.ax',rdn_positive_less34) ).

cnf(607,axiom,
    rdn_positive_less(rdnn(n4),rdnn(n5)),
    file('/export/starexec/sandbox2/benchmark/Axioms/NUM005+1.ax',rdn_positive_less45) ).

cnf(618,axiom,
    ( ~ rdn_translate(X,rdn_pos(Y))
    | ~ rdn_translate(Z,rdn_pos(U))
    | ~ rdn_positive_less(Y,U)
    | less(X,Z) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/NUM005+1.ax',less_entry_point_pos_pos) ).

cnf(627,negated_conjecture,
    ~ accept_team(christiansufferterrahumanitarianorganization,countryafirstaidorganization,towna,n3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',query_5) ).

cnf(684,plain,
    accept_city(christiansufferterrahumanitarianorganization,towna),
    inference('HYPERRESOLVE',[status(thm)],[1,114]) ).

cnf(719,plain,
    accept_leader(christiansufferterrahumanitarianorganization,countryafirstaidorganization),
    inference('HYPERRESOLVE',[status(thm)],[2,181]) ).

cnf(750,plain,
    accept_number(christiansufferterrahumanitarianorganization,n5),
    inference('HYPERRESOLVE',[status(thm)],[3,178]) ).

cnf(17202,plain,
    less(n3,n4),
    inference('HYPERRESOLVE',[status(thm)],[618,341,342,606]) ).

cnf(17203,plain,
    less(n4,n5),
    inference('HYPERRESOLVE',[status(thm)],[618,342,343,607]) ).

cnf(18460,plain,
    ~ accept_number(christiansufferterrahumanitarianorganization,n3),
    inference('UR-RESOLVE',[status(thm)],[4,719,627,684]) ).

cnf(69764,plain,
    accept_number(christiansufferterrahumanitarianorganization,n4),
    inference('HYPERRESOLVE',[status(thm)],[5,17203,750]) ).

cnf(69902,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[5,18460,17202]),69764]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : AGT005+1 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.12/0.13  % Command  : run-snark %s %d
% 0.13/0.33  % Computer : n020.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sat Jun  4 06:41:08 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.45  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.45  * 
% 0.19/0.45  * 
% 0.19/0.46  #<PACKAGE "SNARK-USER">
% 0.19/0.46  * 
% 0.19/0.46  SNARK-TPTP-OPTIONS
% 0.19/0.46  * 
% 0.19/0.46  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.46   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.46   (USE-FACTORING :POS)
% 0.19/0.46   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.46   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.46   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.46   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.46   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.46   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.46   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.46   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.46   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.46   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.46  * 
% 0.19/0.46  "."
% 0.19/0.46  * 
% 0.19/0.46  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-04T06:41:08
% 0.19/0.46  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n020.cluster.edu at 2022-06-04T06:41:08
% 0.19/0.55  WARNING:
% 0.19/0.55     |sum| is a 3-ary relation that occurs only negatively; disabling rows that contain it.
% 0.19/0.55  WARNING:
% 0.19/0.55     |min_number_of_proposed_agents| is a 2-ary relation that occurs only negatively; disabling rows that contain it.
% 7.32/7.52  
% 7.32/7.52  
% 7.32/7.52  #||
% 7.32/7.52  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 7.32/7.52  % SZS output start Refutation
% See solution above
% 7.32/7.52  ||#
% 7.32/7.52  
% 7.32/7.52  ; Summary of computation:
% 7.32/7.52  ;    197511 formulas have been input or derived (from 17170 formulas).
% 7.32/7.52  ;     69902 (35%) were retained.  Of these,
% 7.32/7.52  ;           26 ( 0%) were simplified or subsumed later,
% 7.32/7.52  ;        69876 (100%) are still being kept.
% 7.32/7.52  ; 
% 7.32/7.52  ; Run time in seconds excluding printing time:
% 7.32/7.52  ;     0.070   1%   Read assertion file          (1 call)
% 7.32/7.52  ;     0.010   0%   Assert                       (556 calls)
% 7.32/7.52  ;     2.457  35%   Process new row              (116,092 calls)
% 7.32/7.52  ;     2.984  42%   Resolution                   (34,338 calls)
% 7.32/7.52  ;     0.049   1%   Paramodulation               (17,169 calls)
% 7.32/7.52  ;     0.000   0%   Factoring                    (1 call)
% 7.32/7.52  ;     0.000   0%   Condensing                   (199 calls)
% 7.32/7.52  ;     0.008   0%   Forward subsumption          (199 calls)
% 7.32/7.52  ;     0.002   0%   Backward subsumption         (150 calls)
% 7.32/7.52  ;     0.000   0%   Clause clause subsumption    (50 calls)
% 7.32/7.52  ;     0.604   9%   Forward simplification       (116,090 calls)
% 7.32/7.52  ;     0.318   5%   Backward simplification      (69,902 calls)
% 7.32/7.52  ;     0.068   1%   Ordering                     (65,818 calls)
% 7.32/7.52  ;     0.000   0%   Sortal reasoning             (32 calls)
% 7.32/7.52  ;     0.001   0%   Purity testing               (1 call)
% 7.32/7.52  ;     0.491   7%   Other
% 7.32/7.52  ;     7.062        Total
% 7.32/7.52  ;     7.063        Real time
% 7.32/7.53  ; 
% 7.32/7.53  ; Term-hash-array has 70,285 terms in all.
% 7.32/7.53  ; Feature-vector-row-index has 150 entries (150 at peak, 150 added, 0 deleted).
% 7.32/7.53  ; Feature-vector-row-index has 398 nodes (398 at peak, 398 added, 0 deleted).
% 7.32/7.53  ;  Retrieved 73 possibly forward subsuming rows in 199 calls.
% 7.32/7.53  ;  Retrieved 11 possibly backward subsumed rows in 150 calls.
% 7.32/7.53  ; Path-index has 70,545 entries (70,566 at peak, 70,571 added, 26 deleted).
% 7.32/7.53  ; Path-index has 2,365 nodes (2,366 at peak, 2,366 added, 1 deleted).
% 7.32/7.53  ; Trie-index has 70,545 entries (70,566 at peak, 70,571 added, 26 deleted).
% 7.32/7.53  ; Trie-index has 74,960 nodes (74,988 at peak, 74,999 added, 39 deleted).
% 7.32/7.53  ; Retrieved 111,838 generalization terms in 132,535 calls.
% 7.32/7.53  ; Retrieved 69,783 instance terms in 69,751 calls.
% 7.32/7.53  ; Retrieved 1,853,263 unifiable terms in 426,622 calls.
% 7.32/7.53  ; 
% 7.32/7.53  ; The agenda of rows to process has 4 entries:
% 7.32/7.53  ;     3 with value 7               1 with value 9
% 7.32/7.53  ; The agenda of rows to give has 52732 entries:
% 7.32/7.53  ; 50758 with value (4 6)          35 with value (4 10)           9 with value (4 15)
% 7.32/7.53  ;   432 with value (4 7)           9 with value (4 11)         171 with value (4 16)
% 7.32/7.53  ;  1220 with value (4 8)          47 with value (4 13)          29 with value (4 23)
% 7.32/7.53  ;    13 with value (4 9)           9 with value (4 14)
% 7.32/7.53  Evaluation took:
% 7.32/7.53    7.064 seconds of real time
% 7.32/7.53    6.359302 seconds of user run time
% 7.32/7.53    0.704839 seconds of system run time
% 7.32/7.53    [Run times include 1.1 seconds GC run time.]
% 7.32/7.53    0 calls to %EVAL
% 7.32/7.53    0 page faults and
% 7.32/7.53    502,840,952 bytes consed.
% 7.32/7.53  :PROOF-FOUND
% 7.32/7.53  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-04T06:41:15
% 7.32/7.53  :PROOF-FOUND
% 7.32/7.53  * 
%------------------------------------------------------------------------------