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

View Problem - Process Solution

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

% Computer : n007.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 07:37:14 EDT 2023

% Result   : Unsatisfiable 29.96s 4.34s
% Output   : CNFRefutation 29.96s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named lemma_10)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    implies(not(X),not(Y)) = implies(Y,X),
    inference(cnf_transformation,[],[lemma_10]) ).

cnf('2',plain,
    ( implies(X,Y) != implies(Y,Z)
    | implies(X,Z) = truth ),
    inference(cnf_transformation,[],[lemma_5]) ).

cnf('3',plain,
    ( implies(X,not(Y)) != implies(Z,Y)
    | implies(X,not(Z)) = truth ),
    inference(paramodulation,[],['1','2']) ).

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

cnf('5',plain,
    implies(implies(X,not(X)),not(implies(not(X),X))) = truth,
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    implies(implies(X,Y),implies(implies(Z,X),implies(Z,Y))) = truth,
    inference(cnf_transformation,[],[lemma_6]) ).

cnf('7',plain,
    ( implies(X,implies(implies(Y,Z),implies(Y,U))) = truth
    | implies(X,implies(Z,U)) != truth ),
    inference(paramodulation,[],['6','2']) ).

cnf('8',plain,
    not(not(X)) = X,
    inference(cnf_transformation,[],[lemma_9]) ).

cnf('9',plain,
    implies(X,implies(Y,X)) = truth,
    inference(cnf_transformation,[],[lemma_4]) ).

cnf('10',plain,
    implies(truth,implies(X3,Y3)) = implies(implies(implies(X3,Y3),Y3),Y3),
    inference(paramodulation,[],['9','4']) ).

cnf('11',plain,
    implies(truth,X) = X,
    inference(cnf_transformation,[],['$inc_wajsberg_1']) ).

cnf('12',plain,
    implies(X,Y) = implies(implies(implies(X,Y),Y),Y),
    inference(simplify,[],['10','11']) ).

cnf('13',plain,
    implies(X3,Y3) = implies(implies(implies(not(Y3),not(X3)),not(X3)),not(X3)),
    inference(paramodulation,[],['1','12']) ).

cnf('14',plain,
    implies(X,Y) = implies(implies(implies(X,Y),not(X)),not(X)),
    inference(simplify,[],['13','1']) ).

cnf('15',plain,
    implies(not(X3),Y3) = implies(implies(implies(not(X3),Y3),not(not(X3))),X3),
    inference(paramodulation,[],['8','14']) ).

cnf('16',plain,
    implies(not(X),Y) = implies(implies(implies(not(X),Y),X),X),
    inference(simplify,[],['15','8']) ).

cnf('17',plain,
    implies(X,implies(not(X),Y)) = truth,
    inference(paramodulation,[],['16','9']) ).

cnf('18',plain,
    implies(X,implies(implies(Y,not(X)),implies(Y,Z))) = truth,
    inference(resolution,[],['7','17']) ).

cnf('19',plain,
    implies(X,implies(Y,Z)) = implies(Y,implies(X,Z)),
    inference(cnf_transformation,[],[lemma_7]) ).

cnf('20',plain,
    implies(implies(X,not(Y)),implies(Y,implies(X,Z))) = truth,
    inference(paramodulation,[],['18','19']) ).

cnf('21',plain,
    implies(implies(X,Y),implies(implies(Y,Z),implies(X,Z))) = truth,
    inference(cnf_transformation,[],['$inc_wajsberg_2']) ).

cnf('22',plain,
    implies(truth,implies(implies(implies(X3,Y3),Z3),implies(Y3,Z3))) = truth,
    inference(paramodulation,[],['9','21']) ).

cnf('23',plain,
    implies(implies(implies(X,Y),Z),implies(Y,Z)) = truth,
    inference(simplify,[],['22','11']) ).

cnf('24',plain,
    ( implies(X,implies(implies(Y,Z),U)) != truth
    | implies(X,implies(Z,U)) = truth ),
    inference(paramodulation,[],['23','2']) ).

cnf('25',plain,
    implies(implies(X,not(implies(Y,Z))),implies(Z,implies(X,U))) = truth,
    inference(resolution,[],['20','24']) ).

cnf('26',plain,
    implies(truth,implies(X3,implies(implies(X3,not(X3)),Y3))) = truth,
    inference(paramodulation,[],['5','25']) ).

cnf('27',plain,
    implies(X,implies(implies(X,not(X)),Y)) = truth,
    inference(simplify,[],['26','11']) ).

cnf('28',plain,
    implies(implies(X,not(X)),implies(X,Y)) = truth,
    inference(paramodulation,[],['27','19']) ).

cnf('29',plain,
    implies(X3,implies(implies(X3,Y3),implies(truth,Y3))) = truth,
    inference(paramodulation,[],['11','21']) ).

