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

View Problem - Process Solution

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

% Computer : n002.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 06:14:36 EDT 2023

% Result   : Unsatisfiable 105.22s 13.95s
% Output   : CNFRefutation 105.22s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_commutativity_of_join')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    join(X,Y) = join(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_join']) ).

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

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

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

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

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

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

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

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

cnf('10',plain,
    meet(meet(X3,Y3),complement(Y3)) = meet(X3,zero),
    inference(paramodulation,[],['8','9']) ).

cnf('11',plain,
    join(X,zero) = X,
    inference(paramodulation,[],['8','3']) ).

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

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

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

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

cnf('16',plain,
    meet(meet(X,Y),complement(Y)) = zero,
    inference(simplify,[],['10','15']) ).

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

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

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

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

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

cnf('22',plain,
    join(X,X) = X,
    inference(cnf_transformation,[],['$inc_idempotence_of_join']) ).

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

cnf('24',plain,
    join(X,Y) = join(X,join(X,Y)),
    inference(paramodulation,[],['22','23']) ).

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

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

cnf('27',plain,
    join(complement(a),complement(b)) != complement(a),
    inference(paramodulation,[],['1','26']) ).

cnf('28',plain,
    ( join(complement(a),complement(b)) != X
    | meet(a,X) != zero
    | join(a,X) != one ),
    inference(paramodulation,[],['25','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','23']) ).

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

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

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

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

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

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

cnf('37',plain,
    join(join(complement(X),Y),X) = one,
    inference(paramodulation,[],['36','23']) ).

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

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

cnf('40',plain,
    meet(a,join(complement(a),complement(b))) != zero,
    inference(simplify,[],['39','24']) ).

cnf('41',plain,
    meet(a,join(complement(b),complement(a))) != zero,
    inference(paramodulation,[],['1','40']) ).

cnf('42',plain,
    meet(a,join(complement(a),complement(b))) != zero,
    inference(paramodulation,[],['1','41']) ).

