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

View Problem - Process Solution

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

% Computer : n010.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:20 EDT 2023

% Result   : Unsatisfiable 26.06s 3.79s
% Output   : CNFRefutation 26.06s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named right_division_multiply)

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

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

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

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

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

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

cnf('7',plain,
    multiply(multiply(X,right_division(Y,X)),X) = multiply(X,Y),
    inference(paramodulation,[],['2','6']) ).

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

cnf('9',plain,
    left_division(right_division(X,Y),X) = Y,
    inference(paramodulation,[],['2','8']) ).

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

cnf('11',plain,
    multiply(multiply(multiply(X3,Y3),X3),left_division(X3,Z3)) = multiply(X3,multiply(Y3,Z3)),
    inference(paramodulation,[],['10','4']) ).

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

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

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

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

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

cnf('17',plain,
    left_division(X3,X3) = multiply(right_inverse(X3),X3),
    inference(paramodulation,[],['16','8']) ).

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

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

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

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

cnf('22',plain,
    right_division(identity,X) = left_inverse(X),
    inference(paramodulation,[],['21','1']) ).

cnf('23',plain,
    left_inverse(X) = right_inverse(X),
    inference(simplify,[],['20','22']) ).

cnf('24',plain,
    multiply(multiply(multiply(X,Y),X),left_inverse(X)) = multiply(X,Y),
    inference(simplify,[then_simplify],['13','23','3']) ).

cnf('25',plain,
    multiply(multiply(X3,Y3),left_inverse(Y3)) = multiply(Y3,left_division(Y3,X3)),
    inference(paramodulation,[],['10','24']) ).

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

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

cnf('28',plain,
    left_division(X,Y) = left_inverse(left_division(Y,X)),
    inference(paramodulation,[],['10','27']) ).

cnf('29',plain,
    multiply(X,left_inverse(Y)) = right_division(X,Y),
    inference(paramodulation,[],['2','26']) ).

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

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

cnf('32',plain,
    right_division(multiply(multiply(X3,Y3),X3),Z3) = multiply(X3,multiply(Y3,right_division(X3,Z3))),
    inference(paramodulation,[],['9','31']) ).

cnf('33',plain,
    multiply(multiply(identity,X3),Y3) = multiply(X3,multiply(right_inverse(X3),multiply(X3,Y3))),
    inference(paramodulation,[],['12','4']) ).

cnf('34',plain,
    multiply(X,Y) = multiply(X,multiply(left_inverse(X),multiply(X,Y))),
    inference(simplify,[then_simplify],['33','15','23']) ).

cnf('35',plain,
    left_division(X3,multiply(X3,Y3)) = multiply(left_inverse(X3),multiply(X3,Y3)),
    inference(paramodulation,[],['34','8']) ).

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

cnf('37',plain,
    right_division(X,multiply(Y,X)) = left_inverse(Y),
    inference(paramodulation,[],['36','1']) ).

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

cnf('39',plain,
    right_division(X,left_inverse(Y)) = multiply(X,Y),
    inference(paramodulation,[],['26','1']) ).

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

cnf('41',plain,
    right_division(multiply(multiply(X,Y),X),Z) = right_division(X,right_division(right_division(Z,X),Y)),
    inference(simplify,[then_simplify],['32','40','40']) ).

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

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

cnf('44',plain,
    right_division(right_division(X,right_division(Y,Z)),right_division(Z,Y)) = X,
    inference(simplify,[then_simplify],['43','40','40']) ).

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

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

cnf('47',plain,
    multiply(X3,right_division(right_division(Y3,X3),Z3)) = right_division(multiply(X3,Y3),multiply(Z3,X3)),
    inference(paramodulation,[],['46','2']) ).

cnf('48',plain,
    right_division(X,right_division(Y,right_division(Z,X))) = right_division(multiply(X,Z),multiply(Y,X)),
    inference(simplify,[],['47','40']) ).

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

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

