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

View Problem - Process Solution

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

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

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

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

cnf(axiom_9,axiom,
    r0(b),
    input ).

cnf(axiom_20,axiom,
    l0(a),
    input ).

cnf(axiom_32,axiom,
    k0(b),
    input ).

cnf(rule_021,axiom,
    ( m1(X92,X93,X92)
    | ~ l0(X92)
    | ~ k0(X93) ),
    input ).

cnf(c111,plain,
    ( m1(X162,b,X162)
    | ~ l0(X162) ),
    inference(resolution,status(thm),[rule_021,axiom_32]) ).

cnf(c198,plain,
    m1(a,b,a),
    inference(resolution,status(thm),[c111,axiom_20]) ).

cnf(rule_176,axiom,
    ( p2(X218,X219,X218)
    | ~ m1(X219,X218,X219) ),
    input ).

cnf(c252,plain,
    p2(b,a,b),
    inference(resolution,status(thm),[rule_176,c198]) ).

cnf(rule_215,axiom,
    ( l3(X358,X359)
    | ~ r0(X358)
    | ~ p2(X358,X359,X358) ),
    input ).

cnf(c384,plain,
    ( l3(b,a)
    | ~ r0(b) ),
    inference(resolution,status(thm),[rule_215,c252]) ).

cnf(c400,plain,
    l3(b,a),
    inference(resolution,status(thm),[c384,axiom_9]) ).

cnf(c401,plain,
    $false,
    inference(resolution,status(thm),[c400,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYN225-1 : TPTP v8.1.0. Released v1.1.0.
% 0.06/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n022.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Mon Jul 11 11:30:25 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.92/1.10  # Version:  1.3
% 0.92/1.10  # SZS status Unsatisfiable
% 0.92/1.10  # SZS output start CNFRefutation
% See solution above
% 0.92/1.10  
% 0.92/1.10  # Initial clauses    : 369
% 0.92/1.10  # Processed clauses  : 306
% 0.92/1.10  # Factors computed   : 0
% 0.92/1.10  # Resolvents computed: 402
% 0.92/1.10  # Tautologies deleted: 2
% 0.92/1.10  # Forward subsumed   : 188
% 0.92/1.10  # Backward subsumed  : 135
% 0.92/1.10  # -------- CPU Time ---------
% 0.92/1.10  # User time          : 0.743 s
% 0.92/1.10  # System time        : 0.012 s
% 0.92/1.10  # Total time         : 0.756 s
%------------------------------------------------------------------------------