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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP200-1 : TPTP v8.1.2. Released v2.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n004.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 00:53:18 EDT 2023

% Result   : Unsatisfiable 119.69s 15.70s
% Output   : CNFRefutation 119.69s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named multiply_left_division)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(X,left_division(X,Y)) = Y,
    inference(cnf_transformation,[],[multiply_left_division]) ).

cnf('2',plain,
    multiply(left_inverse(X),X) = identity,
    inference(cnf_transformation,[],[left_inverse]) ).

cnf('3',plain,
    left_division(X,multiply(X,Y)) = Y,
    inference(cnf_transformation,[],[left_division_multiply]) ).

cnf('4',plain,
    left_division(left_inverse(X3),identity) = X3,
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    multiply(X,right_inverse(X)) = identity,
    inference(cnf_transformation,[],[right_inverse]) ).

cnf('6',plain,
    left_division(X,identity) = right_inverse(X),
    inference(paramodulation,[],['5','3']) ).

cnf('7',plain,
    right_inverse(left_inverse(X)) = X,
    inference(simplify,[],['4','6']) ).

cnf('8',plain,
    multiply(identity,X) = X,
    inference(cnf_transformation,[],[left_identity]) ).

cnf('9',plain,
    multiply(multiply(X,multiply(Y,Z)),X) = multiply(multiply(X,Y),multiply(Z,X)),
    inference(cnf_transformation,[],[moufang1]) ).

cnf('10',plain,
    multiply(multiply(X3,Y3),X3) = multiply(multiply(X3,identity),multiply(Y3,X3)),
    inference(paramodulation,[],['8','9']) ).

cnf('11',plain,
    multiply(X,identity) = X,
    inference(cnf_transformation,[],[right_identity]) ).

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

cnf('13',plain,
    multiply(identity,X3) = multiply(X3,multiply(right_inverse(X3),X3)),
    inference(paramodulation,[],['5','12']) ).

cnf('14',plain,
    X = multiply(X,multiply(right_inverse(X),X)),
    inference(simplify,[],['13','8']) ).

cnf('15',plain,
    left_division(X3,X3) = multiply(right_inverse(X3),X3),
    inference(paramodulation,[],['14','3']) ).

cnf('16',plain,
    left_division(X,X) = identity,
    inference(paramodulation,[],['11','3']) ).

cnf('17',plain,
    identity = multiply(right_inverse(X),X),
    inference(simplify,[],['15','16']) ).

cnf('18',plain,
    identity = multiply(X,left_inverse(X)),
    inference(paramodulation,[],['7','17']) ).

cnf('19',plain,
    right_division(multiply(X,Y),Y) = X,
    inference(cnf_transformation,[],[right_division_multiply]) ).

cnf('20',plain,
    right_division(multiply(multiply(X,Y),multiply(Z,X)),X) = multiply(X,multiply(Y,Z)),
    inference(paramodulation,[],['9','19']) ).

cnf('21',plain,
    right_division(multiply(identity,multiply(X3,Y3)),Y3) = multiply(Y3,multiply(left_inverse(Y3),X3)),
    inference(paramodulation,[],['18','20']) ).

cnf('22',plain,
    X = multiply(Y,multiply(left_inverse(Y),X)),
    inference(simplify,[then_simplify],['21','8','19']) ).

cnf('23',plain,
    left_division(left_inverse(X),Y) = multiply(X,Y),
    inference(paramodulation,[],['1','22']) ).

cnf('24',plain,
    right_division(X,left_division(Y,X)) = Y,
    inference(paramodulation,[],['1','19']) ).

cnf('25',plain,
    right_division(X,multiply(Y,X)) = left_inverse(Y),
    inference(paramodulation,[],['23','24']) ).

cnf('26',plain,
    right_division(multiply(multiply(X,Y),X),multiply(Y,X)) = X,
    inference(paramodulation,[],['12','19']) ).

cnf('27',plain,
    multiply(right_division(X,Y),Y) = X,
    inference(cnf_transformation,[],[multiply_right_division]) ).

cnf('28',plain,
    multiply(X,multiply(Y,X)) = multiply(multiply(X,Y),X),
    inference(paramodulation,[],['26','27']) ).

cnf('29',plain,
    left_division(multiply(X,Y),multiply(multiply(X,multiply(Y,Z)),X)) = multiply(Z,X),
    inference(paramodulation,[],['9','3']) ).

cnf('30',plain,
    left_division(multiply(X3,right_division(Y3,Z3)),multiply(multiply(X3,Y3),X3)) = multiply(Z3,X3),
    inference(paramodulation,[],['27','29']) ).

cnf('31',plain,
    left_division(right_division(X,Y),X) = Y,
    inference(paramodulation,[],['27','3']) ).

cnf('32',plain,
    left_division(X,Y) = multiply(left_inverse(X),Y),
    inference(paramodulation,[],['22','3']) ).

cnf('33',plain,
    right_division(left_division(X,Y),Y) = left_inverse(X),
    inference(paramodulation,[],['32','19']) ).

cnf('34',plain,
    right_division(X,Y) = left_inverse(right_division(Y,X)),
    inference(paramodulation,[],['31','33']) ).

cnf('35',plain,
    right_division(multiply(multiply(X3,Y3),identity),X3) = multiply(X3,multiply(Y3,right_inverse(X3))),
    inference(paramodulation,[],['17','20']) ).

cnf('36',plain,
    right_division(identity,X3) = right_inverse(X3),
    inference(paramodulation,[],['17','19']) ).

cnf('37',plain,
    right_division(identity,X) = left_inverse(X),
    inference(paramodulation,[],['2','19']) ).

cnf('38',plain,
    left_inverse(X) = right_inverse(X),
    inference(simplify,[],['36','37']) ).

cnf('39',plain,
    right_division(multiply(X,Y),X) = multiply(X,multiply(Y,left_inverse(X))),
    inference(simplify,[then_simplify],['35','11','38']) ).

cnf('40',plain,
    left_division(X3,right_division(multiply(X3,Y3),X3)) = multiply(Y3,left_inverse(X3)),
    inference(paramodulation,[],['39','3']) ).

