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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN250-1 : TPTP v8.1.0. Released v1.1.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:26:34 EDT 2022

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

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

cnf(axiom_21,axiom,
    q0(b,e),
    input ).

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

cnf(axiom_13,axiom,
    r0(e),
    input ).

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

cnf(rule_007,axiom,
    ( m1(X45,X47,X45)
    | ~ p0(X46,X47)
    | ~ r0(X45) ),
    input ).

cnf(c54,plain,
    ( m1(X72,X73,X72)
    | ~ r0(X72) ),
    inference(resolution,status(thm),[rule_007,axiom_14]) ).

cnf(c72,plain,
    m1(e,X75,e),
    inference(resolution,status(thm),[c54,axiom_13]) ).

cnf(rule_024,axiom,
    ( m1(X100,a,X99)
    | ~ m0(a,X101,a)
    | ~ q0(X100,X99)
    | ~ m1(X99,c,X99) ),
    input ).

cnf(c124,plain,
    ( m1(X1137,a,e)
    | ~ m0(a,X1136,a)
    | ~ q0(X1137,e) ),
    inference(resolution,status(thm),[rule_024,c72]) ).

cnf(c1373,plain,
    ( m1(X1138,a,e)
    | ~ q0(X1138,e) ),
    inference(resolution,status(thm),[c124,axiom_19]) ).

cnf(c1375,plain,
    m1(b,a,e),
    inference(resolution,status(thm),[c1373,axiom_21]) ).

cnf(rule_016,axiom,
    ( m1(X82,X81,X81)
    | ~ m1(X79,X81,X82)
    | ~ m1(X79,X80,X81) ),
    input ).

cnf(axiom_37,axiom,
    n0(b,a),
    input ).

cnf(rule_001,axiom,
    ( k1(X8)
    | ~ n0(X7,X8) ),
    input ).

cnf(c6,plain,
    k1(a),
    inference(resolution,status(thm),[rule_001,axiom_37]) ).

cnf(axiom_6,axiom,
    q0(b,b),
    input ).

cnf(rule_034,axiom,
    ( m1(X136,X137,X137)
    | ~ k1(a)
    | ~ k1(X137)
    | ~ q0(X136,X136) ),
    input ).

cnf(c169,plain,
    ( m1(b,X731,X731)
    | ~ k1(a)
    | ~ k1(X731) ),
    inference(resolution,status(thm),[rule_034,axiom_6]) ).

cnf(c878,plain,
    ( m1(b,a,a)
    | ~ k1(a) ),
    inference(resolution,status(thm),[c169,c6]) ).

cnf(c881,plain,
    m1(b,a,a),
    inference(resolution,status(thm),[c878,c6]) ).

cnf(c883,plain,
    ( m1(X1255,a,a)
    | ~ m1(b,a,X1255) ),
    inference(resolution,status(thm),[c881,rule_016]) ).

cnf(c1584,plain,
    m1(e,a,a),
    inference(resolution,status(thm),[c883,c1375]) ).

cnf(c1590,plain,
    $false,
    inference(resolution,status(thm),[c1584,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : SYN250-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 : n019.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 05:41:38 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 1.64/1.81  # Version:  1.3
% 1.64/1.81  # SZS status Unsatisfiable
% 1.64/1.81  # SZS output start CNFRefutation
% See solution above
% 1.64/1.81  
% 1.64/1.81  # Initial clauses    : 369
% 1.64/1.81  # Processed clauses  : 978
% 1.64/1.81  # Factors computed   : 0
% 1.64/1.81  # Resolvents computed: 1592
% 1.64/1.81  # Tautologies deleted: 15
% 1.64/1.81  # Forward subsumed   : 676
% 1.64/1.81  # Backward subsumed  : 374
% 1.64/1.81  # -------- CPU Time ---------
% 1.64/1.81  # User time          : 1.463 s
% 1.64/1.81  # System time        : 0.018 s
% 1.64/1.81  # Total time         : 1.481 s
%------------------------------------------------------------------------------