TSTP Solution File: SYN033-1 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n009.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:24:35 EDT 2022

% Result   : Unsatisfiable 0.19s 0.51s
% Output   : Refutation 0.19s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_something,negated_conjecture,
    ~ p(k(X6),X6,k(X6)),
    input ).

cnf(clause2,axiom,
    p(X5,h(X5,X4),X4),
    input ).

cnf(clause1,axiom,
    p(g(X3,X2),X3,X2),
    input ).

cnf(clause3,axiom,
    ( ~ p(X10,X9,X12)
    | ~ p(X8,X7,X9)
    | ~ p(X10,X8,X11)
    | p(X11,X7,X12) ),
    input ).

cnf(c1,plain,
    ( ~ p(g(X20,X22),X19,X18)
    | ~ p(X20,X21,X19)
    | p(X22,X21,X18) ),
    inference(resolution,status(thm),[clause3,clause1]) ).

cnf(c4,plain,
    ( ~ p(X24,X25,X24)
    | p(X23,X25,X23) ),
    inference(resolution,status(thm),[c1,clause1]) ).

cnf(c5,plain,
    p(X27,h(X26,X26),X27),
    inference(resolution,status(thm),[c4,clause2]) ).

cnf(c10,plain,
    $false,
    inference(resolution,status(thm),[c5,prove_something]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYN033-1 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n009.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Mon Jul 11 15:37:07 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.19/0.51  # Version:  1.3
% 0.19/0.51  # SZS status Unsatisfiable
% 0.19/0.51  # SZS output start CNFRefutation
% See solution above
% 0.19/0.51  
% 0.19/0.51  # Initial clauses    : 4
% 0.19/0.51  # Processed clauses  : 8
% 0.19/0.51  # Factors computed   : 0
% 0.19/0.51  # Resolvents computed: 11
% 0.19/0.51  # Tautologies deleted: 0
% 0.19/0.51  # Forward subsumed   : 0
% 0.19/0.51  # Backward subsumed  : 0
% 0.19/0.51  # -------- CPU Time ---------
% 0.19/0.51  # User time          : 0.148 s
% 0.19/0.51  # System time        : 0.021 s
% 0.19/0.51  # Total time         : 0.169 s
%------------------------------------------------------------------------------