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

View Problem - Process Solution

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

% Computer : n029.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:19 EDT 2023

% Result   : Unsatisfiable 120.96s 15.66s
% Output   : CNFRefutation 120.96s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named right_inverse)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(X,right_inverse(X)) = identity,
    inference(cnf_transformation,[],[right_inverse]) ).

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

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

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

cnf('5',plain,
    multiply(multiply(X,Y),X) = multiply(X,multiply(Y,X)),
    inference(simplify,[],['4','2']) ).

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

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

cnf('8',plain,
    multiply(multiply(multiply(X3,Y3),right_inverse(Y3)),Y3) = multiply(X3,Y3),
    inference(paramodulation,[],['7','3']) ).

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

cnf('10',plain,
    left_division(X3,X3) = multiply(right_inverse(X3),X3),
    inference(paramodulation,[],['7','9']) ).

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

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

cnf('13',plain,
    identity = multiply(right_inverse(X),X),
    inference(simplify,[],['10','12']) ).

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

cnf('15',plain,
    right_division(identity,X3) = right_inverse(X3),
    inference(paramodulation,[],['13','14']) ).

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

cnf('17',plain,
    right_division(identity,X) = left_inverse(X),
    inference(paramodulation,[],['16','14']) ).

cnf('18',plain,
    left_inverse(X) = right_inverse(X),
    inference(simplify,[],['15','17']) ).

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

cnf('20',plain,
    right_division(multiply(X3,Y3),Y3) = multiply(multiply(X3,Y3),left_inverse(Y3)),
    inference(paramodulation,[],['19','14']) ).

cnf('21',plain,
    X = multiply(multiply(X,Y),left_inverse(Y)),
    inference(simplify,[],['20','14']) ).

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

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

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

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

cnf('26',plain,
    multiply(multiply(X3,Y3),Z3) = multiply(right_division(X3,Z3),multiply(Z3,multiply(Y3,Z3))),
    inference(paramodulation,[],['25','3']) ).

cnf('27',plain,
    multiply(multiply(identity,X3),Y3) = multiply(left_inverse(Y3),multiply(Y3,multiply(X3,Y3))),
    inference(paramodulation,[],['16','3']) ).

cnf('28',plain,
    multiply(X,Y) = multiply(left_inverse(Y),multiply(Y,multiply(X,Y))),
    inference(simplify,[],['27','2']) ).

cnf('29',plain,
    multiply(right_division(X3,Y3),Y3) = multiply(left_inverse(Y3),multiply(Y3,X3)),
    inference(paramodulation,[],['25','28']) ).

cnf('30',plain,
    X = multiply(left_inverse(Y),multiply(Y,X)),
    inference(simplify,[],['29','25']) ).

cnf('31',plain,
    right_division(X,multiply(Y,X)) = left_inverse(Y),
    inference(paramodulation,[],['30','14']) ).

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

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

cnf('34',plain,
    left_division(right_division(X,Y),Z) = multiply(right_division(Y,X),Z),
    inference(paramodulation,[],['32','33']) ).

cnf('35',plain,
    multiply(multiply(X,Y),Z) = left_division(right_division(Z,X),multiply(Z,multiply(Y,Z))),
    inference(simplify,[],['26','34']) ).

cnf('36',plain,
    multiply(multiply(left_division(X3,Y3),Z3),Y3) = left_division(X3,multiply(Y3,multiply(Z3,Y3))),
    inference(paramodulation,[],['24','35']) ).

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

cnf('38',plain,
    left_division(left_inverse(X),Y) = multiply(X,Y),
    inference(paramodulation,[],['30','9']) ).

cnf('39',plain,
    left_division(left_division(X,Y),Z) = multiply(left_division(Y,X),Z),
    inference(paramodulation,[],['37','38']) ).

cnf('40',plain,
    left_division(left_division(X,left_division(Y,Z)),Y) = left_division(Z,multiply(Y,multiply(X,Y))),
    inference(simplify,[then_simplify],['36','39','39']) ).

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

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

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

cnf('44',plain,
    right_division(multiply(X3,multiply(Y3,X3)),left_inverse(Z3)) = multiply(X3,multiply(Y3,multiply(X3,Z3))),
    inference(paramodulation,[],['22','43']) ).

cnf('45',plain,
    right_division(X,left_inverse(Y)) = multiply(X,Y),
    inference(paramodulation,[],['21','14']) ).

cnf('46',plain,
    multiply(multiply(X,multiply(Y,X)),Z) = multiply(X,multiply(Y,multiply(X,Z))),
    inference(simplify,[],['44','45']) ).

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

cnf('48',plain,
    multiply(multiply(a,multiply(b,a)),c) != multiply(a,multiply(b,multiply(a,c))),
    inference(paramodulation,[],['5','47']) ).

