TSTP Solution File: SEU306+1 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n023.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 : Tue Jul 19 13:37:13 EDT 2022

% Result   : Theorem 0.50s 0.73s
% Output   : Refutation 0.50s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
fof(t12_pre_topc,conjecture,
    ! [A] :
      ( one_sorted_str(A)
     => cast_as_carrier_subset(A) = the_carrier(A) ),
    input ).

fof(c18,negated_conjecture,
    ~ ! [A] :
        ( one_sorted_str(A)
       => cast_as_carrier_subset(A) = the_carrier(A) ),
    inference(assume_negation,status(cth),[t12_pre_topc]) ).

fof(c19,negated_conjecture,
    ? [A] :
      ( one_sorted_str(A)
      & cast_as_carrier_subset(A) != the_carrier(A) ),
    inference(fof_nnf,status(thm),[c18]) ).

fof(c20,negated_conjecture,
    ? [X2] :
      ( one_sorted_str(X2)
      & cast_as_carrier_subset(X2) != the_carrier(X2) ),
    inference(variable_rename,status(thm),[c19]) ).

fof(c21,negated_conjecture,
    ( one_sorted_str(skolem0001)
    & cast_as_carrier_subset(skolem0001) != the_carrier(skolem0001) ),
    inference(skolemize,status(esa),[c20]) ).

cnf(c23,negated_conjecture,
    cast_as_carrier_subset(skolem0001) != the_carrier(skolem0001),
    inference(split_conjunct,status(thm),[c21]) ).

cnf(c22,negated_conjecture,
    one_sorted_str(skolem0001),
    inference(split_conjunct,status(thm),[c21]) ).

fof(d3_pre_topc,axiom,
    ! [A] :
      ( one_sorted_str(A)
     => cast_as_carrier_subset(A) = the_carrier(A) ),
    input ).

fof(c24,axiom,
    ! [A] :
      ( ~ one_sorted_str(A)
      | cast_as_carrier_subset(A) = the_carrier(A) ),
    inference(fof_nnf,status(thm),[d3_pre_topc]) ).

fof(c25,axiom,
    ! [X3] :
      ( ~ one_sorted_str(X3)
      | cast_as_carrier_subset(X3) = the_carrier(X3) ),
    inference(variable_rename,status(thm),[c24]) ).

cnf(c26,axiom,
    ( ~ one_sorted_str(X191)
    | cast_as_carrier_subset(X191) = the_carrier(X191) ),
    inference(split_conjunct,status(thm),[c25]) ).

cnf(c278,plain,
    cast_as_carrier_subset(skolem0001) = the_carrier(skolem0001),
    inference(resolution,status(thm),[c26,c22]) ).

cnf(c762,plain,
    $false,
    inference(resolution,status(thm),[c278,c23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SEU306+1 : TPTP v8.1.0. Released v3.3.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n023.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 Jun 20 08:03:03 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.50/0.73  # Version:  1.3
% 0.50/0.73  # SZS status Theorem
% 0.50/0.73  # SZS output start CNFRefutation
% See solution above
% 0.50/0.73  
% 0.50/0.73  # Initial clauses    : 99
% 0.50/0.73  # Processed clauses  : 201
% 0.50/0.73  # Factors computed   : 0
% 0.50/0.73  # Resolvents computed: 595
% 0.50/0.73  # Tautologies deleted: 19
% 0.50/0.73  # Forward subsumed   : 158
% 0.50/0.73  # Backward subsumed  : 0
% 0.50/0.73  # -------- CPU Time ---------
% 0.50/0.73  # User time          : 0.364 s
% 0.50/0.73  # System time        : 0.017 s
% 0.50/0.73  # Total time         : 0.381 s
%------------------------------------------------------------------------------