TSTP Solution File: SYN383+1 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN383+1 : TPTP v8.1.0. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n019.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 21 11:27:45 EDT 2022

% Result   : Theorem 0.36s 0.54s
% Output   : Refutation 0.36s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
fof(x2135,conjecture,
    ? [X] :
    ! [Y] :
      ( ( big_p(X)
        & big_q(Y) )
     => ( big_q(X)
        | big_p(Y) ) ),
    input ).

fof(c0,negated_conjecture,
    ~ ? [X] :
      ! [Y] :
        ( ( big_p(X)
          & big_q(Y) )
       => ( big_q(X)
          | big_p(Y) ) ),
    inference(assume_negation,status(cth),[x2135]) ).

fof(c1,negated_conjecture,
    ! [X] :
    ? [Y] :
      ( big_p(X)
      & big_q(Y)
      & ~ big_q(X)
      & ~ big_p(Y) ),
    inference(fof_nnf,status(thm),[c0]) ).

fof(c2,negated_conjecture,
    ! [X2] :
    ? [X3] :
      ( big_p(X2)
      & big_q(X3)
      & ~ big_q(X2)
      & ~ big_p(X3) ),
    inference(variable_rename,status(thm),[c1]) ).

fof(c3,negated_conjecture,
    ! [X2] :
      ( big_p(X2)
      & big_q(skolem0001(X2))
      & ~ big_q(X2)
      & ~ big_p(skolem0001(X2)) ),
    inference(skolemize,status(esa),[c2]) ).

cnf(c6,negated_conjecture,
    ~ big_q(X5),
    inference(split_conjunct,status(thm),[c3]) ).

cnf(c5,negated_conjecture,
    big_q(skolem0001(X6)),
    inference(split_conjunct,status(thm),[c3]) ).

cnf(c8,plain,
    $false,
    inference(resolution,status(thm),[c5,c6]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN383+1 : TPTP v8.1.0. Released v2.0.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.33  % Computer : n019.cluster.edu
% 0.14/0.33  % Model    : x86_64 x86_64
% 0.14/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.33  % Memory   : 8042.1875MB
% 0.14/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.33  % CPULimit : 300
% 0.14/0.33  % WCLimit  : 600
% 0.14/0.33  % DateTime : Mon Jul 11 14:27:08 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.36/0.54  # Version:  1.3
% 0.36/0.54  # SZS status Theorem
% 0.36/0.54  # SZS output start CNFRefutation
% See solution above
% 0.36/0.54  
% 0.36/0.54  # Initial clauses    : 4
% 0.36/0.54  # Processed clauses  : 3
% 0.36/0.54  # Factors computed   : 0
% 0.36/0.54  # Resolvents computed: 1
% 0.36/0.54  # Tautologies deleted: 0
% 0.36/0.54  # Forward subsumed   : 0
% 0.36/0.54  # Backward subsumed  : 0
% 0.36/0.54  # -------- CPU Time ---------
% 0.36/0.54  # User time          : 0.177 s
% 0.36/0.54  # System time        : 0.013 s
% 0.36/0.54  # Total time         : 0.190 s
%------------------------------------------------------------------------------