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

View Problem - Process Solution

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

% 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 21 11:26:21 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ l2(a,a),
    input ).

cnf(axiom_14,axiom,
    p0(b,X2),
    input ).

cnf(rule_125,axiom,
    ( s1(X9)
    | ~ p0(X9,X9) ),
    input ).

cnf(c8,plain,
    s1(b),
    inference(resolution,status(thm),[rule_125,axiom_14]) ).

cnf(axiom_17,axiom,
    q0(X3,d),
    input ).

cnf(rule_126,axiom,
    ( s1(X180)
    | ~ q0(X180,X182)
    | ~ s1(X181) ),
    input ).

cnf(c221,plain,
    ( s1(X184)
    | ~ s1(X183) ),
    inference(resolution,status(thm),[rule_126,axiom_17]) ).

cnf(c222,plain,
    s1(X185),
    inference(resolution,status(thm),[c221,c8]) ).

cnf(axiom_19,axiom,
    m0(X5,d,X4),
    input ).

cnf(rule_133,axiom,
    ( l2(X543,X543)
    | ~ p0(X540,X540)
    | ~ s1(X541)
    | ~ m0(X542,X541,X543) ),
    input ).

cnf(c563,plain,
    ( l2(X561,X561)
    | ~ p0(X562,X562)
    | ~ s1(d) ),
    inference(resolution,status(thm),[rule_133,axiom_19]) ).

cnf(c632,plain,
    ( l2(X563,X563)
    | ~ s1(d) ),
    inference(resolution,status(thm),[c563,axiom_14]) ).

cnf(c633,plain,
    l2(X564,X564),
    inference(resolution,status(thm),[c632,c222]) ).

cnf(c634,plain,
    $false,
    inference(resolution,status(thm),[c633,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : SYN216-1 : TPTP v8.1.0. Released v1.1.0.
% 0.10/0.11  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.11/0.32  % Computer : n020.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 600
% 0.11/0.32  % DateTime : Mon Jul 11 20:26:12 EDT 2022
% 0.11/0.32  % CPUTime  : 
% 1.07/1.24  # Version:  1.3
% 1.07/1.24  # SZS status Unsatisfiable
% 1.07/1.24  # SZS output start CNFRefutation
% See solution above
% 1.07/1.24  
% 1.07/1.24  # Initial clauses    : 369
% 1.07/1.24  # Processed clauses  : 439
% 1.07/1.24  # Factors computed   : 0
% 1.07/1.24  # Resolvents computed: 637
% 1.07/1.24  # Tautologies deleted: 3
% 1.07/1.24  # Forward subsumed   : 297
% 1.07/1.24  # Backward subsumed  : 174
% 1.07/1.24  # -------- CPU Time ---------
% 1.07/1.24  # User time          : 0.901 s
% 1.07/1.24  # System time        : 0.013 s
% 1.07/1.24  # Total time         : 0.914 s
%------------------------------------------------------------------------------