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

View Problem - Process Solution

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

% Computer : n015.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:35 EDT 2023

% Result   : Unsatisfiable 63.23s 8.56s
% Output   : CNFRefutation 63.23s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_complement_meet')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    meet(X,complement(X)) = zero,
    inference(cnf_transformation,[],['$inc_complement_meet']) ).

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

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

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

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

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

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

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

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

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

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

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

cnf('13',plain,
    join(zero,X) = X,
    inference(paramodulation,[],['2','12']) ).

cnf('14',plain,
    meet(zero,X) = zero,
    inference(paramodulation,[],['13','4']) ).

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

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

cnf('17',plain,
    meet(a,complement(b)) = zero,
    inference(simplify,[],['11','16']) ).

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

cnf('19',plain,
    meet(X3,join(Y3,complement(X3))) = meet(X3,join(Y3,meet(X3,join(complement(X3),meet(X3,join(Y3,zero)))))),
    inference(paramodulation,[],['1','18']) ).

cnf('20',plain,
    meet(X,join(Y,complement(X))) = meet(X,join(Y,meet(X,join(complement(X),meet(X,Y))))),
    inference(simplify,[],['19','12']) ).

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

cnf('22',plain,
    ( meet(X,Y) != zero
    | join(X,Y) != one
    | complement(X) = Y ),
    inference(cnf_transformation,[],['$inc_meet_join_complement']) ).

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

cnf('24',plain,
    ( join(complement(b),complement(a)) != X
    | meet(a,X) != zero
    | join(a,X) != one ),
    inference(paramodulation,[],['22','23']) ).

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

cnf('26',plain,
    join(join(X,Y),Z) = join(Y,join(X,Z)),
    inference(paramodulation,[],['2','25']) ).

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

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

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

cnf('30',plain,
    meet(X,join(Y,one)) = meet(X,join(Y,meet(X,join(one,meet(X,join(Y,X)))))),
    inference(paramodulation,[],['29','18']) ).

cnf('31',plain,
    meet(X3,join(one,Y3)) = meet(X3,join(Y3,meet(X3,join(one,meet(X3,join(Y3,X3)))))),
    inference(paramodulation,[],['2','30']) ).

cnf('32',plain,
    meet(X,join(one,Y)) = meet(X,join(Y,one)),
    inference(simplify,[],['31','30']) ).

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

cnf('34',plain,
    meet(join(X3,one),one) = one,
    inference(paramodulation,[],['33','15']) ).

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

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

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

cnf('38',plain,
    meet(a,join(complement(b),complement(a))) != zero,
    inference(reflexivity,[then_simplify],['24','37']) ).

