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

View Problem - Process Solution

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

% Computer : n006.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:28 EDT 2022

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

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

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

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SET148-6 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.06/0.13  % Command  : satcop --statistics %s
% 0.13/0.33  % Computer : n006.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sun Jul 10 02:12:06 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.13/0.34  % symbols: 59
% 0.13/0.34  % clauses: 160
% 0.13/0.34  % start clauses: 1
% 0.13/0.34  % iterative deepening steps: 51
% 0.13/0.34  % maximum path limit: 3
% 0.13/0.34  % literal attempts: 2638
% 0.13/0.34  % depth failures: 2119
% 0.13/0.34  % regularity failures: 109
% 0.13/0.34  % tautology failures: 125
% 0.13/0.34  % reductions: 15
% 0.13/0.34  % extensions: 2576
% 0.13/0.34  % SAT variables: 1431
% 0.13/0.34  % SAT clauses: 1418
% 0.13/0.34  % WalkSAT solutions: 1410
% 0.13/0.34  % CDCL solutions: 0
% 0.13/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------