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

View Problem - Process Solution

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

% Computer : n022.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 : Wed Jul 20 21:27:17 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ( ~ sPE(maximal_value,array_value_at(array,index_of_maximal))
    | ~ less_than(index_of_maximal,successor(an_index))
    | ~ in_array_bounds(array,index_of_maximal)
    | ~ in_array_bounds(array,an_index)
    | less_than(successor(upper_bound),successor(an_index))
    | less_than(successor(an_index),lower_bound)
    | less_than(index_of_maximal,lower_bound) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_this)]) ).

cnf(g1,plain,
    ( less_than(an_index,lower_bound)
    | less_than(upper_bound,an_index)
    | in_array_bounds(array,an_index) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',in_bounds)]) ).

cnf(g2,plain,
    ( ~ less_than(an_index,successor(an_index))
    | ~ less_than(successor(an_index),lower_bound)
    | less_than(an_index,lower_bound) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity_of_less)]) ).

cnf(g3,plain,
    ( less_than(index_of_maximal,lower_bound)
    | less_than(upper_bound,index_of_maximal)
    | in_array_bounds(array,index_of_maximal) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',in_bounds)]) ).

cnf(g4,plain,
    ~ less_than(an_index,lower_bound),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',somewhere_above_lower_bound)]) ).

cnf(g5,plain,
    ~ less_than(index_of_maximal,lower_bound),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',maximal_above_lower_bound)]) ).

cnf(g6,plain,
    ( ~ less_than(upper_bound,index_of_maximal)
    | ~ less_than(index_of_maximal,an_index)
    | less_than(upper_bound,an_index) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity_of_less)]) ).

cnf(g7,plain,
    ( ~ less_than(index_of_maximal,an_index)
    | ~ less_than(an_index,successor(an_index))
    | less_than(index_of_maximal,successor(an_index)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity_of_less)]) ).

cnf(g8,plain,
    less_than(index_of_maximal,an_index),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',maximal_before_somewhere)]) ).

cnf(g9,plain,
    less_than(an_index,successor(an_index)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',successor_greater)]) ).

cnf(g10,plain,
    ( ~ in_array_bounds(array,index_of_maximal)
    | sPE(maximal_value,array_value_at(array,index_of_maximal)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',this_is_maximal)]) ).

cnf(g11,plain,
    ~ less_than(upper_bound,an_index),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',somewhere_below_upper_bound)]) ).

cnf(g12,plain,
    ( ~ less_than(successor(upper_bound),successor(an_index))
    | less_than(upper_bound,an_index) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',predecessor_less)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SWV019-1 : TPTP v8.1.0. Released v2.4.0.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.14/0.35  % Computer : n022.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Tue Jun 14 22:26:48 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % symbols: 12
% 0.14/0.35  % clauses: 17
% 0.14/0.35  % start clauses: 1
% 0.14/0.35  % iterative deepening steps: 52
% 0.14/0.35  % maximum path limit: 3
% 0.14/0.35  % literal attempts: 1124
% 0.14/0.35  % depth failures: 616
% 0.14/0.35  % regularity failures: 30
% 0.14/0.35  % tautology failures: 136
% 0.14/0.35  % reductions: 12
% 0.14/0.35  % extensions: 1066
% 0.14/0.35  % SAT variables: 563
% 0.14/0.35  % SAT clauses: 806
% 0.14/0.35  % WalkSAT solutions: 799
% 0.14/0.35  % CDCL solutions: 0
% 0.14/0.35  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------