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

View Problem - Process Solution

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

% Computer : n018.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:12 EDT 2022

% Result   : Unsatisfiable 0.20s 0.43s
% Output   : Proof 0.20s
% 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/sandbox2/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/sandbox2/benchmark/theBenchmark.p',prove_corollary_1_to_ordered_pairs_are_sets_2)]) ).

cnf(g2,plain,
    member(ordered_pair(first(x),second(x)),universal_class),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ordered_pair_is_set)]) ).

cnf(g3,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)]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : SET117-7 : TPTP v8.1.0. Bugfixed v7.3.0.
% 0.12/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n018.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 06:15:28 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.43  % symbols: 52
% 0.20/0.43  % clauses: 209
% 0.20/0.43  % start clauses: 2
% 0.20/0.43  % iterative deepening steps: 30
% 0.20/0.43  % maximum path limit: 2
% 0.20/0.43  % literal attempts: 32123
% 0.20/0.43  % depth failures: 31108
% 0.20/0.43  % regularity failures: 119
% 0.20/0.43  % tautology failures: 110
% 0.20/0.43  % reductions: 248
% 0.20/0.43  % extensions: 31884
% 0.20/0.43  % SAT variables: 29409
% 0.20/0.43  % SAT clauses: 26433
% 0.20/0.43  % WalkSAT solutions: 26428
% 0.20/0.43  % CDCL solutions: 0
% 0.20/0.43  % SZS status Unsatisfiable for theBenchmark
% 0.20/0.43  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------