TSTP Solution File: LAT250-1 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LAT250-1 : TPTP v8.1.2. Released v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n013.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 06:14:36 EDT 2023

% Result   : Unsatisfiable 53.23s 7.22s
% Output   : CNFRefutation 53.23s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_meet_join_complement')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( meet(X,Y) != zero
    | join(X,Y) != one
    | complement(X) = Y ),
    inference(cnf_transformation,[],['$inc_meet_join_complement']) ).

cnf('2',plain,
    join(complement(b),complement(a)) != complement(a),
    inference(cnf_transformation,[],[prove_distributivity]) ).

cnf('3',plain,
    ( join(complement(b),complement(a)) != X
    | meet(a,X) != zero
    | join(a,X) != one ),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    join(X,Y) = join(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_join']) ).

cnf('5',plain,
    meet(X,complement(X)) = zero,
    inference(cnf_transformation,[],['$inc_complement_meet']) ).

cnf('6',plain,
    meet(b,a) = a,
    inference(cnf_transformation,[],[prove_distributivity_hypothesis]) ).

cnf('7',plain,
    join(X,meet(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_absorption2']) ).

cnf('8',plain,
    join(b,a) = b,
    inference(paramodulation,[],['6','7']) ).

cnf('9',plain,
    join(a,b) = b,
    inference(paramodulation,[],['4','8']) ).

cnf('10',plain,
    meet(X,join(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_absorption1']) ).

cnf('11',plain,
    meet(a,b) = a,
    inference(paramodulation,[],['9','10']) ).

cnf('12',plain,
    meet(meet(X,Y),Z) = meet(X,meet(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity_of_meet']) ).

cnf('13',plain,
    meet(a,X) = meet(a,meet(b,X)),
    inference(paramodulation,[],['11','12']) ).

cnf('14',plain,
    meet(a,complement(b)) = meet(a,zero),
    inference(paramodulation,[],['5','13']) ).

cnf('15',plain,
    join(X,zero) = X,
    inference(paramodulation,[],['5','7']) ).

cnf('16',plain,
    join(zero,X) = X,
    inference(paramodulation,[],['4','15']) ).

cnf('17',plain,
    meet(zero,X) = zero,
    inference(paramodulation,[],['16','7']) ).

cnf('18',plain,
    meet(X,Y) = meet(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_meet']) ).

cnf('19',plain,
    meet(X,zero) = zero,
    inference(paramodulation,[],['17','18']) ).

cnf('20',plain,
    meet(a,complement(b)) = zero,
    inference(simplify,[],['14','19']) ).

cnf('21',plain,
    meet(X,join(Y,Z)) = meet(X,join(Y,meet(X,join(Z,meet(X,Y))))),
    inference(cnf_transformation,[],[equation_H68]) ).

cnf('22',plain,
    meet(X3,join(complement(X3),Y3)) = meet(X3,join(complement(X3),meet(X3,join(Y3,zero)))),
    inference(paramodulation,[],['5','21']) ).

cnf('23',plain,
    meet(X,join(complement(X),Y)) = meet(X,join(complement(X),meet(X,Y))),
    inference(simplify,[],['22','15']) ).

cnf('24',plain,
    meet(a,join(complement(a),complement(b))) = meet(a,join(complement(a),zero)),
    inference(paramodulation,[],['20','23']) ).

cnf('25',plain,
    meet(a,join(complement(a),complement(b))) = zero,
    inference(simplify,[then_simplify],['24','15','5']) ).

cnf('26',plain,
    meet(a,join(complement(b),complement(a))) = zero,
    inference(paramodulation,[],['4','25']) ).

cnf('27',plain,
    join(join(X,Y),Z) = join(X,join(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity_of_join']) ).

cnf('28',plain,
    join(join(X,Y),Z) = join(Y,join(X,Z)),
    inference(paramodulation,[],['4','27']) ).

cnf('29',plain,
    join(X,complement(X)) = one,
    inference(cnf_transformation,[],['$inc_complement_join']) ).

cnf('30',plain,
    join(join(X3,Y3),complement(Y3)) = join(X3,one),
    inference(paramodulation,[],['29','27']) ).

cnf('31',plain,
    meet(X,one) = X,
    inference(paramodulation,[],['29','10']) ).

cnf('32',plain,
    meet(one,X) = X,
    inference(paramodulation,[],['18','31']) ).

cnf('33',plain,
    join(one,X) = one,
    inference(paramodulation,[],['32','7']) ).

cnf('34',plain,
    join(X,one) = one,
    inference(paramodulation,[],['33','4']) ).

cnf('35',plain,
    join(join(X,Y),complement(Y)) = one,
    inference(simplify,[],['30','34']) ).

cnf('36',plain,
    join(X3,join(Y3,complement(X3))) = one,
    inference(paramodulation,[],['28','35']) ).

cnf('37',plain,
    $false,
    inference(reflexivity,[then_simplify],['3','26','36']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : LAT250-1 : TPTP v8.1.2. Released v3.1.0.
% 0.00/0.15  % Command  : gkc %s
% 0.14/0.36  % Computer : n013.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Thu Aug 24 04:04:47 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.21/0.41  
% 0.21/0.41  input clause set summed statistics:
% 0.21/0.41  ----------------------------------
% 0.21/0.41  in_clause_count:                    14
% 0.21/0.41  in_rule_clause_count:               14
% 0.21/0.41  in_fact_clause_count:                0
% 0.21/0.41  in_answer_clause_count:              0
% 0.21/0.41  in_ground_clause_count:              2
% 0.21/0.41  in_unit_clause_count:               13
% 0.21/0.41  in_horn_clause_count:               14
% 0.21/0.41  in_pos_clause_count:                12
% 0.21/0.41  in_neg_clause_count:                 1
% 0.21/0.41  in_poseq_clause_count:              13
% 0.21/0.41  in_negeq_clause_count:               2
% 0.21/0.41  in_unitposeq_clause_count:          12
% 0.21/0.41  in_chain_clause_count:               0
% 0.21/0.41  in_min_length:             1
% 0.21/0.41  in_max_length:             3
% 0.21/0.41  in_min_depth:              2
% 0.21/0.41  in_max_depth:              6
% 0.21/0.41  in_min_size:               5
% 0.21/0.41  in_max_size:              17
% 0.21/0.41  in_min_vars:               0
% 0.21/0.41  in_max_vars:               3
% 0.21/0.41  in_extaxiom_count:                11
% 0.21/0.41  in_axiom_count:                    1
% 0.21/0.41  in_assumption_count:               1
% 0.21/0.41  in_goal_count:                     1
% 0.21/0.41  in_neg_goal_count:                 1
% 0.21/0.41  in_pos_goal_count:                 0
% 0.21/0.41  in_posunit_goal_count:             0
% 0.21/0.41  
% 0.21/0.41  auto guide:
% 0.21/0.41  -----------
% 0.21/0.41  {
% 0.21/0.41  "print":1,
% 0.21/0.41  "print_level": 15,
% 0.21/0.41  "max_size": 0,
% 0.21/0.41  "max_depth": 0,
% 0.21/0.41  "max_length": 0,
% 0.21/0.41  "max_dseconds": 0,
% 0.21/0.41  "runs":[
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.41  {"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.21/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.41  {"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.21/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.21/0.41  {"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.21/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.41  
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.41  {"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.21/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.41  {"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.21/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.21/0.41  {"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.21/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.41  
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.41  {"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.21/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.41  {"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.21/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.21/0.41  {"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.21/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.41  
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.21/0.41  
% 0.21/0.41  ]}
% 0.21/0.41  
% 0.21/0.41  
% 0.21/0.41  **** run 1 fork 0 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.41  
% 0.21/0.41  **** run 2 fork 1 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.41  
% 0.21/0.41  **** run 3 fork 2 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.41  
% 0.21/0.41  **** run 4 fork 3 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.41  
% 0.21/0.41  **** run 5 fork 4 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 6 fork 5 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 7 fork 6 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.42  
% 0.21/0.42  **** run 8 fork 7 starts with strategy
% 0.21/0.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 5: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 0: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 6: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 2: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 3: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 7: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 1: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  **** run 13 fork 4 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.21/0.57  
% 0.21/0.57  **** run 15 fork 6 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.57  
% 0.21/0.57  **** run 14 fork 5 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.21/0.57  
% 0.21/0.57  **** run 9 fork 0 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.57  
% 0.21/0.57  **** run 11 fork 2 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.58  
% 0.21/0.58  **** run 10 fork 1 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.58  
% 0.21/0.58  **** run 12 fork 3 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.21/0.58  
% 0.21/0.58  **** run 16 fork 7 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 4: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 5: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 0: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  **** run 21 fork 4 starts with strategy
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 2: search terminated without proof.
% 0.21/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 1: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 3: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 7: search terminated without proof.
% 0.21/0.71  
% 0.21/0.71  **** run 22 fork 5 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.21/0.71  
% 0.21/0.71  **** run 18 fork 1 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.21/0.71  
% 0.21/0.71  **** run 19 fork 2 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.21/0.71  
% 0.21/0.71  **** run 17 fork 0 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.72  
% 0.21/0.72  **** run 20 fork 3 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.21/0.72  
% 0.21/0.72  **** run 24 fork 7 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.74  
% 0.21/0.74  
% 0.21/0.74  fork 6: search terminated without proof.
% 0.21/0.78  
% 0.21/0.78  **** run 23 fork 6 starts with strategy
% 0.21/0.78  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.21/0.82  
% 0.21/0.82  
% 0.21/0.82  fork 4: search terminated without proof.
% 0.21/0.83  
% 0.21/0.83  
% 0.21/0.83  fork 0: search terminated without proof.
% 0.21/0.84  
% 0.21/0.84  **** run 29 fork 4 starts with strategy
% 0.21/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 0.21/0.84  
% 0.21/0.84  
% 0.21/0.84  fork 5: search terminated without proof.
% 0.21/0.84  
% 0.21/0.84  
% 0.21/0.84  fork 1: search terminated without proof.
% 0.21/0.84  
% 0.21/0.84  
% 0.21/0.84  fork 2: search terminated without proof.
% 0.21/0.85  
% 0.21/0.85  
% 0.21/0.85  fork 7: search terminated without proof.
% 0.21/0.85  
% 0.21/0.85  
% 0.21/0.85  fork 3: search terminated without proof.
% 0.21/0.86  
% 0.21/0.86  **** run 25 fork 0 starts with strategy
% 0.21/0.86  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.21/0.86  
% 0.21/0.86  **** run 30 fork 5 starts with strategy
% 0.21/0.86  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.21/0.86  
% 0.21/0.86  **** run 26 fork 1 starts with strategy
% 0.21/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.21/0.87  
% 0.21/0.87  **** run 27 fork 2 starts with strategy
% 0.21/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.87  
% 0.21/0.87  **** run 32 fork 7 starts with strategy
% 0.21/0.87  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 0.21/0.87  
% 0.21/0.87  **** run 28 fork 3 starts with strategy
% 0.21/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.90  
% 0.21/0.90  fork 7: search finished without proof.
% 3.63/0.92  
% 3.63/0.92  **** run 40 fork 7 starts with strategy
% 3.63/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 3.63/0.96  
% 3.63/0.96  
% 3.63/0.96  fork 4: search terminated without proof.
% 4.45/0.97  
% 4.45/0.97  **** run 37 fork 4 starts with strategy
% 4.45/0.97  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.45/0.98  
% 4.45/0.98  
% 4.45/0.98  fork 6: search terminated without proof.
% 4.45/0.99  
% 4.45/0.99  
% 4.45/0.99  fork 1: search terminated without proof.
% 4.45/0.99  
% 4.45/0.99  
% 4.45/0.99  fork 5: search terminated without proof.
% 4.45/0.99  
% 4.45/0.99  
% 4.45/0.99  fork 3: search terminated without proof.
% 4.45/0.99  
% 4.45/0.99  
% 4.45/0.99  fork 2: search terminated without proof.
% 4.45/1.00  
% 4.45/1.00  
% 4.45/1.00  fork 0: search terminated without proof.
% 4.45/1.00  
% 4.45/1.00  **** run 31 fork 6 starts with strategy
% 4.45/1.00  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 4.45/1.01  
% 4.45/1.01  **** run 34 fork 1 starts with strategy
% 4.45/1.01  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.45/1.01  
% 4.45/1.01  **** run 38 fork 5 starts with strategy
% 4.45/1.01  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.45/1.01  
% 4.45/1.01  **** run 36 fork 3 starts with strategy
% 4.45/1.01  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.45/1.01  
% 4.45/1.01  **** run 35 fork 2 starts with strategy
% 4.45/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.45/1.02  
% 4.45/1.02  **** run 33 fork 0 starts with strategy
% 4.45/1.02  {"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.93/1.04  
% 4.93/1.04  fork 2: search finished without proof.
% 4.93/1.04  
% 4.93/1.04  fork 7: search finished without proof.
% 4.93/1.05  
% 4.93/1.05  **** run 43 fork 2 starts with strategy
% 4.93/1.05  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.16/1.06  
% 5.16/1.06  **** run 48 fork 7 starts with strategy
% 5.16/1.06  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.16/1.09  
% 5.16/1.09  
% 5.16/1.09  fork 4: search terminated without proof.
% 5.16/1.11  
% 5.16/1.11  **** run 45 fork 4 starts with strategy
% 5.16/1.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.70/1.12  
% 5.70/1.12  
% 5.70/1.12  fork 6: search terminated without proof.
% 5.70/1.13  
% 5.70/1.13  
% 5.70/1.13  fork 3: search terminated without proof.
% 5.70/1.13  
% 5.70/1.13  
% 5.70/1.13  fork 1: search terminated without proof.
% 5.70/1.14  
% 5.70/1.14  
% 5.70/1.14  fork 5: search terminated without proof.
% 5.70/1.14  
% 5.70/1.14  **** run 39 fork 6 starts with strategy
% 5.70/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.70/1.15  
% 5.70/1.15  **** run 42 fork 1 starts with strategy
% 5.70/1.15  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.70/1.15  
% 5.70/1.15  
% 5.70/1.15  fork 0: search terminated without proof.
% 5.70/1.15  
% 5.70/1.15  **** run 44 fork 3 starts with strategy
% 5.70/1.15  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.70/1.16  
% 5.70/1.16  **** run 46 fork 5 starts with strategy
% 5.70/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.99/1.17  
% 5.99/1.17  **** run 41 fork 0 starts with strategy
% 5.99/1.17  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.99/1.17  
% 5.99/1.17  
% 5.99/1.17  fork 2: search terminated without proof.
% 5.99/1.18  
% 5.99/1.18  
% 5.99/1.18  fork 7: search terminated without proof.
% 5.99/1.19  
% 5.99/1.19  **** run 51 fork 2 starts with strategy
% 5.99/1.19  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.99/1.20  
% 5.99/1.20  **** run 56 fork 7 starts with strategy
% 5.99/1.20  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.99/1.23  
% 5.99/1.23  
% 5.99/1.23  fork 4: search terminated without proof.
% 6.58/1.25  
% 6.58/1.25  **** run 53 fork 4 starts with strategy
% 6.58/1.25  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.58/1.27  
% 6.58/1.27  
% 6.58/1.27  fork 6: search terminated without proof.
% 6.84/1.27  
% 6.84/1.27  
% 6.84/1.27  fork 3: search terminated without proof.
% 6.84/1.27  
% 6.84/1.27  
% 6.84/1.27  fork 1: search terminated without proof.
% 6.84/1.28  
% 6.84/1.28  
% 6.84/1.28  fork 5: search terminated without proof.
% 6.84/1.29  
% 6.84/1.29  **** run 47 fork 6 starts with strategy
% 6.84/1.29  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 6.84/1.29  
% 6.84/1.29  **** run 52 fork 3 starts with strategy
% 6.84/1.29  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.84/1.29  
% 6.84/1.29  **** run 50 fork 1 starts with strategy
% 6.84/1.29  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.84/1.29  
% 6.84/1.29  
% 6.84/1.29  fork 0: search terminated without proof.
% 6.84/1.30  
% 6.84/1.30  **** run 54 fork 5 starts with strategy
% 6.84/1.30  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.84/1.31  
% 6.84/1.31  
% 6.84/1.31  fork 2: search terminated without proof.
% 6.84/1.32  
% 6.84/1.32  **** run 49 fork 0 starts with strategy
% 6.84/1.32  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 6.84/1.32  
% 6.84/1.32  
% 6.84/1.32  fork 7: search terminated without proof.
% 7.35/1.33  
% 7.35/1.33  **** run 59 fork 2 starts with strategy
% 7.35/1.33  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.35/1.34  
% 7.35/1.34  **** run 64 fork 7 starts with strategy
% 7.35/1.34  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 7.55/1.37  
% 7.55/1.37  
% 7.55/1.37  fork 4: search terminated without proof.
% 7.55/1.39  
% 7.55/1.39  **** run 61 fork 4 starts with strategy
% 7.55/1.39  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.55/1.41  
% 7.55/1.41  
% 7.55/1.41  fork 6: search terminated without proof.
% 7.55/1.41  
% 7.55/1.41  
% 7.55/1.41  fork 1: search terminated without proof.
% 7.55/1.42  
% 7.55/1.42  fork 4: search finished without proof.
% 8.07/1.43  
% 8.07/1.43  
% 8.07/1.43  fork 5: search terminated without proof.
% 8.07/1.43  
% 8.07/1.43  **** run 55 fork 6 starts with strategy
% 8.07/1.43  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 8.07/1.43  
% 8.07/1.43  **** run 58 fork 1 starts with strategy
% 8.07/1.43  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 8.07/1.44  
% 8.07/1.44  **** run 69 fork 4 starts with strategy
% 8.07/1.44  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.07/1.44  
% 8.07/1.44  
% 8.07/1.44  fork 3: search terminated without proof.
% 8.07/1.45  
% 8.07/1.45  
% 8.07/1.45  fork 0: search terminated without proof.
% 8.07/1.45  
% 8.07/1.45  **** run 62 fork 5 starts with strategy
% 8.07/1.45  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 8.07/1.45  
% 8.07/1.45  
% 8.07/1.45  fork 2: search terminated without proof.
% 8.07/1.46  
% 8.07/1.46  
% 8.07/1.46  fork 7: search terminated without proof.
% 8.07/1.46  
% 8.07/1.46  **** run 60 fork 3 starts with strategy
% 8.07/1.46  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 8.07/1.47  
% 8.07/1.47  **** run 57 fork 0 starts with strategy
% 8.07/1.48  
% 8.07/1.48  **** run 67 fork 2 starts with strategy
% 8.07/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.07/1.48  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 8.07/1.49  
% 8.07/1.49  **** run 72 fork 7 starts with strategy
% 8.07/1.49  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.07/1.56  
% 8.07/1.56  
% 8.07/1.56  fork 4: search terminated without proof.
% 8.07/1.56  
% 8.07/1.56  
% 8.07/1.56  fork 1: search terminated without proof.
% 8.07/1.56  
% 8.07/1.56  fork 2: search finished without proof.
% 8.07/1.57  
% 8.07/1.57  
% 8.07/1.57  fork 5: search terminated without proof.
% 8.07/1.58  
% 8.07/1.58  **** run 77 fork 4 starts with strategy
% 8.07/1.58  
% 8.07/1.58  **** run 66 fork 1 starts with strategy
% 8.07/1.58  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 8.07/1.58  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.07/1.58  
% 8.07/1.58  **** run 75 fork 2 starts with strategy
% 8.07/1.58  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.07/1.59  
% 8.07/1.59  
% 8.07/1.59  fork 3: search terminated without proof.
% 8.07/1.60  
% 8.07/1.60  **** run 70 fork 5 starts with strategy
% 8.07/1.60  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.07/1.60  
% 8.07/1.60  
% 8.07/1.60  fork 0: search terminated without proof.
% 8.07/1.61  
% 8.07/1.61  **** run 68 fork 3 starts with strategy
% 8.07/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.07/1.61  
% 8.07/1.61  
% 8.07/1.61  fork 7: search terminated without proof.
% 8.07/1.63  
% 8.07/1.63  **** run 65 fork 0 starts with strategy
% 8.07/1.63  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 8.07/1.63  
% 8.07/1.63  **** run 80 fork 7 starts with strategy
% 8.07/1.63  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.07/1.65  
% 8.07/1.65  
% 8.07/1.65  fork 6: search terminated without proof.
% 8.07/1.66  
% 8.07/1.66  fork 7: search finished without proof.
% 8.07/1.68  
% 8.07/1.68  **** run 88 fork 7 starts with strategy
% 8.07/1.68  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.07/1.69  
% 8.07/1.69  **** run 63 fork 6 starts with strategy
% 8.07/1.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.07/1.70  
% 8.07/1.70  
% 8.07/1.70  fork 4: search terminated without proof.
% 8.07/1.70  
% 8.07/1.70  
% 8.07/1.70  fork 1: search terminated without proof.
% 8.07/1.70  
% 8.07/1.70  
% 8.07/1.70  fork 2: search terminated without proof.
% 8.07/1.72  
% 8.07/1.72  **** run 74 fork 1 starts with strategy
% 8.07/1.72  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.07/1.72  
% 8.07/1.72  **** run 85 fork 4 starts with strategy
% 8.07/1.72  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 8.07/1.72  
% 8.07/1.72  
% 8.07/1.72  fork 5: search terminated without proof.
% 10.00/1.72  
% 10.00/1.72  **** run 83 fork 2 starts with strategy
% 10.00/1.72  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.00/1.73  
% 10.00/1.73  
% 10.00/1.73  fork 3: search terminated without proof.
% 10.00/1.74  
% 10.00/1.74  fork 6: search finished without proof.
% 10.00/1.74  
% 10.00/1.74  **** run 78 fork 5 starts with strategy
% 10.00/1.74  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.00/1.75  
% 10.00/1.75  **** run 76 fork 3 starts with strategy
% 10.00/1.75  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 10.00/1.75  
% 10.00/1.75  
% 10.00/1.75  fork 0: search terminated without proof.
% 10.00/1.76  
% 10.00/1.76  **** run 71 fork 6 starts with strategy
% 10.00/1.76  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 10.00/1.77  
% 10.00/1.77  **** run 73 fork 0 starts with strategy
% 10.00/1.77  {"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}
% 10.87/1.80  
% 10.87/1.80  
% 10.87/1.80  fork 7: search terminated without proof.
% 10.87/1.82  
% 10.87/1.82  **** run 96 fork 7 starts with strategy
% 10.87/1.82  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.21/1.84  
% 11.21/1.84  
% 11.21/1.84  fork 4: search terminated without proof.
% 11.21/1.84  
% 11.21/1.84  
% 11.21/1.84  fork 1: search terminated without proof.
% 11.21/1.84  
% 11.21/1.84  
% 11.21/1.84  fork 2: search terminated without proof.
% 11.21/1.86  
% 11.21/1.86  **** run 82 fork 1 starts with strategy
% 11.21/1.86  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.21/1.86  
% 11.21/1.86  **** run 93 fork 4 starts with strategy
% 11.21/1.86  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 11.21/1.86  
% 11.21/1.86  **** run 91 fork 2 starts with strategy
% 11.21/1.86  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 11.21/1.86  
% 11.21/1.86  
% 11.21/1.86  fork 5: search terminated without proof.
% 11.21/1.86  
% 11.21/1.86  
% 11.21/1.86  fork 3: search terminated without proof.
% 11.21/1.88  
% 11.21/1.88  
% 11.21/1.88  fork 6: search terminated without proof.
% 11.21/1.88  
% 11.21/1.88  **** run 84 fork 3 starts with strategy
% 11.21/1.88  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 11.21/1.88  
% 11.21/1.88  **** run 86 fork 5 starts with strategy
% 11.21/1.88  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.21/1.89  
% 11.21/1.89  
% 11.21/1.89  fork 0: search terminated without proof.
% 11.21/1.90  
% 11.21/1.90  **** run 79 fork 6 starts with strategy
% 11.21/1.90  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 11.75/1.92  
% 11.75/1.92  **** run 81 fork 0 starts with strategy
% 11.75/1.92  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 12.31/1.98  
% 12.31/1.98  
% 12.31/1.98  fork 1: search terminated without proof.
% 12.31/1.98  
% 12.31/1.98  
% 12.31/1.98  fork 4: search terminated without proof.
% 12.31/1.98  
% 12.31/1.98  
% 12.31/1.98  fork 2: search terminated without proof.
% 12.31/1.99  
% 12.31/1.99  **** run 90 fork 1 starts with strategy
% 12.31/1.99  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 12.31/2.00  
% 12.31/2.00  **** run 101 fork 4 starts with strategy
% 12.31/2.00  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 12.31/2.00  
% 12.31/2.00  **** run 99 fork 2 starts with strategy
% 12.31/2.00  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.31/2.00  
% 12.31/2.00  
% 12.31/2.00  fork 5: search terminated without proof.
% 12.31/2.01  
% 12.31/2.01  
% 12.31/2.01  fork 3: search terminated without proof.
% 12.31/2.02  
% 12.31/2.02  
% 12.31/2.02  fork 6: search terminated without proof.
% 12.31/2.03  
% 12.31/2.03  **** run 94 fork 5 starts with strategy
% 12.31/2.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.31/2.03  
% 12.31/2.03  **** run 92 fork 3 starts with strategy
% 12.31/2.03  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 12.31/2.04  
% 12.31/2.04  fork 0: search finished without proof.
% 12.31/2.04  
% 12.31/2.04  **** run 87 fork 6 starts with strategy
% 12.31/2.04  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 12.31/2.06  
% 12.31/2.06  **** run 89 fork 0 starts with strategy
% 12.31/2.06  {"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}
% 13.06/2.09  
% 13.06/2.09  fork 0: search finished without proof.
% 13.27/2.11  
% 13.27/2.11  **** run 97 fork 0 starts with strategy
% 13.27/2.11  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 13.27/2.12  
% 13.27/2.12  
% 13.27/2.12  fork 1: search terminated without proof.
% 13.56/2.13  
% 13.56/2.13  **** run 98 fork 1 starts with strategy
% 13.56/2.13  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 13.56/2.15  
% 13.56/2.15  
% 13.56/2.15  fork 3: search terminated without proof.
% 13.56/2.16  
% 13.56/2.16  fork 6: search finished without proof.
% 13.56/2.17  
% 13.56/2.17  **** run 100 fork 3 starts with strategy
% 13.56/2.17  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 13.56/2.18  
% 13.56/2.18  **** run 95 fork 6 starts with strategy
% 13.56/2.18  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 19.87/3.02  
% 19.87/3.02  
% 19.87/3.02  fork 4: search terminated without proof.
% 19.87/3.02  
% 19.87/3.02  
% 19.87/3.02  fork 2: search terminated without proof.
% 20.61/3.04  
% 20.61/3.04  **** run 109 fork 4 starts with strategy
% 20.61/3.04  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 20.61/3.04  
% 20.61/3.04  **** run 107 fork 2 starts with strategy
% 20.61/3.04  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 20.61/3.05  
% 20.61/3.05  
% 20.61/3.05  fork 5: search terminated without proof.
% 20.61/3.07  
% 20.61/3.07  **** run 102 fork 5 starts with strategy
% 20.61/3.07  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.12/3.14  
% 21.12/3.14  
% 21.12/3.14  fork 0: search terminated without proof.
% 21.12/3.19  
% 21.12/3.19  **** run 105 fork 0 starts with strategy
% 21.12/3.19  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 21.12/3.29  
% 21.12/3.29  
% 21.12/3.29  fork 1: search terminated without proof.
% 21.12/3.32  
% 21.12/3.32  **** run 106 fork 1 starts with strategy
% 21.12/3.32  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 23.75/3.45  
% 23.75/3.45  
% 23.75/3.45  fork 6: search terminated without proof.
% 23.75/3.47  
% 23.75/3.47  **** run 103 fork 6 starts with strategy
% 23.75/3.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 26.14/3.74  
% 26.14/3.74  
% 26.14/3.74  fork 7: search terminated without proof.
% 26.14/3.78  
% 26.14/3.78  **** run 104 fork 7 starts with strategy
% 26.14/3.78  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 26.76/4.06  
% 26.76/4.06  
% 26.76/4.06  fork 4: search terminated without proof.
% 26.76/4.06  
% 26.76/4.06  
% 26.76/4.06  fork 2: search terminated without proof.
% 26.76/4.09  
% 26.76/4.09  
% 26.76/4.09  fork 5: search terminated without proof.
% 26.76/4.09  
% 26.76/4.09  **** run 115 fork 2 starts with strategy
% 26.76/4.09  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 26.76/4.09  
% 26.76/4.09  **** run 117 fork 4 starts with strategy
% 26.76/4.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 28.67/4.11  
% 28.67/4.11  **** run 110 fork 5 starts with strategy
% 28.67/4.11  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 29.84/4.21  
% 29.84/4.21  
% 29.84/4.21  fork 0: search terminated without proof.
% 29.92/4.26  
% 29.92/4.26  **** run 113 fork 0 starts with strategy
% 29.92/4.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 30.63/4.34  
% 30.63/4.34  
% 30.63/4.34  fork 1: search terminated without proof.
% 30.63/4.36  
% 30.63/4.36  **** run 114 fork 1 starts with strategy
% 30.63/4.36  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 32.25/4.51  
% 32.25/4.51  
% 32.25/4.51  fork 3: search terminated without proof.
% 32.32/4.54  
% 32.32/4.54  **** run 108 fork 3 starts with strategy
% 32.32/4.54  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 33.01/4.62  
% 33.01/4.62  
% 33.01/4.62  fork 6: search terminated without proof.
% 33.01/4.65  
% 33.01/4.65  **** run 111 fork 6 starts with strategy
% 33.01/4.65  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 34.98/4.94  
% 34.98/4.94  
% 34.98/4.94  fork 7: search terminated without proof.
% 34.98/4.97  
% 34.98/4.97  **** run 112 fork 7 starts with strategy
% 34.98/4.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 36.87/5.11  
% 36.87/5.11  
% 36.87/5.11  fork 2: search terminated without proof.
% 36.87/5.11  
% 36.87/5.11  
% 36.87/5.11  fork 4: search terminated without proof.
% 36.87/5.13  
% 36.87/5.13  
% 36.87/5.13  fork 5: search terminated without proof.
% 36.87/5.13  
% 36.87/5.13  **** run 125 fork 4 starts with strategy
% 36.87/5.13  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 36.87/5.14  
% 36.87/5.14  **** run 123 fork 2 starts with strategy
% 36.87/5.14  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 36.87/5.15  
% 36.87/5.15  **** run 118 fork 5 starts with strategy
% 36.87/5.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 36.87/5.16  
% 36.87/5.16  fork 4: search finished without proof.
% 36.87/5.18  
% 36.87/5.18  **** run 133 fork 4 starts with strategy
% 36.87/5.18  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 38.45/5.30  
% 38.45/5.30  
% 38.45/5.30  fork 0: search terminated without proof.
% 38.51/5.32  
% 38.51/5.32  **** run 121 fork 0 starts with strategy
% 38.51/5.32  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 38.51/5.38  
% 38.51/5.38  
% 38.51/5.38  fork 1: search terminated without proof.
% 39.27/5.41  
% 39.27/5.41  **** run 122 fork 1 starts with strategy
% 39.27/5.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 39.27/5.56  
% 39.27/5.56  
% 39.27/5.56  fork 3: search terminated without proof.
% 39.27/5.58  
% 39.27/5.58  **** run 116 fork 3 starts with strategy
% 39.27/5.58  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 42.71/5.87  
% 42.71/5.87  
% 42.71/5.87  fork 6: search terminated without proof.
% 42.71/5.90  
% 42.71/5.90  **** run 119 fork 6 starts with strategy
% 42.71/5.90  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 43.44/5.99  
% 43.44/5.99  
% 43.44/5.99  fork 7: search terminated without proof.
% 43.85/6.00  
% 43.85/6.00  **** run 120 fork 7 starts with strategy
% 43.85/6.00  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 45.10/6.17  
% 45.10/6.17  
% 45.10/6.17  fork 2: search terminated without proof.
% 45.10/6.19  
% 45.10/6.19  
% 45.10/6.19  fork 5: search terminated without proof.
% 45.10/6.20  
% 45.10/6.20  **** run 131 fork 2 starts with strategy
% 45.10/6.20  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 45.10/6.20  
% 45.10/6.20  
% 45.10/6.20  fork 4: search terminated without proof.
% 45.10/6.21  
% 45.10/6.21  **** run 126 fork 5 starts with strategy
% 45.10/6.21  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 45.10/6.22  
% 45.10/6.22  **** run 141 fork 4 starts with strategy
% 45.10/6.22  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 45.10/6.36  
% 45.10/6.36  
% 45.10/6.36  fork 0: search terminated without proof.
% 45.10/6.38  
% 45.10/6.38  **** run 129 fork 0 starts with strategy
% 45.10/6.38  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 48.08/6.55  
% 48.08/6.55  
% 48.08/6.55  fork 1: search terminated without proof.
% 48.22/6.57  
% 48.22/6.57  **** run 130 fork 1 starts with strategy
% 48.22/6.57  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 48.22/6.61  
% 48.22/6.61  
% 48.22/6.61  fork 3: search terminated without proof.
% 48.71/6.63  
% 48.71/6.63  **** run 124 fork 3 starts with strategy
% 48.71/6.63  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 51.14/6.92  
% 51.14/6.92  
% 51.14/6.92  fork 6: search terminated without proof.
% 51.14/6.95  
% 51.14/6.95  **** run 127 fork 6 starts with strategy
% 51.14/6.95  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 51.14/7.02  
% 51.14/7.02  
% 51.14/7.02  fork 7: search terminated without proof.
% 51.14/7.05  
% 51.14/7.05  **** run 128 fork 7 starts with strategy
% 51.14/7.05  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 51.14/7.07  
% 51.14/7.07  fork 7: search finished without proof.
% 51.14/7.08  
% 51.14/7.08  **** run 136 fork 7 starts with strategy
% 51.14/7.08  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 53.23/7.22  
% 53.23/7.22  
% 53.23/7.22  result: proof found
% 53.23/7.22  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 53.23/7.22  by run 130 fork 1 strategy {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 53.23/7.22  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 53.23/7.22  
% 53.23/7.22  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 53.23/7.22  
% 53.23/7.22  run 130 fork 1 statistics:
% 53.23/7.22  ----------------------------------
% 53.23/7.22  this run seconds: 0.462282
% 53.23/7.22  total seconds: 6.512113
% 53.23/7.22  stat_given_used: 247
% 53.23/7.22  stat_given_used_at_endgame: 0
% 53.23/7.22  stat_given_candidates:   1968
% 53.23/7.22  stat_given_candidates_at_endgame: 0
% 53.23/7.22  stat_given_candidates_h: 0
% 53.23/7.22  stat_binres_derived_cl:   2
% 53.23/7.22  stat_binres_derived_cl_h: 0
% 53.23/7.22  stat_factor_derived_cl: 3
% 53.23/7.22  stat_para_derived_cl: 39643
% 53.23/7.22  stat_tautologies_discarded: 2
% 53.23/7.22  stat_forward_subsumed: 9524
% 53.23/7.22  stat_derived_cut: 17
% 53.23/7.22  stat_derived_rewritten: 52
% 53.23/7.22  stat_weight_discarded_building: 0
% 53.23/7.22  stat_weight_discarded_cl: 0
% 53.23/7.22  stat_internlimit_discarded_cl: 0
% 53.23/7.22  stat_simplified:  52 simplified 0 derived 0 given
% 53.23/7.22  stat_kept_cl: 29063
% 53.23/7.22  stat_built_cl: 29609
% 53.23/7.22  stat_hyperres_partial_cl: 0
% 53.23/7.22  stat_made_rewriters: 210
% 53.23/7.22  stat_backward_subsumed: 0
% 53.23/7.22  stat_propagated_subsumed: 0
% 53.23/7.22  stat_clsubs_attempted:                      2344
% 53.23/7.22  stat_clsubs_fact_groundunit_found:             0
% 53.23/7.22  stat_clsubs_rule_groundunit_found:             1
% 53.23/7.22  stat_clsubs_top_meta_attempted:              15555
% 53.23/7.22  stat_clsubs_top_meta_failed:                 13211
% 53.23/7.22  stat_clsubs_top_meta_nonpref_attempted:               15555
% 53.23/7.22  stat_clsubs_top_meta_nonpref_succeeded:                6483
% 53.23/7.22  stat_clsubs_top_meta_pref_attempted:                   6483
% 53.23/7.22  stat_clsubs_top_meta_pref1_succeeded:                  6390
% 53.23/7.22  stat_clsubs_top_meta_pref2_succeeded:                  3685
% 53.23/7.22  stat_clsubs_top_meta_pref3_succeeded:                  2344
% 53.23/7.22  stat_clsubs_top_meta_pref_succeeded:                   2344
% 53.23/7.22  stat_clsubs_meta_attempted:                 2395
% 53.23/7.22  stat_clsubs_meta_failed:                     123
% 53.23/7.22  stat_clsubs_predsymbs_attempted:               0
% 53.23/7.22  stat_clsubs_unit_attempted:                 2342
% 53.23/7.22  stat_clsubs_full_attempted:                    2
% 53.23/7.22  stat_forwardsubs_attempted:                38588
% 53.23/7.22  stat_lit_hash_added:                  28499
% 53.23/7.22  stat_lit_hash_computed:               68942
% 53.23/7.22  stat_lit_hash_match_found:             9542
% 53.23/7.22  stat_lit_hash_match_miss:             61475
% 53.23/7.22  stat_lit_hash_cut_ok:                    10
% 53.23/7.22  stat_lit_strong_cut_ok:                  11
% 53.23/7.22  stat_lit_hash_subsume_ok:              9524
% 53.23/7.22  clqueue els 10000000 used 1
% 53.23/7.22  clactive els 10000000 used 248
% 53.23/7.22  clactivesubsume els 10000000 used 913
% 53.23/7.22  queue_termbuf els 200000000 used 2921778
% 53.23/7.22  hyper_termbuf els 100000000 used 1
% 53.23/7.22  active_termbuf els 100000000 used 11257
% 53.23/7.22  varstack els 5000 last used 1
% 53.23/7.22  given_termbuf els 10000000 last used 1
% 53.23/7.22  simplified_termbuf els 10000000 last used 1
% 53.23/7.22  derived_termbuf els 10000000 last used 83
% 53.23/7.22  wr_mallocs: 106130
% 53.23/7.22  wr_callocs: 21
% 53.23/7.22  wr_reallocs: 4351
% 53.23/7.22  wr_frees: 2
% 53.23/7.22  wr_malloc_bytes: 4166358580
% 53.23/7.22  wr_calloc_bytes: 112065536
% 53.23/7.22  wr_realloc_bytes: 926008
% 53.23/7.22  wr_realloc_freebytes: 0
% 53.23/7.22  ----------------------------------
% 53.23/7.22  
% 53.23/7.22  
% 53.23/7.22  fork 2: search terminated without proof.
%------------------------------------------------------------------------------