TSTP Solution File: HWV006-2 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : HWV006-2 : TPTP v8.1.2. Bugfixed v2.7.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n002.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  : 300s
% DateTime : Thu Aug 31 02:18:09 EDT 2023

% Result   : Unsatisfiable 0.22s 0.52s
% Output   : CNFRefutation 0.22s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_halfadder_connection_out1and2_in1not1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( connection(out1(and2(X)),in1(not1(X)))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_out1and2_in1not1']) ).

cnf('2',plain,
    ( halfadder(h2(X))
    | ~ fulladder(X) ),
    inference(cnf_transformation,[],['$inc_fulladder_halfadder2']) ).

cnf('3',plain,
    fulladder(f),
    inference(cnf_transformation,[],[f_isa_fulladder]) ).

cnf('4',plain,
    halfadder(h2(f)),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    connection(out1(and2(h2(f))),in1(not1(h2(f)))),
    inference(resolution,[],['1','4']) ).

cnf('6',plain,
    ( ~ connection(X,Y)
    | ~ zero(Y)
    | zero(X) ),
    inference(cnf_transformation,[],['$inc_value_propagation_zero2']) ).

cnf('7',plain,
    ( ~ zero(in1(not1(h2(f))))
    | zero(out1(and2(h2(f)))) ),
    inference(resolution,[],['5','6']) ).

cnf('8',plain,
    ( connection(out1(not1(X)),in2(and1(X)))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_out1not1_in2and1']) ).

cnf('9',plain,
    connection(out1(not1(h2(f))),in2(and1(h2(f)))),
    inference(resolution,[],['8','4']) ).

cnf('10',plain,
    ( ~ connection(X,Y)
    | ~ one(Y)
    | one(X) ),
    inference(cnf_transformation,[],['$inc_value_propagation_one2']) ).

cnf('11',plain,
    ( ~ one(in2(and1(h2(f))))
    | one(out1(not1(h2(f)))) ),
    inference(resolution,[],['9','10']) ).

cnf('12',plain,
    ( halfadder(h1(X))
    | ~ fulladder(X) ),
    inference(cnf_transformation,[],['$inc_fulladder_halfadder1']) ).

cnf('13',plain,
    halfadder(h1(f)),
    inference(resolution,[],['12','3']) ).

cnf('14',plain,
    connection(out1(not1(h1(f))),in2(and1(h1(f)))),
    inference(resolution,[],['8','13']) ).

cnf('15',plain,
    ( ~ zero(in2(and1(h1(f))))
    | zero(out1(not1(h1(f)))) ),
    inference(resolution,[],['14','6']) ).

cnf('16',plain,
    connection(out1(and2(h1(f))),in1(not1(h1(f)))),
    inference(resolution,[],['1','13']) ).

cnf('17',plain,
    ( ~ connection(X,Y)
    | ~ zero(X)
    | zero(Y) ),
    inference(cnf_transformation,[],['$inc_value_propagation_zero1']) ).

cnf('18',plain,
    ( connection(in1(X),in1(and2(X)))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_in1_in1and2']) ).

cnf('19',plain,
    connection(in1(h1(f)),in1(and2(h1(f)))),
    inference(resolution,[],['18','13']) ).

cnf('20',plain,
    ( connection(in2(X),in1(h1(X)))
    | ~ fulladder(X) ),
    inference(cnf_transformation,[],['$inc_fulladder_connection_in2_in1h1']) ).

cnf('21',plain,
    connection(in2(f),in1(h1(f))),
    inference(resolution,[],['20','3']) ).

cnf('22',plain,
    zero(in2(f)),
    inference(cnf_transformation,[],[in2_0]) ).

cnf('23',plain,
    zero(in1(h1(f))),
    inference(resolution,[then_simplify],['21','17','22']) ).

cnf('24',plain,
    zero(in1(and2(h1(f)))),
    inference(resolution,[then_simplify],['19','17','23']) ).

cnf('25',plain,
    ( ~ zero(in1(X))
    | zero(out1(X))
    | ~ and_ok(X) ),
    inference(cnf_transformation,[],['$inc_and_0x_0']) ).

cnf('26',plain,
    ( ~ logic_and(X)
    | abnormal(X)
    | and_ok(X) ),
    inference(cnf_transformation,[],['$inc_and_ok_or_abnormal']) ).

cnf('27',plain,
    ( logic_and(and2(X))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_and2']) ).

cnf('28',plain,
    logic_and(and2(h1(f))),
    inference(resolution,[],['13','27']) ).

cnf('29',plain,
    ~ abnormal(and2(h1(f))),
    inference(cnf_transformation,[],[diagnosis_and2h1]) ).

cnf('30',plain,
    and_ok(and2(h1(f))),
    inference(resolution,[then_simplify],['26','28','29']) ).

cnf('31',plain,
    zero(out1(and2(h1(f)))),
    inference(resolution,[then_simplify],['24','25','30']) ).

cnf('32',plain,
    zero(in1(not1(h1(f)))),
    inference(resolution,[then_simplify],['16','17','31']) ).

cnf('33',plain,
    ( ~ zero(in1(X))
    | one(out1(X))
    | ~ not_ok(X) ),
    inference(cnf_transformation,[],['$inc_not_0_1_fw']) ).

cnf('34',plain,
    ( ~ logic_not(X)
    | not_ok(X)
    | abnormal(X) ),
    inference(cnf_transformation,[],['$inc_not_ok_or_abnormal']) ).

cnf('35',plain,
    ( logic_not(not1(X))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_not1']) ).

cnf('36',plain,
    logic_not(not1(h1(f))),
    inference(resolution,[],['35','13']) ).

cnf('37',plain,
    ~ abnormal(not1(h1(f))),
    inference(cnf_transformation,[],[diagnosis_not1h1]) ).

cnf('38',plain,
    not_ok(not1(h1(f))),
    inference(resolution,[then_simplify],['34','36','37']) ).

cnf('39',plain,
    one(out1(not1(h1(f)))),
    inference(resolution,[then_simplify],['32','33','38']) ).

cnf('40',plain,
    ( ~ one(X)
    | ~ zero(X) ),
    inference(cnf_transformation,[],['$inc_unique_value']) ).

cnf('41',plain,
    ~ zero(out1(not1(h1(f)))),
    inference(resolution,[],['39','40']) ).

cnf('42',plain,
    ~ zero(in2(and1(h1(f)))),
    inference(simplify,[],['15','41']) ).

cnf('43',plain,
    ( ~ zero(out1(X))
    | zero(in1(X))
    | zero(in2(X))
    | ~ and_ok(X) ),
    inference(cnf_transformation,[],['$inc_and_0_00']) ).

cnf('44',plain,
    ( connection(outc(X),out1(and2(X)))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_outc_out1and2']) ).

cnf('45',plain,
    connection(outc(h2(f)),out1(and2(h2(f)))),
    inference(resolution,[],['44','4']) ).

cnf('46',plain,
    ( ~ zero(outc(h2(f)))
    | zero(out1(and2(h2(f)))) ),
    inference(resolution,[],['45','17']) ).

cnf('47',plain,
    ( connection(outc(h2(X)),in1(or1(X)))
    | ~ fulladder(X) ),
    inference(cnf_transformation,[],['$inc_fulladder_connection_outch2_in1or1']) ).

cnf('48',plain,
    connection(outc(h2(f)),in1(or1(f))),
    inference(resolution,[],['47','3']) ).

cnf('49',plain,
    ( ~ zero(in1(or1(f)))
    | zero(outc(h2(f))) ),
    inference(resolution,[],['48','6']) ).

cnf('50',plain,
    ( ~ zero(out1(X))
    | zero(in1(X))
    | ~ or_ok(X) ),
    inference(cnf_transformation,[],['$inc_or_0_0x']) ).

cnf('51',plain,
    ( connection(outc(X),out1(or1(X)))
    | ~ fulladder(X) ),
    inference(cnf_transformation,[],['$inc_fulladder_connection_outc_out1or1']) ).

cnf('52',plain,
    connection(outc(f),out1(or1(f))),
    inference(resolution,[],['51','3']) ).

cnf('53',plain,
    zero(outc(f)),
    inference(cnf_transformation,[],[outc_0]) ).

cnf('54',plain,
    zero(out1(or1(f))),
    inference(resolution,[then_simplify],['52','17','53']) ).

cnf('55',plain,
    ( ~ or_ok(or1(f))
    | zero(in1(or1(f))) ),
    inference(resolution,[],['50','54']) ).

cnf('56',plain,
    ( ~ logic_or(X)
    | or_ok(X)
    | abnormal(X) ),
    inference(cnf_transformation,[],['$inc_or_ok_or_abnormal']) ).

cnf('57',plain,
    ( logic_or(or1(X))
    | ~ fulladder(X) ),
    inference(cnf_transformation,[],['$inc_fulladder_or1']) ).

cnf('58',plain,
    logic_or(or1(f)),
    inference(resolution,[],['57','3']) ).

cnf('59',plain,
    ( abnormal(or1(f))
    | or_ok(or1(f)) ),
    inference(resolution,[],['56','58']) ).

cnf('60',plain,
    ( zero(in1(or1(f)))
    | abnormal(or1(f)) ),
    inference(resolution,[],['55','59']) ).

cnf('61',plain,
    ( zero(outc(h2(f)))
    | abnormal(or1(f)) ),
    inference(resolution,[],['49','60']) ).

cnf('62',plain,
    ( zero(out1(and2(h2(f))))
    | abnormal(or1(f)) ),
    inference(resolution,[],['46','61']) ).

cnf('63',plain,
    connection(in1(h2(f)),in1(and2(h2(f)))),
    inference(resolution,[],['18','4']) ).

cnf('64',plain,
    ( connection(in1(X),in1(h2(X)))
    | ~ fulladder(X) ),
    inference(cnf_transformation,[],['$inc_fulladder_connection_in1_in1h2']) ).

cnf('65',plain,
    connection(in1(f),in1(h2(f))),
    inference(resolution,[],['64','3']) ).

cnf('66',plain,
    one(in1(f)),
    inference(cnf_transformation,[],[in1_1]) ).

cnf('67',plain,
    ~ zero(in1(f)),
    inference(resolution,[],['40','66']) ).

cnf('68',plain,
    ~ zero(in1(h2(f))),
    inference(resolution,[then_simplify],['65','6','67']) ).

cnf('69',plain,
    ~ zero(in1(and2(h2(f)))),
    inference(resolution,[then_simplify],['63','6','68']) ).

cnf('70',plain,
    logic_and(and2(h2(f))),
    inference(resolution,[],['4','27']) ).

cnf('71',plain,
    ~ abnormal(and2(h2(f))),
    inference(cnf_transformation,[],[diagnosis_and2]) ).

cnf('72',plain,
    and_ok(and2(h2(f))),
    inference(resolution,[then_simplify],['26','70','71']) ).

cnf('73',plain,
    ( zero(in2(and2(h2(f))))
    | abnormal(or1(f)) ),
    inference(resolution,[then_simplify],['43','62','69','72']) ).

cnf('74',plain,
    ( connection(in2(X),in2(and2(X)))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_in2_in2and2']) ).

cnf('75',plain,
    connection(in2(h2(f)),in2(and2(h2(f)))),
    inference(resolution,[],['74','4']) ).

cnf('76',plain,
    ( ~ zero(in2(and2(h2(f))))
    | zero(in2(h2(f))) ),
    inference(resolution,[],['75','6']) ).

cnf('77',plain,
    ( zero(in2(h2(f)))
    | abnormal(or1(f)) ),
    inference(resolution,[],['73','76']) ).

cnf('78',plain,
    ( connection(outs(h1(X)),in2(h2(X)))
    | ~ fulladder(X) ),
    inference(cnf_transformation,[],['$inc_fulladder_connection_outsh1_in2h2']) ).

cnf('79',plain,
    connection(outs(h1(f)),in2(h2(f))),
    inference(resolution,[],['78','3']) ).

cnf('80',plain,
    ( ~ zero(in2(h2(f)))
    | zero(outs(h1(f))) ),
    inference(resolution,[],['79','6']) ).

cnf('81',plain,
    ( zero(outs(h1(f)))
    | abnormal(or1(f)) ),
    inference(resolution,[],['77','80']) ).

cnf('82',plain,
    ( connection(outs(X),out1(and1(X)))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_outs_out1and1']) ).

cnf('83',plain,
    connection(outs(h1(f)),out1(and1(h1(f)))),
    inference(resolution,[],['82','13']) ).

cnf('84',plain,
    ( ~ zero(outs(h1(f)))
    | zero(out1(and1(h1(f)))) ),
    inference(resolution,[],['83','17']) ).

cnf('85',plain,
    ( zero(out1(and1(h1(f))))
    | abnormal(or1(f)) ),
    inference(resolution,[],['81','84']) ).

cnf('86',plain,
    ( connection(out1(or1(X)),in1(and1(X)))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_out1or1_in1_and1']) ).

cnf('87',plain,
    connection(out1(or1(h1(f))),in1(and1(h1(f)))),
    inference(resolution,[],['86','13']) ).

cnf('88',plain,
    ( connection(in2(X),in2(or1(X)))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_connection_in2_in2or1']) ).

cnf('89',plain,
    connection(in2(h1(f)),in2(or1(h1(f)))),
    inference(resolution,[],['88','13']) ).

cnf('90',plain,
    ( ~ connection(X,Y)
    | ~ one(X)
    | one(Y) ),
    inference(cnf_transformation,[],['$inc_value_propagation_one1']) ).

cnf('91',plain,
    ( connection(inc(X),in2(h1(X)))
    | ~ fulladder(X) ),
    inference(cnf_transformation,[],['$inc_fulladder_connection_inc_in2h1']) ).

cnf('92',plain,
    connection(inc(f),in2(h1(f))),
    inference(resolution,[],['91','3']) ).

cnf('93',plain,
    one(inc(f)),
    inference(cnf_transformation,[],[inc_1]) ).

cnf('94',plain,
    one(in2(h1(f))),
    inference(resolution,[then_simplify],['92','90','93']) ).

cnf('95',plain,
    one(in2(or1(h1(f)))),
    inference(resolution,[then_simplify],['89','90','94']) ).

cnf('96',plain,
    ( ~ one(in2(X))
    | one(out1(X))
    | ~ or_ok(X) ),
    inference(cnf_transformation,[],['$inc_or_x1_1']) ).

cnf('97',plain,
    ( logic_or(or1(X))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_or1']) ).

cnf('98',plain,
    logic_or(or1(h1(f))),
    inference(resolution,[],['97','13']) ).

cnf('99',plain,
    ~ abnormal(or1(h1(f))),
    inference(cnf_transformation,[],[diagnosis_or1h1]) ).

cnf('100',plain,
    or_ok(or1(h1(f))),
    inference(resolution,[then_simplify],['56','98','99']) ).

cnf('101',plain,
    one(out1(or1(h1(f)))),
    inference(resolution,[then_simplify],['95','96','100']) ).

cnf('102',plain,
    ~ zero(out1(or1(h1(f)))),
    inference(resolution,[],['101','40']) ).

cnf('103',plain,
    ~ zero(in1(and1(h1(f)))),
    inference(resolution,[then_simplify],['87','6','102']) ).

cnf('104',plain,
    ( logic_and(and1(X))
    | ~ halfadder(X) ),
    inference(cnf_transformation,[],['$inc_halfadder_and1']) ).

cnf('105',plain,
    logic_and(and1(h1(f))),
    inference(resolution,[],['104','13']) ).

cnf('106',plain,
    ~ abnormal(and1(h1(f))),
    inference(cnf_transformation,[],[diagnosis_and1h1]) ).

cnf('107',plain,
    and_ok(and1(h1(f))),
    inference(resolution,[then_simplify],['26','105','106']) ).

cnf('108',plain,
    ( zero(in2(and1(h1(f))))
    | abnormal(or1(f)) ),
    inference(resolution,[then_simplify],['85','43','103','107']) ).

cnf('109',plain,
    abnormal(or1(f)),
    inference(resolution,[],['42','108']) ).

cnf('110',plain,
    logic_and(and1(h2(f))),
    inference(resolution,[],['104','4']) ).

cnf('111',plain,
    ( abnormal(and1(h2(f)))
    | and_ok(and1(h2(f))) ),
    inference(resolution,[],['26','110']) ).

cnf('112',plain,
    ( ~ abnormal(and1(h2(f)))
    | ~ abnormal(or1(f)) ),
    inference(cnf_transformation,[],[diagnosis_or1_and1h2]) ).

cnf('113',plain,
    ( ~ abnormal(or1(f))
    | and_ok(and1(h2(f))) ),
    inference(resolution,[],['111','112']) ).

cnf('114',plain,
    and_ok(and1(h2(f))),
    inference(resolution,[],['109','113']) ).

cnf('115',plain,
    connection(outs(h2(f)),out1(and1(h2(f)))),
    inference(resolution,[],['82','4']) ).

cnf('116',plain,
    ( connection(outs(X),outs(h2(X)))
    | ~ fulladder(X) ),
    inference(cnf_transformation,[],['$inc_fulladder_connection_outs_outsh2']) ).

cnf('117',plain,
    connection(outs(f),outs(h2(f))),
    inference(resolution,[],['116','3']) ).

cnf('118',plain,
    one(outs(f)),
    inference(cnf_transformation,[],[outs_1]) ).

cnf('119',plain,
    one(outs(h2(f))),
    inference(resolution,[then_simplify],['117','90','118']) ).

cnf('120',plain,
    one(out1(and1(h2(f)))),
    inference(resolution,[then_simplify],['115','90','119']) ).

cnf('121',plain,
    ( ~ one(out1(X))
    | one(in2(X))
    | ~ and_ok(X) ),
    inference(cnf_transformation,[],['$inc_and_1_x1']) ).

cnf('122',plain,
    ( ~ and_ok(and1(h2(f)))
    | one(in2(and1(h2(f)))) ),
    inference(resolution,[],['120','121']) ).

cnf('123',plain,
    one(in2(and1(h2(f)))),
    inference(resolution,[],['114','122']) ).

cnf('124',plain,
    one(out1(not1(h2(f)))),
    inference(simplify,[],['11','123']) ).

cnf('125',plain,
    ( ~ one(out1(X))
    | zero(in1(X))
    | ~ not_ok(X) ),
    inference(cnf_transformation,[],['$inc_not_1_0_bw']) ).

cnf('126',plain,
    ( ~ not_ok(not1(h2(f)))
    | zero(in1(not1(h2(f)))) ),
    inference(resolution,[],['124','125']) ).

cnf('127',plain,
    logic_not(not1(h2(f))),
    inference(resolution,[],['35','4']) ).

cnf('128',plain,
    ( abnormal(not1(h2(f)))
    | not_ok(not1(h2(f))) ),
    inference(resolution,[],['34','127']) ).

cnf('129',plain,
    ( zero(in1(not1(h2(f))))
    | abnormal(not1(h2(f))) ),
    inference(resolution,[],['126','128']) ).

cnf('130',plain,
    ( zero(out1(and2(h2(f))))
    | abnormal(not1(h2(f))) ),
    inference(resolution,[],['7','129']) ).

cnf('131',plain,
    ( ~ zero(out1(and2(h2(f))))
    | zero(outc(h2(f))) ),
    inference(resolution,[],['45','6']) ).

cnf('132',plain,
    ( abnormal(not1(h2(f)))
    | zero(outc(h2(f))) ),
    inference(resolution,[],['130','131']) ).

cnf('133',plain,
    ( ~ abnormal(not1(h2(f)))
    | ~ abnormal(or1(f)) ),
    inference(cnf_transformation,[],[diagnosis_or1_not1h2]) ).

cnf('134',plain,
    abnormal(or1(f)),
    inference(resolution,[],['42','108']) ).

cnf('135',plain,
    zero(outc(h2(f))),
    inference(resolution,[then_simplify],['132','133','134']) ).

cnf('136',plain,
    zero(out1(and2(h2(f)))),
    inference(resolution,[],['135','46']) ).

cnf('137',plain,
    zero(in2(and2(h2(f)))),
    inference(resolution,[then_simplify],['136','43','69','72']) ).

cnf('138',plain,
    zero(in2(h2(f))),
    inference(resolution,[],['137','76']) ).

cnf('139',plain,
    zero(outs(h1(f))),
    inference(resolution,[],['138','80']) ).

cnf('140',plain,
    zero(out1(and1(h1(f)))),
    inference(resolution,[],['139','84']) ).

cnf('141',plain,
    ( ~ one(out1(not1(h1(f))))
    | one(in2(and1(h1(f)))) ),
    inference(resolution,[],['14','90']) ).

cnf('142',plain,
    one(out1(not1(h1(f)))),
    inference(resolution,[then_simplify],['32','33','38']) ).

cnf('143',plain,
    one(in2(and1(h1(f)))),
    inference(simplify,[],['141','142']) ).

cnf('144',plain,
    ~ zero(in2(and1(h1(f)))),
    inference(resolution,[],['143','40']) ).

cnf('145',plain,
    $false,
    inference(resolution,[then_simplify],['140','43','103','144','107']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : HWV006-2 : TPTP v8.1.2. Bugfixed v2.7.0.
% 0.08/0.14  % Command  : gkc %s
% 0.15/0.36  % Computer : n002.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Tue Aug 29 14:01:50 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 0.22/0.40  
% 0.22/0.40  input clause set summed statistics:
% 0.22/0.40  ----------------------------------
% 0.22/0.40  in_clause_count:                    64
% 0.22/0.40  in_rule_clause_count:               63
% 0.22/0.40  in_fact_clause_count:                1
% 0.22/0.40  in_answer_clause_count:              0
% 0.22/0.40  in_ground_clause_count:             13
% 0.22/0.40  in_unit_clause_count:               11
% 0.22/0.40  in_horn_clause_count:               59
% 0.22/0.40  in_pos_clause_count:                 6
% 0.22/0.40  in_neg_clause_count:                11
% 0.22/0.40  in_poseq_clause_count:               0
% 0.22/0.40  in_negeq_clause_count:               0
% 0.22/0.40  in_unitposeq_clause_count:           0
% 0.22/0.40  in_chain_clause_count:               0
% 0.22/0.40  in_min_length:             1
% 0.22/0.40  in_max_length:             4
% 0.22/0.40  in_min_depth:              1
% 0.22/0.40  in_max_depth:              3
% 0.22/0.40  in_min_size:               2
% 0.22/0.40  in_max_size:              11
% 0.22/0.40  in_min_vars:               0
% 0.22/0.40  in_max_vars:               2
% 0.22/0.40  in_extaxiom_count:                51
% 0.22/0.40  in_axiom_count:                    0
% 0.22/0.40  in_assumption_count:               6
% 0.22/0.40  in_goal_count:                     7
% 0.22/0.40  in_neg_goal_count:                 7
% 0.22/0.40  in_pos_goal_count:                 0
% 0.22/0.40  in_posunit_goal_count:             0
% 0.22/0.40  
% 0.22/0.40  auto guide:
% 0.22/0.40  -----------
% 0.22/0.40  {
% 0.22/0.40  "print":1,
% 0.22/0.40  "print_level": 15,
% 0.22/0.40  "max_size": 0,
% 0.22/0.40  "max_depth": 0,
% 0.22/0.40  "max_length": 0,
% 0.22/0.40  "max_dseconds": 0,
% 0.22/0.40  "equality":0,
% 0.22/0.40  "runs":[
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.40  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.22/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.22/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.22/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.22/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.22/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1, "sine":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":2},
% 0.22/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.22/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.40  
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.40  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.22/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.22/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.22/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.22/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.22/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.22/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.22/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1, "sine":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":2},
% 0.22/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.22/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.40  
% 0.22/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.22/0.41  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.22/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1, "sine":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":2},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.41  
% 0.22/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.22/0.41  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":250},
% 0.22/0.41  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.22/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.22/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.22/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.22/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.22/0.41  
% 0.22/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.22/0.41  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1250},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.22/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.22/0.41  
% 0.22/0.41  ]}
% 0.22/0.41  
% 0.22/0.41  
% 0.22/0.41  **** run 1 fork 0 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.22/0.41  
% 0.22/0.41  **** run 2 fork 1 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.22/0.41  
% 0.22/0.41  **** run 3 fork 2 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.22/0.41  
% 0.22/0.41  **** run 4 fork 3 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.22/0.41  
% 0.22/0.41  **** run 5 fork 4 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.22/0.41  
% 0.22/0.41  **** run 6 fork 5 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.22/0.41  
% 0.22/0.41  **** run 7 fork 6 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.22/0.41  
% 0.22/0.41  **** run 8 fork 7 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.22/0.45  
% 0.22/0.45  fork 1: search finished without proof.
% 0.22/0.48  
% 0.22/0.48  **** run 10 fork 1 starts with strategy
% 0.22/0.48  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.22/0.52  
% 0.22/0.52  
% 0.22/0.52  result: proof found
% 0.22/0.52  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.22/0.52  by run 5 fork 4 strategy {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.22/0.52  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.22/0.52  
% 0.22/0.52  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 0.22/0.52  
% 0.22/0.52  run 5 fork 4 statistics:
% 0.22/0.52  ----------------------------------
% 0.22/0.52  this run seconds: 0.012125
% 0.22/0.52  total seconds: 0.037928
% 0.22/0.52  stat_given_used: 274
% 0.22/0.52  stat_given_used_at_endgame: 0
% 0.22/0.52  stat_given_candidates:   300
% 0.22/0.52  stat_given_candidates_at_endgame: 0
% 0.22/0.52  stat_given_candidates_h: 0
% 0.22/0.52  stat_binres_derived_cl:   335
% 0.22/0.52  stat_binres_derived_cl_h: 0
% 0.22/0.52  stat_factor_derived_cl: 0
% 0.22/0.52  stat_para_derived_cl: 0
% 0.22/0.52  stat_tautologies_discarded: 4
% 0.22/0.52  stat_forward_subsumed: 73
% 0.22/0.52  stat_derived_cut: 62
% 0.22/0.52  stat_derived_rewritten: 0
% 0.22/0.52  stat_weight_discarded_building: 0
% 0.22/0.52  stat_weight_discarded_cl: 0
% 0.22/0.52  stat_internlimit_discarded_cl: 0
% 0.22/0.52  stat_simplified:  6 simplified 0 derived 0 given
% 0.22/0.52  stat_kept_cl: 257
% 0.22/0.52  stat_built_cl: 811
% 0.22/0.52  stat_hyperres_partial_cl: 0
% 0.22/0.52  stat_made_rewriters: 0
% 0.22/0.52  stat_backward_subsumed: 0
% 0.22/0.52  stat_propagated_subsumed: 0
% 0.22/0.52  stat_clsubs_attempted:                        57
% 0.22/0.52  stat_clsubs_fact_groundunit_found:             1
% 0.22/0.52  stat_clsubs_rule_groundunit_found:             6
% 0.22/0.52  stat_clsubs_top_meta_attempted:              21725
% 0.22/0.52  stat_clsubs_top_meta_failed:                 21668
% 0.22/0.52  stat_clsubs_top_meta_nonpref_attempted:               21725
% 0.22/0.52  stat_clsubs_top_meta_nonpref_succeeded:                6591
% 0.22/0.52  stat_clsubs_top_meta_pref_attempted:                   6591
% 0.22/0.52  stat_clsubs_top_meta_pref1_succeeded:                   838
% 0.22/0.52  stat_clsubs_top_meta_pref2_succeeded:                   146
% 0.22/0.52  stat_clsubs_top_meta_pref3_succeeded:                    57
% 0.22/0.52  stat_clsubs_top_meta_pref_succeeded:                     57
% 0.22/0.52  stat_clsubs_meta_attempted:                  105
% 0.22/0.52  stat_clsubs_meta_failed:                      73
% 0.22/0.52  stat_clsubs_predsymbs_attempted:               0
% 0.22/0.52  stat_clsubs_unit_attempted:                    0
% 0.22/0.52  stat_clsubs_full_attempted:                   57
% 0.22/0.52  stat_forwardsubs_attempted:                  331
% 0.22/0.52  stat_lit_hash_added:                    570
% 0.22/0.52  stat_lit_hash_computed:                2742
% 0.22/0.52  stat_lit_hash_match_found:              164
% 0.22/0.52  stat_lit_hash_match_miss:              2524
% 0.22/0.52  stat_lit_hash_cut_ok:                    76
% 0.22/0.52  stat_lit_strong_cut_ok:                   0
% 0.22/0.52  stat_lit_hash_subsume_ok:                73
% 0.22/0.52  clqueue els 10000000 used 1
% 0.22/0.52  clactive els 10000000 used 275
% 0.22/0.52  clactivesubsume els 10000000 used 949
% 0.22/0.52  queue_termbuf els 200000000 used 13691
% 0.22/0.52  hyper_termbuf els 100000000 used 1
% 0.22/0.52  active_termbuf els 100000000 used 10088
% 0.22/0.52  varstack els 5000 last used 1
% 0.22/0.52  given_termbuf els 10000000 last used 1
% 0.22/0.52  simplified_termbuf els 10000000 last used 1
% 0.22/0.52  derived_termbuf els 10000000 last used 87
% 0.22/0.52  wr_mallocs: 1872
% 0.22/0.52  wr_callocs: 21
% 0.22/0.52  wr_reallocs: 148
% 0.22/0.52  wr_frees: 2
% 0.22/0.52  wr_malloc_bytes: 4162643540
% 0.22/0.52  wr_calloc_bytes: 112065536
% 0.22/0.52  wr_realloc_bytes: 49216
% 0.22/0.52  wr_realloc_freebytes: 0
% 0.22/0.52  ----------------------------------
%------------------------------------------------------------------------------