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

View Problem - Process Solution

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

% Computer : n010.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:02 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sPE(unordered_pair(singleton(x),unordered_pair(x,null_class)),ordered_pair(x,y)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_property_1_of_ordered_pair_1)]) ).

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

cnf(g2,plain,
    ( sPE(singleton(y),null_class)
    | member(y,universal_class) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',singleton_is_null_class)]) ).

cnf(g3,plain,
    ( ~ sPE(x,x)
    | ~ sPE(singleton(y),null_class)
    | sPE(unordered_pair(x,singleton(y)),unordered_pair(x,null_class)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g4,plain,
    ( ~ sPE(unordered_pair(singleton(x),unordered_pair(x,null_class)),unordered_pair(singleton(x),unordered_pair(x,singleton(y))))
    | ~ sPE(unordered_pair(singleton(x),unordered_pair(x,singleton(y))),ordered_pair(x,y))
    | sPE(unordered_pair(singleton(x),unordered_pair(x,null_class)),ordered_pair(x,y)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

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

cnf(g6,plain,
    ( ~ sPE(singleton(x),singleton(x))
    | ~ sPE(unordered_pair(x,null_class),unordered_pair(x,singleton(y)))
    | sPE(unordered_pair(singleton(x),unordered_pair(x,null_class)),unordered_pair(singleton(x),unordered_pair(x,singleton(y)))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g7,plain,
    sPE(x,x),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g8,plain,
    sPE(singleton(x),singleton(x)),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g9,plain,
    ( ~ sPE(unordered_pair(x,singleton(y)),unordered_pair(x,null_class))
    | sPE(unordered_pair(x,null_class),unordered_pair(x,singleton(y))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SET103-7 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.06/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n010.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:14:15 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 2.28/0.63  % symbols: 53
% 2.28/0.63  % clauses: 193
% 2.28/0.63  % start clauses: 2
% 2.28/0.63  % iterative deepening steps: 434
% 2.28/0.63  % maximum path limit: 3
% 2.28/0.63  % literal attempts: 451418
% 2.28/0.63  % depth failures: 355725
% 2.28/0.63  % regularity failures: 8101
% 2.28/0.63  % tautology failures: 5364
% 2.28/0.63  % reductions: 68272
% 2.28/0.63  % extensions: 382829
% 2.28/0.63  % SAT variables: 140038
% 2.28/0.63  % SAT clauses: 132533
% 2.28/0.63  % WalkSAT solutions: 132530
% 2.28/0.63  % CDCL solutions: 1
% 2.28/0.63  % SZS status Unsatisfiable for theBenchmark
% 2.28/0.63  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------