TSTP Solution File: NUM183-1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : NUM183-1 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n012.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 : Mon Jul 18 13:59:09 EDT 2022

% Result   : Unsatisfiable 0.12s 0.35s
% Output   : Proof 0.12s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    member(x,ordinal_numbers),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_ordinals_are_kind_1_or_limit_1)]) ).

cnf(g1,plain,
    ~ member(x,kind_1_ordinals),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_ordinals_are_kind_1_or_limit_2)]) ).

cnf(g2,plain,
    ~ member(x,limit_ordinals),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_ordinals_are_kind_1_or_limit_3)]) ).

cnf(g3,plain,
    ( ~ member(x,universal_class)
    | member(x,kind_1_ordinals)
    | member(x,complement(kind_1_ordinals)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',complement2)]) ).

cnf(g4,plain,
    sPE(x,x),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g5,plain,
    ( ~ sPE(x,x)
    | ~ sPE(intersection(complement(kind_1_ordinals),ordinal_numbers),limit_ordinals)
    | ~ member(x,intersection(complement(kind_1_ordinals),ordinal_numbers))
    | member(x,limit_ordinals) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g6,plain,
    sPE(intersection(complement(kind_1_ordinals),ordinal_numbers),limit_ordinals),
    inference(ground_cnf,[],[file('Axioms/NUM004-0.ax',limit_ordinals)]) ).

cnf(g7,plain,
    ( ~ member(x,complement(kind_1_ordinals))
    | ~ member(x,ordinal_numbers)
    | member(x,intersection(complement(kind_1_ordinals),ordinal_numbers)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',intersection3)]) ).

cnf(g8,plain,
    ( ~ subclass(ordinal_numbers,universal_class)
    | ~ member(x,ordinal_numbers)
    | member(x,universal_class) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',subclass_members)]) ).

cnf(g9,plain,
    subclass(ordinal_numbers,universal_class),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',class_elements_are_sets)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : NUM183-1 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.12/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n012.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Tue Jul  5 06:31:01 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  % symbols: 81
% 0.12/0.35  % clauses: 224
% 0.12/0.35  % start clauses: 3
% 0.12/0.35  % iterative deepening steps: 39
% 0.12/0.35  % maximum path limit: 2
% 0.12/0.35  % literal attempts: 5127
% 0.12/0.35  % depth failures: 4005
% 0.12/0.35  % regularity failures: 189
% 0.12/0.35  % tautology failures: 38
% 0.12/0.35  % reductions: 363
% 0.12/0.35  % extensions: 4731
% 0.12/0.35  % SAT variables: 3478
% 0.12/0.35  % SAT clauses: 3222
% 0.12/0.35  % WalkSAT solutions: 3218
% 0.12/0.35  % CDCL solutions: 0
% 0.12/0.35  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------