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

View Problem - Process Solution

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

% Computer : n008.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:18 EDT 2022

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

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

cnf(g1,plain,
    ~ member(x,set_builder(y,z)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_set_builder_alternate_defn3_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,unordered_pair(x,x)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',unordered_pair2)]) ).

cnf(g6,plain,
    ( ~ member(x,unordered_pair(x,x))
    | sPE(x,x)
    | sPE(x,x) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',unordered_pair_member)]) ).

cnf(g7,plain,
    sPE(union(singleton(y),z),set_builder(y,z)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_of_set_builder)]) ).

cnf(g8,plain,
    ( ~ sPE(x,x)
    | ~ sPE(complement(intersection(complement(singleton(y)),complement(z))),set_builder(y,z))
    | ~ member(x,complement(intersection(complement(singleton(y)),complement(z))))
    | member(x,set_builder(y,z)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g9,plain,
    ( ~ sPE(complement(intersection(complement(singleton(y)),complement(z))),union(singleton(y),z))
    | ~ sPE(union(singleton(y),z),set_builder(y,z))
    | sPE(complement(intersection(complement(singleton(y)),complement(z))),set_builder(y,z)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : SET125-6 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.10/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n008.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 : Sun Jul 10 23:29:53 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.41  % symbols: 53
% 0.12/0.41  % clauses: 137
% 0.12/0.41  % start clauses: 2
% 0.12/0.41  % iterative deepening steps: 213
% 0.12/0.41  % maximum path limit: 3
% 0.12/0.41  % literal attempts: 108461
% 0.12/0.41  % depth failures: 80025
% 0.12/0.41  % regularity failures: 5463
% 0.12/0.41  % tautology failures: 1160
% 0.12/0.41  % reductions: 10842
% 0.12/0.41  % extensions: 97477
% 0.12/0.41  % SAT variables: 22976
% 0.12/0.41  % SAT clauses: 25192
% 0.12/0.41  % WalkSAT solutions: 25194
% 0.12/0.41  % CDCL solutions: 0
% 0.12/0.41  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.41  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------