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

View Problem - Process Solution

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

% Computer : n009.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.12s 0.34s
% Output   : Proof 0.12s
% 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,
    subclass(singleton(x),unordered_pair(x,x)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',singleton_in_unordered_pair1)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SET081-7 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.11/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n009.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 : Sat Jul  9 19:10:52 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  % symbols: 51
% 0.12/0.34  % clauses: 168
% 0.12/0.34  % start clauses: 2
% 0.12/0.34  % iterative deepening steps: 32
% 0.12/0.34  % maximum path limit: 2
% 0.12/0.34  % literal attempts: 2563
% 0.12/0.34  % depth failures: 1817
% 0.12/0.34  % regularity failures: 88
% 0.12/0.34  % tautology failures: 43
% 0.12/0.34  % reductions: 404
% 0.12/0.34  % extensions: 2127
% 0.12/0.34  % SAT variables: 1376
% 0.12/0.34  % SAT clauses: 1330
% 0.12/0.34  % WalkSAT solutions: 1324
% 0.12/0.34  % CDCL solutions: 0
% 0.12/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------