TSTP Solution File: AGT015+2 by PyRes---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : AGT015+2 : TPTP v8.1.2. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n013.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  : 300s
% DateTime : Thu May  9 17:14:30 EDT 2024

% Result   : Theorem 1.07s 1.23s
% Output   : Refutation 1.07s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :    2
% Syntax   : Number of formulae    :   10 (  10 unt;   0 def)
%            Number of atoms       :   10 (   0 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    8 (   8   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    2 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    2 (   2 usr;   2 con; 0-0 aty)
%            Number of variables   :   12 (   2 sgn   4   !;   6   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(query_15,conjecture,
    ? [X,Y] : ~ accept_city(X,Y),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',query_15) ).

fof(c20,negated_conjecture,
    ~ ? [X,Y] : ~ accept_city(X,Y),
    inference(assume_negation,[status(cth)],[query_15]) ).

fof(c21,negated_conjecture,
    ~ ? [X,Y] : ~ accept_city(X,Y),
    inference(fof_simplification,[status(thm)],[c20]) ).

fof(c22,negated_conjecture,
    ! [X,Y] : accept_city(X,Y),
    inference(fof_nnf,[status(thm)],[c21]) ).

fof(c23,negated_conjecture,
    ! [X2,X3] : accept_city(X2,X3),
    inference(variable_rename,[status(thm)],[c22]) ).

cnf(c24,negated_conjecture,
    accept_city(X97,X96),
    inference(split_conjunct,[status(thm)],[c23]) ).

fof(deduced_366,axiom,
    ~ accept_city(muslimcountrybhumanitarianorganization,towna),
    file('/export/starexec/sandbox/benchmark/Axioms/AGT001+2.ax',deduced_366) ).

fof(c353,plain,
    ~ accept_city(muslimcountrybhumanitarianorganization,towna),
    inference(fof_simplification,[status(thm)],[deduced_366]) ).

cnf(c354,plain,
    ~ accept_city(muslimcountrybhumanitarianorganization,towna),
    inference(split_conjunct,[status(thm)],[c353]) ).

cnf(c1190,plain,
    $false,
    inference(resolution,[status(thm)],[c354,c24]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : AGT015+2 : TPTP v8.1.2. Bugfixed v3.1.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n013.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Wed May  8 22:52:08 EDT 2024
% 0.12/0.34  % CPUTime  : 
% 1.07/1.23  % Version:  1.5
% 1.07/1.23  % SZS status Theorem
% 1.07/1.23  % SZS output start CNFRefutation
% See solution above
% 1.07/1.23  
% 1.07/1.23  % Initial clauses    : 1019
% 1.07/1.23  % Processed clauses  : 15
% 1.07/1.23  % Factors computed   : 1
% 1.07/1.23  % Resolvents computed: 3
% 1.07/1.23  % Tautologies deleted: 0
% 1.07/1.23  % Forward subsumed   : 1
% 1.07/1.23  % Backward subsumed  : 0
% 1.07/1.23  % -------- CPU Time ---------
% 1.07/1.23  % User time          : 0.869 s
% 1.07/1.23  % System time        : 0.010 s
% 1.07/1.23  % Total time         : 0.879 s
%------------------------------------------------------------------------------