cnf('49',plain,
    $false,
    inference(resolution,[],['46','48']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GRP201-1 : TPTP v8.1.2. Released v2.2.0.
% 0.03/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n029.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Mon Aug 28 20:20:11 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    10
% 0.19/0.38  in_rule_clause_count:               10
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              1
% 0.19/0.38  in_unit_clause_count:               10
% 0.19/0.38  in_horn_clause_count:               10
% 0.19/0.38  in_pos_clause_count:                 9
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:               9
% 0.19/0.38  in_negeq_clause_count:               1
% 0.19/0.38  in_unitposeq_clause_count:           9
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             1
% 0.19/0.38  in_min_depth:              2
% 0.19/0.38  in_max_depth:              4
% 0.19/0.38  in_min_size:               5
% 0.19/0.38  in_max_size:              15
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                 0
% 0.19/0.38  in_axiom_count:                    9
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.38  
% 0.19/0.38  **** run 1 fork 0 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.38  
% 0.19/0.38  **** run 4 fork 3 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 5 fork 4 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 1: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 3: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 15 fork 6 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/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.19/0.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 1.30/0.54  
% 1.30/0.54  **** run 11 fork 2 starts with strategy
% 1.30/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 1.30/0.54  
% 1.30/0.54  **** run 16 fork 7 starts with strategy
% 1.30/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 1.30/0.54  
% 1.30/0.54  **** run 9 fork 0 starts with strategy
% 1.30/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 1.45/0.56  
% 1.45/0.56  **** run 12 fork 3 starts with strategy
% 1.45/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.08/0.65  
% 2.08/0.65  
% 2.08/0.65  fork 6: search terminated without proof.
% 2.08/0.65  
% 2.08/0.65  
% 2.08/0.65  fork 5: search terminated without proof.
% 2.08/0.65  
% 2.08/0.65  
% 2.08/0.65  fork 4: search terminated without proof.
% 2.08/0.65  
% 2.08/0.65  
% 2.08/0.65  fork 1: search terminated without proof.
% 2.08/0.66  
% 2.08/0.66  
% 2.08/0.66  fork 2: search terminated without proof.
% 2.08/0.66  
% 2.08/0.66  
% 2.08/0.66  fork 7: search terminated without proof.
% 2.08/0.66  
% 2.08/0.66  
% 2.08/0.66  fork 0: search terminated without proof.
% 2.08/0.67  
% 2.08/0.67  **** run 23 fork 6 starts with strategy
% 2.08/0.67  {"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}
% 2.08/0.67  
% 2.08/0.67  **** run 22 fork 5 starts with strategy
% 2.08/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.08/0.67  
% 2.08/0.67  **** run 18 fork 1 starts with strategy
% 2.08/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.37/0.67  
% 2.37/0.67  **** run 21 fork 4 starts with strategy
% 2.37/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.37/0.67  
% 2.37/0.67  
% 2.37/0.67  fork 3: search terminated without proof.
% 2.37/0.68  
% 2.37/0.68  **** run 24 fork 7 starts with strategy
% 2.37/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.37/0.68  
% 2.37/0.68  **** run 19 fork 2 starts with strategy
% 2.37/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.37/0.68  
% 2.37/0.68  **** run 17 fork 0 starts with strategy
% 2.37/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.37/0.70  
% 2.37/0.70  **** run 20 fork 3 starts with strategy
% 2.37/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 3.08/0.80  
% 3.08/0.80  
% 3.08/0.80  fork 6: search terminated without proof.
% 3.08/0.80  
% 3.08/0.80  
% 3.08/0.80  fork 1: search terminated without proof.
% 3.08/0.80  
% 3.08/0.80  
% 3.08/0.80  fork 5: search terminated without proof.
% 3.08/0.81  
% 3.08/0.81  
% 3.08/0.81  fork 4: search terminated without proof.
% 3.08/0.81  
% 3.08/0.81  
% 3.08/0.81  fork 7: search terminated without proof.
% 3.08/0.81  
% 3.08/0.81  
% 3.08/0.81  fork 0: search terminated without proof.
% 3.08/0.82  
% 3.08/0.82  
% 3.08/0.82  fork 2: search terminated without proof.
% 3.08/0.82  
% 3.08/0.82  **** run 31 fork 6 starts with strategy
% 3.08/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.57/0.83  
% 3.57/0.83  **** run 30 fork 5 starts with strategy
% 3.57/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.57/0.83  
% 3.57/0.83  **** run 29 fork 4 starts with strategy
% 3.57/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.57/0.83  
% 3.57/0.83  **** run 26 fork 1 starts with strategy
% 3.57/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.57/0.83  
% 3.57/0.83  
% 3.57/0.83  fork 3: search terminated without proof.
% 3.57/0.83  
% 3.57/0.83  **** run 32 fork 7 starts with strategy
% 3.57/0.83  {"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.57/0.84  
% 3.57/0.84  **** run 25 fork 0 starts with strategy
% 3.57/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.57/0.84  
% 3.57/0.84  **** run 27 fork 2 starts with strategy
% 3.57/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.57/0.85  
% 3.57/0.85  **** run 28 fork 3 starts with strategy
% 3.57/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 4.46/0.94  
% 4.46/0.94  
% 4.46/0.94  fork 6: search terminated without proof.
% 4.46/0.95  
% 4.46/0.95  
% 4.46/0.95  fork 5: search terminated without proof.
% 4.46/0.95  
% 4.46/0.95  
% 4.46/0.95  fork 4: search terminated without proof.
% 4.46/0.95  
% 4.46/0.95  
% 4.46/0.95  fork 1: search terminated without proof.
% 4.46/0.96  
% 4.46/0.96  **** run 39 fork 6 starts with strategy
% 4.46/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.46/0.96  
% 4.46/0.96  
% 4.46/0.96  fork 7: search terminated without proof.
% 4.46/0.96  
% 4.46/0.96  
% 4.46/0.96  fork 0: search terminated without proof.
% 4.46/0.97  
% 4.46/0.97  
% 4.46/0.97  fork 2: search terminated without proof.
% 4.77/0.97  
% 4.77/0.97  **** run 37 fork 4 starts with strategy
% 4.77/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.77/0.97  
% 4.77/0.97  **** run 34 fork 1 starts with strategy
% 4.77/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.77/0.97  
% 4.77/0.97  **** run 38 fork 5 starts with strategy
% 4.77/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.77/0.98  
% 4.77/0.98  
% 4.77/0.98  fork 3: search terminated without proof.
% 4.77/0.98  
% 4.77/0.98  **** run 40 fork 7 starts with strategy
% 4.77/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.77/0.99  
% 4.77/0.99  **** run 33 fork 0 starts with strategy
% 4.77/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.77/0.99  
% 4.77/0.99  **** run 35 fork 2 starts with strategy
% 4.77/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.77/1.00  
% 4.77/1.00  **** run 36 fork 3 starts with strategy
% 4.77/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 5.52/1.08  
% 5.52/1.08  
% 5.52/1.08  fork 6: search terminated without proof.
% 5.52/1.09  
% 5.52/1.09  **** run 47 fork 6 starts with strategy
% 5.52/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.52/1.10  
% 5.52/1.10  
% 5.52/1.10  fork 4: search terminated without proof.
% 5.52/1.10  
% 5.52/1.10  
% 5.52/1.10  fork 5: search terminated without proof.
% 5.52/1.10  
% 5.52/1.10  
% 5.52/1.10  fork 1: search terminated without proof.
% 5.52/1.11  
% 5.52/1.11  
% 5.52/1.11  fork 7: search terminated without proof.
% 5.52/1.11  
% 5.52/1.11  
% 5.52/1.11  fork 0: search terminated without proof.
% 5.52/1.11  
% 5.52/1.11  
% 5.52/1.11  fork 2: search terminated without proof.
% 5.52/1.12  
% 5.52/1.12  **** run 45 fork 4 starts with strategy
% 5.52/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.52/1.12  
% 5.52/1.12  **** run 46 fork 5 starts with strategy
% 5.52/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.52/1.12  
% 5.52/1.12  **** run 42 fork 1 starts with strategy
% 5.52/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.52/1.13  
% 5.52/1.13  **** run 48 fork 7 starts with strategy
% 5.52/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.03/1.13  
% 6.03/1.13  **** run 41 fork 0 starts with strategy
% 6.03/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.03/1.13  
% 6.03/1.13  
% 6.03/1.13  fork 3: search terminated without proof.
% 6.03/1.14  
% 6.03/1.14  **** run 43 fork 2 starts with strategy
% 6.03/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.03/1.15  
% 6.03/1.15  fork 5: search finished without proof.
% 6.03/1.16  
% 6.03/1.16  **** run 44 fork 3 starts with strategy
% 6.03/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.03/1.16  
% 6.03/1.16  **** run 54 fork 5 starts with strategy
% 6.03/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.03/1.16  
% 6.03/1.16  fork 2: search finished without proof.
% 6.32/1.18  
% 6.32/1.18  **** run 51 fork 2 starts with strategy
% 6.32/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.32/1.21  
% 6.32/1.21  fork 2: search finished without proof.
% 6.32/1.21  
% 6.32/1.21  
% 6.32/1.21  fork 6: search terminated without proof.
% 6.32/1.22  
% 6.32/1.22  **** run 59 fork 2 starts with strategy
% 6.32/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.32/1.23  
% 6.32/1.23  **** run 55 fork 6 starts with strategy
% 6.32/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.82/1.24  
% 6.82/1.24  
% 6.82/1.24  fork 4: search terminated without proof.
% 6.82/1.25  
% 6.82/1.25  
% 6.82/1.25  fork 1: search terminated without proof.
% 6.82/1.25  
% 6.82/1.25  
% 6.82/1.25  fork 7: search terminated without proof.
% 6.82/1.25  
% 6.82/1.25  
% 6.82/1.25  fork 0: search terminated without proof.
% 7.06/1.26  
% 7.06/1.26  **** run 53 fork 4 starts with strategy
% 7.06/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.06/1.27  
% 7.06/1.27  **** run 50 fork 1 starts with strategy
% 7.06/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.06/1.27  
% 7.06/1.27  **** run 56 fork 7 starts with strategy
% 7.06/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.06/1.27  
% 7.06/1.27  **** run 49 fork 0 starts with strategy
% 7.06/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.06/1.28  
% 7.06/1.28  
% 7.06/1.28  fork 3: search terminated without proof.
% 7.06/1.28  
% 7.06/1.28  
% 7.06/1.28  fork 5: search terminated without proof.
% 7.06/1.30  
% 7.06/1.30  **** run 52 fork 3 starts with strategy
% 7.06/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.06/1.31  
% 7.06/1.31  **** run 62 fork 5 starts with strategy
% 7.06/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.53/1.34  
% 7.53/1.34  
% 7.53/1.34  fork 2: search terminated without proof.
% 7.53/1.36  
% 7.53/1.36  
% 7.53/1.36  fork 6: search terminated without proof.
% 7.80/1.36  
% 7.80/1.36  **** run 67 fork 2 starts with strategy
% 7.80/1.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.80/1.38  
% 7.80/1.38  **** run 63 fork 6 starts with strategy
% 7.80/1.38  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.80/1.39  
% 7.80/1.39  
% 7.80/1.39  fork 1: search terminated without proof.
% 7.80/1.39  
% 7.80/1.39  
% 7.80/1.39  fork 7: search terminated without proof.
% 7.80/1.39  
% 7.80/1.39  
% 7.80/1.39  fork 4: search terminated without proof.
% 7.80/1.40  
% 7.80/1.40  
% 7.80/1.40  fork 0: search terminated without proof.
% 7.80/1.41  
% 7.80/1.41  **** run 64 fork 7 starts with strategy
% 7.80/1.41  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.80/1.41  
% 7.80/1.41  **** run 58 fork 1 starts with strategy
% 7.80/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.80/1.41  
% 7.80/1.41  **** run 61 fork 4 starts with strategy
% 7.80/1.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.80/1.42  
% 7.80/1.42  **** run 57 fork 0 starts with strategy
% 7.80/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.80/1.42  
% 7.80/1.42  
% 7.80/1.42  fork 3: search terminated without proof.
% 7.80/1.43  
% 7.80/1.43  
% 7.80/1.43  fork 5: search terminated without proof.
% 8.41/1.44  
% 8.41/1.44  **** run 60 fork 3 starts with strategy
% 8.41/1.44  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.41/1.45  
% 8.41/1.45  **** run 70 fork 5 starts with strategy
% 8.41/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.68/1.49  
% 8.68/1.49  
% 8.68/1.49  fork 2: search terminated without proof.
% 8.68/1.50  
% 8.68/1.50  
% 8.68/1.50  fork 6: search terminated without proof.
% 8.68/1.51  
% 8.68/1.51  **** run 75 fork 2 starts with strategy
% 8.68/1.51  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.68/1.52  
% 8.68/1.52  **** run 71 fork 6 starts with strategy
% 8.68/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.22/1.53  
% 9.22/1.53  
% 9.22/1.53  fork 7: search terminated without proof.
% 9.22/1.54  
% 9.22/1.54  
% 9.22/1.54  fork 1: search terminated without proof.
% 9.22/1.54  
% 9.22/1.54  
% 9.22/1.54  fork 4: search terminated without proof.
% 9.22/1.54  
% 9.22/1.54  
% 9.22/1.54  fork 0: search terminated without proof.
% 9.22/1.55  
% 9.22/1.55  **** run 72 fork 7 starts with strategy
% 9.22/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.22/1.56  
% 9.22/1.56  **** run 69 fork 4 starts with strategy
% 9.22/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.22/1.56  
% 9.22/1.56  **** run 66 fork 1 starts with strategy
% 9.22/1.56  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.43/1.56  
% 9.43/1.56  **** run 65 fork 0 starts with strategy
% 9.43/1.56  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.43/1.57  
% 9.43/1.57  
% 9.43/1.57  fork 3: search terminated without proof.
% 9.43/1.58  
% 9.43/1.58  
% 9.43/1.58  fork 5: search terminated without proof.
% 9.43/1.59  
% 9.43/1.59  **** run 68 fork 3 starts with strategy
% 9.43/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.43/1.60  
% 9.43/1.60  **** run 78 fork 5 starts with strategy
% 9.43/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 10.01/1.64  
% 10.01/1.64  
% 10.01/1.64  fork 2: search terminated without proof.
% 10.01/1.65  
% 10.01/1.65  
% 10.01/1.65  fork 6: search terminated without proof.
% 10.01/1.66  
% 10.01/1.66  **** run 83 fork 2 starts with strategy
% 10.01/1.66  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.01/1.67  
% 10.01/1.67  **** run 79 fork 6 starts with strategy
% 10.01/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.27/1.68  
% 10.27/1.68  
% 10.27/1.68  fork 7: search terminated without proof.
% 10.27/1.68  
% 10.27/1.68  
% 10.27/1.68  fork 1: search terminated without proof.
% 10.27/1.68  
% 10.27/1.68  
% 10.27/1.68  fork 0: search terminated without proof.
% 10.27/1.69  
% 10.27/1.69  
% 10.27/1.69  fork 4: search terminated without proof.
% 10.27/1.70  
% 10.27/1.70  **** run 74 fork 1 starts with strategy
% 10.27/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.27/1.70  
% 10.27/1.70  **** run 73 fork 0 starts with strategy
% 10.27/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.27/1.71  
% 10.27/1.71  **** run 80 fork 7 starts with strategy
% 10.27/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.27/1.71  
% 10.27/1.71  **** run 77 fork 4 starts with strategy
% 10.27/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.27/1.72  
% 10.27/1.72  
% 10.27/1.72  fork 3: search terminated without proof.
% 10.27/1.73  
% 10.27/1.73  
% 10.27/1.73  fork 5: search terminated without proof.
% 10.86/1.74  
% 10.86/1.74  **** run 76 fork 3 starts with strategy
% 10.86/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.86/1.75  
% 10.86/1.75  **** run 86 fork 5 starts with strategy
% 10.86/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 11.07/1.79  
% 11.07/1.79  
% 11.07/1.79  fork 6: search terminated without proof.
% 11.07/1.81  
% 11.07/1.81  **** run 87 fork 6 starts with strategy
% 11.07/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.51/1.83  
% 11.51/1.83  
% 11.51/1.83  fork 1: search terminated without proof.
% 11.51/1.83  
% 11.51/1.83  
% 11.51/1.83  fork 0: search terminated without proof.
% 11.51/1.83  
% 11.51/1.83  
% 11.51/1.83  fork 7: search terminated without proof.
% 11.51/1.83  
% 11.51/1.83  
% 11.51/1.83  fork 4: search terminated without proof.
% 11.51/1.85  
% 11.51/1.85  **** run 82 fork 1 starts with strategy
% 11.51/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.74/1.85  
% 11.74/1.85  **** run 88 fork 7 starts with strategy
% 11.74/1.85  
% 11.74/1.85  **** run 85 fork 4 starts with strategy
% 11.74/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.74/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.74/1.85  
% 11.74/1.85  **** run 81 fork 0 starts with strategy
% 11.74/1.85  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.74/1.87  
% 11.74/1.87  
% 11.74/1.87  fork 3: search terminated without proof.
% 11.74/1.89  
% 11.74/1.89  **** run 84 fork 3 starts with strategy
% 11.74/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.68/1.98  
% 12.68/1.98  
% 12.68/1.98  fork 0: search terminated without proof.
% 12.68/2.00  
% 12.68/2.00  **** run 89 fork 0 starts with strategy
% 12.68/2.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.16/2.69  
% 18.16/2.69  
% 18.16/2.69  fork 2: search terminated without proof.
% 18.64/2.75  
% 18.64/2.75  **** run 91 fork 2 starts with strategy
% 18.64/2.75  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.92/2.78  
% 18.92/2.78  
% 18.92/2.78  fork 5: search terminated without proof.
% 18.92/2.83  
% 18.92/2.83  **** run 94 fork 5 starts with strategy
% 18.92/2.83  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 18.92/2.84  
% 18.92/2.84  
% 18.92/2.84  fork 6: search terminated without proof.
% 19.60/2.87  
% 19.60/2.87  
% 19.60/2.87  fork 4: search terminated without proof.
% 19.60/2.88  
% 19.60/2.88  
% 19.60/2.88  fork 7: search terminated without proof.
% 19.88/2.88  
% 19.88/2.88  
% 19.88/2.88  fork 1: search terminated without proof.
% 19.88/2.89  
% 19.88/2.89  **** run 95 fork 6 starts with strategy
% 19.88/2.89  {"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.27/2.93  
% 20.27/2.93  
% 20.27/2.93  fork 3: search terminated without proof.
% 20.27/2.94  
% 20.27/2.94  **** run 90 fork 1 starts with strategy
% 20.27/2.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.27/2.94  
% 20.27/2.94  **** run 96 fork 7 starts with strategy
% 20.27/2.94  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.27/2.94  
% 20.27/2.94  **** run 93 fork 4 starts with strategy
% 20.27/2.94  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.41/2.99  
% 20.41/2.99  **** run 92 fork 3 starts with strategy
% 20.41/2.99  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.94/3.02  
% 20.94/3.02  
% 20.94/3.02  fork 0: search terminated without proof.
% 21.31/3.06  
% 21.31/3.06  **** run 97 fork 0 starts with strategy
% 21.31/3.07  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 26.97/3.79  
% 26.97/3.79  
% 26.97/3.79  fork 2: search terminated without proof.
% 26.97/3.83  
% 26.97/3.83  **** run 99 fork 2 starts with strategy
% 26.97/3.83  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 27.44/3.85  
% 27.44/3.85  
% 27.44/3.85  fork 5: search terminated without proof.
% 27.66/3.90  
% 27.66/3.90  **** run 102 fork 5 starts with strategy
% 27.66/3.90  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.66/3.91  
% 27.66/3.91  
% 27.66/3.91  fork 6: search terminated without proof.
% 28.28/3.96  
% 28.28/3.96  
% 28.28/3.96  fork 4: search terminated without proof.
% 28.28/3.96  
% 28.28/3.96  
% 28.28/3.96  fork 1: search terminated without proof.
% 28.28/3.96  
% 28.28/3.96  
% 28.28/3.96  fork 7: search terminated without proof.
% 28.28/3.97  
% 28.28/3.97  **** run 103 fork 6 starts with strategy
% 28.28/3.97  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 28.59/4.01  
% 28.59/4.01  **** run 104 fork 7 starts with strategy
% 28.59/4.01  {"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}
% 28.59/4.02  
% 28.59/4.02  **** run 101 fork 4 starts with strategy
% 28.59/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.59/4.02  
% 28.59/4.02  **** run 98 fork 1 starts with strategy
% 28.59/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 28.59/4.03  
% 28.59/4.03  
% 28.59/4.03  fork 3: search terminated without proof.
% 29.27/4.07  
% 29.27/4.07  **** run 100 fork 3 starts with strategy
% 29.27/4.07  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 29.27/4.09  
% 29.27/4.09  
% 29.27/4.09  fork 0: search terminated without proof.
% 29.77/4.13  
% 29.77/4.13  **** run 105 fork 0 starts with strategy
% 29.77/4.13  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 35.47/4.85  
% 35.47/4.85  
% 35.47/4.85  fork 2: search terminated without proof.
% 35.64/4.89  
% 35.64/4.89  **** run 107 fork 2 starts with strategy
% 35.64/4.89  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 35.64/4.93  
% 35.64/4.93  
% 35.64/4.93  fork 5: search terminated without proof.
% 36.50/4.97  
% 36.50/4.97  **** run 110 fork 5 starts with strategy
% 36.50/4.97  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 36.50/5.01  
% 36.50/5.01  
% 36.50/5.01  fork 6: search terminated without proof.
% 36.50/5.03  
% 36.50/5.03  
% 36.50/5.03  fork 7: search terminated without proof.
% 36.50/5.04  
% 36.50/5.04  
% 36.50/5.04  fork 4: search terminated without proof.
% 37.08/5.05  
% 37.08/5.05  
% 37.08/5.05  fork 1: search terminated without proof.
% 37.08/5.06  
% 37.08/5.06  **** run 111 fork 6 starts with strategy
% 37.08/5.06  {"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.28/5.09  
% 37.28/5.09  **** run 112 fork 7 starts with strategy
% 37.28/5.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 37.28/5.09  
% 37.28/5.09  **** run 109 fork 4 starts with strategy
% 37.28/5.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 37.28/5.10  
% 37.28/5.10  
% 37.28/5.10  fork 3: search terminated without proof.
% 37.28/5.11  
% 37.28/5.11  **** run 106 fork 1 starts with strategy
% 37.28/5.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 37.89/5.15  
% 37.89/5.15  **** run 108 fork 3 starts with strategy
% 37.89/5.15  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.89/5.17  
% 37.89/5.17  
% 37.89/5.17  fork 0: search terminated without proof.
% 37.89/5.22  
% 37.89/5.22  **** run 113 fork 0 starts with strategy
% 37.89/5.22  {"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}
% 43.68/5.94  
% 43.68/5.94  
% 43.68/5.94  fork 2: search terminated without proof.
% 44.29/5.98  
% 44.29/5.98  **** run 115 fork 2 starts with strategy
% 44.29/5.98  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 44.29/6.01  
% 44.29/6.01  
% 44.29/6.01  fork 5: search terminated without proof.
% 44.76/6.04  
% 44.76/6.04  **** run 118 fork 5 starts with strategy
% 44.76/6.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 45.03/6.11  
% 45.03/6.11  
% 45.03/6.11  fork 7: search terminated without proof.
% 45.03/6.13  
% 45.03/6.13  
% 45.03/6.13  fork 6: search terminated without proof.
% 45.70/6.14  
% 45.70/6.14  **** run 120 fork 7 starts with strategy
% 45.70/6.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 45.70/6.15  
% 45.70/6.15  
% 45.70/6.15  fork 1: search terminated without proof.
% 45.70/6.15  
% 45.70/6.15  
% 45.70/6.15  fork 4: search terminated without proof.
% 46.01/6.18  
% 46.01/6.18  **** run 119 fork 6 starts with strategy
% 46.01/6.18  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 46.01/6.19  
% 46.01/6.19  **** run 117 fork 4 starts with strategy
% 46.01/6.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 46.01/6.20  
% 46.01/6.20  **** run 114 fork 1 starts with strategy
% 46.01/6.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 46.01/6.20  
% 46.01/6.20  
% 46.01/6.20  fork 3: search terminated without proof.
% 46.44/6.24  
% 46.44/6.24  
% 46.44/6.24  fork 0: search terminated without proof.
% 46.57/6.26  
% 46.57/6.26  **** run 116 fork 3 starts with strategy
% 46.57/6.26  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.57/6.28  
% 46.57/6.28  **** run 121 fork 0 starts with strategy
% 46.57/6.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 52.25/7.00  
% 52.25/7.00  
% 52.25/7.00  fork 2: search terminated without proof.
% 52.25/7.03  
% 52.25/7.03  **** run 123 fork 2 starts with strategy
% 52.25/7.03  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 52.83/7.06  
% 52.83/7.06  
% 52.83/7.06  fork 5: search terminated without proof.
% 53.05/7.12  
% 53.05/7.12  **** run 126 fork 5 starts with strategy
% 53.05/7.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 53.78/7.18  
% 53.78/7.18  
% 53.78/7.18  fork 7: search terminated without proof.
% 53.78/7.21  
% 53.78/7.21  **** run 128 fork 7 starts with strategy
% 53.78/7.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 53.78/7.22  
% 53.78/7.22  
% 53.78/7.22  fork 4: search terminated without proof.
% 53.78/7.23  
% 53.78/7.23  
% 53.78/7.23  fork 6: search terminated without proof.
% 54.36/7.24  
% 54.36/7.24  
% 54.36/7.24  fork 1: search terminated without proof.
% 54.36/7.26  
% 54.36/7.26  **** run 125 fork 4 starts with strategy
% 54.36/7.26  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 54.63/7.28  
% 54.63/7.28  **** run 127 fork 6 starts with strategy
% 54.63/7.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 54.63/7.28  
% 54.63/7.28  **** run 122 fork 1 starts with strategy
% 54.63/7.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 54.63/7.30  
% 54.63/7.30  
% 54.63/7.30  fork 3: search terminated without proof.
% 54.63/7.31  
% 54.63/7.31  fork 6: search finished without proof.
% 54.63/7.31  
% 54.63/7.31  
% 54.63/7.31  fork 0: search terminated without proof.
% 54.63/7.32  
% 54.63/7.32  **** run 135 fork 6 starts with strategy
% 54.63/7.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 55.12/7.35  
% 55.12/7.35  **** run 124 fork 3 starts with strategy
% 55.12/7.35  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 55.34/7.38  
% 55.34/7.38  **** run 129 fork 0 starts with strategy
% 55.34/7.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 55.34/7.39  
% 55.34/7.39  fork 3: search finished without proof.
% 55.34/7.40  
% 55.34/7.40  **** run 132 fork 3 starts with strategy
% 55.34/7.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 55.88/7.43  
% 55.88/7.43  fork 3: search finished without proof.
% 55.88/7.44  
% 55.88/7.44  **** run 140 fork 3 starts with strategy
% 55.88/7.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 60.75/8.05  
% 60.75/8.05  
% 60.75/8.05  fork 2: search terminated without proof.
% 61.06/8.09  
% 61.06/8.09  **** run 131 fork 2 starts with strategy
% 61.06/8.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 61.73/8.16  
% 61.73/8.16  
% 61.73/8.16  fork 5: search terminated without proof.
% 61.73/8.21  
% 61.73/8.21  **** run 134 fork 5 starts with strategy
% 61.73/8.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 61.73/8.23  
% 61.73/8.23  
% 61.73/8.23  fork 7: search terminated without proof.
% 62.29/8.25  
% 62.29/8.25  **** run 136 fork 7 starts with strategy
% 62.29/8.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 62.60/8.29  
% 62.60/8.29  
% 62.60/8.29  fork 4: search terminated without proof.
% 62.60/8.31  
% 62.60/8.31  
% 62.60/8.31  fork 1: search terminated without proof.
% 62.60/8.33  
% 62.60/8.33  **** run 133 fork 4 starts with strategy
% 62.60/8.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 63.22/8.35  
% 63.22/8.35  
% 63.22/8.35  fork 6: search terminated without proof.
% 63.22/8.37  
% 63.22/8.37  **** run 130 fork 1 starts with strategy
% 63.22/8.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 63.44/8.37  
% 63.44/8.37  **** run 143 fork 6 starts with strategy
% 63.44/8.37  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 63.44/8.40  
% 63.44/8.40  
% 63.44/8.40  fork 0: search terminated without proof.
% 63.85/8.43  
% 63.85/8.43  **** run 137 fork 0 starts with strategy
% 63.85/8.43  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 64.05/8.47  
% 64.05/8.47  
% 64.05/8.47  fork 3: search terminated without proof.
% 64.05/8.49  
% 64.05/8.49  **** run 148 fork 3 starts with strategy
% 64.05/8.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 68.75/9.12  
% 68.75/9.12  
% 68.75/9.12  fork 2: search terminated without proof.
% 69.43/9.16  
% 69.43/9.16  **** run 139 fork 2 starts with strategy
% 69.43/9.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 70.33/9.26  
% 70.33/9.26  
% 70.33/9.26  fork 5: search terminated without proof.
% 70.48/9.28  
% 70.48/9.28  **** run 142 fork 5 starts with strategy
% 70.48/9.28  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 70.48/9.28  
% 70.48/9.28  
% 70.48/9.28  fork 7: search terminated without proof.
% 70.48/9.31  
% 70.48/9.31  **** run 144 fork 7 starts with strategy
% 70.48/9.31  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 71.27/9.37  
% 71.27/9.37  
% 71.27/9.37  fork 4: search terminated without proof.
% 71.27/9.40  
% 71.27/9.40  **** run 141 fork 4 starts with strategy
% 71.27/9.40  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 71.27/9.41  
% 71.27/9.41  
% 71.27/9.41  fork 1: search terminated without proof.
% 71.27/9.41  
% 71.27/9.41  
% 71.27/9.41  fork 6: search terminated without proof.
% 71.93/9.45  
% 71.93/9.45  **** run 151 fork 6 starts with strategy
% 71.93/9.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 71.93/9.46  
% 71.93/9.46  **** run 138 fork 1 starts with strategy
% 71.93/9.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 72.17/9.49  
% 72.17/9.49  
% 72.17/9.49  fork 0: search terminated without proof.
% 72.17/9.52  
% 72.17/9.52  **** run 145 fork 0 starts with strategy
% 72.17/9.52  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 72.17/9.52  
% 72.17/9.52  
% 72.17/9.52  fork 3: search terminated without proof.
% 72.66/9.56  
% 72.66/9.56  **** run 156 fork 3 starts with strategy
% 72.66/9.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 77.43/10.19  
% 77.43/10.19  
% 77.43/10.19  fork 2: search terminated without proof.
% 78.07/10.24  
% 78.07/10.24  **** run 147 fork 2 starts with strategy
% 78.07/10.24  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 78.45/10.31  
% 78.45/10.31  
% 78.45/10.31  fork 5: search terminated without proof.
% 78.45/10.34  
% 78.45/10.34  
% 78.45/10.34  fork 7: search terminated without proof.
% 78.45/10.34  
% 78.45/10.34  **** run 150 fork 5 starts with strategy
% 78.45/10.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 79.18/10.39  
% 79.18/10.39  **** run 152 fork 7 starts with strategy
% 79.18/10.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 79.62/10.43  
% 79.62/10.43  
% 79.62/10.43  fork 4: search terminated without proof.
% 79.85/10.47  
% 79.85/10.47  **** run 149 fork 4 starts with strategy
% 79.85/10.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 79.85/10.50  
% 79.85/10.50  
% 79.85/10.50  fork 1: search terminated without proof.
% 79.85/10.51  
% 79.85/10.51  
% 79.85/10.51  fork 6: search terminated without proof.
% 79.85/10.53  
% 79.85/10.53  **** run 159 fork 6 starts with strategy
% 79.85/10.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 80.49/10.55  
% 80.49/10.55  **** run 146 fork 1 starts with strategy
% 80.49/10.55  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 80.49/10.56  
% 80.49/10.56  
% 80.49/10.56  fork 0: search terminated without proof.
% 80.85/10.61  
% 80.85/10.61  **** run 153 fork 0 starts with strategy
% 80.85/10.61  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 80.85/10.61  
% 80.85/10.61  
% 80.85/10.61  fork 3: search terminated without proof.
% 80.85/10.64  
% 80.85/10.64  **** run 164 fork 3 starts with strategy
% 80.85/10.64  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 86.02/11.26  
% 86.02/11.26  
% 86.02/11.26  fork 2: search terminated without proof.
% 86.26/11.28  
% 86.26/11.28  **** run 155 fork 2 starts with strategy
% 86.26/11.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 87.09/11.38  
% 87.09/11.38  
% 87.09/11.38  fork 5: search terminated without proof.
% 87.09/11.40  
% 87.09/11.40  **** run 158 fork 5 starts with strategy
% 87.09/11.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 87.09/11.42  
% 87.09/11.42  
% 87.09/11.42  fork 7: search terminated without proof.
% 87.63/11.45  
% 87.63/11.45  **** run 160 fork 7 starts with strategy
% 87.63/11.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 87.93/11.49  
% 87.93/11.49  
% 87.93/11.49  fork 4: search terminated without proof.
% 87.93/11.54  
% 87.93/11.54  **** run 157 fork 4 starts with strategy
% 87.93/11.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 88.71/11.59  
% 88.71/11.59  
% 88.71/11.59  fork 6: search terminated without proof.
% 88.71/11.59  
% 88.71/11.59  
% 88.71/11.59  fork 1: search terminated without proof.
% 88.71/11.62  
% 88.71/11.62  **** run 167 fork 6 starts with strategy
% 88.71/11.62  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 88.71/11.63  
% 88.71/11.63  
% 88.71/11.63  fork 0: search terminated without proof.
% 89.16/11.66  
% 89.16/11.66  **** run 161 fork 0 starts with strategy
% 89.16/11.66  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 89.34/11.67  
% 89.34/11.67  **** run 154 fork 1 starts with strategy
% 89.34/11.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 94.51/12.32  
% 94.51/12.32  
% 94.51/12.32  fork 2: search terminated without proof.
% 94.51/12.34  
% 94.51/12.34  **** run 163 fork 2 starts with strategy
% 94.51/12.34  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 94.86/12.43  
% 94.86/12.43  
% 94.86/12.43  fork 5: search terminated without proof.
% 95.55/12.46  
% 95.55/12.46  **** run 166 fork 5 starts with strategy
% 95.55/12.46  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 95.55/12.48  
% 95.55/12.48  
% 95.55/12.48  fork 7: search terminated without proof.
% 95.84/12.51  
% 95.84/12.51  **** run 168 fork 7 starts with strategy
% 95.84/12.51  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 96.99/12.63  
% 96.99/12.63  
% 96.99/12.63  fork 4: search terminated without proof.
% 96.99/12.65  
% 96.99/12.65  **** run 165 fork 4 starts with strategy
% 96.99/12.65  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 97.32/12.70  
% 97.32/12.70  
% 97.32/12.70  fork 0: search terminated without proof.
% 97.32/12.70  
% 97.32/12.70  
% 97.32/12.70  fork 1: search terminated without proof.
% 97.32/12.73  
% 97.32/12.73  **** run 162 fork 1 starts with strategy
% 97.32/12.73  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 97.32/12.75  
% 97.32/12.75  **** run 169 fork 0 starts with strategy
% 97.32/12.75  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 105.96/13.76  
% 105.96/13.76  
% 105.96/13.76  fork 1: search terminated without proof.
% 105.96/13.78  
% 105.96/13.78  **** run 170 fork 1 starts with strategy
% 105.96/13.78  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 120.96/15.66  
% 120.96/15.66  
% 120.96/15.66  result: proof found
% 120.96/15.66  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 120.96/15.66  by run 166 fork 5 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 120.96/15.66  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 120.96/15.66  
% 120.96/15.66  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 120.96/15.66  
% 120.96/15.66  run 166 fork 5 statistics:
% 120.96/15.66  ----------------------------------
% 120.96/15.66  this run seconds: 3.012552
% 120.96/15.66  total seconds: 14.990250
% 120.96/15.66  stat_given_used: 722
% 120.96/15.66  stat_given_used_at_endgame: 0
% 120.96/15.66  stat_given_candidates:   11595
% 120.96/15.66  stat_given_candidates_at_endgame: 0
% 120.96/15.66  stat_given_candidates_h: 0
% 120.96/15.66  stat_binres_derived_cl:   1
% 120.96/15.66  stat_binres_derived_cl_h: 0
% 120.96/15.66  stat_factor_derived_cl: 0
% 120.96/15.66  stat_para_derived_cl: 503497
% 120.96/15.66  stat_tautologies_discarded: 0
% 120.96/15.66  stat_forward_subsumed: 85818
% 120.96/15.66  stat_derived_cut: 0
% 120.96/15.66  stat_derived_rewritten: 641
% 120.96/15.66  stat_weight_discarded_building: 0
% 120.96/15.66  stat_weight_discarded_cl: 28291
% 120.96/15.66  stat_internlimit_discarded_cl: 0
% 120.96/15.66  stat_simplified:  641 simplified 0 derived 0 given
% 120.96/15.66  stat_kept_cl: 385938
% 120.96/15.66  stat_built_cl: 416314
% 120.96/15.66  stat_hyperres_partial_cl: 0
% 120.96/15.66  stat_made_rewriters: 559
% 120.96/15.66  stat_backward_subsumed: 0
% 120.96/15.66  stat_propagated_subsumed: 0
% 120.96/15.66  stat_clsubs_attempted:                     51215
% 120.96/15.66  stat_clsubs_fact_groundunit_found:             0
% 120.96/15.66  stat_clsubs_rule_groundunit_found:             1
% 120.96/15.66  stat_clsubs_top_meta_attempted:             335663
% 120.96/15.66  stat_clsubs_top_meta_failed:                284448
% 120.96/15.66  stat_clsubs_top_meta_nonpref_attempted:              335663
% 120.96/15.66  stat_clsubs_top_meta_nonpref_succeeded:              189799
% 120.96/15.66  stat_clsubs_top_meta_pref_attempted:                 189799
% 120.96/15.66  stat_clsubs_top_meta_pref1_succeeded:                189656
% 120.96/15.66  stat_clsubs_top_meta_pref2_succeeded:                 83187
% 120.96/15.66  stat_clsubs_top_meta_pref3_succeeded:                 51215
% 120.96/15.66  stat_clsubs_top_meta_pref_succeeded:                  51215
% 120.96/15.66  stat_clsubs_meta_attempted:                51215
% 120.96/15.67  stat_clsubs_meta_failed:                    1360
% 120.96/15.67  stat_clsubs_predsymbs_attempted:               0
% 120.96/15.67  stat_clsubs_unit_attempted:                51215
% 120.96/15.67  stat_clsubs_full_attempted:                    0
% 120.96/15.67  stat_forwardsubs_attempted:               500047
% 120.96/15.67  stat_lit_hash_added:                 385952
% 120.96/15.67  stat_lit_hash_computed:              887911
% 120.96/15.67  stat_lit_hash_match_found:            86643
% 120.96/15.67  stat_lit_hash_match_miss:            830186
% 120.96/15.67  stat_lit_hash_cut_ok:                     0
% 120.96/15.67  stat_lit_strong_cut_ok:                   0
% 120.96/15.67  stat_lit_hash_subsume_ok:             85818
% 120.96/15.67  clqueue els 10000000 used 1
% 120.96/15.67  clactive els 10000000 used 723
% 120.96/15.67  clactivesubsume els 10000000 used 4309
% 120.96/15.67  queue_termbuf els 200000000 used 47865633
% 120.96/15.67  hyper_termbuf els 100000000 used 1
% 120.96/15.67  active_termbuf els 100000000 used 38765
% 120.96/15.67  varstack els 5000 last used 1
% 120.96/15.67  given_termbuf els 10000000 last used 56
% 120.96/15.67  simplified_termbuf els 10000000 last used 1
% 120.96/15.67  derived_termbuf els 10000000 last used 3
% 120.96/15.67  wr_mallocs: 296302
% 120.96/15.67  wr_callocs: 19
% 120.96/15.67  wr_reallocs: 82177
% 120.96/15.67  wr_frees: 2
% 120.96/15.67  wr_malloc_bytes: 4176688180
% 120.96/15.67  wr_calloc_bytes: 96065504
% 120.96/15.67  wr_realloc_bytes: 14962760
% 120.96/15.67  wr_realloc_freebytes: 0
% 120.96/15.67  ----------------------------------
%------------------------------------------------------------------------------