cnf('41',plain,
    right_division(multiply(X,multiply(Y,X)),X) = multiply(X,Y),
    inference(paramodulation,[],['12','19']) ).

cnf('42',plain,
    right_division(multiply(X,Y),X) = multiply(X,right_division(Y,X)),
    inference(paramodulation,[],['27','41']) ).

cnf('43',plain,
    left_division(X,right_division(multiply(X,Y),X)) = right_division(Y,X),
    inference(paramodulation,[],['42','3']) ).

cnf('44',plain,
    left_division(X,right_division(Y,X)) = right_division(left_division(X,Y),X),
    inference(paramodulation,[],['1','43']) ).

cnf('45',plain,
    right_division(X,Y) = multiply(X,left_inverse(Y)),
    inference(simplify,[then_simplify],['40','44','3']) ).

cnf('46',plain,
    right_division(X,right_division(Y,Z)) = multiply(X,right_division(Z,Y)),
    inference(paramodulation,[],['34','45']) ).

cnf('47',plain,
    left_division(right_division(X,right_division(Y,Z)),multiply(multiply(X,Z),X)) = multiply(Y,X),
    inference(simplify,[],['30','46']) ).

cnf('48',plain,
    left_division(right_division(X,Y),multiply(multiply(X,Z),X)) = multiply(multiply(Y,Z),X),
    inference(paramodulation,[],['19','47']) ).

cnf('49',plain,
    left_division(right_division(X,Y),multiply(X,multiply(Z,X))) = multiply(multiply(Y,Z),X),
    inference(paramodulation,[],['28','48']) ).

cnf('50',plain,
    left_division(left_inverse(X3),multiply(Y3,multiply(Z3,Y3))) = multiply(multiply(multiply(X3,Y3),Z3),Y3),
    inference(paramodulation,[],['25','49']) ).

cnf('51',plain,
    multiply(X,multiply(Y,multiply(Z,Y))) = multiply(multiply(multiply(X,Y),Z),Y),
    inference(simplify,[],['50','23']) ).

cnf('52',plain,
    multiply(multiply(multiply(a,b),c),b) != multiply(a,multiply(b,multiply(c,b))),
    inference(cnf_transformation,[],[prove_moufang2]) ).

