TSTP Solution File: HEN009-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : HEN009-3 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n003.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 01:55:44 EDT 2023

% Result   : Unsatisfiable 4.49s 1.04s
% Output   : CNFRefutation 4.49s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_quotient_less_equal1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( divide(X,Y) = zero
    | ~ less_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_quotient_less_equal1']) ).

cnf('2',plain,
    less_equal(divide(X,Y),X),
    inference(cnf_transformation,[],['$inc_quotient_smaller_than_numerator']) ).

cnf('3',plain,
    divide(divide(X,Y),X) = zero,
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    less_equal(divide(divide(X,Y),divide(Z,Y)),divide(divide(X,Z),Y)),
    inference(cnf_transformation,[],['$inc_quotient_property']) ).

cnf('5',plain,
    divide(divide(divide(X,Y),divide(Z,Y)),divide(divide(X,Z),Y)) = zero,
    inference(resolution,[],['4','1']) ).

cnf('6',plain,
    divide(divide(divide(X,X),divide(Y,X)),zero) = zero,
    inference(paramodulation,[],['3','5']) ).

cnf('7',plain,
    divide(divide(divide(X,X),zero),zero) = zero,
    inference(paramodulation,[],['3','6']) ).

cnf('8',plain,
    ( ~ less_equal(X,Y)
    | ~ less_equal(Y,X)
    | Y = X ),
    inference(cnf_transformation,[],['$inc_less_equal_and_equal']) ).

cnf('9',plain,
    ( ~ less_equal(X,divide(X,Y))
    | X = divide(X,Y) ),
    inference(resolution,[],['8','2']) ).

cnf('10',plain,
    ( divide(X,Y) != zero
    | less_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_quotient_less_equal2']) ).

cnf('11',plain,
    less_equal(divide(divide(X3,X3),zero),zero),
    inference(resolution,[],['7','10']) ).

cnf('12',plain,
    divide(divide(X3,X3),zero) = divide(divide(divide(X3,X3),zero),zero),
    inference(paramodulation,[then_simplify],['7','9','11']) ).

cnf('13',plain,
    divide(divide(X,X),zero) = zero,
    inference(simplify,[],['12','7']) ).

cnf('14',plain,
    less_equal(divide(X3,X3),zero),
    inference(resolution,[],['13','10']) ).

cnf('15',plain,
    divide(X3,X3) = divide(divide(X3,X3),zero),
    inference(paramodulation,[then_simplify],['13','9','14']) ).

cnf('16',plain,
    divide(X,X) = zero,
    inference(simplify,[],['15','13']) ).

cnf('17',plain,
    less_equal(zero,X),
    inference(cnf_transformation,[],['$inc_zero_is_smallest']) ).

cnf('18',plain,
    divide(zero,X) = zero,
    inference(resolution,[],['1','17']) ).

cnf('19',plain,
    divide(divide(divide(X,Y),zero),divide(divide(X,zero),Y)) = zero,
    inference(paramodulation,[],['18','5']) ).

cnf('20',plain,
    divide(divide(divide(X,divide(X,zero)),zero),zero) = zero,
    inference(paramodulation,[],['16','19']) ).

cnf('21',plain,
    less_equal(divide(divide(X3,divide(X3,zero)),zero),zero),
    inference(resolution,[],['20','10']) ).

cnf('22',plain,
    divide(divide(X3,divide(X3,zero)),zero) = divide(divide(divide(X3,divide(X3,zero)),zero),zero),
    inference(paramodulation,[then_simplify],['20','9','21']) ).

cnf('23',plain,
    divide(divide(X,divide(X,zero)),zero) = zero,
    inference(simplify,[],['22','20']) ).

cnf('24',plain,
    less_equal(divide(X3,divide(X3,zero)),zero),
    inference(resolution,[],['23','10']) ).

cnf('25',plain,
    divide(X3,divide(X3,zero)) = divide(divide(X3,divide(X3,zero)),zero),
    inference(paramodulation,[then_simplify],['23','9','24']) ).

cnf('26',plain,
    divide(X,divide(X,zero)) = zero,
    inference(simplify,[],['25','23']) ).

cnf('27',plain,
    less_equal(X,divide(X,zero)),
    inference(resolution,[],['26','10']) ).

cnf('28',plain,
    X = divide(X,zero),
    inference(resolution,[],['27','9']) ).

cnf('29',plain,
    divide(identity,b) = c,
    inference(cnf_transformation,[],[id_divide_b_is_c]) ).

cnf('30',plain,
    divide(identity,a) = b,
    inference(cnf_transformation,[],[id_divide_a_is_b]) ).

cnf('31',plain,
    divide(divide(divide(identity,X),divide(a,X)),divide(b,X)) = zero,
    inference(paramodulation,[],['30','5']) ).

cnf('32',plain,
    divide(divide(c,divide(a,b)),divide(b,b)) = zero,
    inference(paramodulation,[],['29','31']) ).

cnf('33',plain,
    less_equal(X,identity),
    inference(cnf_transformation,[],['$inc_identity_is_largest']) ).

cnf('34',plain,
    divide(X,identity) = zero,
    inference(resolution,[],['1','33']) ).

cnf('35',plain,
    divide(divide(divide(X3,Y3),divide(identity,Y3)),divide(zero,Y3)) = zero,
    inference(paramodulation,[],['34','5']) ).

cnf('36',plain,
    divide(divide(divide(X,Y),divide(identity,Y)),zero) = zero,
    inference(simplify,[],['35','18']) ).

cnf('37',plain,
    divide(divide(divide(X,a),b),zero) = zero,
    inference(paramodulation,[],['30','36']) ).

cnf('38',plain,
    divide(divide(b,b),zero) = zero,
    inference(paramodulation,[],['30','37']) ).

cnf('39',plain,
    less_equal(divide(b,b),zero),
    inference(resolution,[],['38','10']) ).

cnf('40',plain,
    divide(b,b) = divide(divide(b,b),zero),
    inference(paramodulation,[then_simplify],['38','9','39']) ).

cnf('41',plain,
    divide(b,b) = zero,
    inference(simplify,[],['40','38']) ).

cnf('42',plain,
    divide(divide(c,divide(a,b)),zero) = zero,
    inference(simplify,[],['32','41']) ).

cnf('43',plain,
    less_equal(divide(c,divide(a,b)),zero),
    inference(resolution,[],['42','10']) ).

cnf('44',plain,
    divide(c,divide(a,b)) = divide(divide(c,divide(a,b)),zero),
    inference(paramodulation,[then_simplify],['42','9','43']) ).

cnf('45',plain,
    divide(c,divide(a,b)) = zero,
    inference(simplify,[],['44','42']) ).

cnf('46',plain,
    less_equal(c,divide(a,b)),
    inference(resolution,[],['45','10']) ).

cnf('47',plain,
    divide(divide(divide(X,b),c),zero) = zero,
    inference(paramodulation,[],['29','36']) ).

cnf('48',plain,
    less_equal(divide(divide(X3,b),c),zero),
    inference(resolution,[],['47','10']) ).

cnf('49',plain,
    divide(divide(X3,b),c) = divide(divide(divide(X3,b),c),zero),
    inference(paramodulation,[then_simplify],['47','9','48']) ).

cnf('50',plain,
    divide(divide(X,b),c) = zero,
    inference(simplify,[],['49','47']) ).

cnf('51',plain,
    less_equal(divide(X3,b),c),
    inference(resolution,[],['50','10']) ).

cnf('52',plain,
    divide(a,b) = c,
    inference(resolution,[then_simplify],['46','8','51']) ).

cnf('53',plain,
    divide(c,a) = zero,
    inference(paramodulation,[],['52','3']) ).

cnf('54',plain,
    divide(identity,c) = d,
    inference(cnf_transformation,[],[id_divide_c_is_d]) ).

cnf('55',plain,
    divide(divide(divide(identity,X),divide(c,X)),divide(d,X)) = zero,
    inference(paramodulation,[],['54','5']) ).

cnf('56',plain,
    divide(divide(b,divide(c,a)),divide(d,a)) = zero,
    inference(paramodulation,[],['30','55']) ).

cnf('57',plain,
    divide(divide(b,zero),divide(d,a)) = zero,
    inference(paramodulation,[],['53','56']) ).

cnf('58',plain,
    less_equal(divide(b,zero),divide(d,a)),
    inference(resolution,[],['57','10']) ).

cnf('59',plain,
    less_equal(b,divide(d,a)),
    inference(paramodulation,[],['28','58']) ).

cnf('60',plain,
    divide(divide(divide(identity,X),divide(b,X)),divide(c,X)) = zero,
    inference(paramodulation,[],['29','5']) ).

cnf('61',plain,
    divide(divide(b,divide(b,a)),divide(c,a)) = zero,
    inference(paramodulation,[],['30','60']) ).

cnf('62',plain,
    divide(divide(b,divide(b,a)),zero) = zero,
    inference(paramodulation,[],['53','61']) ).

cnf('63',plain,
    less_equal(divide(b,divide(b,a)),zero),
    inference(resolution,[],['62','10']) ).

cnf('64',plain,
    divide(b,divide(b,a)) = divide(divide(b,divide(b,a)),zero),
    inference(paramodulation,[then_simplify],['62','9','63']) ).

cnf('65',plain,
    divide(b,divide(b,a)) = zero,
    inference(simplify,[],['64','62']) ).

cnf('66',plain,
    less_equal(b,divide(b,a)),
    inference(resolution,[],['65','10']) ).

cnf('67',plain,
    b = divide(b,a),
    inference(resolution,[],['66','9']) ).

cnf('68',plain,
    divide(divide(d,divide(b,c)),divide(c,c)) = zero,
    inference(paramodulation,[],['54','60']) ).

cnf('69',plain,
    divide(divide(c,c),zero) = zero,
    inference(paramodulation,[],['29','47']) ).

cnf('70',plain,
    less_equal(divide(c,c),zero),
    inference(resolution,[],['69','10']) ).

cnf('71',plain,
    divide(c,c) = divide(divide(c,c),zero),
    inference(paramodulation,[then_simplify],['69','9','70']) ).

cnf('72',plain,
    divide(c,c) = zero,
    inference(simplify,[],['71','69']) ).

cnf('73',plain,
    divide(divide(d,divide(b,c)),zero) = zero,
    inference(simplify,[],['68','72']) ).

cnf('74',plain,
    less_equal(divide(d,divide(b,c)),zero),
    inference(resolution,[],['73','10']) ).

cnf('75',plain,
    divide(d,divide(b,c)) = divide(divide(d,divide(b,c)),zero),
    inference(paramodulation,[then_simplify],['73','9','74']) ).

cnf('76',plain,
    divide(d,divide(b,c)) = zero,
    inference(simplify,[],['75','73']) ).

cnf('77',plain,
    less_equal(d,divide(b,c)),
    inference(resolution,[],['76','10']) ).

cnf('78',plain,
    divide(divide(divide(X,c),d),zero) = zero,
    inference(paramodulation,[],['54','36']) ).

cnf('79',plain,
    less_equal(divide(divide(X3,c),d),zero),
    inference(resolution,[],['78','10']) ).

cnf('80',plain,
    divide(divide(X3,c),d) = divide(divide(divide(X3,c),d),zero),
    inference(paramodulation,[then_simplify],['78','9','79']) ).

cnf('81',plain,
    divide(divide(X,c),d) = zero,
    inference(simplify,[],['80','78']) ).

cnf('82',plain,
    less_equal(divide(X3,c),d),
    inference(resolution,[],['81','10']) ).

cnf('83',plain,
    divide(b,c) = d,
    inference(resolution,[then_simplify],['77','8','82']) ).

cnf('84',plain,
    divide(d,b) = zero,
    inference(paramodulation,[],['83','3']) ).

cnf('85',plain,
    divide(divide(divide(d,X3),divide(b,X3)),divide(zero,X3)) = zero,
    inference(paramodulation,[],['84','5']) ).

cnf('86',plain,
    divide(divide(divide(d,X),divide(b,X)),zero) = zero,
    inference(simplify,[],['85','18']) ).

cnf('87',plain,
    less_equal(divide(divide(d,X3),divide(b,X3)),zero),
    inference(resolution,[],['86','10']) ).

cnf('88',plain,
    divide(divide(d,X3),divide(b,X3)) = divide(divide(divide(d,X3),divide(b,X3)),zero),
    inference(paramodulation,[then_simplify],['86','9','87']) ).

cnf('89',plain,
    divide(divide(d,X),divide(b,X)) = zero,
    inference(simplify,[],['88','86']) ).

cnf('90',plain,
    less_equal(divide(d,X),divide(b,X)),
    inference(resolution,[],['89','10']) ).

cnf('91',plain,
    less_equal(divide(d,a),b),
    inference(paramodulation,[],['67','90']) ).

cnf('92',plain,
    divide(d,a) = b,
    inference(resolution,[then_simplify],['59','8','91']) ).

cnf('93',plain,
    less_equal(d,b),
    inference(paramodulation,[],['83','2']) ).

cnf('94',plain,
    b != d,
    inference(cnf_transformation,[],[prove_b_equals_d]) ).

cnf('95',plain,
    ~ less_equal(b,d),
    inference(resolution,[then_simplify],['93','8','94']) ).

cnf('96',plain,
    $false,
    inference(paramodulation,[then_simplify],['92','2','95']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : HEN009-3 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n003.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  : 300
% 0.13/0.34  % DateTime : Thu Aug 24 13:30:08 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.39  
% 0.19/0.39  input clause set summed statistics:
% 0.19/0.39  ----------------------------------
% 0.19/0.39  in_clause_count:                    12
% 0.19/0.39  in_rule_clause_count:               10
% 0.19/0.39  in_fact_clause_count:                2
% 0.19/0.39  in_answer_clause_count:              0
% 0.19/0.39  in_ground_clause_count:              5
% 0.19/0.39  in_unit_clause_count:                9
% 0.19/0.39  in_horn_clause_count:               12
% 0.19/0.39  in_pos_clause_count:                 7
% 0.19/0.39  in_neg_clause_count:                 2
% 0.19/0.39  in_poseq_clause_count:               5
% 0.19/0.39  in_negeq_clause_count:               3
% 0.19/0.39  in_unitposeq_clause_count:           3
% 0.19/0.39  in_chain_clause_count:               0
% 0.19/0.39  in_min_length:             1
% 0.19/0.39  in_max_length:             3
% 0.19/0.39  in_min_depth:              1
% 0.19/0.39  in_max_depth:              4
% 0.19/0.39  in_min_size:               3
% 0.19/0.39  in_max_size:              13
% 0.19/0.39  in_min_vars:               0
% 0.19/0.39  in_max_vars:               3
% 0.19/0.39  in_extaxiom_count:                 7
% 0.19/0.39  in_axiom_count:                    0
% 0.19/0.39  in_assumption_count:               4
% 0.19/0.39  in_goal_count:                     1
% 0.19/0.39  in_neg_goal_count:                 1
% 0.19/0.39  in_pos_goal_count:                 0
% 0.19/0.39  in_posunit_goal_count:             0
% 0.19/0.39  
% 0.19/0.39  auto guide:
% 0.19/0.39  -----------
% 0.19/0.39  {
% 0.19/0.39  "print":1,
% 0.19/0.39  "print_level": 15,
% 0.19/0.39  "max_size": 0,
% 0.19/0.39  "max_depth": 0,
% 0.19/0.39  "max_length": 0,
% 0.19/0.39  "max_dseconds": 0,
% 0.19/0.39  "runs":[
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.40  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.19/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.19/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.19/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.19/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.40  
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.19/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.19/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.19/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.19/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.19/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.40  
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.19/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.19/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.19/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.19/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.19/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.40  
% 0.19/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.40  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.40  
% 0.19/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.19/0.40  
% 0.19/0.40  ]}
% 0.19/0.40  
% 0.19/0.40  
% 0.19/0.40  **** run 1 fork 0 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.40  
% 0.19/0.40  **** run 2 fork 1 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.40  
% 0.19/0.40  **** run 3 fork 2 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.40  
% 0.19/0.40  **** run 4 fork 3 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.40  
% 0.19/0.40  **** run 5 fork 4 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.40  
% 0.19/0.40  **** run 6 fork 5 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.40  
% 0.19/0.40  **** run 7 fork 6 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.45  
% 0.19/0.45  fork 3: search finished without proof.
% 0.19/0.48  
% 0.19/0.48  **** run 12 fork 3 starts with strategy
% 0.19/0.48  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 0: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 4: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 5: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 2: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 6: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 7: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 1: search terminated without proof.
% 0.19/0.56  
% 0.19/0.56  **** run 15 fork 6 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.56  
% 0.19/0.56  **** run 11 fork 2 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.56  
% 0.19/0.56  **** run 9 fork 0 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.56  
% 0.19/0.56  **** run 16 fork 7 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.56  
% 0.19/0.56  **** run 14 fork 5 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.19/0.56  
% 0.19/0.56  **** run 13 fork 4 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.56  
% 0.19/0.56  **** run 10 fork 1 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.59  
% 0.19/0.59  fork 3: search finished without proof.
% 0.19/0.61  
% 0.19/0.61  **** run 20 fork 3 starts with strategy
% 0.19/0.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 6: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 2: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 0: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  fork 4: search finished without proof.
% 0.19/0.68  
% 0.19/0.68  fork 5: search finished without proof.
% 0.19/0.70  
% 0.19/0.70  **** run 23 fork 6 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.70  
% 0.19/0.70  **** run 19 fork 2 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.19/0.70  
% 0.19/0.70  **** run 17 fork 0 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.70  
% 0.19/0.70  **** run 21 fork 4 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.19/0.70  
% 0.19/0.70  **** run 22 fork 5 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.19/0.74  
% 0.19/0.74  
% 0.19/0.74  fork 3: search terminated without proof.
% 0.19/0.75  
% 0.19/0.75  
% 0.19/0.75  fork 1: search terminated without proof.
% 0.19/0.76  
% 0.19/0.76  **** run 28 fork 3 starts with strategy
% 0.19/0.76  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 2.36/0.79  
% 2.36/0.79  **** run 18 fork 1 starts with strategy
% 2.36/0.79  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 2.36/0.82  
% 2.36/0.82  
% 2.36/0.82  fork 5: search terminated without proof.
% 2.36/0.82  
% 2.36/0.82  
% 2.36/0.82  fork 4: search terminated without proof.
% 3.27/0.82  
% 3.27/0.82  
% 3.27/0.82  fork 0: search terminated without proof.
% 3.27/0.83  
% 3.27/0.83  
% 3.27/0.83  fork 6: search terminated without proof.
% 3.27/0.84  
% 3.27/0.84  **** run 30 fork 5 starts with strategy
% 3.27/0.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.27/0.84  
% 3.27/0.84  **** run 29 fork 4 starts with strategy
% 3.27/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.27/0.85  
% 3.27/0.85  **** run 25 fork 0 starts with strategy
% 3.27/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.27/0.85  
% 3.27/0.85  **** run 31 fork 6 starts with strategy
% 3.27/0.85  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.27/0.88  
% 3.27/0.88  
% 3.27/0.88  fork 3: search terminated without proof.
% 3.67/0.90  
% 3.67/0.90  **** run 36 fork 3 starts with strategy
% 3.67/0.90  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 3.67/0.93  
% 3.67/0.93  
% 3.67/0.93  fork 1: search terminated without proof.
% 3.67/0.95  
% 3.67/0.95  **** run 26 fork 1 starts with strategy
% 3.67/0.95  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.67/0.96  
% 3.67/0.96  
% 3.67/0.96  fork 4: search terminated without proof.
% 4.13/0.98  
% 4.13/0.98  
% 4.13/0.98  fork 6: search terminated without proof.
% 4.13/0.98  
% 4.13/0.98  
% 4.13/0.98  fork 5: search terminated without proof.
% 4.13/0.98  
% 4.13/0.98  **** run 37 fork 4 starts with strategy
% 4.13/0.98  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.13/0.98  
% 4.13/0.98  
% 4.13/0.98  fork 0: search terminated without proof.
% 4.13/1.00  
% 4.13/1.00  **** run 38 fork 5 starts with strategy
% 4.13/1.00  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.13/1.00  
% 4.13/1.00  **** run 39 fork 6 starts with strategy
% 4.13/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.33/1.00  
% 4.33/1.00  **** run 33 fork 0 starts with strategy
% 4.33/1.00  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.33/1.02  
% 4.33/1.02  
% 4.33/1.02  fork 3: search terminated without proof.
% 4.49/1.04  
% 4.49/1.04  **** run 44 fork 3 starts with strategy
% 4.49/1.04  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.49/1.04  
% 4.49/1.04  
% 4.49/1.04  result: proof found
% 4.49/1.04  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 4.49/1.04  by run 16 fork 7 strategy {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.49/1.04  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 4.49/1.04  
% 4.49/1.04  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 4.49/1.04  
% 4.49/1.04  run 16 fork 7 statistics:
% 4.49/1.04  ----------------------------------
% 4.49/1.04  this run seconds: 0.062703
% 4.49/1.04  total seconds: 0.243409
% 4.49/1.04  stat_given_used: 202
% 4.49/1.04  stat_given_used_at_endgame: 0
% 4.49/1.04  stat_given_candidates:   1319
% 4.49/1.04  stat_given_candidates_at_endgame: 0
% 4.49/1.04  stat_given_candidates_h: 0
% 4.49/1.04  stat_binres_derived_cl:   232
% 4.49/1.04  stat_binres_derived_cl_h: 0
% 4.49/1.04  stat_factor_derived_cl: 1
% 4.49/1.04  stat_para_derived_cl: 7264
% 4.49/1.04  stat_tautologies_discarded: 0
% 4.49/1.04  stat_forward_subsumed: 2205
% 4.49/1.04  stat_derived_cut: 65
% 4.49/1.04  stat_derived_rewritten: 43
% 4.49/1.04  stat_weight_discarded_building: 0
% 4.49/1.04  stat_weight_discarded_cl: 214
% 4.49/1.04  stat_internlimit_discarded_cl: 0
% 4.49/1.04  stat_simplified:  43 simplified 0 derived 0 given
% 4.49/1.04  stat_kept_cl: 4493
% 4.49/1.04  stat_built_cl: 5154
% 4.49/1.04  stat_hyperres_partial_cl: 0
% 4.49/1.04  stat_made_rewriters: 148
% 4.49/1.04  stat_backward_subsumed: 0
% 4.49/1.04  stat_propagated_subsumed: 0
% 4.49/1.04  stat_clsubs_attempted:                      4099
% 4.49/1.04  stat_clsubs_fact_groundunit_found:             1
% 4.49/1.04  stat_clsubs_rule_groundunit_found:             1
% 4.49/1.04  stat_clsubs_top_meta_attempted:              10376
% 4.49/1.04  stat_clsubs_top_meta_failed:                  6277
% 4.49/1.04  stat_clsubs_top_meta_nonpref_attempted:               10376
% 4.49/1.04  stat_clsubs_top_meta_nonpref_succeeded:                4715
% 4.49/1.04  stat_clsubs_top_meta_pref_attempted:                   4715
% 4.49/1.04  stat_clsubs_top_meta_pref1_succeeded:                  4712
% 4.49/1.04  stat_clsubs_top_meta_pref2_succeeded:                  4389
% 4.49/1.04  stat_clsubs_top_meta_pref3_succeeded:                  4099
% 4.49/1.04  stat_clsubs_top_meta_pref_succeeded:                   4099
% 4.49/1.04  stat_clsubs_meta_attempted:                 4119
% 4.49/1.04  stat_clsubs_meta_failed:                     302
% 4.49/1.04  stat_clsubs_predsymbs_attempted:               0
% 4.49/1.04  stat_clsubs_unit_attempted:                 4074
% 4.49/1.04  stat_clsubs_full_attempted:                   25
% 4.49/1.04  stat_forwardsubs_attempted:                 6913
% 4.49/1.04  stat_lit_hash_added:                   4704
% 4.49/1.04  stat_lit_hash_computed:               12350
% 4.49/1.04  stat_lit_hash_match_found:             2304
% 4.49/1.04  stat_lit_hash_match_miss:             10317
% 4.49/1.04  stat_lit_hash_cut_ok:                    64
% 4.49/1.04  stat_lit_strong_cut_ok:                   5
% 4.49/1.04  stat_lit_hash_subsume_ok:              2205
% 4.49/1.04  clqueue els 10000000 used 1
% 4.49/1.04  clactive els 10000000 used 203
% 4.49/1.04  clactivesubsume els 10000000 used 697
% 4.49/1.04  queue_termbuf els 200000000 used 316268
% 4.49/1.04  hyper_termbuf els 100000000 used 1
% 4.49/1.04  active_termbuf els 100000000 used 6887
% 4.49/1.04  varstack els 5000 last used 1
% 4.49/1.04  given_termbuf els 10000000 last used 1
% 4.49/1.04  simplified_termbuf els 10000000 last used 1
% 4.49/1.04  derived_termbuf els 10000000 last used 23
% 4.49/1.04  wr_mallocs: 20383
% 4.49/1.04  wr_callocs: 21
% 4.49/1.04  wr_reallocs: 377
% 4.49/1.04  wr_frees: 2
% 4.49/1.04  wr_malloc_bytes: 4163311492
% 4.49/1.04  wr_calloc_bytes: 112065536
% 4.49/1.04  wr_realloc_bytes: 84592
% 4.49/1.04  wr_realloc_freebytes: 0
% 4.49/1.04  ----------------------------------
%------------------------------------------------------------------------------