cnf('51',plain,
    left_division(right_division(X,Y),multiply(X,multiply(Z,X))) = multiply(multiply(Y,Z),X),
    inference(paramodulation,[],['1','50']) ).

cnf('52',plain,
    multiply(multiply(X3,Y3),Z3) = multiply(X3,multiply(right_division(Y3,X3),multiply(X3,Z3))),
    inference(paramodulation,[],['7','4']) ).

cnf('53',plain,
    left_division(X,Y) = multiply(left_inverse(X),Y),
    inference(paramodulation,[],['10','36']) ).

cnf('54',plain,
    left_division(right_division(X,Y),Z) = multiply(right_division(Y,X),Z),
    inference(paramodulation,[],['38','53']) ).

cnf('55',plain,
    multiply(multiply(X,Y),Z) = right_division(X,left_division(multiply(X,Z),right_division(X,Y))),
    inference(simplify,[then_simplify],['52','54','30']) ).

cnf('56',plain,
    multiply(multiply(X3,left_division(Y3,Z3)),left_division(Z3,Y3)) = X3,
    inference(paramodulation,[],['28','26']) ).

cnf('57',plain,
    right_division(right_division(X,left_division(Y,Z)),left_division(Z,Y)) = X,
    inference(simplify,[then_simplify],['56','30','30']) ).

cnf('58',plain,
    right_division(multiply(multiply(X,Y),Z),left_division(right_division(X,Y),multiply(X,Z))) = X,
    inference(paramodulation,[],['55','57']) ).

cnf('59',plain,
    right_division(multiply(multiply(X,Y),multiply(Z,X)),multiply(multiply(Y,Z),X)) = X,
    inference(paramodulation,[],['51','58']) ).

cnf('60',plain,
    multiply(x,multiply(multiply(y,z),x)) != multiply(multiply(x,y),multiply(z,x)),
    inference(cnf_transformation,[],[prove_moufang4]) ).