cnf('53',plain,
    $false,
    inference(paramodulation,[],['51','52']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : GRP200-1 : TPTP v8.1.2. Released v2.2.0.
% 0.12/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n004.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue Aug 29 01:05:37 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                    10
% 0.20/0.39  in_rule_clause_count:               10
% 0.20/0.39  in_fact_clause_count:                0
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              1
% 0.20/0.39  in_unit_clause_count:               10
% 0.20/0.39  in_horn_clause_count:               10
% 0.20/0.39  in_pos_clause_count:                 9
% 0.20/0.39  in_neg_clause_count:                 1
% 0.20/0.39  in_poseq_clause_count:               9
% 0.20/0.39  in_negeq_clause_count:               1
% 0.20/0.39  in_unitposeq_clause_count:           9
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             1
% 0.20/0.39  in_min_depth:              2
% 0.20/0.39  in_max_depth:              4
% 0.20/0.39  in_min_size:               5
% 0.20/0.39  in_max_size:              15
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               3
% 0.20/0.39  in_extaxiom_count:                 0
% 0.20/0.39  in_axiom_count:                    9
% 0.20/0.39  in_assumption_count:               0
% 0.20/0.39  in_goal_count:                     1
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 0
% 0.20/0.39  in_posunit_goal_count:             0
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 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 5: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: 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 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.53  
% 0.20/0.53  
% 0.20/0.53  fork 7: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 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":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.55  
% 0.20/0.55  **** run 11 fork 2 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 6: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 1: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 0: 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 3: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 2: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 7: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 22 fork 5 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.68  
% 0.20/0.68  **** run 23 fork 6 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.68  
% 0.20/0.68  **** run 17 fork 0 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 20 fork 3 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.68  
% 0.20/0.68  **** run 19 fork 2 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.70  
% 0.20/0.70  **** run 24 fork 7 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 3.15/0.81  
% 3.15/0.81  
% 3.15/0.81  fork 5: search terminated without proof.
% 3.15/0.81  
% 3.15/0.81  
% 3.15/0.81  fork 3: search terminated without proof.
% 3.15/0.81  
% 3.15/0.81  
% 3.15/0.81  fork 4: search terminated without proof.
% 3.15/0.82  
% 3.15/0.82  
% 3.15/0.82  fork 2: search terminated without proof.
% 3.15/0.82  
% 3.15/0.82  
% 3.15/0.82  fork 1: search terminated without proof.
% 3.15/0.82  
% 3.15/0.82  
% 3.15/0.82  fork 7: search terminated without proof.
% 3.48/0.83  
% 3.48/0.83  **** run 30 fork 5 starts with strategy
% 3.48/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.56/0.84  
% 3.56/0.84  **** run 28 fork 3 starts with strategy
% 3.56/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.56/0.84  
% 3.56/0.84  **** run 29 fork 4 starts with strategy
% 3.56/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.56/0.84  
% 3.56/0.84  **** run 27 fork 2 starts with strategy
% 3.56/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.56/0.84  
% 3.56/0.84  **** run 26 fork 1 starts with strategy
% 3.56/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.56/0.84  
% 3.56/0.84  **** run 32 fork 7 starts with strategy
% 3.56/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.56/0.86  
% 3.56/0.86  
% 3.56/0.86  fork 6: search terminated without proof.
% 3.56/0.87  
% 3.56/0.87  
% 3.56/0.87  fork 0: search terminated without proof.
% 3.56/0.88  
% 3.56/0.88  **** run 31 fork 6 starts with strategy
% 3.56/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.56/0.90  
% 3.56/0.90  **** run 25 fork 0 starts with strategy
% 3.56/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 4.10/0.95  
% 4.10/0.95  
% 4.10/0.95  fork 5: search terminated without proof.
% 4.10/0.96  
% 4.10/0.96  
% 4.10/0.96  fork 7: search terminated without proof.
% 4.10/0.96  
% 4.10/0.96  
% 4.10/0.96  fork 3: search terminated without proof.
% 4.10/0.96  
% 4.10/0.96  
% 4.10/0.96  fork 4: search terminated without proof.
% 4.10/0.96  
% 4.10/0.96  
% 4.10/0.96  fork 2: search terminated without proof.
% 4.10/0.96  
% 4.10/0.96  
% 4.10/0.96  fork 1: search terminated without proof.
% 4.10/0.97  
% 4.10/0.97  **** run 38 fork 5 starts with strategy
% 4.10/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.62/0.98  
% 4.62/0.98  **** run 36 fork 3 starts with strategy
% 4.62/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.62/0.98  
% 4.62/0.98  **** run 37 fork 4 starts with strategy
% 4.62/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.62/0.98  
% 4.62/0.98  **** run 40 fork 7 starts with strategy
% 4.62/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.62/0.98  
% 4.62/0.98  **** run 35 fork 2 starts with strategy
% 4.62/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.62/0.98  
% 4.62/0.98  **** run 34 fork 1 starts with strategy
% 4.62/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.62/1.00  
% 4.62/1.00  
% 4.62/1.00  fork 6: search terminated without proof.
% 4.62/1.02  
% 4.62/1.02  
% 4.62/1.02  fork 0: search terminated without proof.
% 4.62/1.02  
% 4.62/1.02  **** run 39 fork 6 starts with strategy
% 4.62/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.62/1.04  
% 4.62/1.04  **** run 33 fork 0 starts with strategy
% 4.62/1.04  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.55/1.09  
% 5.55/1.09  
% 5.55/1.09  fork 5: search terminated without proof.
% 5.55/1.10  
% 5.55/1.10  
% 5.55/1.10  fork 3: search terminated without proof.
% 5.55/1.10  
% 5.55/1.10  
% 5.55/1.10  fork 4: search terminated without proof.
% 5.55/1.11  
% 5.55/1.11  
% 5.55/1.11  fork 2: search terminated without proof.
% 5.55/1.11  
% 5.55/1.11  **** run 46 fork 5 starts with strategy
% 5.55/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.55/1.11  
% 5.55/1.11  
% 5.55/1.11  fork 1: search terminated without proof.
% 5.55/1.12  
% 5.55/1.12  
% 5.55/1.12  fork 7: search terminated without proof.
% 5.55/1.12  
% 5.55/1.12  **** run 44 fork 3 starts with strategy
% 5.55/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.55/1.12  
% 5.55/1.12  **** run 45 fork 4 starts with strategy
% 5.55/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.86/1.13  
% 5.86/1.13  **** run 43 fork 2 starts with strategy
% 5.86/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.86/1.13  
% 5.86/1.13  **** run 42 fork 1 starts with strategy
% 5.86/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.86/1.13  
% 5.86/1.13  fork 5: search finished without proof.
% 5.92/1.14  
% 5.92/1.14  
% 5.92/1.14  fork 6: search terminated without proof.
% 5.92/1.15  
% 5.92/1.15  **** run 48 fork 7 starts with strategy
% 5.92/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.92/1.15  
% 5.92/1.15  fork 2: search finished without proof.
% 5.92/1.15  
% 5.92/1.15  **** run 54 fork 5 starts with strategy
% 5.92/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.92/1.16  
% 5.92/1.16  
% 5.92/1.16  fork 0: search terminated without proof.
% 5.92/1.16  
% 5.92/1.16  **** run 47 fork 6 starts with strategy
% 5.92/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.92/1.17  
% 5.92/1.17  **** run 51 fork 2 starts with strategy
% 5.92/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.92/1.18  
% 5.92/1.18  **** run 41 fork 0 starts with strategy
% 5.92/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.92/1.20  
% 5.92/1.20  fork 2: search finished without proof.
% 5.92/1.21  
% 5.92/1.21  **** run 59 fork 2 starts with strategy
% 5.92/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 5.92/1.24  
% 5.92/1.24  
% 5.92/1.24  fork 3: search terminated without proof.
% 5.92/1.24  
% 5.92/1.24  
% 5.92/1.24  fork 4: search terminated without proof.
% 5.92/1.25  
% 5.92/1.25  
% 5.92/1.25  fork 1: search terminated without proof.
% 5.92/1.26  
% 5.92/1.26  **** run 52 fork 3 starts with strategy
% 5.92/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 5.92/1.26  
% 5.92/1.26  **** run 53 fork 4 starts with strategy
% 5.92/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 5.92/1.27  
% 5.92/1.27  **** run 50 fork 1 starts with strategy
% 5.92/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 5.92/1.27  
% 5.92/1.27  
% 5.92/1.27  fork 5: search terminated without proof.
% 5.92/1.28  
% 5.92/1.28  
% 5.92/1.28  fork 6: search terminated without proof.
% 5.92/1.29  
% 5.92/1.29  **** run 62 fork 5 starts with strategy
% 5.92/1.29  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 5.92/1.30  
% 5.92/1.30  
% 5.92/1.30  fork 0: search terminated without proof.
% 5.92/1.30  
% 5.92/1.30  **** run 55 fork 6 starts with strategy
% 5.92/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.92/1.32  
% 5.92/1.32  **** run 49 fork 0 starts with strategy
% 5.92/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 5.92/1.33  
% 5.92/1.33  
% 5.92/1.33  fork 2: search terminated without proof.
% 5.92/1.35  
% 5.92/1.35  **** run 67 fork 2 starts with strategy
% 5.92/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 5.92/1.35  
% 5.92/1.35  
% 5.92/1.35  fork 7: search terminated without proof.
% 5.92/1.38  
% 5.92/1.38  
% 5.92/1.38  fork 3: search terminated without proof.
% 5.92/1.38  
% 5.92/1.38  
% 5.92/1.38  fork 4: search terminated without proof.
% 6.90/1.39  
% 6.90/1.39  **** run 56 fork 7 starts with strategy
% 6.90/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.90/1.39  
% 6.90/1.39  
% 6.90/1.39  fork 1: search terminated without proof.
% 6.90/1.40  
% 6.90/1.40  **** run 61 fork 4 starts with strategy
% 6.90/1.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 6.90/1.41  
% 6.90/1.41  **** run 60 fork 3 starts with strategy
% 6.90/1.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.90/1.41  
% 6.90/1.41  
% 6.90/1.41  fork 5: search terminated without proof.
% 6.90/1.41  
% 6.90/1.41  **** run 58 fork 1 starts with strategy
% 6.90/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 6.90/1.42  
% 6.90/1.42  
% 6.90/1.42  fork 6: search terminated without proof.
% 6.90/1.44  
% 6.90/1.44  **** run 70 fork 5 starts with strategy
% 6.90/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 6.90/1.44  
% 6.90/1.44  
% 6.90/1.44  fork 0: search terminated without proof.
% 6.90/1.44  
% 6.90/1.44  **** run 63 fork 6 starts with strategy
% 6.90/1.44  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.36/1.46  
% 8.36/1.46  **** run 57 fork 0 starts with strategy
% 8.36/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.36/1.47  
% 8.36/1.47  
% 8.36/1.47  fork 2: search terminated without proof.
% 8.36/1.50  
% 8.36/1.50  **** run 75 fork 2 starts with strategy
% 8.36/1.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.36/1.50  
% 8.36/1.50  
% 8.36/1.50  fork 7: search terminated without proof.
% 8.36/1.52  
% 8.36/1.52  **** run 64 fork 7 starts with strategy
% 8.36/1.52  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.36/1.53  
% 8.36/1.53  
% 8.36/1.53  fork 4: search terminated without proof.
% 8.36/1.53  
% 8.36/1.53  
% 8.36/1.53  fork 3: search terminated without proof.
% 9.07/1.54  
% 9.07/1.54  
% 9.07/1.54  fork 1: search terminated without proof.
% 9.07/1.55  
% 9.07/1.55  **** run 69 fork 4 starts with strategy
% 9.07/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.07/1.56  
% 9.07/1.56  **** run 68 fork 3 starts with strategy
% 9.07/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.07/1.56  
% 9.07/1.56  **** run 66 fork 1 starts with strategy
% 9.07/1.56  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.07/1.56  
% 9.07/1.56  
% 9.07/1.56  fork 5: search terminated without proof.
% 9.07/1.57  
% 9.07/1.57  
% 9.07/1.57  fork 6: search terminated without proof.
% 9.07/1.58  
% 9.07/1.58  **** run 78 fork 5 starts with strategy
% 9.07/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.07/1.58  
% 9.07/1.58  
% 9.07/1.58  fork 0: search terminated without proof.
% 9.45/1.59  
% 9.45/1.59  **** run 71 fork 6 starts with strategy
% 9.45/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.45/1.60  
% 9.45/1.60  **** run 65 fork 0 starts with strategy
% 9.45/1.60  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.45/1.62  
% 9.45/1.62  
% 9.45/1.62  fork 2: search terminated without proof.
% 9.45/1.64  
% 9.45/1.64  **** run 83 fork 2 starts with strategy
% 9.45/1.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 9.95/1.65  
% 9.95/1.65  
% 9.95/1.65  fork 7: search terminated without proof.
% 10.03/1.67  
% 10.03/1.67  **** run 72 fork 7 starts with strategy
% 10.03/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 10.03/1.67  
% 10.03/1.67  
% 10.03/1.67  fork 4: search terminated without proof.
% 10.03/1.68  
% 10.03/1.68  
% 10.03/1.68  fork 1: search terminated without proof.
% 10.03/1.69  
% 10.03/1.69  
% 10.03/1.69  fork 3: search terminated without proof.
% 10.03/1.69  
% 10.03/1.69  **** run 77 fork 4 starts with strategy
% 10.03/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.03/1.70  
% 10.03/1.70  **** run 74 fork 1 starts with strategy
% 10.03/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.42/1.71  
% 10.42/1.71  
% 10.42/1.71  fork 5: search terminated without proof.
% 10.42/1.71  
% 10.42/1.71  
% 10.42/1.71  fork 6: search terminated without proof.
% 10.42/1.71  
% 10.42/1.71  **** run 76 fork 3 starts with strategy
% 10.42/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.42/1.72  
% 10.42/1.72  
% 10.42/1.72  fork 0: search terminated without proof.
% 10.42/1.73  
% 10.42/1.73  **** run 86 fork 5 starts with strategy
% 10.42/1.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.42/1.73  
% 10.42/1.73  **** run 79 fork 6 starts with strategy
% 10.42/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.42/1.74  
% 10.42/1.74  **** run 73 fork 0 starts with strategy
% 10.42/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.74/1.80  
% 10.74/1.80  
% 10.74/1.80  fork 7: search terminated without proof.
% 10.74/1.81  
% 10.74/1.81  **** run 80 fork 7 starts with strategy
% 10.74/1.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.74/1.82  
% 10.74/1.82  
% 10.74/1.82  fork 4: search terminated without proof.
% 10.74/1.83  
% 10.74/1.83  
% 10.74/1.83  fork 1: search terminated without proof.
% 11.46/1.84  
% 11.46/1.84  **** run 85 fork 4 starts with strategy
% 11.46/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.46/1.84  
% 11.46/1.84  
% 11.46/1.84  fork 3: search terminated without proof.
% 11.46/1.84  
% 11.46/1.84  **** run 82 fork 1 starts with strategy
% 11.46/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.46/1.86  
% 11.46/1.86  
% 11.46/1.86  fork 6: search terminated without proof.
% 11.46/1.87  
% 11.46/1.87  **** run 84 fork 3 starts with strategy
% 11.46/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.46/1.87  
% 11.46/1.87  
% 11.46/1.87  fork 0: search terminated without proof.
% 11.46/1.88  
% 11.46/1.88  **** run 87 fork 6 starts with strategy
% 11.46/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.85/1.89  
% 11.85/1.89  **** run 81 fork 0 starts with strategy
% 11.85/1.89  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 12.32/1.95  
% 12.32/1.95  
% 12.32/1.95  fork 7: search terminated without proof.
% 12.32/1.99  
% 12.32/1.99  **** run 88 fork 7 starts with strategy
% 12.32/1.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 12.32/2.02  
% 12.32/2.02  
% 12.32/2.02  fork 0: search terminated without proof.
% 12.32/2.03  
% 12.32/2.03  **** run 89 fork 0 starts with strategy
% 12.32/2.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 17.34/2.66  
% 17.34/2.66  
% 17.34/2.66  fork 2: search terminated without proof.
% 17.34/2.70  
% 17.34/2.70  **** run 91 fork 2 starts with strategy
% 17.34/2.70  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.98/2.75  
% 17.98/2.75  
% 17.98/2.75  fork 5: search terminated without proof.
% 18.75/2.80  
% 18.75/2.80  **** run 94 fork 5 starts with strategy
% 18.75/2.80  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.47/2.86  
% 19.47/2.86  
% 19.47/2.86  fork 4: search terminated without proof.
% 19.47/2.87  
% 19.47/2.87  
% 19.47/2.87  fork 1: search terminated without proof.
% 19.47/2.89  
% 19.47/2.89  
% 19.47/2.89  fork 3: search terminated without proof.
% 19.47/2.90  
% 19.47/2.90  
% 19.47/2.90  fork 6: search terminated without proof.
% 19.47/2.92  
% 19.47/2.92  **** run 93 fork 4 starts with strategy
% 19.47/2.92  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 19.47/2.93  
% 19.47/2.93  **** run 90 fork 1 starts with strategy
% 19.47/2.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.07/2.95  
% 20.07/2.95  **** run 92 fork 3 starts with strategy
% 20.07/2.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.07/2.96  
% 20.07/2.96  **** run 95 fork 6 starts with strategy
% 20.07/2.96  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 20.92/3.06  
% 20.92/3.06  
% 20.92/3.06  fork 0: search terminated without proof.
% 21.14/3.11  
% 21.14/3.11  **** run 97 fork 0 starts with strategy
% 21.14/3.11  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 21.14/3.12  
% 21.14/3.12  
% 21.14/3.12  fork 7: search terminated without proof.
% 21.85/3.17  
% 21.85/3.17  **** run 96 fork 7 starts with strategy
% 21.85/3.17  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 25.91/3.72  
% 25.91/3.72  
% 25.91/3.72  fork 2: search terminated without proof.
% 26.53/3.76  
% 26.53/3.76  **** run 99 fork 2 starts with strategy
% 26.53/3.76  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 27.15/3.82  
% 27.15/3.82  
% 27.15/3.82  fork 5: search terminated without proof.
% 27.31/3.87  
% 27.31/3.87  **** run 102 fork 5 starts with strategy
% 27.31/3.87  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.31/3.94  
% 27.31/3.94  
% 27.31/3.94  fork 4: search terminated without proof.
% 27.31/3.95  
% 27.31/3.95  
% 27.31/3.95  fork 1: search terminated without proof.
% 27.31/3.97  
% 27.31/3.97  
% 27.31/3.97  fork 3: search terminated without proof.
% 27.31/3.98  
% 27.31/3.98  
% 27.31/3.98  fork 6: search terminated without proof.
% 28.09/4.00  
% 28.09/4.00  **** run 101 fork 4 starts with strategy
% 28.09/4.00  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.09/4.01  
% 28.09/4.01  **** run 98 fork 1 starts with strategy
% 28.09/4.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 28.09/4.04  
% 28.09/4.04  **** run 100 fork 3 starts with strategy
% 28.09/4.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 28.84/4.04  
% 28.84/4.04  **** run 103 fork 6 starts with strategy
% 28.84/4.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 29.45/4.13  
% 29.45/4.13  
% 29.45/4.13  fork 0: search terminated without proof.
% 29.89/4.18  
% 29.89/4.18  **** run 105 fork 0 starts with strategy
% 29.89/4.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 30.66/4.30  
% 30.66/4.30  
% 30.66/4.30  fork 7: search terminated without proof.
% 31.02/4.34  
% 31.02/4.34  **** run 104 fork 7 starts with strategy
% 31.02/4.34  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 34.85/4.81  
% 34.85/4.81  
% 34.85/4.81  fork 2: search terminated without proof.
% 34.85/4.86  
% 34.85/4.86  **** run 107 fork 2 starts with strategy
% 34.85/4.86  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 35.43/4.90  
% 35.43/4.90  
% 35.43/4.90  fork 5: search terminated without proof.
% 35.43/4.94  
% 35.43/4.94  **** run 110 fork 5 starts with strategy
% 35.43/4.94  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 36.55/5.02  
% 36.55/5.02  
% 36.55/5.02  fork 4: search terminated without proof.
% 36.60/5.03  
% 36.60/5.03  
% 36.60/5.03  fork 1: search terminated without proof.
% 36.60/5.05  
% 36.60/5.05  **** run 109 fork 4 starts with strategy
% 36.60/5.05  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 36.60/5.06  
% 36.60/5.06  
% 36.60/5.06  fork 6: search terminated without proof.
% 36.60/5.08  
% 36.60/5.08  **** run 106 fork 1 starts with strategy
% 36.60/5.08  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 37.23/5.11  
% 37.23/5.11  
% 37.23/5.11  fork 3: search terminated without proof.
% 37.23/5.11  
% 37.23/5.11  **** run 111 fork 6 starts with strategy
% 37.23/5.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 37.23/5.15  
% 37.23/5.15  **** run 108 fork 3 starts with strategy
% 37.23/5.15  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.23/5.20  
% 37.23/5.20  
% 37.23/5.20  fork 0: search terminated without proof.
% 37.96/5.25  
% 37.96/5.25  **** run 113 fork 0 starts with strategy
% 37.96/5.25  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 39.25/5.38  
% 39.25/5.38  
% 39.25/5.38  fork 7: search terminated without proof.
% 39.66/5.43  
% 39.66/5.43  **** run 112 fork 7 starts with strategy
% 39.66/5.43  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 42.35/5.90  
% 42.35/5.90  
% 42.35/5.90  fork 2: search terminated without proof.
% 42.35/5.94  
% 42.35/5.94  **** run 115 fork 2 starts with strategy
% 42.35/5.94  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 44.18/5.99  
% 44.18/5.99  
% 44.18/5.99  fork 5: search terminated without proof.
% 44.18/6.03  
% 44.18/6.03  **** run 118 fork 5 starts with strategy
% 44.18/6.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.72/6.07  
% 44.72/6.07  
% 44.72/6.07  fork 4: search terminated without proof.
% 44.72/6.10  
% 44.72/6.10  
% 44.72/6.10  fork 1: search terminated without proof.
% 45.07/6.11  
% 45.07/6.11  **** run 117 fork 4 starts with strategy
% 45.07/6.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 45.33/6.14  
% 45.33/6.14  **** run 114 fork 1 starts with strategy
% 45.33/6.14  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 45.33/6.16  
% 45.33/6.16  
% 45.33/6.16  fork 6: search terminated without proof.
% 45.33/6.18  
% 45.33/6.18  
% 45.33/6.18  fork 3: search terminated without proof.
% 45.33/6.21  
% 45.33/6.21  **** run 119 fork 6 starts with strategy
% 45.33/6.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 45.33/6.23  
% 45.33/6.23  **** run 116 fork 3 starts with strategy
% 45.33/6.23  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.08/6.27  
% 46.08/6.27  
% 46.08/6.27  fork 0: search terminated without proof.
% 46.53/6.31  
% 46.53/6.31  **** run 121 fork 0 starts with strategy
% 46.53/6.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 47.46/6.54  
% 47.46/6.54  
% 47.46/6.54  fork 7: search terminated without proof.
% 47.89/6.58  
% 47.89/6.58  **** run 120 fork 7 starts with strategy
% 47.89/6.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 51.74/6.97  
% 51.74/6.97  
% 51.74/6.97  fork 2: search terminated without proof.
% 52.21/7.01  
% 52.21/7.01  **** run 123 fork 2 starts with strategy
% 52.21/7.01  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 52.21/7.05  
% 52.21/7.05  
% 52.21/7.05  fork 5: search terminated without proof.
% 52.59/7.10  
% 52.59/7.10  **** run 126 fork 5 starts with strategy
% 52.59/7.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 53.33/7.16  
% 53.33/7.16  
% 53.33/7.16  fork 1: search terminated without proof.
% 53.33/7.20  
% 53.33/7.20  **** run 122 fork 1 starts with strategy
% 53.33/7.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 53.33/7.21  
% 53.33/7.21  
% 53.33/7.21  fork 4: search terminated without proof.
% 53.33/7.23  
% 53.33/7.23  
% 53.33/7.23  fork 6: search terminated without proof.
% 53.33/7.26  
% 53.33/7.26  **** run 125 fork 4 starts with strategy
% 53.33/7.26  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 53.87/7.28  
% 53.87/7.28  **** run 127 fork 6 starts with strategy
% 53.87/7.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 53.87/7.30  
% 53.87/7.30  
% 53.87/7.30  fork 3: search terminated without proof.
% 53.87/7.31  
% 53.87/7.31  fork 6: search finished without proof.
% 53.87/7.32  
% 53.87/7.32  **** run 135 fork 6 starts with strategy
% 53.87/7.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 54.70/7.33  
% 54.70/7.33  
% 54.70/7.33  fork 0: search terminated without proof.
% 54.70/7.34  
% 54.70/7.34  **** run 124 fork 3 starts with strategy
% 54.70/7.34  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 54.70/7.37  
% 54.70/7.37  fork 3: search finished without proof.
% 54.70/7.39  
% 54.70/7.39  **** run 132 fork 3 starts with strategy
% 54.70/7.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 54.70/7.40  
% 54.70/7.40  **** run 129 fork 0 starts with strategy
% 54.70/7.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 55.32/7.41  
% 55.32/7.41  fork 3: search finished without proof.
% 55.32/7.43  
% 55.32/7.43  **** run 140 fork 3 starts with strategy
% 55.32/7.43  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 57.11/7.65  
% 57.11/7.65  
% 57.11/7.65  fork 7: search terminated without proof.
% 57.11/7.69  
% 57.11/7.69  **** run 128 fork 7 starts with strategy
% 57.11/7.69  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 60.28/8.05  
% 60.28/8.05  
% 60.28/8.05  fork 2: search terminated without proof.
% 60.28/8.09  
% 60.28/8.09  **** run 131 fork 2 starts with strategy
% 60.28/8.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 60.81/8.14  
% 60.81/8.14  
% 60.81/8.14  fork 5: search terminated without proof.
% 61.28/8.18  
% 61.28/8.18  **** run 134 fork 5 starts with strategy
% 61.28/8.18  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 61.28/8.22  
% 61.28/8.22  
% 61.28/8.22  fork 1: search terminated without proof.
% 62.02/8.27  
% 62.02/8.27  **** run 130 fork 1 starts with strategy
% 62.02/8.27  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 62.32/8.33  
% 62.32/8.33  
% 62.32/8.33  fork 4: search terminated without proof.
% 62.68/8.34  
% 62.68/8.34  
% 62.68/8.34  fork 6: search terminated without proof.
% 62.68/8.36  
% 62.68/8.36  **** run 143 fork 6 starts with strategy
% 62.68/8.36  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 62.68/8.37  
% 62.68/8.37  **** run 133 fork 4 starts with strategy
% 62.68/8.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 62.68/8.42  
% 62.68/8.42  
% 62.68/8.42  fork 0: search terminated without proof.
% 62.68/8.45  
% 62.68/8.45  
% 62.68/8.45  fork 3: search terminated without proof.
% 62.68/8.46  
% 62.68/8.46  **** run 137 fork 0 starts with strategy
% 62.68/8.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 62.68/8.48  
% 62.68/8.48  **** run 148 fork 3 starts with strategy
% 62.68/8.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 65.46/8.71  
% 65.46/8.71  
% 65.46/8.71  fork 7: search terminated without proof.
% 65.46/8.73  
% 65.46/8.73  **** run 136 fork 7 starts with strategy
% 65.46/8.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 68.38/9.17  
% 68.38/9.17  
% 68.38/9.17  fork 2: search terminated without proof.
% 68.38/9.21  
% 68.38/9.21  
% 68.38/9.21  fork 5: search terminated without proof.
% 69.54/9.21  
% 69.54/9.21  **** run 139 fork 2 starts with strategy
% 69.54/9.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 69.54/9.23  
% 69.54/9.23  **** run 142 fork 5 starts with strategy
% 69.54/9.23  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 69.98/9.30  
% 69.98/9.30  
% 69.98/9.30  fork 1: search terminated without proof.
% 69.98/9.34  
% 69.98/9.34  **** run 138 fork 1 starts with strategy
% 69.98/9.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 70.92/9.39  
% 70.92/9.39  
% 70.92/9.39  fork 6: search terminated without proof.
% 70.92/9.39  
% 70.92/9.39  
% 70.92/9.39  fork 4: search terminated without proof.
% 70.92/9.41  
% 70.92/9.41  **** run 141 fork 4 starts with strategy
% 70.92/9.41  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 71.27/9.43  
% 71.27/9.43  **** run 151 fork 6 starts with strategy
% 71.27/9.43  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 71.40/9.48  
% 71.40/9.48  
% 71.40/9.48  fork 0: search terminated without proof.
% 71.95/9.51  
% 71.95/9.51  **** run 145 fork 0 starts with strategy
% 71.95/9.51  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 72.36/9.59  
% 72.36/9.59  
% 72.36/9.59  fork 3: search terminated without proof.
% 72.36/9.62  
% 72.36/9.62  **** run 156 fork 3 starts with strategy
% 72.36/9.62  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 73.32/9.75  
% 73.32/9.75  
% 73.32/9.75  fork 7: search terminated without proof.
% 73.32/9.79  
% 73.32/9.79  **** run 144 fork 7 starts with strategy
% 73.32/9.79  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 77.33/10.26  
% 77.33/10.26  
% 77.33/10.26  fork 5: search terminated without proof.
% 77.86/10.27  
% 77.86/10.27  
% 77.86/10.27  fork 2: search terminated without proof.
% 77.86/10.32  
% 77.86/10.32  **** run 150 fork 5 starts with strategy
% 77.86/10.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 77.86/10.32  
% 77.86/10.32  **** run 147 fork 2 starts with strategy
% 77.86/10.32  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 77.86/10.36  
% 77.86/10.36  
% 77.86/10.36  fork 1: search terminated without proof.
% 78.64/10.40  
% 78.64/10.40  **** run 146 fork 1 starts with strategy
% 78.64/10.40  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 78.64/10.46  
% 78.64/10.46  
% 78.64/10.46  fork 6: search terminated without proof.
% 78.64/10.47  
% 78.64/10.47  
% 78.64/10.47  fork 4: search terminated without proof.
% 78.64/10.49  
% 78.64/10.49  **** run 159 fork 6 starts with strategy
% 78.64/10.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 78.64/10.52  
% 78.64/10.52  **** run 149 fork 4 starts with strategy
% 78.64/10.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 79.15/10.53  
% 79.15/10.53  
% 79.15/10.53  fork 0: search terminated without proof.
% 80.09/10.58  
% 80.09/10.58  **** run 153 fork 0 starts with strategy
% 80.09/10.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 80.81/10.71  
% 80.81/10.71  
% 80.81/10.71  fork 3: search terminated without proof.
% 80.81/10.74  
% 80.81/10.74  **** run 164 fork 3 starts with strategy
% 80.81/10.74  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 82.48/10.88  
% 82.48/10.88  
% 82.48/10.88  fork 7: search terminated without proof.
% 82.83/10.92  
% 82.83/10.92  **** run 152 fork 7 starts with strategy
% 82.83/10.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 85.72/11.35  
% 85.72/11.35  
% 85.72/11.35  fork 2: search terminated without proof.
% 86.43/11.36  
% 86.43/11.36  
% 86.43/11.36  fork 5: search terminated without proof.
% 86.43/11.37  
% 86.43/11.37  **** run 155 fork 2 starts with strategy
% 86.43/11.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 86.43/11.38  
% 86.43/11.38  **** run 158 fork 5 starts with strategy
% 86.43/11.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 86.68/11.42  
% 86.68/11.42  
% 86.68/11.42  fork 1: search terminated without proof.
% 87.10/11.46  
% 87.10/11.46  **** run 154 fork 1 starts with strategy
% 87.10/11.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 87.65/11.51  
% 87.65/11.51  
% 87.65/11.51  fork 6: search terminated without proof.
% 87.65/11.54  
% 87.65/11.54  **** run 167 fork 6 starts with strategy
% 87.65/11.54  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 87.65/11.54  
% 87.65/11.54  
% 87.65/11.54  fork 4: search terminated without proof.
% 88.12/11.59  
% 88.12/11.59  **** run 157 fork 4 starts with strategy
% 88.12/11.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 88.12/11.62  
% 88.12/11.62  
% 88.12/11.62  fork 0: search terminated without proof.
% 88.12/11.65  
% 88.12/11.65  **** run 161 fork 0 starts with strategy
% 88.12/11.65  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 92.07/12.09  
% 92.07/12.09  
% 92.07/12.09  fork 7: search terminated without proof.
% 92.59/12.13  
% 92.59/12.13  **** run 160 fork 7 starts with strategy
% 92.59/12.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 94.22/12.41  
% 94.22/12.41  
% 94.22/12.41  fork 2: search terminated without proof.
% 94.22/12.42  
% 94.22/12.42  
% 94.22/12.42  fork 5: search terminated without proof.
% 94.22/12.44  
% 94.22/12.44  **** run 163 fork 2 starts with strategy
% 94.22/12.44  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 94.22/12.45  
% 94.22/12.45  **** run 166 fork 5 starts with strategy
% 94.22/12.45  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 94.67/12.50  
% 94.67/12.50  
% 94.67/12.50  fork 1: search terminated without proof.
% 95.62/12.53  
% 95.62/12.53  **** run 162 fork 1 starts with strategy
% 95.62/12.53  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 95.87/12.61  
% 95.87/12.61  
% 95.87/12.61  fork 4: search terminated without proof.
% 96.49/12.64  
% 96.49/12.64  **** run 165 fork 4 starts with strategy
% 96.49/12.64  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 96.88/12.68  
% 96.88/12.68  
% 96.88/12.68  fork 0: search terminated without proof.
% 96.88/12.71  
% 96.88/12.71  **** run 169 fork 0 starts with strategy
% 96.88/12.71  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 101.40/13.29  
% 101.40/13.29  
% 101.40/13.29  fork 7: search terminated without proof.
% 101.77/13.32  
% 101.77/13.32  **** run 168 fork 7 starts with strategy
% 101.77/13.32  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 103.75/13.55  
% 103.75/13.55  
% 103.75/13.55  fork 1: search terminated without proof.
% 103.81/13.58  
% 103.81/13.58  **** run 170 fork 1 starts with strategy
% 103.81/13.58  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 119.69/15.70  
% 119.69/15.70  
% 119.69/15.70  result: proof found
% 119.69/15.70  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 119.69/15.70  by run 166 fork 5 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 119.69/15.70  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 119.69/15.70  
% 119.69/15.70  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 119.69/15.70  
% 119.69/15.70  run 166 fork 5 statistics:
% 119.69/15.70  ----------------------------------
% 119.69/15.70  this run seconds: 2.863899
% 119.69/15.70  total seconds: 14.894137
% 119.69/15.70  stat_given_used: 685
% 119.69/15.70  stat_given_used_at_endgame: 0
% 119.69/15.70  stat_given_candidates:   11066
% 119.69/15.70  stat_given_candidates_at_endgame: 0
% 119.69/15.70  stat_given_candidates_h: 0
% 119.69/15.70  stat_binres_derived_cl:   0
% 119.69/15.70  stat_binres_derived_cl_h: 0
% 119.69/15.70  stat_factor_derived_cl: 0
% 119.69/15.70  stat_para_derived_cl: 451421
% 119.69/15.70  stat_tautologies_discarded: 0
% 119.69/15.70  stat_forward_subsumed: 79195
% 119.69/15.70  stat_derived_cut: 0
% 119.69/15.70  stat_derived_rewritten: 604
% 119.69/15.70  stat_weight_discarded_building: 0
% 119.69/15.70  stat_weight_discarded_cl: 21032
% 119.69/15.70  stat_internlimit_discarded_cl: 0
% 119.69/15.70  stat_simplified:  604 simplified 0 derived 0 given
% 119.69/15.70  stat_kept_cl: 348014
% 119.69/15.70  stat_built_cl: 371020
% 119.69/15.70  stat_hyperres_partial_cl: 0
% 119.69/15.70  stat_made_rewriters: 535
% 119.69/15.70  stat_backward_subsumed: 0
% 119.69/15.70  stat_propagated_subsumed: 0
% 119.69/15.70  stat_clsubs_attempted:                     45001
% 119.69/15.70  stat_clsubs_fact_groundunit_found:             0
% 119.69/15.70  stat_clsubs_rule_groundunit_found:             1
% 119.69/15.70  stat_clsubs_top_meta_attempted:             313207
% 119.69/15.70  stat_clsubs_top_meta_failed:                268206
% 119.69/15.70  stat_clsubs_top_meta_nonpref_attempted:              313207
% 119.69/15.70  stat_clsubs_top_meta_nonpref_succeeded:              175293
% 119.69/15.70  stat_clsubs_top_meta_pref_attempted:                 175293
% 119.69/15.70  stat_clsubs_top_meta_pref1_succeeded:                175293
% 119.69/15.70  stat_clsubs_top_meta_pref2_succeeded:                 70629
% 119.69/15.70  stat_clsubs_top_meta_pref3_succeeded:                 45001
% 119.69/15.70  stat_clsubs_top_meta_pref_succeeded:                  45001
% 119.69/15.70  stat_clsubs_meta_attempted:                45001
% 119.69/15.70  stat_clsubs_meta_failed:                     891
% 119.69/15.70  stat_clsubs_predsymbs_attempted:               0
% 119.69/15.70  stat_clsubs_unit_attempted:                45001
% 119.69/15.70  stat_clsubs_full_attempted:                    0
% 119.69/15.70  stat_forwardsubs_attempted:               448241
% 119.69/15.70  stat_lit_hash_added:                 348027
% 119.69/15.70  stat_lit_hash_computed:              798139
% 119.69/15.70  stat_lit_hash_match_found:            80030
% 119.69/15.70  stat_lit_hash_match_miss:            739732
% 119.69/15.70  stat_lit_hash_cut_ok:                     0
% 119.69/15.70  stat_lit_strong_cut_ok:                   0
% 119.69/15.70  stat_lit_hash_subsume_ok:             79195
% 119.69/15.70  clqueue els 10000000 used 1
% 119.69/15.70  clactive els 10000000 used 686
% 119.69/15.70  clactivesubsume els 10000000 used 4093
% 119.69/15.70  queue_termbuf els 200000000 used 42622969
% 119.69/15.70  hyper_termbuf els 100000000 used 1
% 119.69/15.70  active_termbuf els 100000000 used 36551
% 119.69/15.70  varstack els 5000 last used 1
% 119.69/15.70  given_termbuf els 10000000 last used 1
% 119.69/15.70  simplified_termbuf els 10000000 last used 1
% 119.69/15.70  derived_termbuf els 10000000 last used 64
% 119.69/15.70  wr_mallocs: 272625
% 119.69/15.70  wr_callocs: 19
% 119.69/15.70  wr_reallocs: 70503
% 119.69/15.70  wr_frees: 2
% 119.69/15.70  wr_malloc_bytes: 4175556372
% 119.69/15.70  wr_calloc_bytes: 96065504
% 119.69/15.70  wr_realloc_bytes: 12775288
% 119.69/15.70  wr_realloc_freebytes: 0
% 119.69/15.70  ----------------------------------
%------------------------------------------------------------------------------