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

View Problem - Process Solution

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

% Computer : n019.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:38 EDT 2022

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

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

cnf(g1,plain,
    ~ member(x,union(y,z)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_members_of_union3_2)]) ).

cnf(g2,plain,
    ( ~ member(x,z)
    | ~ member(x,complement(z)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',complement1)]) ).

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

cnf(g4,plain,
    subclass(z,universal_class),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',class_elements_are_sets)]) ).

cnf(g5,plain,
    ( ~ member(x,universal_class)
    | member(x,intersection(complement(y),complement(z)))
    | member(x,complement(intersection(complement(y),complement(z)))) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',complement2)]) ).

cnf(g6,plain,
    sPE(complement(intersection(complement(y),complement(z))),union(y,z)),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',union)]) ).

cnf(g7,plain,
    ( ~ subclass(complement(intersection(complement(y),complement(z))),union(y,z))
    | ~ member(x,complement(intersection(complement(y),complement(z))))
    | member(x,union(y,z)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',subclass_members)]) ).

cnf(g8,plain,
    ( ~ sPE(complement(intersection(complement(y),complement(z))),union(y,z))
    | subclass(complement(intersection(complement(y),complement(z))),union(y,z)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',equal_implies_subclass1)]) ).

cnf(g9,plain,
    ( ~ member(x,intersection(complement(y),complement(z)))
    | member(x,complement(z)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',intersection2)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SET168-6 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.06/0.13  % Command  : satcop --statistics %s
% 0.13/0.33  % Computer : n019.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sat Jul  9 19:47:08 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.38  % symbols: 61
% 0.13/0.38  % clauses: 161
% 0.13/0.38  % start clauses: 2
% 0.13/0.38  % iterative deepening steps: 165
% 0.13/0.38  % maximum path limit: 3
% 0.13/0.38  % literal attempts: 65008
% 0.13/0.38  % depth failures: 47577
% 0.13/0.38  % regularity failures: 3259
% 0.13/0.38  % tautology failures: 693
% 0.13/0.38  % reductions: 7292
% 0.13/0.38  % extensions: 57576
% 0.13/0.38  % SAT variables: 19471
% 0.13/0.38  % SAT clauses: 20541
% 0.13/0.38  % WalkSAT solutions: 20541
% 0.13/0.38  % CDCL solutions: 0
% 0.13/0.38  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.38  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------