cnf('39',plain,
    $false,
    inference(simplify,[then_simplify],['21','38','12','1','12','17']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LAT249-1 : TPTP v8.1.2. Released v3.1.0.
% 0.00/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n015.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Thu Aug 24 07:28:05 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.18/0.38  
% 0.18/0.38  input clause set summed statistics:
% 0.18/0.38  ----------------------------------
% 0.18/0.38  in_clause_count:                    14
% 0.18/0.38  in_rule_clause_count:               14
% 0.18/0.38  in_fact_clause_count:                0
% 0.18/0.38  in_answer_clause_count:              0
% 0.18/0.38  in_ground_clause_count:              2
% 0.18/0.38  in_unit_clause_count:               13
% 0.18/0.38  in_horn_clause_count:               14
% 0.18/0.38  in_pos_clause_count:                12
% 0.18/0.38  in_neg_clause_count:                 1
% 0.18/0.38  in_poseq_clause_count:              13
% 0.18/0.38  in_negeq_clause_count:               2
% 0.18/0.38  in_unitposeq_clause_count:          12
% 0.18/0.38  in_chain_clause_count:               0
% 0.18/0.38  in_min_length:             1
% 0.18/0.38  in_max_length:             3
% 0.18/0.38  in_min_depth:              2
% 0.18/0.38  in_max_depth:              8
% 0.18/0.38  in_min_size:               5
% 0.18/0.38  in_max_size:              21
% 0.18/0.38  in_min_vars:               0
% 0.18/0.38  in_max_vars:               3
% 0.18/0.38  in_extaxiom_count:                11
% 0.18/0.38  in_axiom_count:                    1
% 0.18/0.38  in_assumption_count:               1
% 0.18/0.38  in_goal_count:                     1
% 0.18/0.38  in_neg_goal_count:                 1
% 0.18/0.38  in_pos_goal_count:                 0
% 0.18/0.38  in_posunit_goal_count:             0
% 0.18/0.38  
% 0.18/0.38  auto guide:
% 0.18/0.38  -----------
% 0.18/0.38  {
% 0.18/0.38  "print":1,
% 0.18/0.38  "print_level": 15,
% 0.18/0.38  "max_size": 0,
% 0.18/0.38  "max_depth": 0,
% 0.18/0.38  "max_length": 0,
% 0.18/0.38  "max_dseconds": 0,
% 0.18/0.38  "runs":[
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"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.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"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.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.18/0.38  {"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.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"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.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"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.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.18/0.38  {"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.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"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.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"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.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.18/0.38  {"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.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.18/0.38  
% 0.18/0.38  ]}
% 0.18/0.38  
% 0.18/0.38  
% 0.18/0.38  **** run 1 fork 0 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 2 fork 1 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 3 fork 2 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 4 fork 3 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 5 fork 4 starts with strategy
% 0.18/0.38  
% 0.18/0.38  **** run 6 fork 5 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 7 fork 6 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.39  
% 0.18/0.39  **** run 8 fork 7 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 2: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 5: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 4: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 6: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 3: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 1: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 0: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  **** run 11 fork 2 starts with strategy
% 0.18/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 15 fork 6 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 13 fork 4 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  **** run 14 fork 5 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  **** run 12 fork 3 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.18/0.54  
% 0.18/0.54  **** run 10 fork 1 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.54  
% 0.18/0.54  **** run 9 fork 0 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.55  
% 0.18/0.55  
% 0.18/0.55  fork 7: search terminated without proof.
% 0.18/0.57  
% 0.18/0.57  **** run 16 fork 7 starts with strategy
% 0.18/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 2: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 6: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 5: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 4: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 3: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  **** run 19 fork 2 starts with strategy
% 0.18/0.65  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 0: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 1: search terminated without proof.
% 0.18/0.67  
% 0.18/0.67  **** run 22 fork 5 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.18/0.67  
% 0.18/0.67  **** run 21 fork 4 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.18/0.67  
% 0.18/0.67  **** run 23 fork 6 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.18/0.68  
% 0.18/0.68  **** run 17 fork 0 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.68  
% 0.18/0.68  **** run 20 fork 3 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.18/0.68  
% 0.18/0.68  
% 0.18/0.68  fork 7: search terminated without proof.
% 0.18/0.70  
% 0.18/0.70  **** run 18 fork 1 starts with strategy
% 0.18/0.70  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.18/0.70  
% 0.18/0.70  **** run 24 fork 7 starts with strategy
% 0.18/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.78  
% 0.18/0.78  
% 0.18/0.78  fork 2: search terminated without proof.
% 0.18/0.80  
% 0.18/0.80  
% 0.18/0.80  fork 0: search terminated without proof.
% 0.18/0.80  
% 0.18/0.80  
% 0.18/0.80  fork 5: search terminated without proof.
% 0.18/0.81  
% 0.18/0.81  
% 0.18/0.81  fork 4: search terminated without proof.
% 0.18/0.81  
% 0.18/0.81  **** run 27 fork 2 starts with strategy
% 0.18/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 2.30/0.81  
% 2.30/0.81  **** run 25 fork 0 starts with strategy
% 2.30/0.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 2.30/0.82  
% 2.30/0.82  
% 2.30/0.82  fork 3: search terminated without proof.
% 2.30/0.82  
% 2.30/0.82  **** run 30 fork 5 starts with strategy
% 2.30/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.30/0.82  
% 2.30/0.82  **** run 29 fork 4 starts with strategy
% 2.30/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.30/0.84  
% 2.30/0.84  **** run 28 fork 3 starts with strategy
% 2.30/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 2.30/0.85  
% 2.30/0.85  
% 2.30/0.85  fork 1: search terminated without proof.
% 2.30/0.86  
% 2.30/0.86  
% 2.30/0.86  fork 6: search terminated without proof.
% 2.30/0.86  
% 2.30/0.86  **** run 26 fork 1 starts with strategy
% 2.30/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 2.30/0.87  
% 2.30/0.87  
% 2.30/0.87  fork 7: search terminated without proof.
% 2.30/0.88  
% 2.30/0.88  **** run 31 fork 6 starts with strategy
% 2.30/0.88  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 2.30/0.89  
% 2.30/0.89  **** run 32 fork 7 starts with strategy
% 2.30/0.89  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 4.07/0.92  
% 4.07/0.92  fork 7: search finished without proof.
% 4.07/0.93  
% 4.07/0.93  
% 4.07/0.93  fork 2: search terminated without proof.
% 4.07/0.93  
% 4.07/0.93  **** run 40 fork 7 starts with strategy
% 4.07/0.93  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.07/0.94  
% 4.07/0.94  
% 4.07/0.94  fork 0: search terminated without proof.
% 4.07/0.94  
% 4.07/0.94  
% 4.07/0.94  fork 5: search terminated without proof.
% 4.42/0.94  
% 4.42/0.94  
% 4.42/0.94  fork 4: search terminated without proof.
% 4.42/0.95  
% 4.42/0.95  **** run 35 fork 2 starts with strategy
% 4.42/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.42/0.96  
% 4.42/0.96  **** run 33 fork 0 starts with strategy
% 4.42/0.96  {"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.42/0.96  
% 4.42/0.96  **** run 38 fork 5 starts with strategy
% 4.42/0.96  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.42/0.96  
% 4.42/0.96  **** run 37 fork 4 starts with strategy
% 4.42/0.96  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.42/0.97  
% 4.42/0.97  
% 4.42/0.97  fork 3: search terminated without proof.
% 4.42/0.98  
% 4.42/0.98  fork 2: search finished without proof.
% 4.42/0.98  
% 4.42/0.98  
% 4.42/0.98  fork 1: search terminated without proof.
% 4.42/0.99  
% 4.42/0.99  **** run 36 fork 3 starts with strategy
% 4.42/0.99  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.42/1.00  
% 4.42/1.00  **** run 43 fork 2 starts with strategy
% 4.42/1.00  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.42/1.00  
% 4.42/1.00  
% 4.42/1.00  fork 6: search terminated without proof.
% 4.42/1.00  
% 4.42/1.00  **** run 34 fork 1 starts with strategy
% 4.42/1.00  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.42/1.02  
% 4.42/1.02  **** run 39 fork 6 starts with strategy
% 4.42/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.18/1.05  
% 5.18/1.05  
% 5.18/1.05  fork 7: search terminated without proof.
% 5.18/1.07  
% 5.18/1.07  **** run 48 fork 7 starts with strategy
% 5.18/1.07  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.18/1.08  
% 5.18/1.08  
% 5.18/1.08  fork 4: search terminated without proof.
% 5.18/1.08  
% 5.18/1.08  
% 5.18/1.08  fork 0: search terminated without proof.
% 5.18/1.09  
% 5.18/1.09  
% 5.18/1.09  fork 5: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  **** run 45 fork 4 starts with strategy
% 5.61/1.10  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.61/1.10  **** run 41 fork 0 starts with strategy
% 5.61/1.10  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.61/1.10  
% 5.61/1.10  
% 5.61/1.10  **** run 46 fork 5 starts with strategy
% 5.61/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.61/1.11  
% 5.61/1.11  
% 5.61/1.11  fork 3: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 2: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  
% 5.61/1.13  fork 1: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  **** run 44 fork 3 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.61/1.14  
% 5.61/1.14  **** run 51 fork 2 starts with strategy
% 5.61/1.14  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.61/1.14  
% 5.61/1.14  
% 5.61/1.14  fork 6: search terminated without proof.
% 5.61/1.14  
% 5.61/1.14  **** run 42 fork 1 starts with strategy
% 5.61/1.14  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 6.07/1.16  
% 6.07/1.16  **** run 47 fork 6 starts with strategy
% 6.07/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 6.07/1.19  
% 6.07/1.19  
% 6.07/1.19  fork 7: search terminated without proof.
% 6.42/1.21  
% 6.42/1.21  **** run 56 fork 7 starts with strategy
% 6.42/1.21  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.42/1.22  
% 6.42/1.22  
% 6.42/1.22  fork 4: search terminated without proof.
% 6.42/1.22  
% 6.42/1.22  
% 6.42/1.22  fork 0: search terminated without proof.
% 6.42/1.23  
% 6.42/1.23  
% 6.42/1.23  fork 5: search terminated without proof.
% 6.42/1.24  
% 6.42/1.24  **** run 49 fork 0 starts with strategy
% 6.42/1.24  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 6.42/1.24  
% 6.42/1.24  **** run 53 fork 4 starts with strategy
% 6.42/1.24  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.80/1.25  
% 6.80/1.25  **** run 54 fork 5 starts with strategy
% 6.80/1.25  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.80/1.26  
% 6.80/1.26  
% 6.80/1.26  fork 3: search terminated without proof.
% 6.80/1.26  
% 6.80/1.26  
% 6.80/1.26  fork 2: search terminated without proof.
% 6.80/1.27  
% 6.80/1.27  
% 6.80/1.27  fork 1: search terminated without proof.
% 6.80/1.28  
% 6.80/1.28  **** run 52 fork 3 starts with strategy
% 6.80/1.28  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.80/1.28  
% 6.80/1.28  **** run 59 fork 2 starts with strategy
% 6.80/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 6.80/1.29  
% 6.80/1.29  
% 6.80/1.29  fork 6: search terminated without proof.
% 6.80/1.29  
% 6.80/1.29  **** run 50 fork 1 starts with strategy
% 6.80/1.29  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.80/1.30  
% 6.80/1.30  **** run 55 fork 6 starts with strategy
% 6.80/1.30  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.80/1.33  
% 6.80/1.33  
% 6.80/1.33  fork 7: search terminated without proof.
% 7.58/1.34  
% 7.58/1.34  **** run 64 fork 7 starts with strategy
% 7.58/1.34  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 7.58/1.37  
% 7.58/1.37  
% 7.58/1.37  fork 4: search terminated without proof.
% 7.58/1.37  
% 7.58/1.37  
% 7.58/1.37  fork 0: search terminated without proof.
% 7.58/1.37  
% 7.58/1.37  
% 7.58/1.37  fork 5: search terminated without proof.
% 7.58/1.38  
% 7.58/1.38  **** run 57 fork 0 starts with strategy
% 7.58/1.38  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 7.58/1.39  
% 7.58/1.39  **** run 61 fork 4 starts with strategy
% 7.58/1.39  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.58/1.39  
% 7.58/1.39  **** run 62 fork 5 starts with strategy
% 7.58/1.39  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 8.01/1.40  
% 8.01/1.40  
% 8.01/1.40  fork 3: search terminated without proof.
% 8.01/1.40  
% 8.01/1.40  
% 8.01/1.40  fork 2: search terminated without proof.
% 8.01/1.41  
% 8.01/1.41  
% 8.01/1.41  fork 1: search terminated without proof.
% 8.01/1.42  
% 8.01/1.42  **** run 67 fork 2 starts with strategy
% 8.01/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.01/1.42  
% 8.01/1.42  fork 4: search finished without proof.
% 8.01/1.42  
% 8.01/1.42  **** run 60 fork 3 starts with strategy
% 8.01/1.42  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 8.01/1.42  
% 8.01/1.42  
% 8.01/1.42  fork 6: search terminated without proof.
% 8.01/1.43  
% 8.01/1.43  **** run 58 fork 1 starts with strategy
% 8.01/1.43  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 8.01/1.44  
% 8.01/1.44  **** run 69 fork 4 starts with strategy
% 8.01/1.44  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.01/1.45  
% 8.01/1.45  **** run 63 fork 6 starts with strategy
% 8.01/1.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.01/1.47  
% 8.01/1.47  
% 8.01/1.47  fork 7: search terminated without proof.
% 8.01/1.48  
% 8.01/1.48  fork 6: search finished without proof.
% 8.01/1.49  
% 8.01/1.49  **** run 72 fork 7 starts with strategy
% 8.01/1.49  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.01/1.50  
% 8.01/1.50  **** run 71 fork 6 starts with strategy
% 8.01/1.50  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.01/1.51  
% 8.01/1.51  
% 8.01/1.51  fork 0: search terminated without proof.
% 8.01/1.52  
% 8.01/1.52  fork 2: search finished without proof.
% 8.01/1.53  
% 8.01/1.53  
% 8.01/1.53  fork 5: search terminated without proof.
% 8.01/1.53  
% 8.01/1.53  **** run 65 fork 0 starts with strategy
% 8.01/1.53  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 8.01/1.54  
% 8.01/1.54  **** run 70 fork 5 starts with strategy
% 8.01/1.54  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.01/1.55  
% 8.01/1.55  
% 8.01/1.55  fork 3: search terminated without proof.
% 8.01/1.55  
% 8.01/1.55  **** run 75 fork 2 starts with strategy
% 8.01/1.55  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.01/1.56  
% 8.01/1.56  **** run 68 fork 3 starts with strategy
% 8.01/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.01/1.58  
% 8.01/1.58  
% 8.01/1.58  fork 1: search terminated without proof.
% 9.49/1.60  
% 9.49/1.60  **** run 66 fork 1 starts with strategy
% 9.49/1.60  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 9.49/1.61  
% 9.49/1.61  
% 9.49/1.61  fork 7: search terminated without proof.
% 9.49/1.62  
% 9.49/1.62  
% 9.49/1.62  fork 6: search terminated without proof.
% 9.49/1.62  
% 9.49/1.62  
% 9.49/1.62  fork 4: search terminated without proof.
% 9.49/1.63  
% 9.49/1.63  **** run 80 fork 7 starts with strategy
% 9.49/1.63  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 9.49/1.63  
% 9.49/1.63  **** run 79 fork 6 starts with strategy
% 9.49/1.63  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.49/1.64  
% 9.49/1.64  **** run 77 fork 4 starts with strategy
% 9.49/1.64  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.86/1.65  
% 9.86/1.65  
% 9.86/1.65  fork 0: search terminated without proof.
% 9.86/1.66  
% 9.86/1.66  fork 7: search finished without proof.
% 9.86/1.67  
% 9.86/1.67  **** run 73 fork 0 starts with strategy
% 9.86/1.67  {"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}
% 9.86/1.67  
% 9.86/1.67  
% 9.86/1.67  fork 5: search terminated without proof.
% 9.86/1.68  
% 9.86/1.68  **** run 88 fork 7 starts with strategy
% 9.86/1.68  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.86/1.68  
% 9.86/1.68  
% 9.86/1.68  fork 3: search terminated without proof.
% 9.86/1.69  
% 9.86/1.69  **** run 78 fork 5 starts with strategy
% 9.86/1.69  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.86/1.70  
% 9.86/1.70  
% 9.86/1.70  fork 2: search terminated without proof.
% 9.86/1.70  
% 9.86/1.70  **** run 76 fork 3 starts with strategy
% 9.86/1.70  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.86/1.72  
% 9.86/1.72  
% 9.86/1.72  fork 1: search terminated without proof.
% 9.86/1.72  
% 9.86/1.72  **** run 83 fork 2 starts with strategy
% 9.86/1.72  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.86/1.74  
% 9.86/1.74  **** run 74 fork 1 starts with strategy
% 9.86/1.74  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.64/1.75  
% 10.64/1.75  
% 10.64/1.75  fork 6: search terminated without proof.
% 10.64/1.76  
% 10.64/1.76  
% 10.64/1.76  fork 4: search terminated without proof.
% 10.64/1.77  
% 10.64/1.77  **** run 87 fork 6 starts with strategy
% 10.64/1.77  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.64/1.78  
% 10.64/1.78  **** run 85 fork 4 starts with strategy
% 10.64/1.78  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 10.64/1.79  
% 10.64/1.79  
% 10.64/1.79  fork 0: search terminated without proof.
% 11.05/1.80  
% 11.05/1.80  
% 11.05/1.80  fork 7: search terminated without proof.
% 11.05/1.81  
% 11.05/1.81  **** run 81 fork 0 starts with strategy
% 11.05/1.81  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 11.05/1.81  
% 11.05/1.81  
% 11.05/1.81  fork 5: search terminated without proof.
% 11.05/1.82  
% 11.05/1.82  **** run 96 fork 7 starts with strategy
% 11.05/1.82  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.05/1.82  
% 11.05/1.82  
% 11.05/1.82  fork 3: search terminated without proof.
% 11.05/1.83  
% 11.05/1.83  **** run 86 fork 5 starts with strategy
% 11.05/1.83  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.05/1.84  
% 11.05/1.84  
% 11.05/1.84  fork 2: search terminated without proof.
% 11.05/1.84  
% 11.05/1.84  **** run 84 fork 3 starts with strategy
% 11.05/1.84  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 11.52/1.86  
% 11.52/1.86  
% 11.52/1.86  fork 1: search terminated without proof.
% 11.52/1.86  
% 11.52/1.86  **** run 91 fork 2 starts with strategy
% 11.52/1.86  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 11.52/1.87  
% 11.52/1.87  **** run 82 fork 1 starts with strategy
% 11.52/1.87  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.52/1.89  
% 11.52/1.89  fork 6: search finished without proof.
% 11.87/1.90  
% 11.87/1.90  
% 11.87/1.90  fork 4: search terminated without proof.
% 11.87/1.90  
% 11.87/1.90  **** run 95 fork 6 starts with strategy
% 11.87/1.90  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.87/1.92  
% 11.87/1.92  **** run 93 fork 4 starts with strategy
% 11.87/1.92  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 11.87/1.92  
% 11.87/1.92  fork 0: search finished without proof.
% 11.87/1.94  
% 11.87/1.94  **** run 89 fork 0 starts with strategy
% 11.87/1.94  {"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}
% 12.24/1.95  
% 12.24/1.95  
% 12.24/1.95  fork 5: search terminated without proof.
% 12.24/1.97  
% 12.24/1.97  fork 0: search finished without proof.
% 12.24/1.97  
% 12.24/1.97  **** run 94 fork 5 starts with strategy
% 12.24/1.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.24/1.97  
% 12.24/1.97  
% 12.24/1.97  fork 3: search terminated without proof.
% 12.24/1.98  
% 12.24/1.98  
% 12.24/1.98  fork 2: search terminated without proof.
% 12.24/1.98  
% 12.24/1.98  **** run 97 fork 0 starts with strategy
% 12.24/1.98  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 12.24/1.99  
% 12.24/1.99  **** run 92 fork 3 starts with strategy
% 12.24/1.99  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 12.24/1.99  
% 12.24/1.99  
% 12.24/1.99  fork 1: search terminated without proof.
% 12.24/2.00  
% 12.24/2.00  **** run 99 fork 2 starts with strategy
% 12.24/2.00  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.24/2.01  
% 12.24/2.01  **** run 90 fork 1 starts with strategy
% 12.24/2.01  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 12.24/2.04  
% 12.24/2.04  
% 12.24/2.04  fork 4: search terminated without proof.
% 13.04/2.05  
% 13.04/2.05  **** run 101 fork 4 starts with strategy
% 13.04/2.05  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 13.44/2.11  
% 13.44/2.11  
% 13.44/2.11  fork 3: search terminated without proof.
% 13.44/2.13  
% 13.44/2.13  **** run 100 fork 3 starts with strategy
% 13.44/2.13  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 13.44/2.13  
% 13.44/2.13  
% 13.44/2.13  fork 1: search terminated without proof.
% 13.44/2.15  
% 13.44/2.15  **** run 98 fork 1 starts with strategy
% 13.44/2.15  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 18.82/2.86  
% 18.82/2.86  
% 18.82/2.86  fork 7: search terminated without proof.
% 18.82/2.90  
% 18.82/2.90  **** run 104 fork 7 starts with strategy
% 18.82/2.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 20.24/2.99  
% 20.24/2.99  
% 20.24/2.99  fork 6: search terminated without proof.
% 20.24/3.01  
% 20.24/3.01  **** run 103 fork 6 starts with strategy
% 20.24/3.01  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.24/3.01  
% 20.24/3.01  
% 20.24/3.01  fork 0: search terminated without proof.
% 20.24/3.01  
% 20.24/3.01  
% 20.24/3.01  fork 5: search terminated without proof.
% 20.24/3.03  
% 20.24/3.03  **** run 102 fork 5 starts with strategy
% 20.24/3.03  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.86/3.07  
% 20.86/3.07  **** run 105 fork 0 starts with strategy
% 20.86/3.07  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 21.31/3.12  
% 21.31/3.12  
% 21.31/3.12  fork 4: search terminated without proof.
% 21.31/3.15  
% 21.31/3.15  **** run 109 fork 4 starts with strategy
% 21.31/3.15  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 21.62/3.19  
% 21.62/3.19  
% 21.62/3.19  fork 3: search terminated without proof.
% 21.62/3.21  
% 21.62/3.21  
% 21.62/3.21  fork 2: search terminated without proof.
% 21.62/3.22  
% 21.62/3.22  **** run 108 fork 3 starts with strategy
% 21.62/3.22  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.62/3.23  
% 21.62/3.23  **** run 107 fork 2 starts with strategy
% 21.62/3.23  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 26.15/3.79  
% 26.15/3.79  
% 26.15/3.79  fork 1: search terminated without proof.
% 26.63/3.82  
% 26.63/3.82  **** run 106 fork 1 starts with strategy
% 26.63/3.82  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 28.18/4.03  
% 28.18/4.03  
% 28.18/4.03  fork 6: search terminated without proof.
% 28.55/4.06  
% 28.55/4.06  **** run 111 fork 6 starts with strategy
% 28.55/4.06  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.55/4.08  
% 28.55/4.08  
% 28.55/4.08  fork 0: search terminated without proof.
% 29.02/4.11  
% 29.02/4.11  
% 29.02/4.11  fork 5: search terminated without proof.
% 29.02/4.12  
% 29.02/4.12  **** run 113 fork 0 starts with strategy
% 29.02/4.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 29.02/4.13  
% 29.02/4.13  **** run 110 fork 5 starts with strategy
% 29.02/4.13  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 29.02/4.20  
% 29.02/4.20  
% 29.02/4.20  fork 4: search terminated without proof.
% 29.02/4.24  
% 29.02/4.24  
% 29.02/4.24  fork 3: search terminated without proof.
% 29.02/4.24  
% 29.02/4.24  **** run 117 fork 4 starts with strategy
% 29.02/4.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 29.53/4.27  
% 29.53/4.27  **** run 116 fork 3 starts with strategy
% 29.53/4.27  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 29.53/4.29  
% 29.53/4.29  
% 29.53/4.29  fork 2: search terminated without proof.
% 29.53/4.32  
% 29.53/4.32  **** run 115 fork 2 starts with strategy
% 29.53/4.32  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 32.24/4.57  
% 32.24/4.57  
% 32.24/4.57  fork 7: search terminated without proof.
% 32.71/4.62  
% 32.71/4.62  **** run 112 fork 7 starts with strategy
% 32.71/4.62  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 35.38/5.10  
% 35.38/5.10  
% 35.38/5.10  fork 6: search terminated without proof.
% 35.38/5.13  
% 35.38/5.13  **** run 119 fork 6 starts with strategy
% 35.38/5.13  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 37.43/5.23  
% 37.43/5.23  
% 37.43/5.23  fork 1: search terminated without proof.
% 37.43/5.25  
% 37.43/5.25  **** run 114 fork 1 starts with strategy
% 37.43/5.25  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 37.43/5.28  
% 37.43/5.28  
% 37.43/5.28  fork 5: search terminated without proof.
% 37.43/5.29  
% 37.43/5.29  
% 37.43/5.29  fork 3: search terminated without proof.
% 37.43/5.29  
% 37.43/5.29  
% 37.43/5.29  fork 0: search terminated without proof.
% 37.43/5.31  
% 37.43/5.31  **** run 118 fork 5 starts with strategy
% 37.43/5.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 38.23/5.31  
% 38.23/5.31  **** run 124 fork 3 starts with strategy
% 38.23/5.31  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 38.23/5.32  
% 38.23/5.32  **** run 121 fork 0 starts with strategy
% 38.23/5.32  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 38.23/5.33  
% 38.23/5.33  
% 38.23/5.33  fork 4: search terminated without proof.
% 38.23/5.36  
% 38.23/5.36  **** run 125 fork 4 starts with strategy
% 38.23/5.36  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 38.23/5.36  
% 38.23/5.36  
% 38.23/5.36  fork 2: search terminated without proof.
% 38.23/5.38  
% 38.23/5.38  fork 4: search finished without proof.
% 38.23/5.38  
% 38.23/5.38  **** run 123 fork 2 starts with strategy
% 38.23/5.38  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 38.92/5.40  
% 38.92/5.40  **** run 133 fork 4 starts with strategy
% 38.92/5.40  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 40.64/5.64  
% 40.64/5.64  
% 40.64/5.64  fork 7: search terminated without proof.
% 40.64/5.66  
% 40.64/5.66  **** run 120 fork 7 starts with strategy
% 40.64/5.66  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 44.54/6.15  
% 44.54/6.15  
% 44.54/6.15  fork 6: search terminated without proof.
% 45.02/6.18  
% 45.02/6.18  **** run 127 fork 6 starts with strategy
% 45.02/6.18  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 46.14/6.32  
% 46.14/6.32  
% 46.14/6.32  fork 1: search terminated without proof.
% 46.25/6.34  
% 46.25/6.34  
% 46.25/6.34  fork 5: search terminated without proof.
% 46.25/6.35  
% 46.25/6.35  **** run 122 fork 1 starts with strategy
% 46.25/6.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 46.25/6.36  
% 46.25/6.36  
% 46.25/6.36  fork 0: search terminated without proof.
% 46.25/6.36  
% 46.25/6.36  **** run 126 fork 5 starts with strategy
% 46.25/6.36  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 46.25/6.38  
% 46.25/6.38  
% 46.25/6.38  fork 3: search terminated without proof.
% 46.25/6.38  
% 46.25/6.38  **** run 129 fork 0 starts with strategy
% 46.25/6.38  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 46.25/6.41  
% 46.25/6.41  
% 46.25/6.41  fork 2: search terminated without proof.
% 46.94/6.41  
% 46.94/6.41  **** run 132 fork 3 starts with strategy
% 46.94/6.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 46.94/6.42  
% 46.94/6.42  
% 46.94/6.42  fork 4: search terminated without proof.
% 46.94/6.43  
% 46.94/6.43  **** run 131 fork 2 starts with strategy
% 46.94/6.43  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 46.94/6.44  
% 46.94/6.44  **** run 141 fork 4 starts with strategy
% 46.94/6.44  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 47.43/6.69  
% 47.43/6.69  
% 47.43/6.69  fork 7: search terminated without proof.
% 47.43/6.71  
% 47.43/6.71  **** run 128 fork 7 starts with strategy
% 47.43/6.71  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 48.21/6.73  
% 48.21/6.73  fork 7: search finished without proof.
% 49.44/6.75  
% 49.44/6.75  **** run 136 fork 7 starts with strategy
% 49.44/6.75  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 52.71/7.23  
% 52.71/7.23  
% 52.71/7.23  fork 6: search terminated without proof.
% 52.71/7.26  
% 52.71/7.26  **** run 135 fork 6 starts with strategy
% 52.71/7.26  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 53.31/7.37  
% 53.31/7.37  
% 53.31/7.37  fork 1: search terminated without proof.
% 54.46/7.39  
% 54.46/7.39  
% 54.46/7.39  fork 5: search terminated without proof.
% 54.46/7.40  
% 54.46/7.40  **** run 130 fork 1 starts with strategy
% 54.46/7.40  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 54.46/7.40  
% 54.46/7.40  **** run 134 fork 5 starts with strategy
% 54.46/7.40  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 54.46/7.45  
% 54.46/7.45  
% 54.46/7.45  fork 0: search terminated without proof.
% 55.08/7.46  
% 55.08/7.46  
% 55.08/7.46  fork 4: search terminated without proof.
% 55.08/7.47  
% 55.08/7.47  **** run 137 fork 0 starts with strategy
% 55.08/7.47  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 55.22/7.49  
% 55.22/7.49  
% 55.22/7.49  fork 2: search terminated without proof.
% 55.48/7.51  
% 55.48/7.51  **** run 149 fork 4 starts with strategy
% 55.48/7.51  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 55.48/7.52  
% 55.48/7.52  **** run 139 fork 2 starts with strategy
% 55.48/7.52  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 55.64/7.55  
% 55.64/7.55  
% 55.64/7.55  fork 3: search terminated without proof.
% 55.64/7.57  
% 55.64/7.57  **** run 140 fork 3 starts with strategy
% 55.64/7.57  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 57.46/7.77  
% 57.46/7.77  
% 57.46/7.77  fork 7: search terminated without proof.
% 57.54/7.80  
% 57.54/7.80  **** run 144 fork 7 starts with strategy
% 57.54/7.80  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 61.12/8.28  
% 61.12/8.28  
% 61.12/8.28  fork 6: search terminated without proof.
% 61.12/8.31  
% 61.12/8.31  **** run 143 fork 6 starts with strategy
% 61.12/8.31  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 63.23/8.50  
% 63.23/8.50  
% 63.23/8.50  fork 0: search terminated without proof.
% 63.23/8.54  
% 63.23/8.54  **** run 145 fork 0 starts with strategy
% 63.23/8.54  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 63.23/8.54  
% 63.23/8.54  
% 63.23/8.54  fork 2: search terminated without proof.
% 63.23/8.56  
% 63.23/8.56  
% 63.23/8.56  result: proof found
% 63.23/8.56  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 63.23/8.56  by run 130 fork 1 strategy {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 63.23/8.56  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 63.23/8.56  
% 63.23/8.56  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 63.23/8.57  
% 63.23/8.57  run 130 fork 1 statistics:
% 63.23/8.57  ----------------------------------
% 63.23/8.57  this run seconds: 0.968349
% 63.23/8.57  total seconds: 7.794481
% 63.23/8.57  stat_given_used: 440
% 63.23/8.57  stat_given_used_at_endgame: 321
% 63.23/8.57  stat_given_candidates:   3941
% 63.23/8.57  stat_given_candidates_at_endgame: 2465
% 63.23/8.57  stat_given_candidates_h: 0
% 63.23/8.57  stat_binres_derived_cl:   14
% 63.23/8.57  stat_binres_derived_cl_h: 0
% 63.23/8.57  stat_factor_derived_cl: 3
% 63.23/8.57  stat_para_derived_cl: 63658
% 63.23/8.57  stat_tautologies_discarded: 2
% 63.23/8.57  stat_forward_subsumed: 14996
% 63.23/8.57  stat_derived_cut: 12
% 63.23/8.57  stat_derived_rewritten: 198
% 63.23/8.57  stat_weight_discarded_building: 0
% 63.23/8.57  stat_weight_discarded_cl: 913
% 63.23/8.57  stat_internlimit_discarded_cl: 0
% 63.23/8.57  stat_simplified:  198 simplified 0 derived 0 given
% 63.23/8.57  stat_kept_cl: 46451
% 63.23/8.57  stat_built_cl: 48441
% 63.23/8.57  stat_hyperres_partial_cl: 0
% 63.23/8.57  stat_made_rewriters: 282
% 63.23/8.57  stat_backward_subsumed: 0
% 63.23/8.57  stat_propagated_subsumed: 0
% 63.23/8.57  stat_clsubs_attempted:                      3160
% 63.23/8.57  stat_clsubs_fact_groundunit_found:             0
% 63.23/8.57  stat_clsubs_rule_groundunit_found:             1
% 63.23/8.57  stat_clsubs_top_meta_attempted:              21224
% 63.23/8.57  stat_clsubs_top_meta_failed:                 18064
% 63.23/8.57  stat_clsubs_top_meta_nonpref_attempted:               21224
% 63.23/8.57  stat_clsubs_top_meta_nonpref_succeeded:                7299
% 63.23/8.57  stat_clsubs_top_meta_pref_attempted:                   7299
% 63.23/8.57  stat_clsubs_top_meta_pref1_succeeded:                  7108
% 63.23/8.57  stat_clsubs_top_meta_pref2_succeeded:                  3959
% 63.23/8.57  stat_clsubs_top_meta_pref3_succeeded:                  3160
% 63.23/8.57  stat_clsubs_top_meta_pref_succeeded:                   3160
% 63.23/8.57  stat_clsubs_meta_attempted:                 3164
% 63.23/8.57  stat_clsubs_meta_failed:                      30
% 63.23/8.57  stat_clsubs_predsymbs_attempted:               0
% 63.23/8.57  stat_clsubs_unit_attempted:                 3159
% 63.23/8.57  stat_clsubs_full_attempted:                    1
% 63.23/8.57  stat_forwardsubs_attempted:                62360
% 63.23/8.57  stat_lit_hash_added:                  46584
% 63.23/8.57  stat_lit_hash_computed:              110129
% 63.23/8.57  stat_lit_hash_match_found:            15043
% 63.23/8.57  stat_lit_hash_match_miss:             96355
% 63.23/8.57  stat_lit_hash_cut_ok:                    10
% 63.23/8.57  stat_lit_strong_cut_ok:                   2
% 63.23/8.57  stat_lit_hash_subsume_ok:             14996
% 63.23/8.57  clqueue els 10000000 used 1
% 63.23/8.57  clactive els 10000000 used 441
% 63.23/8.57  clactivesubsume els 10000000 used 1735
% 63.23/8.57  queue_termbuf els 200000000 used 6129667
% 63.23/8.57  hyper_termbuf els 100000000 used 1
% 63.23/8.57  active_termbuf els 100000000 used 35003
% 63.23/8.57  varstack els 5000 last used 1
% 63.23/8.57  given_termbuf els 10000000 last used 1
% 63.23/8.57  simplified_termbuf els 10000000 last used 1
% 63.23/8.57  derived_termbuf els 10000000 last used 3
% 63.23/8.57  wr_mallocs: 167129
% 63.23/8.57  wr_callocs: 21
% 63.23/8.57  wr_reallocs: 10262
% 63.23/8.57  wr_frees: 2
% 63.23/8.57  wr_malloc_bytes: 4168470772
% 63.23/8.57  wr_calloc_bytes: 112065536
% 63.23/8.57  wr_realloc_bytes: 1833728
% 63.23/8.57  wr_realloc_freebytes: 0
% 63.23/8.57  ----------------------------------
%------------------------------------------------------------------------------