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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : SET081-6 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %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 04:58:40 EDT 2022

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

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

cnf(g1,plain,
    ~ sPE(y,x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_only_member_in_singleton_2)]) ).

cnf(g2,plain,
    ( ~ member(y,unordered_pair(x,x))
    | sPE(y,x)
    | sPE(y,x) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',unordered_pair_member)]) ).

cnf(g3,plain,
    ( ~ subclass(singleton(x),unordered_pair(x,x))
    | ~ member(y,singleton(x))
    | member(y,unordered_pair(x,x)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',subclass_members)]) ).

cnf(g4,plain,
    ( ~ sPE(unordered_pair(x,x),singleton(x))
    | subclass(singleton(x),unordered_pair(x,x)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',equal_implies_subclass2)]) ).

cnf(g5,plain,
    sPE(unordered_pair(x,x),singleton(x)),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',singleton_set)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.08  % Problem  : SET081-6 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.08/0.09  % Command  : satcop --statistics %s
% 0.08/0.28  % Computer : n023.cluster.edu
% 0.08/0.28  % Model    : x86_64 x86_64
% 0.08/0.28  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.28  % Memory   : 8042.1875MB
% 0.08/0.28  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.28  % CPULimit : 300
% 0.08/0.28  % WCLimit  : 600
% 0.08/0.28  % DateTime : Mon Jul 11 10:05:09 EDT 2022
% 0.08/0.28  % CPUTime  : 
% 0.08/0.30  % symbols: 51
% 0.08/0.30  % clauses: 135
% 0.08/0.30  % start clauses: 2
% 0.08/0.30  % iterative deepening steps: 97
% 0.08/0.30  % maximum path limit: 3
% 0.08/0.30  % literal attempts: 18765
% 0.08/0.30  % depth failures: 12881
% 0.08/0.30  % regularity failures: 1048
% 0.08/0.30  % tautology failures: 463
% 0.08/0.30  % reductions: 2773
% 0.08/0.30  % extensions: 15904
% 0.08/0.30  % SAT variables: 6449
% 0.08/0.30  % SAT clauses: 6456
% 0.08/0.30  % WalkSAT solutions: 6456
% 0.08/0.30  % CDCL solutions: 0
% 0.08/0.30  % SZS status Unsatisfiable for theBenchmark
% 0.08/0.30  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------