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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : HEN010-1 : TPTP v8.1.2. Released v1.0.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 01:55:45 EDT 2023

% Result   : Unsatisfiable 20.21s 3.03s
% Output   : CNFRefutation 20.21s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_quotient_property')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ quotient(X,Y,Z)
    | ~ quotient(U,V,W)
    | ~ quotient(X2006,V,Y)
    | ~ quotient(X2007,V,X)
    | ~ quotient(X2007,X2006,U)
    | less_equal(Z,W) ),
    inference(cnf_transformation,[],['$inc_quotient_property']) ).

cnf('2',plain,
    quotient(X,Y,divide(X,Y)),
    inference(cnf_transformation,[],['$inc_closure']) ).

cnf('3',plain,
    ( less_equal(divide(X,Y),Z)
    | ~ quotient(U,V,W)
    | ~ quotient(U,X2006,X)
    | ~ quotient(V,X2006,Y)
    | ~ quotient(W,X2006,Z) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    ( ~ quotient(divide(X,Y),Z,U)
    | less_equal(divide(V,W),U)
    | ~ quotient(Y,Z,W)
    | ~ quotient(X,Z,V) ),
    inference(resolution,[],['3','2']) ).

cnf('5',plain,
    ( quotient(X,Y,zero)
    | ~ less_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_quotient_less_equal']) ).

cnf('6',plain,
    ( ~ quotient(X,Y,Z)
    | less_equal(Z,X) ),
    inference(cnf_transformation,[],['$inc_divisor_existence']) ).

cnf('7',plain,
    less_equal(divide(X,Y),X),
    inference(resolution,[],['6','2']) ).

cnf('8',plain,
    quotient(divide(X,Y),X,zero),
    inference(resolution,[],['5','7']) ).

cnf('9',plain,
    ( less_equal(divide(X,Y),zero)
    | ~ quotient(Z,Z,X)
    | ~ quotient(U,Z,Y) ),
    inference(resolution,[],['4','8']) ).

cnf('10',plain,
    ( less_equal(divide(divide(X,X),Y),zero)
    | ~ quotient(Z,X,Y) ),
    inference(resolution,[],['9','2']) ).

cnf('11',plain,
    less_equal(divide(divide(X,X),zero),zero),
    inference(resolution,[],['10','8']) ).

cnf('12',plain,
    ( ~ less_equal(X,Y)
    | ~ less_equal(Y,X)
    | Y = X ),
    inference(cnf_transformation,[],['$inc_less_equal_and_equal']) ).

cnf('13',plain,
    less_equal(zero,X),
    inference(cnf_transformation,[],['$inc_zero_is_smallest']) ).

cnf('14',plain,
    ( ~ less_equal(X,zero)
    | X = zero ),
    inference(resolution,[],['12','13']) ).

cnf('15',plain,
    divide(divide(X,X),zero) = zero,
    inference(resolution,[],['11','14']) ).

cnf('16',plain,
    quotient(divide(X,X),zero,zero),
    inference(paramodulation,[],['15','2']) ).

cnf('17',plain,
    ( ~ quotient(X,Y,zero)
    | less_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_less_equal_quotient']) ).

cnf('18',plain,
    less_equal(divide(X,X),zero),
    inference(resolution,[],['16','17']) ).

cnf('19',plain,
    divide(X,X) = zero,
    inference(resolution,[],['18','14']) ).

cnf('20',plain,
    ( less_equal(divide(X,Y),divide(divide(Z,U),V))
    | ~ quotient(U,V,Y)
    | ~ quotient(Z,V,X) ),
    inference(resolution,[],['4','2']) ).

cnf('21',plain,
    less_equal(zero,X),
    inference(cnf_transformation,[],['$inc_zero_is_smallest']) ).

cnf('22',plain,
    quotient(zero,X,zero),
    inference(resolution,[],['5','21']) ).

cnf('23',plain,
    ( less_equal(divide(X,zero),divide(divide(Y,zero),Z))
    | ~ quotient(Y,Z,X) ),
    inference(resolution,[],['20','22']) ).

cnf('24',plain,
    less_equal(divide(divide(X,Y),zero),divide(divide(X,zero),Y)),
    inference(resolution,[],['23','2']) ).

cnf('25',plain,
    less_equal(divide(divide(X,divide(X,zero)),zero),zero),
    inference(paramodulation,[],['19','24']) ).

cnf('26',plain,
    divide(divide(X,divide(X,zero)),zero) = zero,
    inference(resolution,[],['25','14']) ).

cnf('27',plain,
    quotient(divide(X,divide(X,zero)),zero,zero),
    inference(paramodulation,[],['26','2']) ).

cnf('28',plain,
    less_equal(divide(X,divide(X,zero)),zero),
    inference(resolution,[],['27','17']) ).

cnf('29',plain,
    divide(X,divide(X,zero)) = zero,
    inference(resolution,[],['28','14']) ).

cnf('30',plain,
    quotient(X,divide(X,zero),zero),
    inference(paramodulation,[],['29','2']) ).

cnf('31',plain,
    less_equal(X,divide(X,zero)),
    inference(resolution,[],['30','17']) ).

cnf('32',plain,
    ( ~ less_equal(X,divide(X,Y))
    | X = divide(X,Y) ),
    inference(resolution,[],['12','7']) ).

cnf('33',plain,
    X = divide(X,zero),
    inference(resolution,[],['31','32']) ).

cnf('34',plain,
    quotient(idQa,idQ_idQa,idQa_Q__idQ_idQa),
    inference(cnf_transformation,[],[identity_divide_idQ_idQa]) ).

cnf('35',plain,
    ( less_equal(divide(X,Y),Z)
    | ~ quotient(idQa_Q__idQ_idQa,U,Z)
    | ~ quotient(idQ_idQa,U,Y)
    | ~ quotient(idQa,U,X) ),
    inference(resolution,[],['3','34']) ).

cnf('36',plain,
    ( less_equal(divide(X,Y),divide(idQa_Q__idQ_idQa,Z))
    | ~ quotient(idQ_idQa,Z,Y)
    | ~ quotient(idQa,Z,X) ),
    inference(resolution,[],['35','2']) ).

cnf('37',plain,
    less_equal(X,identity),
    inference(cnf_transformation,[],['$inc_identity_is_largest']) ).

cnf('38',plain,
    quotient(X,identity,zero),
    inference(resolution,[],['5','37']) ).

cnf('39',plain,
    ( less_equal(divide(X,Y),Z)
    | ~ quotient(identity,U,Y)
    | ~ quotient(zero,U,Z)
    | ~ quotient(V,U,X) ),
    inference(resolution,[],['3','38']) ).

cnf('40',plain,
    quotient(identity,a,idQa),
    inference(cnf_transformation,[],[identity_divide_a]) ).

cnf('41',plain,
    ( less_equal(divide(X,idQa),Y)
    | ~ quotient(zero,a,Y)
    | ~ quotient(Z,a,X) ),
    inference(resolution,[],['39','40']) ).

cnf('42',plain,
    ( less_equal(divide(X,idQa),zero)
    | ~ quotient(Y,a,X) ),
    inference(resolution,[],['41','22']) ).

cnf('43',plain,
    less_equal(divide(divide(X,a),idQa),zero),
    inference(resolution,[],['42','2']) ).

cnf('44',plain,
    divide(divide(X,a),idQa) = zero,
    inference(resolution,[],['43','14']) ).

cnf('45',plain,
    quotient(divide(X,a),idQa,zero),
    inference(paramodulation,[],['44','2']) ).

cnf('46',plain,
    ( less_equal(divide(X,Y),zero)
    | ~ quotient(a,idQa,Y)
    | ~ quotient(Z,idQa,X) ),
    inference(resolution,[],['4','45']) ).

cnf('47',plain,
    ( less_equal(divide(X,divide(a,idQa)),zero)
    | ~ quotient(Y,idQa,X) ),
    inference(resolution,[],['46','2']) ).

cnf('48',plain,
    quotient(identity,idQa,idQ_idQa),
    inference(cnf_transformation,[],[identity_divide_idQa]) ).

cnf('49',plain,
    less_equal(divide(idQ_idQa,divide(a,idQa)),zero),
    inference(resolution,[],['47','48']) ).

cnf('50',plain,
    divide(idQ_idQa,divide(a,idQa)) = zero,
    inference(resolution,[],['49','14']) ).

cnf('51',plain,
    quotient(idQ_idQa,divide(a,idQa),zero),
    inference(paramodulation,[],['50','2']) ).

cnf('52',plain,
    less_equal(idQ_idQa,divide(a,idQa)),
    inference(resolution,[],['51','17']) ).

cnf('53',plain,
    ( less_equal(divide(X,idQ_idQa),Y)
    | ~ quotient(zero,idQa,Y)
    | ~ quotient(Z,idQa,X) ),
    inference(resolution,[],['39','48']) ).

cnf('54',plain,
    ( less_equal(divide(X,idQ_idQa),zero)
    | ~ quotient(Y,idQa,X) ),
    inference(resolution,[],['53','22']) ).

cnf('55',plain,
    less_equal(divide(divide(X,idQa),idQ_idQa),zero),
    inference(resolution,[],['54','2']) ).

cnf('56',plain,
    divide(divide(X,idQa),idQ_idQa) = zero,
    inference(resolution,[],['55','14']) ).

cnf('57',plain,
    quotient(divide(X,idQa),idQ_idQa,zero),
    inference(paramodulation,[],['56','2']) ).

cnf('58',plain,
    less_equal(divide(X3,idQa),idQ_idQa),
    inference(resolution,[],['57','17']) ).

cnf('59',plain,
    divide(a,idQa) = idQ_idQa,
    inference(resolution,[then_simplify],['52','12','58']) ).

cnf('60',plain,
    quotient(idQ_idQa,a,zero),
    inference(paramodulation,[],['59','8']) ).

cnf('61',plain,
    ( less_equal(divide(X,zero),divide(idQa_Q__idQ_idQa,a))
    | ~ quotient(idQa,a,X) ),
    inference(resolution,[],['36','60']) ).

cnf('62',plain,
    ( less_equal(divide(X,Y),Z)
    | ~ quotient(idQ_idQa,U,Z)
    | ~ quotient(idQa,U,Y)
    | ~ quotient(identity,U,X) ),
    inference(resolution,[],['3','48']) ).

cnf('63',plain,
    ( less_equal(divide(X,Y),zero)
    | ~ quotient(idQa,a,Y)
    | ~ quotient(identity,a,X) ),
    inference(resolution,[],['60','62']) ).

cnf('64',plain,
    ( less_equal(divide(X,divide(idQa,a)),zero)
    | ~ quotient(identity,a,X) ),
    inference(resolution,[],['63','2']) ).

cnf('65',plain,
    less_equal(divide(idQa,divide(idQa,a)),zero),
    inference(resolution,[],['64','40']) ).

cnf('66',plain,
    divide(idQa,divide(idQa,a)) = zero,
    inference(resolution,[],['65','14']) ).

cnf('67',plain,
    quotient(idQa,divide(idQa,a),zero),
    inference(paramodulation,[],['66','2']) ).

cnf('68',plain,
    less_equal(idQa,divide(idQa,a)),
    inference(resolution,[],['67','17']) ).

cnf('69',plain,
    idQa = divide(idQa,a),
    inference(resolution,[],['68','32']) ).

cnf('70',plain,
    quotient(idQa,a,idQa),
    inference(paramodulation,[],['69','2']) ).

cnf('71',plain,
    less_equal(divide(idQa,zero),divide(idQa_Q__idQ_idQa,a)),
    inference(resolution,[],['61','70']) ).

cnf('72',plain,
    less_equal(idQa,divide(idQa_Q__idQ_idQa,a)),
    inference(paramodulation,[],['33','71']) ).

cnf('73',plain,
    less_equal(idQa_Q__idQ_idQa,idQa),
    inference(resolution,[],['6','34']) ).

cnf('74',plain,
    quotient(idQa_Q__idQ_idQa,idQa,zero),
    inference(resolution,[],['5','73']) ).

cnf('75',plain,
    ( less_equal(divide(X,Y),Z)
    | ~ quotient(idQa_Q__idQ_idQa,U,X)
    | ~ quotient(idQa,U,Y)
    | ~ quotient(zero,U,Z) ),
    inference(resolution,[],['3','74']) ).

cnf('76',plain,
    ( less_equal(divide(divide(idQa_Q__idQ_idQa,X),Y),Z)
    | ~ quotient(idQa,X,Y)
    | ~ quotient(zero,X,Z) ),
    inference(resolution,[],['75','2']) ).

cnf('77',plain,
    ( less_equal(divide(divide(idQa_Q__idQ_idQa,X),divide(idQa,X)),Y)
    | ~ quotient(zero,X,Y) ),
    inference(resolution,[],['76','2']) ).

cnf('78',plain,
    less_equal(divide(divide(idQa_Q__idQ_idQa,X),divide(idQa,X)),zero),
    inference(resolution,[],['77','22']) ).

cnf('79',plain,
    divide(divide(idQa_Q__idQ_idQa,X),divide(idQa,X)) = zero,
    inference(resolution,[],['78','14']) ).

cnf('80',plain,
    quotient(divide(idQa_Q__idQ_idQa,X),divide(idQa,X),zero),
    inference(paramodulation,[],['79','2']) ).

cnf('81',plain,
    less_equal(divide(idQa_Q__idQ_idQa,X),divide(idQa,X)),
    inference(resolution,[],['80','17']) ).

cnf('82',plain,
    less_equal(divide(idQa_Q__idQ_idQa,a),idQa),
    inference(paramodulation,[],['69','81']) ).

cnf('83',plain,
    divide(idQa_Q__idQ_idQa,a) = idQa,
    inference(resolution,[then_simplify],['72','12','82']) ).

cnf('84',plain,
    idQa != idQa_Q__idQ_idQa,
    inference(cnf_transformation,[],[prove_idQa_equals_idQa_Q__idQ_idQa]) ).

cnf('85',plain,
    ~ less_equal(idQa,idQa_Q__idQ_idQa),
    inference(resolution,[then_simplify],['12','73','84']) ).

cnf('86',plain,
    $false,
    inference(paramodulation,[then_simplify],['83','7','85']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : HEN010-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.16/0.34  % Computer : n029.cluster.edu
% 0.16/0.34  % Model    : x86_64 x86_64
% 0.16/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.34  % Memory   : 8042.1875MB
% 0.16/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.34  % CPULimit : 300
% 0.16/0.34  % WCLimit  : 300
% 0.16/0.34  % DateTime : Thu Aug 24 13:51:08 EDT 2023
% 0.16/0.34  % CPUTime  : 
% 0.16/0.39  
% 0.16/0.39  input clause set summed statistics:
% 0.16/0.39  ----------------------------------
% 0.16/0.39  in_clause_count:                    13
% 0.16/0.39  in_rule_clause_count:                8
% 0.16/0.39  in_fact_clause_count:                5
% 0.16/0.39  in_answer_clause_count:              0
% 0.16/0.39  in_ground_clause_count:              4
% 0.16/0.39  in_unit_clause_count:                7
% 0.16/0.39  in_horn_clause_count:               13
% 0.16/0.39  in_pos_clause_count:                 6
% 0.16/0.39  in_neg_clause_count:                 1
% 0.16/0.39  in_poseq_clause_count:               2
% 0.16/0.39  in_negeq_clause_count:               1
% 0.16/0.39  in_unitposeq_clause_count:           0
% 0.16/0.39  in_chain_clause_count:               0
% 0.16/0.39  in_min_length:             1
% 0.16/0.39  in_max_length:             6
% 0.16/0.39  in_min_depth:              1
% 0.16/0.39  in_max_depth:              2
% 0.16/0.39  in_min_size:               3
% 0.16/0.39  in_max_size:              23
% 0.16/0.39  in_min_vars:               0
% 0.16/0.39  in_max_vars:               8
% 0.16/0.39  in_extaxiom_count:                 9
% 0.16/0.39  in_axiom_count:                    0
% 0.16/0.39  in_assumption_count:               3
% 0.16/0.39  in_goal_count:                     1
% 0.16/0.39  in_neg_goal_count:                 1
% 0.16/0.39  in_pos_goal_count:                 0
% 0.16/0.39  in_posunit_goal_count:             0
% 0.16/0.39  
% 0.16/0.39  auto guide:
% 0.16/0.39  -----------
% 0.16/0.39  {
% 0.16/0.39  "print":1,
% 0.16/0.39  "print_level": 15,
% 0.16/0.39  "max_size": 0,
% 0.16/0.39  "max_depth": 0,
% 0.16/0.39  "max_length": 0,
% 0.16/0.39  "max_dseconds": 0,
% 0.16/0.39  "runs":[
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.16/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.16/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.16/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.16/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.16/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.16/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.16/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.16/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.39  
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.16/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.16/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.16/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.16/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.16/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.16/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.16/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.16/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.16/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.39  
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.16/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.16/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.16/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.16/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.16/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.16/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.16/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.16/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.16/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.16/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.16/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.39  
% 0.16/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.39  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.39  
% 0.16/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.16/0.39  
% 0.16/0.39  ]}
% 0.16/0.39  
% 0.16/0.39  
% 0.16/0.39  **** run 1 fork 0 starts with strategy
% 0.16/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.16/0.39  
% 0.16/0.39  **** run 2 fork 1 starts with strategy
% 0.16/0.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.16/0.39  
% 0.16/0.39  **** run 3 fork 2 starts with strategy
% 0.16/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.16/0.39  
% 0.16/0.39  **** run 4 fork 3 starts with strategy
% 0.16/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.16/0.39  
% 0.16/0.39  **** run 5 fork 4 starts with strategy
% 0.16/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.39  
% 0.16/0.39  **** run 6 fork 5 starts with strategy
% 0.16/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.39  
% 0.16/0.39  **** run 7 fork 6 starts with strategy
% 0.16/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.44  
% 0.19/0.44  fork 3: search finished without proof.
% 0.19/0.47  
% 0.19/0.47  **** run 12 fork 3 starts with strategy
% 0.19/0.47  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.51  
% 0.19/0.51  fork 6: search finished without proof.
% 0.19/0.51  
% 0.19/0.51  fork 5: search finished without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 2: 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 1: 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":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  fork 7: search finished without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.58  
% 0.19/0.58  fork 3: search finished without proof.
% 0.19/0.60  
% 0.19/0.60  **** run 20 fork 3 starts with strategy
% 0.19/0.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 6: search terminated without proof.
% 0.19/0.64  
% 0.19/0.64  fork 5: search finished without proof.
% 0.19/0.65  
% 0.19/0.65  fork 4: search finished without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  fork 1: search finished without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 23 fork 6 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.66  
% 0.19/0.66  **** run 22 fork 5 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.19/0.67  
% 0.19/0.67  **** run 21 fork 4 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 2: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  **** run 17 fork 0 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.68  
% 0.19/0.68  **** run 18 fork 1 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 7: search terminated without proof.
% 0.19/0.70  
% 0.19/0.70  **** run 19 fork 2 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.19/0.72  
% 0.19/0.72  **** run 24 fork 7 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.72  
% 0.19/0.72  
% 0.19/0.72  fork 3: search terminated without proof.
% 0.19/0.75  
% 0.19/0.75  **** run 28 fork 3 starts with strategy
% 0.19/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.78  
% 0.19/0.78  
% 0.19/0.78  fork 5: search terminated without proof.
% 2.95/0.80  
% 2.95/0.80  **** run 30 fork 5 starts with strategy
% 2.95/0.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.95/0.80  
% 2.95/0.80  fork 1: search finished without proof.
% 2.95/0.81  
% 2.95/0.81  
% 2.95/0.81  fork 0: search terminated without proof.
% 2.95/0.81  
% 2.95/0.81  **** run 26 fork 1 starts with strategy
% 2.95/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 2.95/0.82  
% 2.95/0.82  
% 2.95/0.82  fork 4: search terminated without proof.
% 2.95/0.83  
% 2.95/0.83  **** run 25 fork 0 starts with strategy
% 2.95/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 2.95/0.85  
% 2.95/0.85  
% 2.95/0.85  fork 7: search terminated without proof.
% 2.95/0.85  
% 2.95/0.85  **** run 29 fork 4 starts with strategy
% 2.95/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.95/0.86  
% 2.95/0.86  
% 2.95/0.86  fork 2: search terminated without proof.
% 2.95/0.87  
% 2.95/0.87  
% 2.95/0.87  fork 6: search terminated without proof.
% 2.95/0.87  
% 2.95/0.87  **** run 32 fork 7 starts with strategy
% 2.95/0.87  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 2.95/0.87  
% 2.95/0.87  fork 3: search finished without proof.
% 2.95/0.88  
% 2.95/0.88  **** run 27 fork 2 starts with strategy
% 2.95/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 2.95/0.89  
% 2.95/0.89  **** run 31 fork 6 starts with strategy
% 2.95/0.89  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.89/0.90  
% 3.89/0.90  **** run 36 fork 3 starts with strategy
% 3.89/0.90  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 3.89/0.91  
% 3.89/0.91  fork 7: search finished without proof.
% 3.89/0.93  
% 3.89/0.93  
% 3.89/0.93  fork 5: search terminated without proof.
% 3.89/0.93  
% 3.89/0.93  **** run 40 fork 7 starts with strategy
% 3.89/0.93  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 3.89/0.94  
% 3.89/0.94  fork 1: search finished without proof.
% 3.89/0.95  
% 3.89/0.95  **** run 38 fork 5 starts with strategy
% 3.89/0.95  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 3.89/0.95  
% 3.89/0.95  fork 0: search finished without proof.
% 3.89/0.95  
% 3.89/0.95  **** run 34 fork 1 starts with strategy
% 3.89/0.95  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 3.89/0.96  
% 3.89/0.96  **** run 33 fork 0 starts with strategy
% 3.89/0.96  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 3.89/0.98  
% 3.89/0.98  
% 3.89/0.98  fork 4: search terminated without proof.
% 4.73/1.00  
% 4.73/1.00  **** run 37 fork 4 starts with strategy
% 4.73/1.00  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.73/1.00  
% 4.73/1.00  
% 4.73/1.00  fork 2: search terminated without proof.
% 4.83/1.01  
% 4.83/1.01  
% 4.83/1.01  fork 6: search terminated without proof.
% 4.83/1.02  
% 4.83/1.02  fork 3: search finished without proof.
% 4.83/1.02  
% 4.83/1.02  **** run 35 fork 2 starts with strategy
% 4.83/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.83/1.03  
% 4.83/1.03  **** run 39 fork 6 starts with strategy
% 4.83/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.83/1.04  
% 4.83/1.04  **** run 44 fork 3 starts with strategy
% 4.83/1.04  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.83/1.05  
% 4.83/1.05  fork 7: search finished without proof.
% 4.83/1.07  
% 4.83/1.07  **** run 48 fork 7 starts with strategy
% 4.83/1.07  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 4.83/1.07  
% 4.83/1.07  
% 4.83/1.07  fork 5: search terminated without proof.
% 4.83/1.07  
% 4.83/1.07  fork 1: search finished without proof.
% 4.83/1.08  
% 4.83/1.08  fork 3: search finished without proof.
% 4.83/1.08  
% 4.83/1.08  **** run 42 fork 1 starts with strategy
% 4.83/1.08  
% 4.83/1.08  **** run 46 fork 5 starts with strategy
% 4.83/1.08  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.83/1.08  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 4.83/1.09  
% 4.83/1.09  
% 4.83/1.09  fork 0: search terminated without proof.
% 4.83/1.09  
% 4.83/1.09  fork 7: search finished without proof.
% 4.83/1.10  
% 4.83/1.10  **** run 52 fork 3 starts with strategy
% 4.83/1.10  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 5.56/1.10  
% 5.56/1.10  **** run 41 fork 0 starts with strategy
% 5.56/1.10  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.56/1.11  
% 5.56/1.11  **** run 56 fork 7 starts with strategy
% 5.56/1.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 5.56/1.11  
% 5.56/1.11  fork 5: search finished without proof.
% 5.56/1.12  
% 5.56/1.12  
% 5.56/1.12  fork 4: search terminated without proof.
% 5.56/1.13  
% 5.56/1.13  **** run 54 fork 5 starts with strategy
% 5.56/1.13  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 5.56/1.14  
% 5.56/1.14  **** run 45 fork 4 starts with strategy
% 5.56/1.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.56/1.14  
% 5.56/1.14  
% 5.56/1.14  fork 2: search terminated without proof.
% 5.56/1.15  
% 5.56/1.15  
% 5.56/1.15  fork 6: search terminated without proof.
% 5.56/1.16  
% 5.56/1.16  **** run 43 fork 2 starts with strategy
% 5.56/1.16  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.56/1.17  
% 5.56/1.17  **** run 47 fork 6 starts with strategy
% 5.56/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 6.31/1.21  
% 6.31/1.21  
% 6.31/1.21  fork 1: search terminated without proof.
% 6.31/1.22  
% 6.31/1.22  fork 0: search finished without proof.
% 6.31/1.22  
% 6.31/1.22  
% 6.31/1.22  fork 3: search terminated without proof.
% 6.31/1.22  
% 6.31/1.22  **** run 50 fork 1 starts with strategy
% 6.31/1.22  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.31/1.23  
% 6.31/1.23  
% 6.31/1.23  fork 7: search terminated without proof.
% 6.31/1.23  
% 6.31/1.23  **** run 49 fork 0 starts with strategy
% 6.31/1.23  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 6.31/1.24  
% 6.31/1.24  fork 5: search finished without proof.
% 6.31/1.25  
% 6.31/1.25  **** run 60 fork 3 starts with strategy
% 6.31/1.25  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 6.31/1.25  
% 6.31/1.25  **** run 64 fork 7 starts with strategy
% 6.31/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.31/1.25  
% 6.31/1.25  **** run 62 fork 5 starts with strategy
% 6.31/1.25  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 6.31/1.26  
% 6.31/1.26  
% 6.31/1.26  fork 4: search terminated without proof.
% 6.31/1.27  
% 6.31/1.27  fork 2: search finished without proof.
% 6.31/1.27  
% 6.31/1.27  fork 3: search finished without proof.
% 6.31/1.28  
% 6.31/1.28  **** run 53 fork 4 starts with strategy
% 6.31/1.28  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.31/1.29  
% 6.31/1.29  **** run 51 fork 2 starts with strategy
% 6.31/1.29  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 7.08/1.29  
% 7.08/1.29  
% 7.08/1.29  fork 6: search terminated without proof.
% 7.08/1.29  
% 7.08/1.29  **** run 68 fork 3 starts with strategy
% 7.08/1.29  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.21/1.31  
% 7.21/1.31  **** run 55 fork 6 starts with strategy
% 7.21/1.31  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.21/1.34  
% 7.21/1.34  fork 1: search finished without proof.
% 7.21/1.35  
% 7.21/1.35  
% 7.21/1.35  fork 0: search terminated without proof.
% 7.21/1.35  
% 7.21/1.35  **** run 58 fork 1 starts with strategy
% 7.21/1.35  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.21/1.37  
% 7.21/1.37  **** run 57 fork 0 starts with strategy
% 7.21/1.37  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.21/1.37  
% 7.21/1.37  
% 7.21/1.37  fork 7: search terminated without proof.
% 7.21/1.37  
% 7.21/1.37  
% 7.21/1.37  fork 5: search terminated without proof.
% 7.21/1.39  
% 7.21/1.39  **** run 70 fork 5 starts with strategy
% 7.21/1.39  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.21/1.40  
% 7.21/1.40  **** run 72 fork 7 starts with strategy
% 7.21/1.40  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.21/1.41  
% 7.21/1.41  
% 7.21/1.41  fork 2: search terminated without proof.
% 7.21/1.43  
% 7.21/1.43  **** run 59 fork 2 starts with strategy
% 7.21/1.43  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.21/1.43  
% 7.21/1.43  
% 7.21/1.43  fork 6: search terminated without proof.
% 7.21/1.45  
% 7.21/1.45  **** run 63 fork 6 starts with strategy
% 7.21/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.21/1.45  
% 7.21/1.45  
% 7.21/1.45  fork 4: search terminated without proof.
% 7.21/1.47  
% 7.21/1.47  **** run 61 fork 4 starts with strategy
% 7.21/1.47  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.21/1.47  
% 7.21/1.47  fork 2: search finished without proof.
% 7.21/1.48  
% 7.21/1.48  
% 7.21/1.48  fork 1: search terminated without proof.
% 7.21/1.48  
% 7.21/1.48  fork 0: search finished without proof.
% 8.22/1.49  
% 8.22/1.49  **** run 67 fork 2 starts with strategy
% 8.22/1.49  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.22/1.50  
% 8.22/1.50  **** run 66 fork 1 starts with strategy
% 8.22/1.50  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.22/1.50  
% 8.22/1.50  fork 4: search finished without proof.
% 8.22/1.50  
% 8.22/1.50  **** run 65 fork 0 starts with strategy
% 8.22/1.50  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.22/1.51  
% 8.22/1.51  fork 5: search finished without proof.
% 8.22/1.51  
% 8.22/1.51  
% 8.22/1.51  fork 3: search terminated without proof.
% 8.22/1.52  
% 8.22/1.52  fork 2: search finished without proof.
% 8.22/1.52  
% 8.22/1.52  **** run 69 fork 4 starts with strategy
% 8.22/1.52  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 8.22/1.53  
% 8.22/1.53  **** run 78 fork 5 starts with strategy
% 8.22/1.53  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 8.22/1.53  
% 8.22/1.53  **** run 75 fork 2 starts with strategy
% 8.22/1.53  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.22/1.53  
% 8.22/1.53  **** run 76 fork 3 starts with strategy
% 8.22/1.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.22/1.53  
% 8.22/1.53  fork 7: search finished without proof.
% 8.22/1.55  
% 8.22/1.55  **** run 80 fork 7 starts with strategy
% 8.22/1.55  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 8.22/1.56  
% 8.22/1.56  fork 2: search finished without proof.
% 8.22/1.56  
% 8.22/1.56  
% 8.22/1.56  fork 6: search terminated without proof.
% 8.22/1.58  
% 8.22/1.58  **** run 83 fork 2 starts with strategy
% 8.22/1.58  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.22/1.58  
% 8.22/1.58  fork 3: search finished without proof.
% 9.27/1.58  
% 9.27/1.58  **** run 71 fork 6 starts with strategy
% 9.27/1.58  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.27/1.60  
% 9.27/1.60  **** run 84 fork 3 starts with strategy
% 9.27/1.60  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.27/1.61  
% 9.27/1.61  fork 1: search finished without proof.
% 9.27/1.62  
% 9.27/1.62  
% 9.27/1.62  fork 0: search terminated without proof.
% 9.27/1.63  
% 9.27/1.63  **** run 74 fork 1 starts with strategy
% 9.27/1.63  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.27/1.64  
% 9.27/1.64  fork 4: search finished without proof.
% 9.27/1.64  
% 9.27/1.64  **** run 73 fork 0 starts with strategy
% 9.27/1.64  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.27/1.64  
% 9.27/1.64  fork 5: search finished without proof.
% 9.27/1.65  
% 9.27/1.65  fork 1: search finished without proof.
% 9.27/1.65  
% 9.27/1.65  **** run 77 fork 4 starts with strategy
% 9.27/1.65  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 9.27/1.66  
% 9.27/1.66  **** run 86 fork 5 starts with strategy
% 9.27/1.66  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 9.27/1.67  
% 9.27/1.67  **** run 82 fork 1 starts with strategy
% 9.27/1.67  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 10.01/1.68  
% 10.01/1.68  
% 10.01/1.68  fork 7: search terminated without proof.
% 10.09/1.69  
% 10.09/1.69  fork 2: search finished without proof.
% 10.09/1.69  
% 10.09/1.69  **** run 88 fork 7 starts with strategy
% 10.09/1.69  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 10.09/1.70  
% 10.09/1.70  fork 6: search finished without proof.
% 10.09/1.70  
% 10.09/1.70  **** run 91 fork 2 starts with strategy
% 10.09/1.70  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 10.31/1.72  
% 10.31/1.72  **** run 79 fork 6 starts with strategy
% 10.31/1.72  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.31/1.72  
% 10.31/1.72  
% 10.31/1.72  fork 3: search terminated without proof.
% 10.40/1.74  
% 10.40/1.74  **** run 92 fork 3 starts with strategy
% 10.40/1.74  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 10.40/1.75  
% 10.40/1.75  fork 0: search finished without proof.
% 10.40/1.77  
% 10.40/1.77  fork 4: search finished without proof.
% 10.40/1.77  
% 10.40/1.77  **** run 81 fork 0 starts with strategy
% 10.40/1.77  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 10.40/1.78  
% 10.40/1.78  fork 5: search finished without proof.
% 10.40/1.78  
% 10.40/1.78  **** run 85 fork 4 starts with strategy
% 10.40/1.78  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 10.40/1.79  
% 10.40/1.79  
% 10.40/1.79  fork 1: search terminated without proof.
% 10.40/1.79  
% 10.40/1.79  **** run 94 fork 5 starts with strategy
% 10.40/1.79  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 11.06/1.81  
% 11.06/1.81  **** run 90 fork 1 starts with strategy
% 11.06/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.06/1.82  
% 11.06/1.82  fork 7: search finished without proof.
% 11.06/1.83  
% 11.06/1.83  **** run 96 fork 7 starts with strategy
% 11.06/1.83  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 11.06/1.84  
% 11.06/1.84  
% 11.06/1.84  fork 6: search terminated without proof.
% 11.06/1.85  
% 11.06/1.85  **** run 87 fork 6 starts with strategy
% 11.06/1.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 11.68/1.89  
% 11.68/1.89  
% 11.68/1.89  fork 0: search terminated without proof.
% 11.68/1.90  
% 11.68/1.90  **** run 89 fork 0 starts with strategy
% 11.68/1.90  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 11.68/1.91  
% 11.68/1.91  
% 11.68/1.91  fork 4: search terminated without proof.
% 11.68/1.92  
% 11.68/1.92  **** run 93 fork 4 starts with strategy
% 11.68/1.92  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.68/1.96  
% 11.68/1.96  fork 4: search finished without proof.
% 11.68/1.97  
% 11.68/1.97  **** run 101 fork 4 starts with strategy
% 11.68/1.97  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 12.39/1.97  
% 12.39/1.97  
% 12.39/1.97  fork 6: search terminated without proof.
% 12.51/1.99  
% 12.51/1.99  **** run 95 fork 6 starts with strategy
% 12.51/1.99  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.68/2.02  
% 12.68/2.02  fork 0: search finished without proof.
% 12.68/2.03  
% 12.68/2.03  **** run 97 fork 0 starts with strategy
% 12.68/2.03  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 17.78/2.73  
% 17.78/2.73  
% 17.78/2.73  fork 2: search terminated without proof.
% 18.23/2.75  
% 18.23/2.75  **** run 99 fork 2 starts with strategy
% 18.23/2.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 18.23/2.79  
% 18.23/2.79  
% 18.23/2.79  fork 3: search terminated without proof.
% 18.23/2.83  
% 18.23/2.83  
% 18.23/2.83  fork 1: search terminated without proof.
% 18.23/2.84  
% 18.23/2.84  **** run 100 fork 3 starts with strategy
% 18.23/2.84  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 18.23/2.85  
% 18.23/2.85  **** run 98 fork 1 starts with strategy
% 18.23/2.85  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.14/2.90  
% 19.14/2.90  fork 4: search finished without proof.
% 19.14/2.92  
% 19.14/2.92  **** run 109 fork 4 starts with strategy
% 19.14/2.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 19.14/2.94  
% 19.14/2.94  fork 7: search finished without proof.
% 19.87/2.96  
% 19.87/2.96  **** run 104 fork 7 starts with strategy
% 19.87/2.96  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.87/2.97  
% 19.87/2.97  
% 19.87/2.97  fork 5: search terminated without proof.
% 20.21/3.00  
% 20.21/3.00  **** run 102 fork 5 starts with strategy
% 20.21/3.00  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.21/3.00  
% 20.21/3.00  fork 6: search finished without proof.
% 20.21/3.02  
% 20.21/3.02  **** run 103 fork 6 starts with strategy
% 20.21/3.02  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 20.21/3.03  
% 20.21/3.03  
% 20.21/3.03  result: proof found
% 20.21/3.03  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 20.21/3.03  by run 98 fork 1 strategy {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.21/3.03  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 20.21/3.03  
% 20.21/3.03  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 20.21/3.03  
% 20.21/3.03  run 98 fork 1 statistics:
% 20.21/3.03  ----------------------------------
% 20.21/3.03  this run seconds: 0.128804
% 20.21/3.03  total seconds: 2.604684
% 20.21/3.03  stat_given_used: 721
% 20.21/3.03  stat_given_used_at_endgame: 0
% 20.21/3.03  stat_given_candidates:   5473
% 20.21/3.03  stat_given_candidates_at_endgame: 0
% 20.21/3.03  stat_given_candidates_h: 0
% 20.21/3.03  stat_binres_derived_cl:   4328
% 20.21/3.03  stat_binres_derived_cl_h: 0
% 20.21/3.03  stat_factor_derived_cl: 288
% 20.21/3.03  stat_para_derived_cl: 6956
% 20.21/3.03  stat_tautologies_discarded: 0
% 20.21/3.03  stat_forward_subsumed: 2539
% 20.21/3.03  stat_derived_cut: 90
% 20.21/3.03  stat_derived_rewritten: 1012
% 20.21/3.03  stat_weight_discarded_building: 0
% 20.21/3.03  stat_weight_discarded_cl: 0
% 20.21/3.03  stat_internlimit_discarded_cl: 0
% 20.21/3.03  stat_simplified:  1012 simplified 0 derived 0 given
% 20.21/3.03  stat_kept_cl: 8402
% 20.21/3.03  stat_built_cl: 10856
% 20.21/3.03  stat_hyperres_partial_cl: 0
% 20.21/3.03  stat_made_rewriters: 80
% 20.21/3.03  stat_backward_subsumed: 0
% 20.21/3.03  stat_propagated_subsumed: 0
% 20.21/3.03  stat_clsubs_attempted:                     44356
% 20.21/3.03  stat_clsubs_fact_groundunit_found:            23
% 20.21/3.03  stat_clsubs_rule_groundunit_found:             6
% 20.21/3.03  stat_clsubs_top_meta_attempted:             448495
% 20.21/3.03  stat_clsubs_top_meta_failed:                404139
% 20.21/3.03  stat_clsubs_top_meta_nonpref_attempted:              448495
% 20.21/3.03  stat_clsubs_top_meta_nonpref_succeeded:              109096
% 20.21/3.03  stat_clsubs_top_meta_pref_attempted:                 109096
% 20.21/3.03  stat_clsubs_top_meta_pref1_succeeded:                 86593
% 20.21/3.03  stat_clsubs_top_meta_pref2_succeeded:                 51993
% 20.21/3.03  stat_clsubs_top_meta_pref3_succeeded:                 44356
% 20.21/3.03  stat_clsubs_top_meta_pref_succeeded:                  44356
% 20.21/3.03  stat_clsubs_meta_attempted:               123405
% 20.21/3.03  stat_clsubs_meta_failed:                   39573
% 20.21/3.03  stat_clsubs_predsymbs_attempted:               0
% 20.21/3.03  stat_clsubs_unit_attempted:                 9312
% 20.21/3.03  stat_clsubs_full_attempted:                35044
% 20.21/3.03  stat_forwardsubs_attempted:                10942
% 20.21/3.03  stat_lit_hash_added:                   9451
% 20.21/3.03  stat_lit_hash_computed:               52842
% 20.21/3.03  stat_lit_hash_match_found:             4109
% 20.21/3.03  stat_lit_hash_match_miss:             63058
% 20.21/3.03  stat_lit_hash_cut_ok:                    77
% 20.21/3.03  stat_lit_strong_cut_ok:                  59
% 20.21/3.03  stat_lit_hash_subsume_ok:              2539
% 20.21/3.03  clqueue els 10000000 used 1
% 20.21/3.03  clactive els 10000000 used 722
% 20.21/3.03  clactivesubsume els 10000000 used 3685
% 20.21/3.03  queue_termbuf els 200000000 used 573442
% 20.21/3.03  hyper_termbuf els 100000000 used 1
% 20.21/3.03  active_termbuf els 100000000 used 26378
% 20.21/3.03  varstack els 5000 last used 1
% 20.21/3.03  given_termbuf els 10000000 last used 1
% 20.21/3.03  simplified_termbuf els 10000000 last used 1
% 20.21/3.03  derived_termbuf els 10000000 last used 23
% 20.21/3.03  wr_mallocs: 18442
% 20.21/3.03  wr_callocs: 21
% 20.21/3.03  wr_reallocs: 1489
% 20.21/3.03  wr_frees: 2
% 20.21/3.03  wr_malloc_bytes: 4163256068
% 20.21/3.03  wr_calloc_bytes: 112065536
% 20.21/3.03  wr_realloc_bytes: 377832
% 20.21/3.03  wr_realloc_freebytes: 0
% 20.21/3.03  ----------------------------------
%------------------------------------------------------------------------------