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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : SET061-6 : 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:58:16 EDT 2022

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

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

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

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

cnf(g3,plain,
    ( ~ sPE(complement(null_class),null_class)
    | subclass(null_class,complement(null_class)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',equal_implies_subclass2)]) ).

cnf(g4,plain,
    ( ~ subclass(null_class,intersection(complement(null_class),regular(complement(null_class))))
    | ~ member(z,null_class)
    | member(z,intersection(complement(null_class),regular(complement(null_class)))) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',subclass_members)]) ).

cnf(g5,plain,
    ( ~ sPE(intersection(complement(null_class),regular(complement(null_class))),null_class)
    | subclass(null_class,intersection(complement(null_class),regular(complement(null_class)))) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',equal_implies_subclass2)]) ).

cnf(g6,plain,
    ( sPE(complement(null_class),null_class)
    | sPE(intersection(complement(null_class),regular(complement(null_class))),null_class) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',regularity2)]) ).

cnf(g7,plain,
    ( ~ member(z,intersection(complement(null_class),regular(complement(null_class))))
    | member(z,complement(null_class)) ),
    inference(ground_cnf,[],[file('Axioms/SET004-0.ax',intersection1)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SET061-6 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.03/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 02:54:30 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.20/0.37  % symbols: 50
% 0.20/0.37  % clauses: 134
% 0.20/0.37  % start clauses: 1
% 0.20/0.37  % iterative deepening steps: 158
% 0.20/0.37  % maximum path limit: 3
% 0.20/0.37  % literal attempts: 16148
% 0.20/0.37  % depth failures: 11494
% 0.20/0.37  % regularity failures: 878
% 0.20/0.37  % tautology failures: 101
% 0.20/0.37  % reductions: 1953
% 0.20/0.37  % extensions: 14184
% 0.20/0.37  % SAT variables: 5898
% 0.20/0.37  % SAT clauses: 6149
% 0.20/0.37  % WalkSAT solutions: 6151
% 0.20/0.37  % CDCL solutions: 0
% 0.20/0.37  % SZS status Unsatisfiable for theBenchmark
% 0.20/0.37  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------