TSTP Solution File: COM004-1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : COM004-1 : TPTP v8.1.0. Released v1.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n016.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 : Fri Jul 15 01:41:19 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    failure_node(n_right,or(empty,negate(atom))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',n_right_is_not_atom)]) ).

cnf(g1,plain,
    contradictory(atom,negate(atom)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',x_contradicts_not_x)]) ).

cnf(g2,plain,
    failure_node(n_left,or(empty,atom)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',n_left_is_atom)]) ).

cnf(g3,plain,
    sPE(n_right,right_child_of(n)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',n_right_equals_right_child_of_n)]) ).

cnf(g4,plain,
    sPE(n_left,left_child_of(n)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',n_left_equals_left_child_of_n)]) ).

cnf(g5,plain,
    sPE(or(empty,negate(atom)),or(empty,negate(atom))),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g6,plain,
    ( ~ sPE(n_right,right_child_of(n))
    | ~ sPE(or(empty,negate(atom)),or(empty,negate(atom)))
    | ~ failure_node(n_right,or(empty,negate(atom)))
    | failure_node(right_child_of(n),or(empty,negate(atom))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g7,plain,
    sPE(or(empty,atom),or(empty,atom)),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g8,plain,
    ( ~ sPE(n_left,left_child_of(n))
    | ~ sPE(or(empty,atom),or(empty,atom))
    | ~ failure_node(n_left,or(empty,atom))
    | failure_node(left_child_of(n),or(empty,atom)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g9,plain,
    ~ failure_node(parent_of(left_child_of(n),right_child_of(n)),or(empty,empty)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal_is_there_an_empty_node)]) ).

cnf(g10,plain,
    siblings(left_child_of(n),right_child_of(n)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',n_left_and_n_right_are_siblings)]) ).

cnf(g11,plain,
    ( ~ failure_node(left_child_of(n),or(empty,atom))
    | ~ failure_node(right_child_of(n),or(empty,negate(atom)))
    | ~ contradictory(atom,negate(atom))
    | ~ siblings(left_child_of(n),right_child_of(n))
    | failure_node(parent_of(left_child_of(n),right_child_of(n)),or(empty,empty)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',make_node)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : COM004-1 : TPTP v8.1.0. Released v1.1.0.
% 0.06/0.13  % Command  : satcop --statistics %s
% 0.13/0.33  % Computer : n016.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 : Thu Jun 16 19:57:34 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % symbols: 15
% 0.13/0.34  % clauses: 20
% 0.13/0.34  % start clauses: 1
% 0.13/0.34  % iterative deepening steps: 138
% 0.13/0.34  % maximum path limit: 4
% 0.13/0.34  % literal attempts: 2724
% 0.13/0.34  % depth failures: 1162
% 0.13/0.34  % regularity failures: 70
% 0.13/0.34  % tautology failures: 190
% 0.13/0.34  % reductions: 0
% 0.13/0.34  % extensions: 2625
% 0.13/0.34  % SAT variables: 1124
% 0.13/0.34  % SAT clauses: 1735
% 0.13/0.34  % WalkSAT solutions: 1730
% 0.13/0.34  % CDCL solutions: 0
% 0.13/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------