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

View Problem - Process Solution

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

% Computer : n015.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:25:59 EDT 2022

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

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

cnf(axiom_38,axiom,
    m0(b,a,a),
    input ).

cnf(rule_082,axiom,
    ( p1(X371,X372,X369)
    | ~ m0(X369,X371,X370)
    | ~ p1(X369,X371,X370) ),
    input ).

cnf(axiom_12,axiom,
    m0(a,X6,a),
    input ).

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

cnf(rule_085,axiom,
    ( p1(X103,X103,X103)
    | ~ p0(X102,X103) ),
    input ).

cnf(c128,plain,
    p1(X104,X104,X104),
    inference(resolution,status(thm),[rule_085,axiom_14]) ).

cnf(c397,plain,
    ( p1(X376,X375,X376)
    | ~ m0(X376,X376,X376) ),
    inference(resolution,status(thm),[rule_082,c128]) ).

cnf(c408,plain,
    p1(a,X380,a),
    inference(resolution,status(thm),[c397,axiom_12]) ).

cnf(c412,plain,
    ( p1(X781,X780,a)
    | ~ m0(a,X781,a) ),
    inference(resolution,status(thm),[c408,rule_082]) ).

cnf(c949,plain,
    p1(X783,X782,a),
    inference(resolution,status(thm),[c412,axiom_12]) ).

cnf(c952,plain,
    ( p1(X787,X785,X786)
    | ~ m0(X786,X787,a) ),
    inference(resolution,status(thm),[c949,rule_082]) ).

cnf(c953,plain,
    p1(a,X793,b),
    inference(resolution,status(thm),[c952,axiom_38]) ).

cnf(c970,plain,
    $false,
    inference(resolution,status(thm),[c953,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYN166-1 : TPTP v8.1.0. Released v1.1.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n015.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 : Tue Jul 12 00:53:39 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 1.21/1.44  # Version:  1.3
% 1.21/1.44  # SZS status Unsatisfiable
% 1.21/1.44  # SZS output start CNFRefutation
% See solution above
% 1.21/1.44  
% 1.21/1.44  # Initial clauses    : 369
% 1.21/1.44  # Processed clauses  : 643
% 1.21/1.44  # Factors computed   : 0
% 1.21/1.44  # Resolvents computed: 971
% 1.21/1.44  # Tautologies deleted: 11
% 1.21/1.44  # Forward subsumed   : 379
% 1.21/1.44  # Backward subsumed  : 236
% 1.21/1.44  # -------- CPU Time ---------
% 1.21/1.44  # User time          : 1.074 s
% 1.21/1.44  # System time        : 0.018 s
% 1.21/1.44  # Total time         : 1.092 s
%------------------------------------------------------------------------------