cnf('43',plain,
    $false,
    inference(simplify,[then_simplify],['21','42','17','11','8','12']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : LAT251-1 : TPTP v8.1.2. Released v3.1.0.
% 0.08/0.14  % Command  : gkc %s
% 0.14/0.36  % Computer : n002.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 09:19:01 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.21/0.40  
% 0.21/0.40  input clause set summed statistics:
% 0.21/0.40  ----------------------------------
% 0.21/0.40  in_clause_count:                    14
% 0.21/0.40  in_rule_clause_count:               14
% 0.21/0.40  in_fact_clause_count:                0
% 0.21/0.40  in_answer_clause_count:              0
% 0.21/0.40  in_ground_clause_count:              2
% 0.21/0.40  in_unit_clause_count:               13
% 0.21/0.40  in_horn_clause_count:               14
% 0.21/0.40  in_pos_clause_count:                12
% 0.21/0.40  in_neg_clause_count:                 1
% 0.21/0.40  in_poseq_clause_count:              13
% 0.21/0.40  in_negeq_clause_count:               2
% 0.21/0.40  in_unitposeq_clause_count:          12
% 0.21/0.40  in_chain_clause_count:               0
% 0.21/0.40  in_min_length:             1
% 0.21/0.40  in_max_length:             3
% 0.21/0.40  in_min_depth:              2
% 0.21/0.40  in_max_depth:              5
% 0.21/0.40  in_min_size:               5
% 0.21/0.40  in_max_size:              21
% 0.21/0.40  in_min_vars:               0
% 0.21/0.40  in_max_vars:               3
% 0.21/0.40  in_extaxiom_count:                11
% 0.21/0.40  in_axiom_count:                    1
% 0.21/0.40  in_assumption_count:               1
% 0.21/0.40  in_goal_count:                     1
% 0.21/0.40  in_neg_goal_count:                 1
% 0.21/0.40  in_pos_goal_count:                 0
% 0.21/0.40  in_posunit_goal_count:             0
% 0.21/0.40  
% 0.21/0.40  auto guide:
% 0.21/0.40  -----------
% 0.21/0.40  {
% 0.21/0.40  "print":1,
% 0.21/0.40  "print_level": 15,
% 0.21/0.40  "max_size": 0,
% 0.21/0.40  "max_depth": 0,
% 0.21/0.40  "max_length": 0,
% 0.21/0.40  "max_dseconds": 0,
% 0.21/0.40  "runs":[
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"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.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.21/0.40  {"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.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"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.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.40  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.21/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 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 8 fork 7 starts with strategy
% 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  
% 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.53  
% 0.21/0.53  
% 0.21/0.53  fork 0: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 2: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 7: search terminated without proof.
% 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 6: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 1: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 3: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  **** run 9 fork 0 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.56  
% 0.21/0.56  **** run 16 fork 7 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.56  
% 0.21/0.56  **** run 14 fork 5 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 11 fork 2 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.56  
% 0.21/0.56  **** run 10 fork 1 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.56  
% 0.21/0.56  **** run 13 fork 4 starts with strategy
% 0.21/0.56  
% 0.21/0.56  **** run 15 fork 6 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 12 fork 3 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.21/0.60  
% 0.21/0.60  fork 0: search finished without proof.
% 0.21/0.62  
% 0.21/0.62  **** run 17 fork 0 starts with strategy
% 0.21/0.62  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 7: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 5: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 2: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 1: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 3: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 6: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 4: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  **** run 24 fork 7 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.69  
% 0.21/0.69  **** run 22 fork 5 starts with strategy
% 0.21/0.69  
% 0.21/0.69  **** run 19 fork 2 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.21/0.69  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.21/0.69  
% 0.21/0.69  **** run 18 fork 1 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.21/0.70  
% 0.21/0.70  **** run 21 fork 4 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.21/0.70  
% 0.21/0.70  **** run 23 fork 6 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":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}
% 3.06/0.78  
% 3.06/0.78  
% 3.06/0.78  fork 0: search terminated without proof.
% 3.26/0.81  
% 3.26/0.81  **** run 25 fork 0 starts with strategy
% 3.26/0.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.26/0.83  
% 3.26/0.83  
% 3.26/0.83  fork 1: search terminated without proof.
% 3.40/0.83  
% 3.40/0.83  
% 3.40/0.83  fork 5: search terminated without proof.
% 3.40/0.83  
% 3.40/0.83  
% 3.40/0.83  fork 4: search terminated without proof.
% 3.40/0.84  
% 3.40/0.84  
% 3.40/0.84  fork 2: search terminated without proof.
% 3.40/0.84  
% 3.40/0.84  
% 3.40/0.84  fork 6: search terminated without proof.
% 3.40/0.85  
% 3.40/0.85  **** run 26 fork 1 starts with strategy
% 3.40/0.85  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.40/0.85  
% 3.40/0.85  **** run 30 fork 5 starts with strategy
% 3.40/0.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.40/0.85  
% 3.40/0.85  **** run 29 fork 4 starts with strategy
% 3.40/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.40/0.86  
% 3.40/0.86  
% 3.40/0.86  fork 3: search terminated without proof.
% 3.40/0.86  
% 3.40/0.86  **** run 27 fork 2 starts with strategy
% 3.40/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.40/0.86  
% 3.40/0.86  
% 3.40/0.86  fork 7: search terminated without proof.
% 3.40/0.87  
% 3.40/0.87  **** run 31 fork 6 starts with strategy
% 3.40/0.87  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.40/0.88  
% 3.40/0.88  **** run 28 fork 3 starts with strategy
% 3.40/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.40/0.88  
% 3.40/0.88  **** run 32 fork 7 starts with strategy
% 3.40/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 4.10/0.91  
% 4.10/0.91  fork 7: search finished without proof.
% 4.10/0.93  
% 4.10/0.93  **** run 40 fork 7 starts with strategy
% 4.10/0.93  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.10/0.94  
% 4.10/0.94  
% 4.10/0.94  fork 0: search terminated without proof.
% 4.10/0.96  
% 4.10/0.96  **** run 33 fork 0 starts with strategy
% 4.10/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.10/0.97  
% 4.10/0.97  
% 4.10/0.97  fork 1: search terminated without proof.
% 4.10/0.97  
% 4.10/0.97  
% 4.10/0.97  fork 5: search terminated without proof.
% 4.10/0.97  
% 4.10/0.97  
% 4.10/0.97  fork 4: search terminated without proof.
% 4.10/0.98  
% 4.10/0.98  
% 4.10/0.98  fork 2: search terminated without proof.
% 4.66/0.99  
% 4.66/0.99  **** run 34 fork 1 starts with strategy
% 4.66/0.99  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.66/0.99  
% 4.66/0.99  **** run 38 fork 5 starts with strategy
% 4.66/0.99  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.66/0.99  
% 4.66/0.99  
% 4.66/0.99  fork 6: search terminated without proof.
% 4.66/1.00  
% 4.66/1.00  **** run 35 fork 2 starts with strategy
% 4.66/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.66/1.00  
% 4.66/1.00  **** run 37 fork 4 starts with strategy
% 4.66/1.00  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.66/1.01  
% 4.66/1.01  
% 4.66/1.01  fork 3: search terminated without proof.
% 4.66/1.02  
% 4.66/1.02  **** run 39 fork 6 starts with strategy
% 4.66/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.66/1.02  
% 4.66/1.02  fork 2: search finished without proof.
% 4.66/1.03  
% 4.66/1.03  **** run 36 fork 3 starts with strategy
% 4.66/1.03  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.66/1.04  
% 4.66/1.04  **** run 43 fork 2 starts with strategy
% 4.66/1.04  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.66/1.04  
% 4.66/1.04  
% 4.66/1.04  fork 7: search terminated without proof.
% 4.66/1.06  
% 4.66/1.06  **** run 48 fork 7 starts with strategy
% 4.66/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.42/1.09  
% 5.42/1.09  
% 5.42/1.09  fork 0: search terminated without proof.
% 5.42/1.10  
% 5.42/1.10  **** run 41 fork 0 starts with strategy
% 5.42/1.10  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.42/1.11  
% 5.42/1.11  
% 5.42/1.11  fork 1: search terminated without proof.
% 5.67/1.12  
% 5.67/1.12  
% 5.67/1.12  fork 4: search terminated without proof.
% 5.67/1.13  
% 5.67/1.13  **** run 42 fork 1 starts with strategy
% 5.67/1.13  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.67/1.13  
% 5.67/1.13  
% 5.67/1.13  fork 5: search terminated without proof.
% 5.80/1.13  
% 5.80/1.13  **** run 45 fork 4 starts with strategy
% 5.80/1.13  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.80/1.14  
% 5.80/1.14  
% 5.80/1.14  fork 6: search terminated without proof.
% 5.80/1.15  
% 5.80/1.15  **** run 46 fork 5 starts with strategy
% 5.80/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.80/1.15  
% 5.80/1.15  
% 5.80/1.15  fork 3: search terminated without proof.
% 5.80/1.16  
% 5.80/1.16  
% 5.80/1.16  fork 2: search terminated without proof.
% 5.80/1.16  
% 5.80/1.16  **** run 47 fork 6 starts with strategy
% 5.80/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.80/1.18  
% 5.80/1.18  **** run 44 fork 3 starts with strategy
% 5.80/1.18  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.80/1.18  
% 5.80/1.18  **** run 51 fork 2 starts with strategy
% 5.80/1.18  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.80/1.19  
% 5.80/1.19  
% 5.80/1.19  fork 7: search terminated without proof.
% 5.80/1.21  
% 5.80/1.21  **** run 56 fork 7 starts with strategy
% 5.80/1.21  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.80/1.22  
% 5.80/1.22  
% 5.80/1.22  fork 0: search terminated without proof.
% 5.80/1.24  
% 5.80/1.24  **** run 49 fork 0 starts with strategy
% 5.80/1.24  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.80/1.25  
% 5.80/1.25  
% 5.80/1.25  fork 1: search terminated without proof.
% 5.80/1.26  
% 5.80/1.26  
% 5.80/1.26  fork 4: search terminated without proof.
% 5.80/1.27  
% 5.80/1.27  **** run 50 fork 1 starts with strategy
% 5.80/1.27  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.80/1.28  
% 5.80/1.28  
% 5.80/1.28  fork 6: search terminated without proof.
% 5.80/1.29  
% 5.80/1.29  **** run 53 fork 4 starts with strategy
% 5.80/1.29  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.86/1.30  
% 6.86/1.30  **** run 55 fork 6 starts with strategy
% 6.86/1.30  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.86/1.31  
% 6.86/1.31  
% 6.86/1.31  fork 3: search terminated without proof.
% 6.86/1.32  
% 6.86/1.32  
% 6.86/1.32  fork 5: search terminated without proof.
% 6.86/1.33  
% 6.86/1.33  **** run 52 fork 3 starts with strategy
% 6.86/1.33  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.86/1.33  
% 6.86/1.33  
% 6.86/1.33  fork 7: search terminated without proof.
% 6.86/1.33  
% 6.86/1.33  
% 6.86/1.33  fork 2: search terminated without proof.
% 6.86/1.34  
% 6.86/1.34  **** run 54 fork 5 starts with strategy
% 6.86/1.34  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.86/1.35  
% 6.86/1.35  **** run 64 fork 7 starts with strategy
% 6.86/1.35  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 6.86/1.36  
% 6.86/1.36  **** run 59 fork 2 starts with strategy
% 6.86/1.36  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 6.86/1.36  
% 6.86/1.36  
% 6.86/1.36  fork 0: search terminated without proof.
% 7.63/1.38  
% 7.63/1.38  **** run 57 fork 0 starts with strategy
% 7.63/1.38  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 7.63/1.39  
% 7.63/1.39  
% 7.63/1.39  fork 1: search terminated without proof.
% 7.63/1.41  
% 7.63/1.41  **** run 58 fork 1 starts with strategy
% 7.63/1.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 7.63/1.41  
% 7.63/1.41  
% 7.63/1.41  fork 4: search terminated without proof.
% 7.63/1.42  
% 7.63/1.42  
% 7.63/1.42  fork 6: search terminated without proof.
% 7.63/1.44  
% 7.63/1.44  **** run 63 fork 6 starts with strategy
% 7.63/1.44  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.63/1.44  
% 7.63/1.44  **** run 61 fork 4 starts with strategy
% 7.63/1.44  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.63/1.45  
% 7.63/1.45  
% 7.63/1.45  fork 3: search terminated without proof.
% 8.31/1.46  
% 8.31/1.46  fork 6: search finished without proof.
% 8.31/1.47  
% 8.31/1.47  fork 4: search finished without proof.
% 8.31/1.47  
% 8.31/1.47  
% 8.31/1.47  fork 5: search terminated without proof.
% 8.31/1.47  
% 8.31/1.47  
% 8.31/1.47  fork 7: search terminated without proof.
% 8.31/1.47  
% 8.31/1.47  **** run 71 fork 6 starts with strategy
% 8.31/1.47  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.31/1.47  
% 8.31/1.47  
% 8.31/1.47  fork 2: search terminated without proof.
% 8.31/1.48  
% 8.31/1.48  **** run 60 fork 3 starts with strategy
% 8.31/1.48  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 8.56/1.49  
% 8.56/1.49  **** run 69 fork 4 starts with strategy
% 8.56/1.49  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.56/1.49  
% 8.56/1.49  **** run 62 fork 5 starts with strategy
% 8.56/1.49  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 8.56/1.49  
% 8.56/1.49  **** run 72 fork 7 starts with strategy
% 8.56/1.49  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.56/1.50  
% 8.56/1.50  **** run 67 fork 2 starts with strategy
% 8.56/1.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.56/1.51  
% 8.56/1.51  
% 8.56/1.51  fork 0: search terminated without proof.
% 8.89/1.53  
% 8.89/1.53  **** run 65 fork 0 starts with strategy
% 8.89/1.53  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 8.89/1.53  
% 8.89/1.53  
% 8.89/1.53  fork 1: search terminated without proof.
% 8.99/1.55  
% 8.99/1.55  **** run 66 fork 1 starts with strategy
% 8.99/1.55  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 8.99/1.58  
% 8.99/1.58  fork 2: search finished without proof.
% 8.99/1.59  
% 8.99/1.59  
% 8.99/1.59  fork 6: search terminated without proof.
% 8.99/1.60  
% 8.99/1.60  **** run 75 fork 2 starts with strategy
% 8.99/1.60  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.99/1.60  
% 8.99/1.60  **** run 79 fork 6 starts with strategy
% 8.99/1.60  
% 8.99/1.60  
% 8.99/1.60  fork 4: search terminated without proof.
% 8.99/1.60  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.99/1.61  
% 8.99/1.61  
% 8.99/1.61  fork 3: search terminated without proof.
% 8.99/1.61  
% 8.99/1.61  
% 8.99/1.61  fork 5: search terminated without proof.
% 9.59/1.62  
% 9.59/1.62  
% 9.59/1.62  fork 7: search terminated without proof.
% 9.59/1.62  
% 9.59/1.62  **** run 77 fork 4 starts with strategy
% 9.59/1.62  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.59/1.63  
% 9.59/1.63  **** run 68 fork 3 starts with strategy
% 9.59/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 9.59/1.64  
% 9.59/1.64  **** run 70 fork 5 starts with strategy
% 9.59/1.64  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.59/1.64  
% 9.59/1.64  **** run 80 fork 7 starts with strategy
% 9.59/1.64  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 9.59/1.65  
% 9.59/1.65  
% 9.59/1.65  fork 0: search terminated without proof.
% 9.59/1.67  
% 9.59/1.67  fork 7: search finished without proof.
% 9.59/1.67  
% 9.59/1.67  **** run 73 fork 0 starts with strategy
% 9.59/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}
% 10.07/1.67  
% 10.07/1.67  
% 10.07/1.67  fork 1: search terminated without proof.
% 10.07/1.68  
% 10.07/1.68  **** run 88 fork 7 starts with strategy
% 10.07/1.68  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.07/1.69  
% 10.07/1.69  **** run 74 fork 1 starts with strategy
% 10.07/1.69  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.07/1.72  
% 10.07/1.72  
% 10.07/1.72  fork 2: search terminated without proof.
% 10.07/1.73  
% 10.07/1.73  
% 10.07/1.73  fork 6: search terminated without proof.
% 10.07/1.74  
% 10.07/1.74  **** run 83 fork 2 starts with strategy
% 10.07/1.74  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.07/1.75  
% 10.07/1.75  
% 10.07/1.75  fork 3: search terminated without proof.
% 10.07/1.75  
% 10.07/1.75  **** run 87 fork 6 starts with strategy
% 10.07/1.75  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.07/1.75  
% 10.07/1.75  
% 10.07/1.75  fork 4: search terminated without proof.
% 10.72/1.76  
% 10.72/1.76  
% 10.72/1.76  fork 5: search terminated without proof.
% 10.72/1.77  
% 10.72/1.77  **** run 76 fork 3 starts with strategy
% 10.72/1.77  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 10.72/1.77  
% 10.72/1.77  **** run 85 fork 4 starts with strategy
% 10.72/1.77  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 10.92/1.78  
% 10.92/1.78  **** run 78 fork 5 starts with strategy
% 10.92/1.78  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.92/1.79  
% 10.92/1.79  
% 10.92/1.79  fork 0: search terminated without proof.
% 10.92/1.80  
% 10.92/1.80  **** run 81 fork 0 starts with strategy
% 10.92/1.80  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 10.92/1.81  
% 10.92/1.81  
% 10.92/1.81  fork 7: search terminated without proof.
% 10.92/1.81  
% 10.92/1.81  
% 10.92/1.81  fork 1: search terminated without proof.
% 11.27/1.82  
% 11.27/1.82  **** run 96 fork 7 starts with strategy
% 11.27/1.82  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.27/1.83  
% 11.27/1.83  **** run 82 fork 1 starts with strategy
% 11.27/1.83  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.27/1.86  
% 11.27/1.86  
% 11.27/1.86  fork 2: search terminated without proof.
% 11.27/1.87  
% 11.27/1.87  fork 6: search finished without proof.
% 11.27/1.87  
% 11.27/1.87  **** run 91 fork 2 starts with strategy
% 11.27/1.87  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 11.27/1.89  
% 11.27/1.89  **** run 95 fork 6 starts with strategy
% 11.27/1.89  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.27/1.90  
% 11.27/1.90  
% 11.27/1.90  fork 5: search terminated without proof.
% 11.27/1.91  
% 11.27/1.91  
% 11.27/1.91  fork 3: search terminated without proof.
% 11.27/1.92  
% 11.27/1.92  fork 0: search finished without proof.
% 11.27/1.93  
% 11.27/1.93  
% 11.27/1.93  fork 4: search terminated without proof.
% 11.27/1.93  
% 11.27/1.93  **** run 86 fork 5 starts with strategy
% 11.27/1.93  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.79/1.94  
% 11.79/1.94  **** run 89 fork 0 starts with strategy
% 11.79/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}
% 11.79/1.94  
% 11.79/1.94  **** run 84 fork 3 starts with strategy
% 11.79/1.94  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 11.79/1.96  
% 11.79/1.96  **** run 93 fork 4 starts with strategy
% 11.79/1.96  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 11.79/1.97  
% 11.79/1.97  fork 0: search finished without proof.
% 11.79/1.98  
% 11.79/1.98  **** run 97 fork 0 starts with strategy
% 11.79/1.98  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.79/1.99  
% 11.79/1.99  
% 11.79/1.99  fork 1: search terminated without proof.
% 11.79/2.00  
% 11.79/2.00  
% 11.79/2.00  fork 2: search terminated without proof.
% 11.79/2.01  
% 11.79/2.01  **** run 90 fork 1 starts with strategy
% 11.79/2.01  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 12.63/2.02  
% 12.63/2.02  **** run 99 fork 2 starts with strategy
% 12.63/2.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.63/2.06  
% 12.63/2.06  
% 12.63/2.06  fork 5: search terminated without proof.
% 12.63/2.06  
% 12.63/2.06  
% 12.63/2.06  fork 3: search terminated without proof.
% 13.10/2.08  
% 13.10/2.08  **** run 94 fork 5 starts with strategy
% 13.10/2.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 13.10/2.08  
% 13.10/2.08  
% 13.10/2.08  fork 4: search terminated without proof.
% 13.10/2.08  
% 13.10/2.08  **** run 92 fork 3 starts with strategy
% 13.10/2.08  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 13.10/2.10  
% 13.10/2.10  **** run 101 fork 4 starts with strategy
% 13.10/2.10  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 13.10/2.13  
% 13.10/2.13  
% 13.10/2.13  fork 1: search terminated without proof.
% 13.10/2.14  
% 13.10/2.14  **** run 98 fork 1 starts with strategy
% 13.10/2.14  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 14.03/2.20  
% 14.03/2.20  
% 14.03/2.20  fork 3: search terminated without proof.
% 14.03/2.22  
% 14.03/2.22  **** run 100 fork 3 starts with strategy
% 14.03/2.22  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.59/2.84  
% 18.59/2.84  
% 18.59/2.84  fork 7: search terminated without proof.
% 19.38/2.89  
% 19.38/2.89  **** run 104 fork 7 starts with strategy
% 19.38/2.89  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 19.62/2.92  
% 19.62/2.92  
% 19.62/2.92  fork 6: search terminated without proof.
% 19.89/2.95  
% 19.89/2.95  **** run 103 fork 6 starts with strategy
% 19.89/2.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.45/3.01  
% 20.45/3.01  
% 20.45/3.01  fork 0: search terminated without proof.
% 20.98/3.07  
% 20.98/3.07  **** run 105 fork 0 starts with strategy
% 20.98/3.07  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 20.98/3.10  
% 20.98/3.10  
% 20.98/3.10  fork 5: search terminated without proof.
% 20.98/3.11  
% 20.98/3.11  
% 20.98/3.11  fork 4: search terminated without proof.
% 20.98/3.12  
% 20.98/3.12  **** run 102 fork 5 starts with strategy
% 20.98/3.12  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.98/3.14  
% 20.98/3.14  **** run 109 fork 4 starts with strategy
% 20.98/3.14  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 20.98/3.16  
% 20.98/3.16  fork 5: search finished without proof.
% 21.79/3.17  
% 21.79/3.17  **** run 110 fork 5 starts with strategy
% 21.79/3.17  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 21.79/3.22  
% 21.79/3.22  
% 21.79/3.22  fork 1: search terminated without proof.
% 21.79/3.26  
% 21.79/3.26  **** run 106 fork 1 starts with strategy
% 21.79/3.26  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 22.39/3.33  
% 22.39/3.33  
% 22.39/3.33  fork 3: search terminated without proof.
% 23.03/3.34  
% 23.03/3.34  
% 23.03/3.34  fork 2: search terminated without proof.
% 23.03/3.36  
% 23.03/3.36  **** run 107 fork 2 starts with strategy
% 23.03/3.36  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 23.03/3.36  
% 23.03/3.36  **** run 108 fork 3 starts with strategy
% 23.03/3.36  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 28.06/3.99  
% 28.06/3.99  
% 28.06/3.99  fork 6: search terminated without proof.
% 28.36/4.03  
% 28.36/4.03  **** run 111 fork 6 starts with strategy
% 28.36/4.03  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.58/4.07  
% 28.58/4.07  
% 28.58/4.07  fork 7: search terminated without proof.
% 28.58/4.09  
% 28.58/4.09  
% 28.58/4.09  fork 0: search terminated without proof.
% 28.58/4.11  
% 28.58/4.11  **** run 112 fork 7 starts with strategy
% 28.58/4.11  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 29.30/4.14  
% 29.30/4.14  **** run 113 fork 0 starts with strategy
% 29.30/4.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 29.30/4.16  
% 29.30/4.16  
% 29.30/4.16  fork 4: search terminated without proof.
% 29.84/4.19  
% 29.84/4.19  **** run 117 fork 4 starts with strategy
% 29.84/4.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 29.84/4.21  
% 29.84/4.21  
% 29.84/4.21  fork 5: search terminated without proof.
% 29.84/4.23  
% 29.84/4.23  **** run 118 fork 5 starts with strategy
% 29.84/4.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 30.94/4.40  
% 30.94/4.40  
% 30.94/4.40  fork 2: search terminated without proof.
% 31.69/4.42  
% 31.69/4.42  **** run 115 fork 2 starts with strategy
% 31.69/4.42  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 31.69/4.56  
% 31.69/4.56  
% 31.69/4.56  fork 3: search terminated without proof.
% 32.63/4.58  
% 32.63/4.58  **** run 116 fork 3 starts with strategy
% 32.63/4.58  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 32.63/4.64  
% 32.63/4.64  
% 32.63/4.64  fork 1: search terminated without proof.
% 33.46/4.67  
% 33.46/4.67  **** run 114 fork 1 starts with strategy
% 33.46/4.67  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 36.62/5.16  
% 36.62/5.16  
% 36.62/5.16  fork 0: search terminated without proof.
% 36.62/5.18  
% 36.62/5.18  
% 36.62/5.18  fork 7: search terminated without proof.
% 36.62/5.18  
% 36.62/5.18  **** run 121 fork 0 starts with strategy
% 36.62/5.18  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 37.69/5.23  
% 37.69/5.23  **** run 120 fork 7 starts with strategy
% 37.69/5.23  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 38.23/5.27  
% 38.23/5.27  
% 38.23/5.27  fork 6: search terminated without proof.
% 38.23/5.27  
% 38.23/5.27  
% 38.23/5.27  fork 5: search terminated without proof.
% 38.23/5.29  
% 38.23/5.29  **** run 126 fork 5 starts with strategy
% 38.23/5.29  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 38.23/5.29  
% 38.23/5.29  
% 38.23/5.29  fork 4: search terminated without proof.
% 38.23/5.31  
% 38.23/5.31  **** run 119 fork 6 starts with strategy
% 38.23/5.31  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 38.23/5.31  
% 38.23/5.31  **** run 125 fork 4 starts with strategy
% 38.23/5.31  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 38.67/5.34  
% 38.67/5.34  fork 4: search finished without proof.
% 38.89/5.36  
% 38.89/5.36  **** run 133 fork 4 starts with strategy
% 38.89/5.36  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 39.46/5.46  
% 39.46/5.46  
% 39.46/5.46  fork 2: search terminated without proof.
% 39.82/5.48  
% 39.82/5.48  **** run 123 fork 2 starts with strategy
% 39.82/5.48  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 40.64/5.60  
% 40.64/5.60  
% 40.64/5.60  fork 3: search terminated without proof.
% 41.09/5.63  
% 41.09/5.63  **** run 124 fork 3 starts with strategy
% 41.09/5.63  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 41.31/5.69  
% 41.31/5.69  
% 41.31/5.69  fork 1: search terminated without proof.
% 41.31/5.71  
% 41.31/5.71  **** run 122 fork 1 starts with strategy
% 41.31/5.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 45.30/6.20  
% 45.30/6.20  
% 45.30/6.20  fork 0: search terminated without proof.
% 45.70/6.22  
% 45.70/6.22  **** run 129 fork 0 starts with strategy
% 45.70/6.22  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 45.94/6.27  
% 45.94/6.27  
% 45.94/6.27  fork 7: search terminated without proof.
% 45.94/6.29  
% 45.94/6.29  **** run 128 fork 7 starts with strategy
% 45.94/6.29  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 45.94/6.31  
% 45.94/6.31  fork 7: search finished without proof.
% 45.94/6.32  
% 45.94/6.32  
% 45.94/6.32  fork 5: search terminated without proof.
% 45.94/6.33  
% 45.94/6.33  **** run 136 fork 7 starts with strategy
% 45.94/6.33  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 46.58/6.33  
% 46.58/6.33  
% 46.58/6.33  fork 6: search terminated without proof.
% 46.58/6.33  
% 46.58/6.33  **** run 134 fork 5 starts with strategy
% 46.58/6.33  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 46.58/6.37  
% 46.58/6.37  **** run 127 fork 6 starts with strategy
% 46.58/6.37  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 47.00/6.43  
% 47.00/6.43  
% 47.00/6.43  fork 4: search terminated without proof.
% 47.00/6.45  
% 47.00/6.45  **** run 141 fork 4 starts with strategy
% 47.00/6.45  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 47.00/6.50  
% 47.00/6.50  
% 47.00/6.50  fork 2: search terminated without proof.
% 47.00/6.52  
% 47.00/6.52  **** run 131 fork 2 starts with strategy
% 47.00/6.52  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 49.58/6.76  
% 49.58/6.76  
% 49.58/6.76  fork 3: search terminated without proof.
% 49.97/6.81  
% 49.97/6.81  **** run 132 fork 3 starts with strategy
% 49.97/6.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 49.97/6.81  
% 49.97/6.81  
% 49.97/6.81  fork 1: search terminated without proof.
% 49.97/6.83  
% 49.97/6.83  **** run 130 fork 1 starts with strategy
% 49.97/6.83  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 53.82/7.27  
% 53.82/7.27  
% 53.82/7.27  fork 0: search terminated without proof.
% 53.82/7.30  
% 53.82/7.30  **** run 137 fork 0 starts with strategy
% 53.82/7.30  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 54.37/7.35  
% 54.37/7.35  
% 54.37/7.35  fork 7: search terminated without proof.
% 54.68/7.40  
% 54.68/7.40  **** run 144 fork 7 starts with strategy
% 54.68/7.40  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 54.68/7.41  
% 54.68/7.41  
% 54.68/7.41  fork 6: search terminated without proof.
% 54.68/7.42  
% 54.68/7.42  
% 54.68/7.42  fork 5: search terminated without proof.
% 55.25/7.44  
% 55.25/7.44  **** run 135 fork 6 starts with strategy
% 55.25/7.44  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 55.25/7.47  
% 55.25/7.47  **** run 142 fork 5 starts with strategy
% 55.25/7.47  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 55.47/7.50  
% 55.47/7.50  
% 55.47/7.50  fork 4: search terminated without proof.
% 55.97/7.55  
% 55.97/7.55  
% 55.97/7.55  fork 2: search terminated without proof.
% 55.97/7.55  
% 55.97/7.55  **** run 149 fork 4 starts with strategy
% 55.97/7.55  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 56.21/7.57  
% 56.21/7.57  **** run 139 fork 2 starts with strategy
% 56.21/7.57  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 58.64/7.92  
% 58.64/7.92  
% 58.64/7.92  fork 3: search terminated without proof.
% 59.12/7.94  
% 59.12/7.94  **** run 140 fork 3 starts with strategy
% 59.12/7.94  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 59.82/8.04  
% 59.82/8.04  
% 59.82/8.04  fork 1: search terminated without proof.
% 60.14/8.07  
% 60.14/8.07  **** run 138 fork 1 starts with strategy
% 60.14/8.07  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 62.24/8.36  
% 62.24/8.36  
% 62.24/8.36  fork 0: search terminated without proof.
% 62.24/8.43  
% 62.24/8.43  **** run 145 fork 0 starts with strategy
% 62.24/8.43  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 62.96/8.51  
% 62.96/8.51  
% 62.96/8.51  fork 5: search terminated without proof.
% 62.96/8.54  
% 62.96/8.54  **** run 150 fork 5 starts with strategy
% 62.96/8.54  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 62.96/8.54  
% 62.96/8.54  
% 62.96/8.54  fork 6: search terminated without proof.
% 63.90/8.55  
% 63.90/8.55  
% 63.90/8.55  fork 7: search terminated without proof.
% 63.90/8.56  
% 63.90/8.56  **** run 143 fork 6 starts with strategy
% 63.90/8.56  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 63.90/8.58  
% 63.90/8.58  **** run 152 fork 7 starts with strategy
% 63.90/8.58  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 64.20/8.60  
% 64.20/8.60  
% 64.20/8.60  fork 2: search terminated without proof.
% 64.20/8.60  
% 64.20/8.60  
% 64.20/8.60  fork 4: search terminated without proof.
% 64.20/8.63  
% 64.20/8.63  **** run 157 fork 4 starts with strategy
% 64.20/8.63  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":10}
% 64.60/8.65  
% 64.60/8.65  **** run 147 fork 2 starts with strategy
% 64.60/8.65  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 67.14/8.96  
% 67.14/8.96  
% 67.14/8.96  fork 3: search terminated without proof.
% 67.14/8.98  
% 67.14/8.98  **** run 148 fork 3 starts with strategy
% 67.14/8.98  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 68.00/9.11  
% 68.00/9.11  
% 68.00/9.11  fork 1: search terminated without proof.
% 68.00/9.14  
% 68.00/9.14  **** run 146 fork 1 starts with strategy
% 68.00/9.14  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 71.04/9.49  
% 71.04/9.49  
% 71.04/9.49  fork 0: search terminated without proof.
% 71.04/9.53  
% 71.04/9.53  **** run 153 fork 0 starts with strategy
% 71.04/9.53  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 72.03/9.59  
% 72.03/9.59  
% 72.03/9.59  fork 6: search terminated without proof.
% 72.03/9.60  
% 72.03/9.60  fork 7: search finished without proof.
% 72.03/9.61  
% 72.03/9.61  **** run 151 fork 6 starts with strategy
% 72.03/9.61  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 72.03/9.62  
% 72.03/9.62  
% 72.03/9.62  fork 5: search terminated without proof.
% 72.03/9.62  
% 72.03/9.62  **** run 160 fork 7 starts with strategy
% 72.03/9.62  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 72.47/9.65  
% 72.47/9.65  **** run 158 fork 5 starts with strategy
% 72.47/9.65  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":10}
% 72.47/9.70  
% 72.47/9.70  
% 72.47/9.70  fork 2: search terminated without proof.
% 72.47/9.72  
% 72.47/9.72  
% 72.47/9.72  fork 4: search terminated without proof.
% 72.47/9.72  
% 72.47/9.72  fork 7: search finished without proof.
% 72.47/9.73  
% 72.47/9.73  **** run 155 fork 2 starts with strategy
% 72.47/9.73  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 72.96/9.74  
% 72.96/9.74  **** run 168 fork 7 starts with strategy
% 72.96/9.74  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 72.96/9.74  
% 72.96/9.74  **** run 165 fork 4 starts with strategy
% 72.96/9.74  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 74.92/10.00  
% 74.92/10.00  
% 74.92/10.00  fork 3: search terminated without proof.
% 74.92/10.03  
% 74.92/10.03  **** run 156 fork 3 starts with strategy
% 74.92/10.03  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 75.74/10.06  
% 75.74/10.06  fork 3: search finished without proof.
% 75.74/10.08  
% 75.74/10.08  **** run 164 fork 3 starts with strategy
% 75.74/10.08  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 76.88/10.20  
% 76.88/10.20  
% 76.88/10.20  fork 1: search terminated without proof.
% 76.88/10.22  
% 76.88/10.22  **** run 154 fork 1 starts with strategy
% 76.88/10.22  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 76.88/10.25  
% 76.88/10.25  fork 1: search finished without proof.
% 76.88/10.27  
% 76.88/10.27  **** run 162 fork 1 starts with strategy
% 76.88/10.27  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 79.64/10.59  
% 79.64/10.59  
% 79.64/10.59  fork 0: search terminated without proof.
% 79.64/10.61  
% 79.64/10.61  **** run 161 fork 0 starts with strategy
% 79.64/10.61  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 80.10/10.63  
% 80.10/10.63  
% 80.10/10.63  fork 6: search terminated without proof.
% 80.44/10.68  
% 80.44/10.68  **** run 159 fork 6 starts with strategy
% 80.44/10.68  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 80.44/10.73  
% 80.44/10.73  
% 80.44/10.73  fork 5: search terminated without proof.
% 81.13/10.75  
% 81.13/10.75  
% 81.13/10.75  fork 2: search terminated without proof.
% 81.13/10.76  
% 81.13/10.76  
% 81.13/10.76  fork 7: search terminated without proof.
% 81.13/10.77  
% 81.13/10.77  
% 81.13/10.77  fork 4: search terminated without proof.
% 81.13/10.77  
% 81.13/10.77  **** run 166 fork 5 starts with strategy
% 81.13/10.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":10}
% 81.44/10.78  
% 81.44/10.78  **** run 176 fork 7 starts with strategy
% 81.44/10.78  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 81.44/10.80  
% 81.44/10.80  **** run 173 fork 4 starts with strategy
% 81.44/10.80  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 81.44/10.80  
% 81.44/10.80  **** run 163 fork 2 starts with strategy
% 81.44/10.80  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 81.44/10.82  
% 81.44/10.82  fork 4: search finished without proof.
% 81.91/10.84  
% 81.91/10.84  **** run 181 fork 4 starts with strategy
% 81.91/10.84  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 84.04/11.18  
% 84.04/11.18  
% 84.04/11.18  fork 3: search terminated without proof.
% 84.52/11.21  
% 84.52/11.21  **** run 172 fork 3 starts with strategy
% 84.52/11.21  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 86.94/11.55  
% 86.94/11.55  
% 86.94/11.55  fork 1: search terminated without proof.
% 87.50/11.58  
% 87.50/11.58  **** run 170 fork 1 starts with strategy
% 87.50/11.58  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 87.90/11.64  
% 87.90/11.64  
% 87.90/11.64  fork 0: search terminated without proof.
% 87.90/11.66  
% 87.90/11.66  **** run 169 fork 0 starts with strategy
% 87.90/11.66  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 88.80/11.76  
% 88.80/11.76  
% 88.80/11.76  fork 6: search terminated without proof.
% 88.80/11.80  
% 88.80/11.80  **** run 167 fork 6 starts with strategy
% 88.80/11.80  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 89.54/11.84  
% 89.54/11.84  
% 89.54/11.84  fork 5: search terminated without proof.
% 89.54/11.86  
% 89.54/11.86  **** run 174 fork 5 starts with strategy
% 89.54/11.86  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 89.54/11.87  
% 89.54/11.87  
% 89.54/11.87  fork 4: search terminated without proof.
% 89.54/11.89  
% 89.54/11.89  **** run 189 fork 4 starts with strategy
% 89.54/11.89  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 91.18/12.06  
% 91.18/12.06  
% 91.18/12.06  fork 2: search terminated without proof.
% 91.18/12.09  
% 91.18/12.09  **** run 171 fork 2 starts with strategy
% 91.18/12.09  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 91.94/12.26  
% 91.94/12.26  
% 91.94/12.26  fork 3: search terminated without proof.
% 92.89/12.29  
% 92.89/12.29  **** run 180 fork 3 starts with strategy
% 92.89/12.29  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 94.45/12.44  
% 94.45/12.44  
% 94.45/12.44  fork 7: search terminated without proof.
% 94.45/12.47  
% 94.45/12.47  **** run 184 fork 7 starts with strategy
% 94.45/12.47  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 95.66/12.61  
% 95.66/12.61  
% 95.66/12.61  fork 1: search terminated without proof.
% 95.66/12.64  
% 95.66/12.64  **** run 178 fork 1 starts with strategy
% 95.66/12.64  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 96.85/12.82  
% 96.85/12.82  
% 96.85/12.82  fork 6: search terminated without proof.
% 96.85/12.84  
% 96.85/12.84  **** run 175 fork 6 starts with strategy
% 96.85/12.84  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 97.94/12.95  
% 97.94/12.95  
% 97.94/12.95  fork 5: search terminated without proof.
% 98.57/12.98  
% 98.57/12.98  
% 98.57/12.98  fork 0: search terminated without proof.
% 98.57/12.99  
% 98.57/12.99  **** run 182 fork 5 starts with strategy
% 98.57/12.99  {"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}
% 98.57/13.02  
% 98.57/13.02  **** run 177 fork 0 starts with strategy
% 98.57/13.02  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":10}
% 99.01/13.04  
% 99.01/13.04  fork 5: search finished without proof.
% 99.18/13.07  
% 99.18/13.07  **** run 190 fork 5 starts with strategy
% 99.18/13.07  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 101.29/13.39  
% 101.29/13.39  
% 101.29/13.39  fork 3: search terminated without proof.
% 101.29/13.41  
% 101.29/13.41  **** run 188 fork 3 starts with strategy
% 101.29/13.41  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 101.72/13.50  
% 101.72/13.50  
% 101.72/13.50  fork 7: search terminated without proof.
% 101.72/13.52  
% 101.72/13.52  **** run 192 fork 7 starts with strategy
% 101.72/13.52  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 103.37/13.67  
% 103.37/13.67  
% 103.37/13.67  fork 1: search terminated without proof.
% 103.37/13.70  
% 103.37/13.70  **** run 186 fork 1 starts with strategy
% 103.37/13.70  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 105.22/13.95  
% 105.22/13.95  
% 105.22/13.95  result: proof found
% 105.22/13.95  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 105.22/13.95  by run 171 fork 2 strategy {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 105.22/13.95  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 105.22/13.95  
% 105.22/13.95  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 105.22/13.95  
% 105.22/13.95  run 171 fork 2 statistics:
% 105.22/13.95  ----------------------------------
% 105.22/13.95  this run seconds: 0.967765
% 105.22/13.95  total seconds: 12.527011
% 105.22/13.95  stat_given_used: 1172
% 105.22/13.95  stat_given_used_at_endgame: 523
% 105.22/13.95  stat_given_candidates:   6447
% 105.22/13.95  stat_given_candidates_at_endgame: 4249
% 105.22/13.95  stat_given_candidates_h: 0
% 105.22/13.95  stat_binres_derived_cl:   457
% 105.22/13.95  stat_binres_derived_cl_h: 0
% 105.22/13.95  stat_factor_derived_cl: 4
% 105.22/13.95  stat_para_derived_cl: 20982
% 105.22/13.95  stat_tautologies_discarded: 2
% 105.22/13.95  stat_forward_subsumed: 7925
% 105.22/13.95  stat_derived_cut: 870
% 105.22/13.95  stat_derived_rewritten: 1040
% 105.22/13.95  stat_weight_discarded_building: 0
% 105.22/13.95  stat_weight_discarded_cl: 2860
% 105.22/13.95  stat_internlimit_discarded_cl: 0
% 105.22/13.95  stat_simplified:  1040 simplified 0 derived 0 given
% 105.22/13.95  stat_kept_cl: 9996
% 105.22/13.95  stat_built_cl: 16239
% 105.22/13.95  stat_hyperres_partial_cl: 0
% 105.22/13.95  stat_made_rewriters: 126
% 105.22/13.95  stat_backward_subsumed: 0
% 105.22/13.95  stat_propagated_subsumed: 0
% 105.22/13.95  stat_clsubs_attempted:                      7595
% 105.22/13.95  stat_clsubs_fact_groundunit_found:             0
% 105.22/13.95  stat_clsubs_rule_groundunit_found:           603
% 105.22/13.95  stat_clsubs_top_meta_attempted:             283634
% 105.22/13.95  stat_clsubs_top_meta_failed:                276039
% 105.22/13.95  stat_clsubs_top_meta_nonpref_attempted:              283634
% 105.22/13.95  stat_clsubs_top_meta_nonpref_succeeded:               86871
% 105.22/13.95  stat_clsubs_top_meta_pref_attempted:                  86871
% 105.22/13.95  stat_clsubs_top_meta_pref1_succeeded:                 28823
% 105.22/13.95  stat_clsubs_top_meta_pref2_succeeded:                 24348
% 105.22/13.95  stat_clsubs_top_meta_pref3_succeeded:                  7595
% 105.22/13.95  stat_clsubs_top_meta_pref_succeeded:                   7595
% 105.22/13.95  stat_clsubs_meta_attempted:                15733
% 105.22/13.95  stat_clsubs_meta_failed:                    4303
% 105.22/13.95  stat_clsubs_predsymbs_attempted:               0
% 105.22/13.95  stat_clsubs_unit_attempted:                 3643
% 105.22/13.95  stat_clsubs_full_attempted:                 3952
% 105.22/13.95  stat_forwardsubs_attempted:                20781
% 105.22/13.95  stat_lit_hash_added:                   9200
% 105.22/13.95  stat_lit_hash_computed:               57917
% 105.22/13.95  stat_lit_hash_match_found:             9907
% 105.22/13.95  stat_lit_hash_match_miss:             68405
% 105.22/13.95  stat_lit_hash_cut_ok:                   484
% 105.22/13.95  stat_lit_strong_cut_ok:                 555
% 105.22/13.95  stat_lit_hash_subsume_ok:              7925
% 105.22/13.95  clqueue els 10000000 used 1
% 105.22/13.95  clactive els 10000000 used 1173
% 105.22/13.95  clactivesubsume els 10000000 used 6391
% 105.22/13.95  queue_termbuf els 200000000 used 1081683
% 105.22/13.95  hyper_termbuf els 100000000 used 1
% 105.22/13.95  active_termbuf els 100000000 used 59352
% 105.22/13.95  varstack els 5000 last used 1
% 105.22/13.95  given_termbuf els 10000000 last used 1
% 105.22/13.95  simplified_termbuf els 10000000 last used 1
% 105.22/13.95  derived_termbuf els 10000000 last used 3
% 105.22/13.95  wr_mallocs: 31850
% 105.22/13.95  wr_callocs: 21
% 105.22/13.95  wr_reallocs: 1553
% 105.22/13.95  wr_frees: 2
% 105.22/13.95  wr_malloc_bytes: 4163728916
% 105.22/13.95  wr_calloc_bytes: 112065536
% 105.22/13.95  wr_realloc_bytes: 307472
% 105.22/13.95  wr_realloc_freebytes: 0
% 105.22/13.95  ----------------------------------
%------------------------------------------------------------------------------