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

View Problem - Process Solution

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

% Computer : n027.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:11 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    sPE(ordered_pair(first(x),second(x)),x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_corollary_1_to_ordered_pairs_are_sets_1)]) ).

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

cnf(g2,plain,
    sPE(universal_class,universal_class),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g3,plain,
    member(unordered_pair(singleton(first(x)),unordered_pair(first(x),singleton(second(x)))),universal_class),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',unordered_pairs_in_universal)]) ).

cnf(g4,plain,
    sPE(unordered_pair(singleton(first(x)),unordered_pair(first(x),singleton(second(x)))),ordered_pair(first(x),second(x))),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',ordered_pair)]) ).

cnf(g5,plain,
    ( ~ sPE(unordered_pair(singleton(first(x)),unordered_pair(first(x),singleton(second(x)))),ordered_pair(first(x),second(x)))
    | ~ sPE(universal_class,universal_class)
    | ~ member(unordered_pair(singleton(first(x)),unordered_pair(first(x),singleton(second(x)))),universal_class)
    | member(ordered_pair(first(x),second(x)),universal_class) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g6,plain,
    ( ~ sPE(ordered_pair(first(x),second(x)),x)
    | ~ sPE(universal_class,universal_class)
    | ~ member(ordered_pair(first(x),second(x)),universal_class)
    | member(x,universal_class) ),
    inference(ground_cnf,[],[theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SET117-6 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n027.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 : Mon Jul 11 10:55:04 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 3.09/0.76  % symbols: 50
% 3.09/0.76  % clauses: 135
% 3.09/0.76  % start clauses: 2
% 3.09/0.76  % iterative deepening steps: 160
% 3.09/0.76  % maximum path limit: 3
% 3.09/0.76  % literal attempts: 404832
% 3.09/0.76  % depth failures: 383511
% 3.09/0.76  % regularity failures: 5828
% 3.09/0.76  % tautology failures: 1403
% 3.09/0.76  % reductions: 937
% 3.09/0.76  % extensions: 403712
% 3.09/0.76  % SAT variables: 228420
% 3.09/0.76  % SAT clauses: 201498
% 3.09/0.76  % WalkSAT solutions: 201495
% 3.09/0.76  % CDCL solutions: 0
% 3.09/0.76  % SZS status Unsatisfiable for theBenchmark
% 3.09/0.76  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------