cnf('61',plain,
    $false,
    inference(paramodulation,[then_simplify],['59','2','60']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GRP205-1 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n010.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue Aug 29 00:16:19 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.39  
% 0.13/0.39  input clause set summed statistics:
% 0.13/0.39  ----------------------------------
% 0.13/0.39  in_clause_count:                    10
% 0.13/0.39  in_rule_clause_count:               10
% 0.13/0.39  in_fact_clause_count:                0
% 0.13/0.39  in_answer_clause_count:              0
% 0.13/0.39  in_ground_clause_count:              1
% 0.13/0.39  in_unit_clause_count:               10
% 0.13/0.39  in_horn_clause_count:               10
% 0.13/0.39  in_pos_clause_count:                 9
% 0.13/0.39  in_neg_clause_count:                 1
% 0.13/0.39  in_poseq_clause_count:               9
% 0.13/0.39  in_negeq_clause_count:               1
% 0.13/0.39  in_unitposeq_clause_count:           9
% 0.13/0.39  in_chain_clause_count:               0
% 0.13/0.39  in_min_length:             1
% 0.13/0.39  in_max_length:             1
% 0.13/0.39  in_min_depth:              2
% 0.13/0.39  in_max_depth:              4
% 0.13/0.39  in_min_size:               5
% 0.13/0.39  in_max_size:              15
% 0.13/0.39  in_min_vars:               0
% 0.13/0.39  in_max_vars:               3
% 0.13/0.39  in_extaxiom_count:                 0
% 0.13/0.39  in_axiom_count:                    9
% 0.13/0.39  in_assumption_count:               0
% 0.13/0.39  in_goal_count:                     1
% 0.13/0.39  in_neg_goal_count:                 1
% 0.13/0.39  in_pos_goal_count:                 0
% 0.13/0.39  in_posunit_goal_count:             0
% 0.13/0.39  
% 0.13/0.39  auto guide:
% 0.13/0.39  -----------
% 0.13/0.39  {
% 0.13/0.39  "print":1,
% 0.13/0.39  "print_level": 15,
% 0.13/0.39  "max_size": 0,
% 0.13/0.39  "max_depth": 0,
% 0.13/0.39  "max_length": 0,
% 0.13/0.39  "max_dseconds": 0,
% 0.13/0.39  "runs":[
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.13/0.39  
% 0.13/0.39  ]}
% 0.13/0.39  
% 0.13/0.39  
% 0.13/0.39  **** run 1 fork 0 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 2 fork 1 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 3 fork 2 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.13/0.39  
% 0.13/0.39  **** run 4 fork 3 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.13/0.39  
% 0.13/0.39  **** run 5 fork 4 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.13/0.39  
% 0.13/0.39  **** run 6 fork 5 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.13/0.39  
% 0.13/0.39  **** run 7 fork 6 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.13/0.39  
% 0.13/0.39  **** run 8 fork 7 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 7: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 0: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 3: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 5: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 16 fork 7 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 15 fork 6 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.55  
% 0.20/0.55  **** run 9 fork 0 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.55  
% 0.20/0.55  **** run 14 fork 5 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.55  
% 0.20/0.55  **** run 12 fork 3 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.55  
% 0.20/0.55  **** run 13 fork 4 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.55  
% 0.20/0.55  **** run 11 fork 2 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 7: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 1: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 6: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 5: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 0: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 3: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 4: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 2: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 24 fork 7 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.69  
% 0.20/0.69  **** run 23 fork 6 starts with strategy
% 0.20/0.69  
% 0.20/0.69  **** run 17 fork 0 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.69  
% 0.20/0.69  **** run 22 fork 5 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.69  
% 0.20/0.69  **** run 20 fork 3 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.69  
% 0.20/0.69  **** run 21 fork 4 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.70  
% 0.20/0.70  **** run 19 fork 2 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.82  
% 0.20/0.82  
% 0.20/0.82  fork 1: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  
% 0.20/0.82  fork 6: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  
% 0.20/0.82  fork 0: search terminated without proof.
% 0.20/0.83  
% 0.20/0.83  
% 0.20/0.83  fork 5: search terminated without proof.
% 0.20/0.83  
% 0.20/0.83  
% 0.20/0.83  fork 2: search terminated without proof.
% 0.20/0.84  
% 0.20/0.84  **** run 26 fork 1 starts with strategy
% 0.20/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.84  
% 0.20/0.84  
% 0.20/0.84  fork 4: search terminated without proof.
% 0.20/0.84  
% 0.20/0.84  **** run 31 fork 6 starts with strategy
% 0.20/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.84  
% 0.20/0.84  **** run 25 fork 0 starts with strategy
% 0.20/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.85  
% 0.20/0.85  
% 0.20/0.85  fork 7: search terminated without proof.
% 0.20/0.85  
% 0.20/0.85  **** run 30 fork 5 starts with strategy
% 0.20/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.86  
% 0.20/0.86  **** run 27 fork 2 starts with strategy
% 0.20/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.62/0.87  
% 3.62/0.87  **** run 29 fork 4 starts with strategy
% 3.62/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.62/0.88  
% 3.62/0.88  **** run 32 fork 7 starts with strategy
% 3.62/0.88  {"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.62/0.88  
% 3.62/0.88  
% 3.62/0.88  fork 3: search terminated without proof.
% 3.62/0.90  
% 3.62/0.90  **** run 28 fork 3 starts with strategy
% 3.62/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 4.41/0.96  
% 4.41/0.96  
% 4.41/0.96  fork 1: search terminated without proof.
% 4.41/0.96  
% 4.41/0.96  
% 4.41/0.96  fork 6: search terminated without proof.
% 4.41/0.97  
% 4.41/0.97  
% 4.41/0.97  fork 0: search terminated without proof.
% 4.41/0.97  
% 4.41/0.97  
% 4.41/0.97  fork 5: search terminated without proof.
% 4.41/0.98  
% 4.41/0.98  
% 4.41/0.98  fork 2: search terminated without proof.
% 4.41/0.98  
% 4.41/0.98  **** run 39 fork 6 starts with strategy
% 4.41/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.41/0.98  
% 4.41/0.98  **** run 34 fork 1 starts with strategy
% 4.41/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.41/0.99  
% 4.41/0.99  **** run 33 fork 0 starts with strategy
% 4.41/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.41/0.99  
% 4.41/0.99  
% 4.41/0.99  fork 4: search terminated without proof.
% 4.41/1.00  
% 4.41/1.00  **** run 38 fork 5 starts with strategy
% 4.41/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.91/1.00  
% 4.91/1.00  
% 4.91/1.00  fork 7: search terminated without proof.
% 4.91/1.00  
% 4.91/1.00  **** run 35 fork 2 starts with strategy
% 4.91/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.91/1.02  
% 4.91/1.02  **** run 37 fork 4 starts with strategy
% 4.91/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.91/1.02  
% 4.91/1.02  
% 4.91/1.02  fork 3: search terminated without proof.
% 4.91/1.03  
% 4.91/1.03  **** run 40 fork 7 starts with strategy
% 4.91/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.91/1.04  
% 4.91/1.04  **** run 36 fork 3 starts with strategy
% 4.91/1.04  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 5.40/1.10  
% 5.40/1.10  
% 5.40/1.10  fork 6: search terminated without proof.
% 5.40/1.11  
% 5.40/1.11  
% 5.40/1.11  fork 1: search terminated without proof.
% 5.40/1.11  
% 5.40/1.11  
% 5.40/1.11  fork 0: search terminated without proof.
% 5.40/1.12  
% 5.40/1.12  
% 5.40/1.12  fork 5: search terminated without proof.
% 5.40/1.12  
% 5.40/1.12  **** run 47 fork 6 starts with strategy
% 5.40/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.40/1.13  
% 5.40/1.13  
% 5.40/1.13  fork 2: search terminated without proof.
% 5.40/1.13  
% 5.40/1.13  **** run 42 fork 1 starts with strategy
% 5.40/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.40/1.13  
% 5.40/1.13  **** run 41 fork 0 starts with strategy
% 5.40/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.40/1.14  
% 5.40/1.14  
% 5.40/1.14  fork 4: search terminated without proof.
% 5.40/1.15  
% 5.40/1.15  **** run 46 fork 5 starts with strategy
% 5.40/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.40/1.15  
% 5.40/1.15  
% 5.40/1.15  fork 7: search terminated without proof.
% 5.40/1.15  
% 5.40/1.15  **** run 43 fork 2 starts with strategy
% 5.40/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.17/1.16  
% 6.17/1.16  **** run 45 fork 4 starts with strategy
% 6.17/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 6.17/1.16  
% 6.17/1.16  
% 6.17/1.16  fork 3: search terminated without proof.
% 6.17/1.17  
% 6.17/1.17  fork 5: search finished without proof.
% 6.17/1.17  
% 6.17/1.17  **** run 48 fork 7 starts with strategy
% 6.17/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.17/1.18  
% 6.17/1.18  fork 2: search finished without proof.
% 6.17/1.18  
% 6.17/1.18  **** run 44 fork 3 starts with strategy
% 6.17/1.18  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.46/1.19  
% 6.46/1.19  **** run 54 fork 5 starts with strategy
% 6.46/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.46/1.20  
% 6.46/1.20  **** run 51 fork 2 starts with strategy
% 6.46/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.46/1.22  
% 6.46/1.22  fork 2: search finished without proof.
% 6.81/1.24  
% 6.81/1.24  **** run 59 fork 2 starts with strategy
% 6.81/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.81/1.24  
% 6.81/1.24  
% 6.81/1.24  fork 6: search terminated without proof.
% 6.81/1.25  
% 6.81/1.25  
% 6.81/1.25  fork 0: search terminated without proof.
% 6.81/1.25  
% 6.81/1.25  
% 6.81/1.25  fork 1: search terminated without proof.
% 6.81/1.26  
% 6.81/1.26  **** run 55 fork 6 starts with strategy
% 6.81/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.81/1.27  
% 6.81/1.27  **** run 49 fork 0 starts with strategy
% 6.81/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.81/1.27  
% 6.81/1.27  **** run 50 fork 1 starts with strategy
% 6.81/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.81/1.28  
% 6.81/1.28  
% 6.81/1.28  fork 4: search terminated without proof.
% 6.81/1.30  
% 6.81/1.30  
% 6.81/1.30  fork 7: search terminated without proof.
% 7.32/1.31  
% 7.32/1.31  **** run 53 fork 4 starts with strategy
% 7.32/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.32/1.31  
% 7.32/1.31  
% 7.32/1.31  fork 3: search terminated without proof.
% 7.32/1.31  
% 7.32/1.31  
% 7.32/1.31  fork 5: search terminated without proof.
% 7.32/1.32  
% 7.32/1.32  **** run 56 fork 7 starts with strategy
% 7.32/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.32/1.33  
% 7.32/1.33  **** run 52 fork 3 starts with strategy
% 7.32/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.32/1.34  
% 7.32/1.34  **** run 62 fork 5 starts with strategy
% 7.32/1.34  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.77/1.36  
% 7.77/1.36  
% 7.77/1.36  fork 2: search terminated without proof.
% 7.77/1.38  
% 7.77/1.38  **** run 67 fork 2 starts with strategy
% 7.77/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.77/1.38  
% 7.77/1.38  
% 7.77/1.38  fork 6: search terminated without proof.
% 7.77/1.39  
% 7.77/1.39  
% 7.77/1.39  fork 0: search terminated without proof.
% 7.77/1.39  
% 7.77/1.39  
% 7.77/1.39  fork 1: search terminated without proof.
% 7.77/1.40  
% 7.77/1.40  **** run 63 fork 6 starts with strategy
% 7.77/1.40  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.77/1.41  
% 7.77/1.41  **** run 57 fork 0 starts with strategy
% 7.77/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.77/1.42  
% 7.77/1.42  **** run 58 fork 1 starts with strategy
% 7.77/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.77/1.43  
% 7.77/1.43  
% 7.77/1.43  fork 4: search terminated without proof.
% 7.77/1.44  
% 7.77/1.44  
% 7.77/1.44  fork 7: search terminated without proof.
% 7.77/1.45  
% 7.77/1.45  
% 7.77/1.45  fork 3: search terminated without proof.
% 7.77/1.45  
% 7.77/1.45  **** run 61 fork 4 starts with strategy
% 7.77/1.45  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.77/1.46  
% 7.77/1.46  
% 7.77/1.46  fork 5: search terminated without proof.
% 7.77/1.47  
% 7.77/1.47  **** run 64 fork 7 starts with strategy
% 7.77/1.47  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.77/1.47  
% 7.77/1.47  **** run 60 fork 3 starts with strategy
% 7.77/1.47  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.77/1.48  
% 7.77/1.48  **** run 70 fork 5 starts with strategy
% 7.77/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.77/1.51  
% 7.77/1.51  
% 7.77/1.51  fork 2: search terminated without proof.
% 7.77/1.53  
% 7.77/1.53  
% 7.77/1.53  fork 6: search terminated without proof.
% 7.77/1.53  
% 7.77/1.53  **** run 75 fork 2 starts with strategy
% 7.77/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 7.77/1.54  
% 7.77/1.54  
% 7.77/1.54  fork 0: search terminated without proof.
% 7.77/1.55  
% 7.77/1.55  **** run 71 fork 6 starts with strategy
% 7.77/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 7.77/1.56  
% 7.77/1.56  **** run 65 fork 0 starts with strategy
% 7.77/1.56  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 7.77/1.56  
% 7.77/1.56  
% 7.77/1.56  fork 1: search terminated without proof.
% 7.77/1.57  
% 7.77/1.57  
% 7.77/1.57  fork 4: search terminated without proof.
% 7.77/1.58  
% 7.77/1.58  **** run 66 fork 1 starts with strategy
% 7.77/1.58  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.36/1.59  
% 9.36/1.59  **** run 69 fork 4 starts with strategy
% 9.36/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.36/1.59  
% 9.36/1.59  
% 9.36/1.59  fork 3: search terminated without proof.
% 9.36/1.61  
% 9.36/1.61  **** run 68 fork 3 starts with strategy
% 9.36/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.78/1.63  
% 9.78/1.63  
% 9.78/1.63  fork 7: search terminated without proof.
% 9.78/1.65  
% 9.78/1.65  
% 9.78/1.65  fork 5: search terminated without proof.
% 9.78/1.65  
% 9.78/1.65  **** run 72 fork 7 starts with strategy
% 9.78/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.78/1.66  
% 9.78/1.66  
% 9.78/1.66  fork 2: search terminated without proof.
% 10.11/1.67  
% 10.11/1.67  **** run 78 fork 5 starts with strategy
% 10.11/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 10.11/1.67  
% 10.11/1.67  **** run 83 fork 2 starts with strategy
% 10.11/1.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.11/1.67  
% 10.11/1.67  
% 10.11/1.67  fork 6: search terminated without proof.
% 10.11/1.68  
% 10.11/1.68  
% 10.11/1.68  fork 0: search terminated without proof.
% 10.11/1.69  
% 10.11/1.69  **** run 79 fork 6 starts with strategy
% 10.11/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.11/1.70  
% 10.11/1.70  **** run 73 fork 0 starts with strategy
% 10.11/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.11/1.70  
% 10.11/1.70  
% 10.11/1.70  fork 1: search terminated without proof.
% 10.11/1.72  
% 10.11/1.72  
% 10.11/1.72  fork 4: search terminated without proof.
% 10.11/1.72  
% 10.11/1.72  **** run 74 fork 1 starts with strategy
% 10.11/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.11/1.74  
% 10.11/1.74  **** run 77 fork 4 starts with strategy
% 10.11/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.69/1.74  
% 10.69/1.74  
% 10.69/1.74  fork 3: search terminated without proof.
% 10.69/1.76  
% 10.69/1.76  **** run 76 fork 3 starts with strategy
% 10.69/1.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.96/1.78  
% 10.96/1.78  
% 10.96/1.78  fork 7: search terminated without proof.
% 10.96/1.79  
% 10.96/1.79  
% 10.96/1.79  fork 5: search terminated without proof.
% 10.96/1.80  
% 10.96/1.80  **** run 80 fork 7 starts with strategy
% 10.96/1.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.96/1.81  
% 10.96/1.81  **** run 86 fork 5 starts with strategy
% 10.96/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.96/1.82  
% 10.96/1.82  
% 10.96/1.82  fork 6: search terminated without proof.
% 10.96/1.82  
% 10.96/1.82  
% 10.96/1.82  fork 0: search terminated without proof.
% 11.45/1.84  
% 11.45/1.84  **** run 87 fork 6 starts with strategy
% 11.45/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.45/1.84  
% 11.45/1.84  **** run 81 fork 0 starts with strategy
% 11.45/1.84  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.45/1.85  
% 11.45/1.85  
% 11.45/1.85  fork 1: search terminated without proof.
% 11.64/1.86  
% 11.64/1.86  
% 11.64/1.86  fork 4: search terminated without proof.
% 11.64/1.87  
% 11.64/1.87  **** run 82 fork 1 starts with strategy
% 11.64/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.64/1.88  
% 11.64/1.88  **** run 85 fork 4 starts with strategy
% 11.64/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.64/1.88  
% 11.64/1.88  
% 11.64/1.88  fork 3: search terminated without proof.
% 11.64/1.90  
% 11.64/1.90  **** run 84 fork 3 starts with strategy
% 11.64/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.19/1.93  
% 12.19/1.93  
% 12.19/1.93  fork 7: search terminated without proof.
% 12.19/1.95  
% 12.19/1.95  **** run 88 fork 7 starts with strategy
% 12.19/1.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 12.52/1.97  
% 12.52/1.97  
% 12.52/1.97  fork 0: search terminated without proof.
% 12.52/1.99  
% 12.52/1.99  **** run 89 fork 0 starts with strategy
% 12.52/1.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.00/2.70  
% 18.00/2.70  
% 18.00/2.70  fork 2: search terminated without proof.
% 18.62/2.74  
% 18.62/2.74  **** run 91 fork 2 starts with strategy
% 18.62/2.74  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.62/2.86  
% 18.62/2.86  
% 18.62/2.86  fork 6: search terminated without proof.
% 18.62/2.88  
% 18.62/2.88  
% 18.62/2.88  fork 5: search terminated without proof.
% 19.49/2.92  
% 19.49/2.92  **** run 95 fork 6 starts with strategy
% 19.49/2.92  {"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}
% 19.49/2.92  
% 19.49/2.92  
% 19.49/2.92  fork 1: search terminated without proof.
% 19.49/2.92  
% 19.49/2.92  
% 19.49/2.92  fork 3: search terminated without proof.
% 19.49/2.94  
% 19.49/2.94  
% 19.49/2.94  fork 4: search terminated without proof.
% 20.16/2.95  
% 20.16/2.95  **** run 94 fork 5 starts with strategy
% 20.16/2.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 20.34/2.98  
% 20.34/2.98  **** run 90 fork 1 starts with strategy
% 20.34/2.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.34/2.99  
% 20.34/2.99  **** run 92 fork 3 starts with strategy
% 20.34/2.99  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.34/3.00  
% 20.34/3.00  
% 20.34/3.00  fork 7: search terminated without proof.
% 20.34/3.01  
% 20.34/3.01  **** run 93 fork 4 starts with strategy
% 20.34/3.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.96/3.05  
% 20.96/3.05  
% 20.96/3.05  fork 0: search terminated without proof.
% 20.96/3.05  
% 20.96/3.05  **** run 96 fork 7 starts with strategy
% 20.96/3.05  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.96/3.10  
% 20.96/3.10  **** run 97 fork 0 starts with strategy
% 20.96/3.10  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 26.06/3.78  
% 26.06/3.78  
% 26.06/3.78  fork 2: search terminated without proof.
% 26.06/3.79  
% 26.06/3.79  
% 26.06/3.79  result: proof found
% 26.06/3.79  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 26.06/3.79  by run 94 fork 5 strategy {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 26.06/3.79  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 26.06/3.79  
% 26.06/3.79  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 26.06/3.79  
% 26.06/3.79  run 94 fork 5 statistics:
% 26.06/3.79  ----------------------------------
% 26.06/3.79  this run seconds: 0.609592
% 26.06/3.79  total seconds: 3.094023
% 26.06/3.79  stat_given_used: 415
% 26.06/3.79  stat_given_used_at_endgame: 0
% 26.06/3.79  stat_given_candidates:   6420
% 26.06/3.79  stat_given_candidates_at_endgame: 0
% 26.06/3.79  stat_given_candidates_h: 0
% 26.06/3.79  stat_binres_derived_cl:   0
% 26.06/3.79  stat_binres_derived_cl_h: 0
% 26.06/3.79  stat_factor_derived_cl: 0
% 26.06/3.79  stat_para_derived_cl: 100332
% 26.06/3.79  stat_tautologies_discarded: 0
% 26.06/3.79  stat_forward_subsumed: 4483
% 26.06/3.79  stat_derived_cut: 1
% 26.06/3.79  stat_derived_rewritten: 291
% 26.06/3.79  stat_weight_discarded_building: 0
% 26.06/3.79  stat_weight_discarded_cl: 11432
% 26.06/3.79  stat_internlimit_discarded_cl: 0
% 26.06/3.79  stat_simplified:  291 simplified 0 derived 0 given
% 26.06/3.79  stat_kept_cl: 83450
% 26.06/3.79  stat_built_cl: 96003
% 26.06/3.79  stat_hyperres_partial_cl: 0
% 26.06/3.79  stat_made_rewriters: 353
% 26.06/3.79  stat_backward_subsumed: 0
% 26.06/3.79  stat_propagated_subsumed: 0
% 26.06/3.79  stat_clsubs_attempted:                     14770
% 26.06/3.79  stat_clsubs_fact_groundunit_found:             0
% 26.06/3.79  stat_clsubs_rule_groundunit_found:             1
% 26.06/3.79  stat_clsubs_top_meta_attempted:             106275
% 26.06/3.79  stat_clsubs_top_meta_failed:                 91505
% 26.06/3.79  stat_clsubs_top_meta_nonpref_attempted:              106275
% 26.06/3.79  stat_clsubs_top_meta_nonpref_succeeded:               68114
% 26.06/3.79  stat_clsubs_top_meta_pref_attempted:                  68114
% 26.06/3.79  stat_clsubs_top_meta_pref1_succeeded:                 68114
% 26.06/3.79  stat_clsubs_top_meta_pref2_succeeded:                 25497
% 26.06/3.79  stat_clsubs_top_meta_pref3_succeeded:                 14770
% 26.06/3.79  stat_clsubs_top_meta_pref_succeeded:                  14770
% 26.06/3.79  stat_clsubs_meta_attempted:                14770
% 26.06/3.79  stat_clsubs_meta_failed:                     365
% 26.06/3.79  stat_clsubs_predsymbs_attempted:               0
% 26.06/3.79  stat_clsubs_unit_attempted:                14770
% 26.06/3.79  stat_clsubs_full_attempted:                    0
% 26.06/3.79  stat_forwardsubs_attempted:                99366
% 26.06/3.79  stat_lit_hash_added:                  83463
% 26.06/3.79  stat_lit_hash_computed:              183689
% 26.06/3.79  stat_lit_hash_match_found:             4788
% 26.06/3.79  stat_lit_hash_match_miss:            190612
% 26.06/3.79  stat_lit_hash_cut_ok:                     0
% 26.06/3.79  stat_lit_strong_cut_ok:                   1
% 26.06/3.79  stat_lit_hash_subsume_ok:              4483
% 26.06/3.79  clqueue els 10000000 used 1
% 26.06/3.79  clactive els 10000000 used 416
% 26.06/3.79  clactivesubsume els 10000000 used 2473
% 26.06/3.79  queue_termbuf els 200000000 used 8596830
% 26.06/3.79  hyper_termbuf els 100000000 used 1
% 26.06/3.79  active_termbuf els 100000000 used 20227
% 26.06/3.79  varstack els 5000 last used 1
% 26.06/3.79  given_termbuf els 10000000 last used 1
% 26.06/3.79  simplified_termbuf els 10000000 last used 1
% 26.06/3.79  derived_termbuf els 10000000 last used 65
% 26.06/3.79  wr_mallocs: 318028
% 26.06/3.79  wr_callocs: 21
% 26.06/3.79  wr_reallocs: 8258
% 26.06/3.79  wr_frees: 2
% 26.06/3.79  wr_malloc_bytes: 4173975076
% 26.06/3.79  wr_calloc_bytes: 112065536
% 26.06/3.79  wr_realloc_bytes: 2442920
% 26.06/3.79  wr_realloc_freebytes: 0
% 26.06/3.79  ----------------------------------
%------------------------------------------------------------------------------