TSTP Solution File: SET147-6 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n020.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 04:59:27 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sPE(intersection(universal_class,x),x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_identity_for_intersection_1)]) ).

cnf(g1,plain,
    ( ~ sPE(x,intersection(universal_class,x))
    | sPE(intersection(universal_class,x),x) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    ( ~ subclass(x,intersection(universal_class,x))
    | ~ subclass(intersection(universal_class,x),x)
    | sPE(x,intersection(universal_class,x)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',subclass_implies_equal)]) ).

cnf(g3,plain,
    ( ~ member(not_subclass_element(x,intersection(universal_class,x)),intersection(universal_class,x))
    | subclass(x,intersection(universal_class,x)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',not_subclass_members2)]) ).

cnf(g4,plain,
    ( subclass(x,intersection(universal_class,x))
    | member(not_subclass_element(x,intersection(universal_class,x)),x) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',not_subclass_members1)]) ).

cnf(g5,plain,
    ( subclass(intersection(universal_class,x),x)
    | member(not_subclass_element(intersection(universal_class,x),x),intersection(universal_class,x)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',not_subclass_members1)]) ).

cnf(g6,plain,
    ( ~ member(not_subclass_element(intersection(universal_class,x),x),intersection(universal_class,x))
    | member(not_subclass_element(intersection(universal_class,x),x),x) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',intersection2)]) ).

cnf(g7,plain,
    ( ~ member(not_subclass_element(intersection(universal_class,x),x),x)
    | subclass(intersection(universal_class,x),x) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',not_subclass_members2)]) ).

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : SET147-6 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.12/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n020.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Mon Jul 11 09:05:43 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.40  % symbols: 59
% 0.13/0.40  % clauses: 160
% 0.13/0.40  % start clauses: 1
% 0.13/0.40  % iterative deepening steps: 132
% 0.13/0.40  % maximum path limit: 4
% 0.13/0.40  % literal attempts: 32049
% 0.13/0.40  % depth failures: 26189
% 0.13/0.40  % regularity failures: 1241
% 0.13/0.40  % tautology failures: 1494
% 0.13/0.40  % reductions: 632
% 0.13/0.40  % extensions: 31305
% 0.13/0.40  % SAT variables: 8075
% 0.13/0.40  % SAT clauses: 8407
% 0.13/0.40  % WalkSAT solutions: 8400
% 0.13/0.40  % CDCL solutions: 0
% 0.13/0.40  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.40  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------