cnf('30',plain,
    implies(X,implies(implies(X,Y),Y)) = truth,
    inference(simplify,[],['29','11']) ).

cnf('31',plain,
    ( implies(X,implies(implies(Y,Z),Z)) = truth
    | implies(X,Y) != truth ),
    inference(paramodulation,[],['30','2']) ).

cnf('32',plain,
    implies(implies(X,not(X)),implies(implies(implies(X,Y),Z),Z)) = truth,
    inference(resolution,[],['28','31']) ).

cnf('33',plain,
    implies(implies(implies(X,Y),Z),implies(implies(X,not(X)),Z)) = truth,
    inference(paramodulation,[],['32','19']) ).

cnf('34',plain,
    implies(implies(implies(X,Y),Z),implies(not(X),Z)) = truth,
    inference(resolution,[],['33','24']) ).

cnf('35',plain,
    implies(implies(implies(X,Y),not(Z)),implies(Z,X)) = truth,
    inference(paramodulation,[],['1','34']) ).

cnf('36',plain,
    ( implies(X,implies(Y,Z)) = truth
    | implies(X,Z) != truth ),
    inference(paramodulation,[],['9','2']) ).

cnf('37',plain,
    implies(implies(implies(X,Y),not(Z)),implies(U,implies(Z,X))) = truth,
    inference(resolution,[],['35','36']) ).

cnf('38',plain,
    implies(truth,implies(X3,implies(implies(not(Y3),Y3),Y3))) = truth,
    inference(paramodulation,[],['5','37']) ).

cnf('39',plain,
    implies(X,implies(implies(not(Y),Y),Y)) = truth,
    inference(simplify,[],['38','11']) ).

cnf('40',plain,
    implies(X,not(truth)) = not(X),
    inference(cnf_transformation,[],[lemma_8]) ).

cnf('41',plain,
    implies(not(X3),not(truth)) = implies(implies(not(truth),X3),X3),
    inference(paramodulation,[],['40','4']) ).

cnf('42',plain,
    X = implies(implies(not(truth),X),X),
    inference(simplify,[then_simplify],['41','1','11']) ).

cnf('43',plain,
    implies(implies(not(X),X),X) = truth,
    inference(paramodulation,[],['39','42']) ).

cnf('44',plain,
    ( implies(X,Y) != implies(Y,X)
    | X = Y ),
    inference(cnf_transformation,[],[lemma_2]) ).

cnf('45',plain,
    ( implies(implies(X,Y),Y) != truth
    | implies(X,Y) = Y ),
    inference(paramodulation,[],['9','44']) ).

cnf('46',plain,
    implies(not(X),X) = X,
    inference(resolution,[],['43','45']) ).

cnf('47',plain,
    implies(implies(implies(X,Y),X),X) = truth,
    inference(paramodulation,[],['46','34']) ).

cnf('48',plain,
    implies(implies(X,Y),X) = X,
    inference(resolution,[],['47','45']) ).

cnf('49',plain,
    implies(truth,implies(implies(implies(X3,Y3),Z3),implies(implies(implies(U3,X3),Y3),Z3))) = truth,
    inference(paramodulation,[],['23','21']) ).

cnf('50',plain,
    implies(implies(implies(X,Y),Z),implies(implies(implies(U,X),Y),Z)) = truth,
    inference(simplify,[],['49','11']) ).

cnf('51',plain,
    implies(implies(implies(a,b),implies(b,a)),implies(b,a)) != truth,
    inference(cnf_transformation,[],[prove_wajsberg_mv_4]) ).

cnf('52',plain,
    $false,
    inference(paramodulation,[then_simplify],['48','50','51']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : LCL109-3 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.13  % Command  : gkc %s
% 0.14/0.34  % Computer : n007.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Fri Aug 25 02:08:55 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.20/0.38  
% 0.20/0.38  input clause set summed statistics:
% 0.20/0.38  ----------------------------------
% 0.20/0.38  in_clause_count:                    15
% 0.20/0.38  in_rule_clause_count:               15
% 0.20/0.38  in_fact_clause_count:                0
% 0.20/0.38  in_answer_clause_count:              0
% 0.20/0.38  in_ground_clause_count:              1
% 0.20/0.38  in_unit_clause_count:               13
% 0.20/0.38  in_horn_clause_count:               15
% 0.20/0.38  in_pos_clause_count:                12
% 0.20/0.38  in_neg_clause_count:                 1
% 0.20/0.38  in_poseq_clause_count:              14
% 0.20/0.38  in_negeq_clause_count:               3
% 0.20/0.38  in_unitposeq_clause_count:          12
% 0.20/0.38  in_chain_clause_count:               0
% 0.20/0.38  in_min_length:             1
% 0.20/0.38  in_max_length:             2
% 0.20/0.38  in_min_depth:              2
% 0.20/0.38  in_max_depth:              4
% 0.20/0.38  in_min_size:               5
% 0.20/0.38  in_max_size:              13
% 0.20/0.38  in_min_vars:               0
% 0.20/0.38  in_max_vars:               3
% 0.20/0.38  in_extaxiom_count:                 4
% 0.20/0.38  in_axiom_count:                   10
% 0.20/0.38  in_assumption_count:               0
% 0.20/0.38  in_goal_count:                     1
% 0.20/0.38  in_neg_goal_count:                 1
% 0.20/0.38  in_pos_goal_count:                 0
% 0.20/0.38  in_posunit_goal_count:             0
% 0.20/0.38  
% 0.20/0.38  auto guide:
% 0.20/0.38  -----------
% 0.20/0.38  {
% 0.20/0.38  "print":1,
% 0.20/0.38  "print_level": 15,
% 0.20/0.38  "max_size": 0,
% 0.20/0.38  "max_depth": 0,
% 0.20/0.38  "max_length": 0,
% 0.20/0.38  "max_dseconds": 0,
% 0.20/0.38  "runs":[
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.20/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.20/0.38  
% 0.20/0.38  ]}
% 0.20/0.38  
% 0.20/0.38  
% 0.20/0.38  **** run 1 fork 0 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 2 fork 1 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 3 fork 2 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 4 fork 3 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 5 fork 4 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 4: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 6: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 1: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 0: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 7: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 14 fork 5 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 3: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 9 fork 0 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.55  
% 0.20/0.55  **** run 16 fork 7 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.55  
% 0.20/0.55  **** run 11 fork 2 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.57  
% 0.20/0.57  **** run 12 fork 3 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 4: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 1: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 7: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 0: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 2: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 22 fork 5 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.20/0.68  
% 0.20/0.68  **** run 24 fork 7 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 3: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  **** run 18 fork 1 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.69  
% 0.20/0.69  **** run 17 fork 0 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.69  
% 0.20/0.69  **** run 19 fork 2 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 6: search terminated without proof.
% 0.20/0.71  
% 0.20/0.71  **** run 20 fork 3 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.20/0.74  
% 0.20/0.74  **** run 23 fork 6 starts with strategy
% 0.20/0.74  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 3.17/0.80  
% 3.17/0.80  
% 3.17/0.80  fork 5: search terminated without proof.
% 3.17/0.81  
% 3.17/0.81  
% 3.17/0.81  fork 1: search terminated without proof.
% 3.17/0.81  
% 3.17/0.81  
% 3.17/0.81  fork 4: search terminated without proof.
% 3.17/0.82  
% 3.17/0.82  
% 3.17/0.82  fork 7: search terminated without proof.
% 3.17/0.82  
% 3.17/0.82  **** run 30 fork 5 starts with strategy
% 3.17/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.17/0.82  
% 3.17/0.82  
% 3.17/0.82  fork 2: search terminated without proof.
% 3.17/0.83  
% 3.17/0.83  **** run 26 fork 1 starts with strategy
% 3.17/0.83  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.17/0.83  
% 3.17/0.83  
% 3.17/0.83  fork 0: search terminated without proof.
% 3.66/0.84  
% 3.66/0.84  **** run 29 fork 4 starts with strategy
% 3.66/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.66/0.84  
% 3.66/0.84  **** run 32 fork 7 starts with strategy
% 3.66/0.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.66/0.84  
% 3.66/0.84  
% 3.66/0.84  fork 3: search terminated without proof.
% 3.66/0.85  
% 3.66/0.85  **** run 27 fork 2 starts with strategy
% 3.66/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.66/0.85  
% 3.66/0.85  **** run 25 fork 0 starts with strategy
% 3.66/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.81/0.86  
% 3.81/0.86  **** run 28 fork 3 starts with strategy
% 3.81/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.81/0.86  
% 3.81/0.86  fork 7: search finished without proof.
% 3.81/0.88  
% 3.81/0.88  **** run 40 fork 7 starts with strategy
% 3.81/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 3.81/0.89  
% 3.81/0.89  
% 3.81/0.89  fork 6: search terminated without proof.
% 3.81/0.91  
% 3.81/0.91  **** run 31 fork 6 starts with strategy
% 3.81/0.91  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 4.32/0.95  
% 4.32/0.95  
% 4.32/0.95  fork 5: search terminated without proof.
% 4.32/0.96  
% 4.32/0.96  
% 4.32/0.96  fork 4: search terminated without proof.
% 4.63/0.96  
% 4.63/0.96  
% 4.63/0.96  fork 1: search terminated without proof.
% 4.63/0.96  
% 4.63/0.96  **** run 38 fork 5 starts with strategy
% 4.63/0.96  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.63/0.97  
% 4.63/0.97  
% 4.63/0.97  fork 2: search terminated without proof.
% 4.63/0.98  
% 4.63/0.98  **** run 37 fork 4 starts with strategy
% 4.63/0.98  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.63/0.98  
% 4.63/0.98  
% 4.63/0.98  fork 0: search terminated without proof.
% 4.63/0.98  
% 4.63/0.98  **** run 34 fork 1 starts with strategy
% 4.63/0.98  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.63/0.99  
% 4.63/0.99  
% 4.63/0.99  fork 3: search terminated without proof.
% 4.63/0.99  
% 4.63/0.99  **** run 35 fork 2 starts with strategy
% 4.63/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.63/1.00  
% 4.63/1.00  **** run 33 fork 0 starts with strategy
% 4.63/1.00  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.63/1.00  
% 4.63/1.00  
% 4.63/1.00  fork 7: search terminated without proof.
% 4.63/1.01  
% 4.63/1.01  **** run 36 fork 3 starts with strategy
% 4.63/1.01  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.63/1.01  
% 4.63/1.01  fork 2: search finished without proof.
% 4.63/1.02  
% 4.63/1.02  **** run 48 fork 7 starts with strategy
% 4.63/1.02  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 4.63/1.03  
% 4.63/1.03  
% 4.63/1.03  fork 6: search terminated without proof.
% 4.63/1.03  
% 4.63/1.03  **** run 43 fork 2 starts with strategy
% 4.63/1.03  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.25/1.05  
% 5.25/1.05  **** run 39 fork 6 starts with strategy
% 5.25/1.05  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.56/1.09  
% 5.56/1.09  
% 5.56/1.09  fork 5: search terminated without proof.
% 5.56/1.10  
% 5.56/1.10  
% 5.56/1.10  fork 4: search terminated without proof.
% 5.56/1.10  
% 5.56/1.10  
% 5.56/1.10  fork 1: search terminated without proof.
% 5.56/1.11  
% 5.56/1.11  **** run 46 fork 5 starts with strategy
% 5.56/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.56/1.12  
% 5.56/1.12  **** run 45 fork 4 starts with strategy
% 5.56/1.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.56/1.12  
% 5.56/1.12  **** run 42 fork 1 starts with strategy
% 5.56/1.12  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.56/1.13  
% 5.56/1.13  
% 5.56/1.13  fork 0: search terminated without proof.
% 5.56/1.13  
% 5.56/1.13  
% 5.56/1.13  fork 3: search terminated without proof.
% 6.04/1.14  
% 6.04/1.14  
% 6.04/1.14  fork 7: search terminated without proof.
% 6.04/1.15  
% 6.04/1.15  **** run 44 fork 3 starts with strategy
% 6.04/1.15  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 6.04/1.15  
% 6.04/1.15  **** run 41 fork 0 starts with strategy
% 6.04/1.15  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 6.04/1.15  
% 6.04/1.15  
% 6.04/1.15  fork 2: search terminated without proof.
% 6.22/1.16  
% 6.22/1.16  **** run 56 fork 7 starts with strategy
% 6.22/1.16  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 6.22/1.17  
% 6.22/1.17  
% 6.22/1.17  fork 6: search terminated without proof.
% 6.22/1.18  
% 6.22/1.18  **** run 51 fork 2 starts with strategy
% 6.22/1.18  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.22/1.20  
% 6.22/1.20  **** run 47 fork 6 starts with strategy
% 6.22/1.20  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 6.69/1.23  
% 6.69/1.23  
% 6.69/1.23  fork 5: search terminated without proof.
% 6.69/1.24  
% 6.69/1.24  
% 6.69/1.24  fork 4: search terminated without proof.
% 6.69/1.25  
% 6.69/1.25  
% 6.69/1.25  fork 1: search terminated without proof.
% 6.69/1.25  
% 6.69/1.25  **** run 54 fork 5 starts with strategy
% 6.69/1.25  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.69/1.26  
% 6.69/1.26  **** run 53 fork 4 starts with strategy
% 6.69/1.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.69/1.27  
% 6.69/1.27  **** run 50 fork 1 starts with strategy
% 6.69/1.27  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.69/1.28  
% 6.69/1.28  
% 6.69/1.28  fork 0: search terminated without proof.
% 6.69/1.28  
% 6.69/1.28  
% 6.69/1.28  fork 3: search terminated without proof.
% 6.69/1.28  
% 6.69/1.28  
% 6.69/1.28  fork 7: search terminated without proof.
% 6.69/1.30  
% 6.69/1.30  
% 6.69/1.30  fork 2: search terminated without proof.
% 6.69/1.30  
% 6.69/1.30  **** run 49 fork 0 starts with strategy
% 6.69/1.30  
% 6.69/1.30  **** run 64 fork 7 starts with strategy
% 6.69/1.30  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.69/1.30  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 6.69/1.30  
% 6.69/1.30  **** run 52 fork 3 starts with strategy
% 6.69/1.30  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.69/1.32  
% 6.69/1.32  **** run 59 fork 2 starts with strategy
% 6.69/1.32  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 6.69/1.37  
% 6.69/1.37  
% 6.69/1.37  fork 5: search terminated without proof.
% 7.22/1.38  
% 7.22/1.38  
% 7.22/1.38  fork 4: search terminated without proof.
% 7.22/1.38  
% 7.22/1.38  
% 7.22/1.38  fork 6: search terminated without proof.
% 7.22/1.39  
% 7.22/1.39  **** run 62 fork 5 starts with strategy
% 7.22/1.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.22/1.39  
% 7.22/1.39  
% 7.22/1.39  fork 1: search terminated without proof.
% 7.22/1.40  
% 7.22/1.40  **** run 55 fork 6 starts with strategy
% 7.22/1.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.22/1.41  
% 7.22/1.41  **** run 61 fork 4 starts with strategy
% 7.22/1.41  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.22/1.41  
% 7.22/1.41  **** run 58 fork 1 starts with strategy
% 7.22/1.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.22/1.42  
% 7.22/1.42  fork 5: search finished without proof.
% 7.22/1.43  
% 7.22/1.43  
% 7.22/1.43  fork 0: search terminated without proof.
% 7.22/1.43  
% 7.22/1.43  
% 7.22/1.43  fork 3: search terminated without proof.
% 7.22/1.43  
% 7.22/1.43  **** run 70 fork 5 starts with strategy
% 7.22/1.43  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.22/1.43  
% 7.22/1.43  
% 7.22/1.43  fork 7: search terminated without proof.
% 7.22/1.45  
% 7.22/1.45  
% 7.22/1.45  fork 2: search terminated without proof.
% 7.22/1.45  
% 7.22/1.45  **** run 57 fork 0 starts with strategy
% 7.22/1.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 7.22/1.45  **** run 60 fork 3 starts with strategy
% 7.22/1.45  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.22/1.45  
% 7.22/1.46  
% 7.22/1.46  **** run 72 fork 7 starts with strategy
% 7.22/1.46  {"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}
% 8.56/1.47  
% 8.56/1.47  **** run 67 fork 2 starts with strategy
% 8.56/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.56/1.48  
% 8.56/1.48  fork 3: search finished without proof.
% 8.56/1.49  
% 8.56/1.49  fork 1: search finished without proof.
% 8.88/1.50  
% 8.88/1.50  **** run 68 fork 3 starts with strategy
% 8.88/1.50  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.88/1.51  
% 8.88/1.51  **** run 66 fork 1 starts with strategy
% 8.88/1.51  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.88/1.52  
% 8.88/1.52  
% 8.88/1.52  fork 6: search terminated without proof.
% 8.88/1.53  
% 8.88/1.53  
% 8.88/1.53  fork 4: search terminated without proof.
% 9.17/1.54  
% 9.17/1.54  **** run 63 fork 6 starts with strategy
% 9.17/1.54  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 9.17/1.55  
% 9.17/1.55  **** run 69 fork 4 starts with strategy
% 9.17/1.55  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.17/1.55  
% 9.17/1.55  
% 9.17/1.55  fork 5: search terminated without proof.
% 9.17/1.55  
% 9.17/1.55  fork 1: search finished without proof.
% 9.17/1.57  
% 9.17/1.57  **** run 74 fork 1 starts with strategy
% 9.17/1.57  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.17/1.57  
% 9.17/1.57  **** run 78 fork 5 starts with strategy
% 9.17/1.57  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.17/1.58  
% 9.17/1.58  
% 9.17/1.58  fork 0: search terminated without proof.
% 9.17/1.58  
% 9.17/1.58  
% 9.17/1.58  fork 7: search terminated without proof.
% 9.17/1.59  
% 9.17/1.59  
% 9.17/1.59  fork 2: search terminated without proof.
% 9.17/1.59  
% 9.17/1.59  **** run 80 fork 7 starts with strategy
% 9.17/1.59  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 9.17/1.60  
% 9.17/1.60  **** run 65 fork 0 starts with strategy
% 9.17/1.60  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 9.17/1.61  
% 9.17/1.61  **** run 75 fork 2 starts with strategy
% 9.17/1.61  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.17/1.62  
% 9.17/1.62  
% 9.17/1.62  fork 3: search terminated without proof.
% 9.99/1.64  
% 9.99/1.64  **** run 76 fork 3 starts with strategy
% 9.99/1.64  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.99/1.67  
% 9.99/1.67  
% 9.99/1.67  fork 6: search terminated without proof.
% 9.99/1.67  
% 9.99/1.67  
% 9.99/1.67  fork 4: search terminated without proof.
% 9.99/1.68  
% 9.99/1.68  **** run 71 fork 6 starts with strategy
% 9.99/1.68  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 9.99/1.69  
% 9.99/1.69  
% 9.99/1.69  fork 1: search terminated without proof.
% 9.99/1.69  
% 9.99/1.69  
% 9.99/1.69  fork 5: search terminated without proof.
% 9.99/1.69  
% 9.99/1.69  **** run 77 fork 4 starts with strategy
% 9.99/1.69  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.47/1.71  
% 10.47/1.71  **** run 86 fork 5 starts with strategy
% 10.47/1.71  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.47/1.71  **** run 82 fork 1 starts with strategy
% 10.47/1.71  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.47/1.71  
% 10.47/1.71  
% 10.47/1.71  
% 10.47/1.71  fork 7: search terminated without proof.
% 10.47/1.72  
% 10.47/1.72  
% 10.47/1.72  fork 0: search terminated without proof.
% 10.47/1.73  
% 10.47/1.73  **** run 88 fork 7 starts with strategy
% 10.47/1.73  {"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}
% 10.47/1.73  
% 10.47/1.73  
% 10.47/1.73  fork 2: search terminated without proof.
% 10.47/1.75  
% 10.47/1.75  **** run 73 fork 0 starts with strategy
% 10.47/1.75  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.47/1.76  
% 10.47/1.76  **** run 83 fork 2 starts with strategy
% 10.47/1.76  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.95/1.76  
% 10.95/1.76  
% 10.95/1.76  fork 3: search terminated without proof.
% 10.95/1.78  
% 10.95/1.78  **** run 84 fork 3 starts with strategy
% 10.95/1.78  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 10.95/1.81  
% 10.95/1.81  
% 10.95/1.81  fork 6: search terminated without proof.
% 10.95/1.81  
% 10.95/1.81  
% 10.95/1.81  fork 4: search terminated without proof.
% 10.95/1.83  
% 10.95/1.83  fork 5: search finished without proof.
% 10.95/1.83  
% 10.95/1.83  **** run 79 fork 6 starts with strategy
% 10.95/1.83  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 10.95/1.83  
% 10.95/1.83  
% 10.95/1.83  fork 1: search terminated without proof.
% 10.95/1.83  
% 10.95/1.83  **** run 85 fork 4 starts with strategy
% 10.95/1.83  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 10.95/1.84  
% 10.95/1.84  **** run 94 fork 5 starts with strategy
% 10.95/1.84  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 10.95/1.85  
% 10.95/1.85  **** run 90 fork 1 starts with strategy
% 10.95/1.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.95/1.86  
% 10.95/1.86  
% 10.95/1.86  fork 7: search terminated without proof.
% 10.95/1.86  
% 10.95/1.86  fork 6: search finished without proof.
% 11.76/1.87  
% 11.76/1.87  
% 11.76/1.87  fork 0: search terminated without proof.
% 11.76/1.87  
% 11.76/1.87  **** run 87 fork 6 starts with strategy
% 11.76/1.87  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 11.76/1.88  
% 11.76/1.88  
% 11.76/1.88  fork 2: search terminated without proof.
% 11.76/1.88  
% 11.76/1.88  **** run 96 fork 7 starts with strategy
% 11.76/1.88  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.76/1.89  
% 11.76/1.89  **** run 81 fork 0 starts with strategy
% 11.76/1.89  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 12.06/1.90  
% 12.06/1.90  **** run 91 fork 2 starts with strategy
% 12.06/1.90  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 12.06/1.90  
% 12.06/1.90  
% 12.06/1.90  fork 3: search terminated without proof.
% 12.06/1.93  
% 12.06/1.93  **** run 92 fork 3 starts with strategy
% 12.06/1.93  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 12.35/1.96  
% 12.35/1.96  
% 12.35/1.96  fork 4: search terminated without proof.
% 12.35/1.97  
% 12.35/1.97  
% 12.35/1.97  fork 1: search terminated without proof.
% 12.35/1.98  
% 12.35/1.98  **** run 93 fork 4 starts with strategy
% 12.35/1.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.35/1.99  
% 12.35/1.99  **** run 98 fork 1 starts with strategy
% 12.35/1.99  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.35/2.00  
% 12.35/2.00  
% 12.35/2.00  fork 6: search terminated without proof.
% 12.35/2.01  
% 12.35/2.01  
% 12.35/2.01  fork 0: search terminated without proof.
% 12.35/2.02  
% 12.35/2.02  **** run 95 fork 6 starts with strategy
% 12.35/2.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 12.35/2.02  
% 12.35/2.02  
% 12.35/2.02  fork 2: search terminated without proof.
% 12.35/2.03  
% 12.35/2.03  **** run 89 fork 0 starts with strategy
% 12.35/2.03  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 13.16/2.04  
% 13.16/2.04  **** run 99 fork 2 starts with strategy
% 13.16/2.04  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 13.16/2.05  
% 13.16/2.05  
% 13.16/2.05  fork 3: search terminated without proof.
% 13.16/2.07  
% 13.16/2.07  **** run 100 fork 3 starts with strategy
% 13.16/2.07  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 13.16/2.15  
% 13.16/2.15  
% 13.16/2.15  fork 0: search terminated without proof.
% 13.88/2.17  
% 13.88/2.17  **** run 97 fork 0 starts with strategy
% 13.88/2.17  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 19.69/2.87  
% 19.69/2.87  
% 19.69/2.87  fork 5: search terminated without proof.
% 19.69/2.91  
% 19.69/2.91  
% 19.69/2.91  fork 7: search terminated without proof.
% 19.69/2.92  
% 19.69/2.92  **** run 102 fork 5 starts with strategy
% 19.69/2.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.69/2.93  
% 19.69/2.93  **** run 104 fork 7 starts with strategy
% 19.69/2.93  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 19.69/3.00  
% 19.69/3.00  
% 19.69/3.00  fork 4: search terminated without proof.
% 19.69/3.01  
% 19.69/3.01  
% 19.69/3.01  fork 1: search terminated without proof.
% 19.69/3.02  
% 19.69/3.02  **** run 101 fork 4 starts with strategy
% 19.69/3.02  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.69/3.03  
% 19.69/3.03  **** run 106 fork 1 starts with strategy
% 19.69/3.03  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 21.39/3.10  
% 21.39/3.10  
% 21.39/3.10  fork 3: search terminated without proof.
% 21.39/3.11  
% 21.39/3.11  
% 21.39/3.11  fork 2: search terminated without proof.
% 21.39/3.12  
% 21.39/3.12  **** run 108 fork 3 starts with strategy
% 21.39/3.12  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 21.72/3.13  
% 21.72/3.13  **** run 107 fork 2 starts with strategy
% 21.72/3.13  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.72/3.14  
% 21.72/3.14  
% 21.72/3.14  fork 6: search terminated without proof.
% 21.72/3.16  
% 21.72/3.16  **** run 103 fork 6 starts with strategy
% 21.72/3.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 21.72/3.19  
% 21.72/3.19  
% 21.72/3.19  fork 0: search terminated without proof.
% 22.32/3.21  
% 22.32/3.21  **** run 105 fork 0 starts with strategy
% 22.32/3.21  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 28.41/3.99  
% 28.41/3.99  
% 28.41/3.99  fork 7: search terminated without proof.
% 28.41/4.01  
% 28.41/4.01  **** run 112 fork 7 starts with strategy
% 28.41/4.01  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 28.41/4.05  
% 28.41/4.05  
% 28.41/4.05  fork 1: search terminated without proof.
% 28.41/4.07  
% 28.41/4.07  **** run 114 fork 1 starts with strategy
% 28.41/4.07  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 29.08/4.10  
% 29.08/4.10  
% 29.08/4.10  fork 5: search terminated without proof.
% 29.25/4.11  
% 29.25/4.11  **** run 110 fork 5 starts with strategy
% 29.25/4.11  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 29.35/4.14  
% 29.35/4.14  
% 29.35/4.14  fork 3: search terminated without proof.
% 29.35/4.15  
% 29.35/4.15  
% 29.35/4.15  fork 2: search terminated without proof.
% 29.35/4.16  
% 29.35/4.16  **** run 116 fork 3 starts with strategy
% 29.35/4.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 29.35/4.17  
% 29.35/4.17  **** run 115 fork 2 starts with strategy
% 29.35/4.17  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 29.35/4.19  
% 29.35/4.19  
% 29.35/4.19  fork 6: search terminated without proof.
% 29.96/4.21  
% 29.96/4.21  **** run 111 fork 6 starts with strategy
% 29.96/4.21  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 29.96/4.23  
% 29.96/4.23  
% 29.96/4.23  fork 0: search terminated without proof.
% 29.96/4.25  
% 29.96/4.25  **** run 113 fork 0 starts with strategy
% 29.96/4.25  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 29.96/4.34  
% 29.96/4.34  
% 29.96/4.34  result: proof found
% 29.96/4.34  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 29.96/4.34  by run 101 fork 4 strategy {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 29.96/4.34  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 29.96/4.34  
% 29.96/4.34  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 29.96/4.34  
% 29.96/4.34  run 101 fork 4 statistics:
% 29.96/4.34  ----------------------------------
% 29.96/4.34  this run seconds: 0.869886
% 29.96/4.34  total seconds: 3.523283
% 29.96/4.34  stat_given_used: 361
% 29.96/4.34  stat_given_used_at_endgame: 0
% 29.96/4.34  stat_given_candidates:   2476
% 29.96/4.34  stat_given_candidates_at_endgame: 0
% 29.96/4.34  stat_given_candidates_h: 0
% 29.96/4.34  stat_binres_derived_cl:   3749
% 29.96/4.34  stat_binres_derived_cl_h: 0
% 29.96/4.34  stat_factor_derived_cl: 7
% 29.96/4.34  stat_para_derived_cl: 29858
% 29.96/4.34  stat_tautologies_discarded: 2
% 29.96/4.34  stat_forward_subsumed: 10679
% 29.96/4.34  stat_derived_cut: 9
% 29.96/4.34  stat_derived_rewritten: 102
% 29.96/4.34  stat_weight_discarded_building: 0
% 29.96/4.34  stat_weight_discarded_cl: 3249
% 29.96/4.34  stat_internlimit_discarded_cl: 0
% 29.96/4.34  stat_simplified:  102 simplified 0 derived 0 given
% 29.96/4.34  stat_kept_cl: 14585
% 29.96/4.34  stat_built_cl: 18658
% 29.96/4.34  stat_hyperres_partial_cl: 0
% 29.96/4.34  stat_made_rewriters: 290
% 29.96/4.34  stat_backward_subsumed: 0
% 29.96/4.34  stat_propagated_subsumed: 0
% 29.96/4.34  stat_clsubs_attempted:                     11296
% 29.96/4.34  stat_clsubs_fact_groundunit_found:             0
% 29.96/4.34  stat_clsubs_rule_groundunit_found:             1
% 29.96/4.34  stat_clsubs_top_meta_attempted:              66001
% 29.96/4.34  stat_clsubs_top_meta_failed:                 54705
% 29.96/4.34  stat_clsubs_top_meta_nonpref_attempted:               66001
% 29.96/4.34  stat_clsubs_top_meta_nonpref_succeeded:               18096
% 29.96/4.34  stat_clsubs_top_meta_pref_attempted:                  18096
% 29.96/4.34  stat_clsubs_top_meta_pref1_succeeded:                 18096
% 29.96/4.34  stat_clsubs_top_meta_pref2_succeeded:                 14977
% 29.96/4.34  stat_clsubs_top_meta_pref3_succeeded:                 11296
% 29.96/4.34  stat_clsubs_top_meta_pref_succeeded:                  11296
% 29.96/4.34  stat_clsubs_meta_attempted:                11695
% 29.96/4.34  stat_clsubs_meta_failed:                    1456
% 29.96/4.34  stat_clsubs_predsymbs_attempted:               0
% 29.96/4.34  stat_clsubs_unit_attempted:                10740
% 29.96/4.34  stat_clsubs_full_attempted:                  556
% 29.96/4.34  stat_forwardsubs_attempted:                28514
% 29.96/4.34  stat_lit_hash_added:                  15609
% 29.96/4.34  stat_lit_hash_computed:               45962
% 29.96/4.34  stat_lit_hash_match_found:            10690
% 29.96/4.34  stat_lit_hash_match_miss:             38931
% 29.96/4.34  stat_lit_hash_cut_ok:                     0
% 29.96/4.34  stat_lit_strong_cut_ok:                   9
% 29.96/4.34  stat_lit_hash_subsume_ok:             10679
% 29.96/4.34  clqueue els 10000000 used 1
% 29.96/4.34  clactive els 10000000 used 362
% 29.96/4.34  clactivesubsume els 10000000 used 2161
% 29.96/4.34  queue_termbuf els 200000000 used 1383905
% 29.96/4.34  hyper_termbuf els 100000000 used 1
% 29.96/4.34  active_termbuf els 100000000 used 19180
% 29.96/4.34  varstack els 5000 last used 1
% 29.96/4.34  given_termbuf els 10000000 last used 1
% 29.96/4.34  simplified_termbuf els 10000000 last used 1
% 29.96/4.34  derived_termbuf els 10000000 last used 58
% 29.96/4.34  wr_mallocs: 55008
% 29.96/4.34  wr_callocs: 21
% 29.96/4.34  wr_reallocs: 2391
% 29.96/4.34  wr_frees: 2
% 29.96/4.34  wr_malloc_bytes: 4164550532
% 29.96/4.34  wr_calloc_bytes: 112065536
% 29.96/4.34  wr_realloc_bytes: 494056
% 29.96/4.34  wr_realloc_freebytes: 0
% 29.96/4.34  ----------------------------------
%------------------------------------------------------------------------------