Trace number 4502265

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)31 3600.26 3601.22

General information on the benchmark

NamePB24/normalized-PB10/OPT-NLC/oren/keeloq_tasca_instances/
normalized-90_rounds_15_errors.opb
MD5SUMdd402b2688f2af05a1e1d750cfef6b8d
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark3.22177
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables584
Total number of constraints427
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints394
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 182
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 182
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2406
Sum of products size (including duplicates)10572
Number of different products2406
Sum of products size10572

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4502265-1751426363.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
0.50/0.32	c ... done. Wall clock time 0.184s.
0.50/0.32	c declared #vars     584
0.50/0.32	c internal #vars     2990
0.50/0.32	c #constraints  5666
0.50/0.32	c constraints type 
0.50/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40
0.50/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 424
0.50/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2348
0.50/0.32	c org.sat4j.specs.Constr$1 => 618
0.50/0.32	c org.sat4j.pb.constraints.pb.UnitClausesPB => 16
0.50/0.32	c org.sat4j.pb.constraints.pb.UnitClausePB => 115
0.50/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2105
0.50/0.32	c 5666 constraints processed.
0.50/0.33	c objective function length is 182 literals
1.08/0.62	c cleaning 2497 clauses out of 5003 with flag 12769/5003
1.67/0.91	c cleaning 4249 clauses out of 8503 with flag 28249/11000
2.06/1.15	c cleaning 5627 clauses out of 11254 with flag 45773/18000
2.67/1.53	c cleaning 6811 clauses out of 13628 with flag 65464/26001
3.24/1.91	c cleaning 7908 clauses out of 15816 with flag 88929/35000
3.64/2.22	c cleaning 8952 clauses out of 17910 with flag 115352/45002
4.05/2.59	c cleaning 9971 clauses out of 19957 with flag 145433/56001
5.48/3.43	c SATISFIABLE
5.48/3.43	c OPTIMIZING...
5.48/3.43	c Got one! Elapsed wall clock time (in seconds):3.292
5.48/3.43	o 85
5.88/3.75	c cleaning 12911 clauses out of 25822 with flag 11496/71837
6.20/4.04	c cleaning 9452 clauses out of 18908 with flag 24305/77834
6.71/4.36	c cleaning 8228 clauses out of 16457 with flag 38852/84835
7.06/4.68	c cleaning 8107 clauses out of 16228 with flag 57079/92834
7.53/5.06	c cleaning 8557 clauses out of 17123 with flag 77709/101836
8.13/5.53	c cleaning 9279 clauses out of 18566 with flag 103110/111836
8.38/5.79	c cleaning 10134 clauses out of 20287 with flag 132333/122836
8.49/5.80	c Got one! Elapsed wall clock time (in seconds):5.668
8.49/5.80	o 84
8.74/6.06	c cleaning 7609 clauses out of 15226 with flag 10856/127909
9.03/6.32	c cleaning 6801 clauses out of 13616 with flag 23810/133908
9.43/6.70	c cleaning 6906 clauses out of 13814 with flag 39235/140907
9.73/7.04	c cleaning 7451 clauses out of 14908 with flag 58143/148907
10.03/7.37	c cleaning 8224 clauses out of 16457 with flag 77774/157907
10.33/7.60	c cleaning 9116 clauses out of 18234 with flag 102650/167908
10.83/8.13	c cleaning 10059 clauses out of 20118 with flag 128568/178908
11.62/8.99	c cleaning 11027 clauses out of 22060 with flag 155908/190909
12.43/9.79	c Got one! Elapsed wall clock time (in seconds):9.656
12.43/9.79	o 83
12.77/10.01	c cleaning 12943 clauses out of 25890 with flag 12306/205766
12.94/10.18	c cleaning 9468 clauses out of 18948 with flag 27868/211767
13.14/10.36	c cleaning 8233 clauses out of 16480 with flag 46172/218767
13.34/10.52	c Got one! Elapsed wall clock time (in seconds):10.386
13.34/10.52	o 82
13.44/10.65	c cleaning 7078 clauses out of 14169 with flag 8311/224689
13.74/10.96	c cleaning 6542 clauses out of 13090 with flag 23138/230688
13.84/11.10	c Got one! Elapsed wall clock time (in seconds):10.963
13.84/11.10	o 81
14.04/11.20	c cleaning 5975 clauses out of 11957 with flag 3142/236097
14.24/11.44	c cleaning 5983 clauses out of 11982 with flag 19620/242097
14.34/11.52	c Got one! Elapsed wall clock time (in seconds):11.383
14.34/11.52	o 79
14.52/11.65	c Got one! Elapsed wall clock time (in seconds):11.518
14.52/11.65	o 77
14.77/11.86	c cleaning 6138 clauses out of 12284 with flag 7705/248382
15.07/12.11	c cleaning 6066 clauses out of 12147 with flag 20733/254383
15.16/12.22	c Got one! Elapsed wall clock time (in seconds):12.087
15.16/12.22	o 75
15.16/12.25	c Got one! Elapsed wall clock time (in seconds):12.11
15.16/12.25	o 70
15.37/12.41	c Got one! Elapsed wall clock time (in seconds):12.28
15.37/12.42	o 69
15.47/12.53	c cleaning 6364 clauses out of 12735 with flag 5409/261037
15.77/12.80	c cleaning 6183 clauses out of 12369 with flag 19431/267035
16.16/13.23	c cleaning 6590 clauses out of 13187 with flag 36138/274036
16.66/13.78	c cleaning 7285 clauses out of 14596 with flag 53897/282035
17.26/14.33	c cleaning 8153 clauses out of 16311 with flag 74393/291035
17.86/14.95	c cleaning 9077 clauses out of 18158 with flag 98960/301035
18.56/15.61	c cleaning 10032 clauses out of 20082 with flag 126078/312036
19.36/16.47	c cleaning 11024 clauses out of 22051 with flag 155343/324037
20.26/17.31	c cleaning 12008 clauses out of 24025 with flag 187479/337035
21.26/18.30	c cleaning 13008 clauses out of 26017 with flag 223490/351035
22.36/19.48	c cleaning 14004 clauses out of 28009 with flag 260538/366035
22.86/19.90	c Got one! Elapsed wall clock time (in seconds):19.768
22.86/19.90	o 67
22.97/20.03	c cleaning 9847 clauses out of 19706 with flag 3091/371736
23.26/20.32	c cleaning 7927 clauses out of 15861 with flag 18842/377738
23.41/20.44	c Got one! Elapsed wall clock time (in seconds):20.3
23.41/20.44	o 66
23.57/20.55	c Got one! Elapsed wall clock time (in seconds):20.419
23.57/20.55	o 65
23.77/20.67	c cleaning 7038 clauses out of 14075 with flag 2911/383879
24.01/20.88	c cleaning 6512 clauses out of 13037 with flag 18296/389879
24.32/21.19	c Got one! Elapsed wall clock time (in seconds):21.057
24.32/21.19	o 63
24.41/21.27	c cleaning 6207 clauses out of 12432 with flag 3015/395786
24.63/21.43	c Got one! Elapsed wall clock time (in seconds):21.293
24.63/21.43	o 61
24.63/21.47	c Got one! Elapsed wall clock time (in seconds):21.338
24.63/21.47	o 59
24.78/21.56	c cleaning 6087 clauses out of 12198 with flag 8030/401759
24.98/21.71	c cleaning 6047 clauses out of 12107 with flag 23938/407755
25.18/21.92	c cleaning 6530 clauses out of 13061 with flag 41524/414756
25.48/22.25	c cleaning 7266 clauses out of 14531 with flag 60747/422756
25.78/22.54	c cleaning 8128 clauses out of 16264 with flag 82983/431755
26.29/23.04	c cleaning 9063 clauses out of 18138 with flag 111487/441757
26.68/23.41	c cleaning 10037 clauses out of 20074 with flag 138763/452756
26.88/23.62	c Got one! Elapsed wall clock time (in seconds):23.488
26.88/23.62	o 57
27.05/23.75	c cleaning 7554 clauses out of 15122 with flag 2896/457841
27.25/23.96	c Got one! Elapsed wall clock time (in seconds):23.827
27.25/23.96	o 55
27.25/23.99	c Got one! Elapsed wall clock time (in seconds):23.854
27.25/23.99	o 53
27.45/24.16	c cleaning 6778 clauses out of 13576 with flag 6109/463849
27.55/24.25	c Got one! Elapsed wall clock time (in seconds):24.111
27.55/24.25	o 52
27.65/24.35	c Got one! Elapsed wall clock time (in seconds):24.215
27.65/24.35	o 50
27.65/24.39	c Got one! Elapsed wall clock time (in seconds):24.259
27.65/24.39	o 48
27.76/24.49	c cleaning 6602 clauses out of 13216 with flag 3255/470267
27.86/24.51	c Got one! Elapsed wall clock time (in seconds):24.37
27.86/24.51	o 47
28.06/24.76	c cleaning 5867 clauses out of 11756 with flag 13469/475409
28.46/25.10	c Got one! Elapsed wall clock time (in seconds):24.967
28.46/25.10	o 46
28.66/25.31	c cleaning 5898 clauses out of 11804 with flag 8285/481324
28.96/25.65	c cleaning 5954 clauses out of 11907 with flag 24243/487325
29.26/25.94	c cleaning 6475 clauses out of 12952 with flag 41126/494324
29.56/26.27	c cleaning 7234 clauses out of 14477 with flag 60417/502324
29.96/26.65	c cleaning 8113 clauses out of 16243 with flag 85839/511324
30.06/26.77	c Got one! Elapsed wall clock time (in seconds):26.633
30.06/26.77	o 45
30.36/27.02	c cleaning 6689 clauses out of 13387 with flag 11584/516581
30.46/27.15	c Got one! Elapsed wall clock time (in seconds):27.012
30.46/27.15	o 43
30.76/27.42	c cleaning 6074 clauses out of 12150 with flag 10912/522033
30.96/27.62	c cleaning 6031 clauses out of 12078 with flag 24237/528035
31.16/27.85	c cleaning 6516 clauses out of 13044 with flag 41120/535032
31.55/28.24	c cleaning 7260 clauses out of 14528 with flag 60782/543032
31.95/28.67	c cleaning 8133 clauses out of 16269 with flag 82738/552033
32.55/29.26	c cleaning 9066 clauses out of 18136 with flag 106462/562033
33.15/29.80	c cleaning 10034 clauses out of 20069 with flag 132876/573032
33.75/30.43	c cleaning 11014 clauses out of 22037 with flag 162074/585034
34.55/31.25	c cleaning 12001 clauses out of 24022 with flag 194816/598033
35.35/32.07	c cleaning 13008 clauses out of 26020 with flag 233498/612032
36.14/32.84	c cleaning 14002 clauses out of 28012 with flag 270502/627032
37.04/33.77	c cleaning 14998 clauses out of 30014 with flag 309195/643036
37.14/33.82	c Got one! Elapsed wall clock time (in seconds):33.684
37.14/33.82	o 42
37.24/33.98	c Got one! Elapsed wall clock time (in seconds):33.849
37.24/33.98	o 41
37.64/34.30	c cleaning 10490 clauses out of 20990 with flag 9538/649010
37.84/34.58	c cleaning 8239 clauses out of 16500 with flag 24843/655010
38.35/35.01	c cleaning 7627 clauses out of 15262 with flag 42328/662011
38.84/35.59	c cleaning 7811 clauses out of 15634 with flag 64403/670010
39.64/36.39	c cleaning 8402 clauses out of 16824 with flag 93520/679011
40.44/37.15	c cleaning 9210 clauses out of 18422 with flag 119363/689011
41.23/37.90	c cleaning 10105 clauses out of 20213 with flag 144639/700012
42.13/38.86	c cleaning 11050 clauses out of 22106 with flag 171165/712010
43.13/39.84	c cleaning 12027 clauses out of 24056 with flag 202169/725010
44.23/40.98	c cleaning 13014 clauses out of 26031 with flag 234805/739012
45.53/42.25	c cleaning 14009 clauses out of 28017 with flag 268836/754012
45.92/42.63	c Got one! Elapsed wall clock time (in seconds):42.493
45.92/42.63	o 40
46.12/42.80	c cleaning 9905 clauses out of 19816 with flag 3275/759820
46.53/43.22	c cleaning 7946 clauses out of 15910 with flag 19748/765819
46.83/43.59	c cleaning 7475 clauses out of 14964 with flag 34713/772819
47.34/44.06	c cleaning 7740 clauses out of 15489 with flag 53664/780819
47.73/44.46	c cleaning 8371 clauses out of 16749 with flag 74944/789819
48.13/44.84	c cleaning 9187 clauses out of 18379 with flag 99152/799820
48.63/45.31	c cleaning 10088 clauses out of 20191 with flag 128187/810819
49.33/46.08	c cleaning 11050 clauses out of 22103 with flag 158011/822819
50.22/46.97	c cleaning 12025 clauses out of 24054 with flag 188280/835820
51.22/47.99	c cleaning 13007 clauses out of 26029 with flag 228252/849820
52.33/49.08	c cleaning 14004 clauses out of 28021 with flag 271315/864819
53.52/50.21	c cleaning 14999 clauses out of 30017 with flag 310656/880819
54.92/51.68	c cleaning 16003 clauses out of 32020 with flag 361976/897821
56.51/53.23	c cleaning 17006 clauses out of 34015 with flag 412909/915819
58.31/55.04	c cleaning 18005 clauses out of 36009 with flag 466976/934819
60.00/56.77	c cleaning 18998 clauses out of 38007 with flag 524759/954822
61.50/58.21	c cleaning 20003 clauses out of 40006 with flag 573701/975819
63.10/59.81	c cleaning 21001 clauses out of 42003 with flag 627579/997819
64.62/61.37	c cleaning 21995 clauses out of 44002 with flag 686231/1020819
66.81/63.51	c cleaning 22994 clauses out of 46007 with flag 754150/1044819
68.21/64.99	c cleaning 24003 clauses out of 48015 with flag 814795/1069821
69.21/65.96	c cleaning 25005 clauses out of 50011 with flag 871968/1095820
70.70/67.43	c cleaning 26001 clauses out of 52005 with flag 933549/1122819
72.60/69.36	c cleaning 26994 clauses out of 54004 with flag 1011803/1150819
74.09/70.87	c cleaning 28008 clauses out of 56015 with flag 1077743/1179824
75.69/72.48	c cleaning 28997 clauses out of 58004 with flag 1147413/1209821
78.02/74.76	c cleaning 29989 clauses out of 60006 with flag 1228409/1240820
82.11/78.80	c cleaning 30987 clauses out of 62016 with flag 1326730/1272819
85.01/81.79	c cleaning 32009 clauses out of 64029 with flag 1417506/1305819
87.55/84.20	c cleaning 33007 clauses out of 66020 with flag 1507591/1339819
88.74/85.42	c Got one! Elapsed wall clock time (in seconds):85.28
88.74/85.42	o 39
89.24/85.97	c cleaning 25003 clauses out of 50021 with flag 13196/1356827
89.84/86.51	c cleaning 15505 clauses out of 31020 with flag 27534/1362829
90.34/87.08	c cleaning 11247 clauses out of 22513 with flag 43378/1369827
90.84/87.55	c cleaning 9624 clauses out of 19268 with flag 60869/1377829
91.34/88.01	c cleaning 9307 clauses out of 18642 with flag 81464/1386827
91.83/88.50	c cleaning 9665 clauses out of 19335 with flag 103284/1396827
92.34/89.07	c cleaning 10331 clauses out of 20670 with flag 128824/1407827
93.03/89.78	c cleaning 11168 clauses out of 22340 with flag 157971/1419828
93.63/90.33	c cleaning 12085 clauses out of 24171 with flag 190431/1432827
94.33/91.02	c cleaning 13036 clauses out of 26086 with flag 228444/1446827
95.33/92.06	c cleaning 14025 clauses out of 28050 with flag 268725/1461827
96.33/93.03	c cleaning 15007 clauses out of 30025 with flag 306106/1477827
97.52/94.27	c cleaning 15997 clauses out of 32018 with flag 352721/1494827
98.82/95.55	c cleaning 17010 clauses out of 34022 with flag 402022/1512828
99.92/96.60	c cleaning 18002 clauses out of 36011 with flag 448335/1531827
100.94/97.68	c cleaning 19005 clauses out of 38010 with flag 496354/1551828
102.24/98.95	c cleaning 19998 clauses out of 40005 with flag 546086/1572828
103.74/100.46	c cleaning 20998 clauses out of 42007 with flag 595047/1594828
105.44/102.11	c cleaning 22004 clauses out of 44009 with flag 649504/1617828
107.44/104.04	c cleaning 22998 clauses out of 46005 with flag 713711/1641829
109.09/105.63	c cleaning 23985 clauses out of 48006 with flag 777020/1666828
110.99/107.53	c cleaning 24975 clauses out of 50020 with flag 847450/1692827
113.18/109.77	c cleaning 26019 clauses out of 52046 with flag 920301/1719828
115.88/112.45	c cleaning 27013 clauses out of 54028 with flag 991327/1747829
118.39/114.95	c cleaning 28007 clauses out of 56014 with flag 1059898/1776828
120.89/117.46	c cleaning 29002 clauses out of 58006 with flag 1141395/1806827
123.98/120.53	c cleaning 30000 clauses out of 60007 with flag 1231425/1837830
126.27/122.88	c cleaning 31000 clauses out of 62004 with flag 1319920/1869827
129.27/125.85	c cleaning 31993 clauses out of 64004 with flag 1412084/1902827
130.90/127.40	c Got one! Elapsed wall clock time (in seconds):127.266
130.90/127.40	o 38
131.50/128.03	c cleaning 26785 clauses out of 53587 with flag 15010/1924403
131.99/128.57	c cleaning 16389 clauses out of 32801 with flag 31861/1930402
132.69/129.20	c cleaning 11701 clauses out of 23413 with flag 49869/1937403
133.19/129.72	c cleaning 9849 clauses out of 19710 with flag 67997/1945401
133.60/130.19	c cleaning 9426 clauses out of 18861 with flag 88119/1954401
134.19/130.78	c cleaning 9716 clauses out of 19435 with flag 111011/1964401
134.99/131.52	c cleaning 10357 clauses out of 20719 with flag 136597/1975401
135.79/132.34	c cleaning 11175 clauses out of 22364 with flag 166921/1987404
136.78/133.38	c cleaning 12091 clauses out of 24189 with flag 202139/2000404
137.78/134.39	c cleaning 13042 clauses out of 26096 with flag 238647/2014402
138.98/135.58	c cleaning 14023 clauses out of 28053 with flag 279104/2029401
140.58/137.18	c cleaning 15004 clauses out of 30030 with flag 321985/2045401
141.79/138.36	c cleaning 16005 clauses out of 32027 with flag 370559/2062402
142.59/139.17	c cleaning 17009 clauses out of 34021 with flag 413659/2080401
143.79/140.34	c cleaning 17998 clauses out of 36012 with flag 465530/2099401
145.49/142.03	c cleaning 19007 clauses out of 38015 with flag 519425/2119402
146.88/143.47	c cleaning 20004 clauses out of 40008 with flag 569976/2140402
148.58/145.11	c cleaning 21002 clauses out of 42006 with flag 624348/2162404
150.58/147.16	c cleaning 21993 clauses out of 44001 with flag 685972/2185401
152.96/149.51	c cleaning 23001 clauses out of 46010 with flag 763764/2209403
155.49/152.09	c cleaning 23996 clauses out of 48008 with flag 833756/2234402
158.28/154.82	c cleaning 25000 clauses out of 50011 with flag 908776/2260401
159.68/156.22	c cleaning 26001 clauses out of 52013 with flag 968912/2287403
160.97/157.54	c cleaning 27000 clauses out of 54010 with flag 1032221/2315401
162.48/159.00	c cleaning 28001 clauses out of 56012 with flag 1096869/2344403
164.17/160.74	c cleaning 29005 clauses out of 58016 with flag 1165992/2374408
166.96/163.57	c cleaning 29998 clauses out of 60005 with flag 1253349/2405402
169.75/166.35	c cleaning 30996 clauses out of 62006 with flag 1337095/2437401
174.09/170.65	c cleaning 32001 clauses out of 64011 with flag 1436020/2470402
175.99/172.52	c cleaning 33002 clauses out of 66010 with flag 1511924/2504402
178.88/175.40	c cleaning 33998 clauses out of 68007 with flag 1598013/2539401
181.97/178.53	c cleaning 35001 clauses out of 70009 with flag 1700412/2575401
185.57/182.14	c cleaning 36000 clauses out of 72009 with flag 1803996/2612402
188.66/185.27	c cleaning 37002 clauses out of 74011 with flag 1910434/2650404
192.45/189.07	c cleaning 38000 clauses out of 76006 with flag 2020597/2689401
196.38/192.99	c cleaning 39000 clauses out of 78006 with flag 2121723/2729401
200.67/197.24	c cleaning 40000 clauses out of 80006 with flag 2224940/2770401
205.37/201.93	c cleaning 41003 clauses out of 82011 with flag 2340211/2812406
209.46/206.05	c cleaning 41996 clauses out of 84002 with flag 2448230/2855401
214.55/211.12	c cleaning 42997 clauses out of 86006 with flag 2578309/2899401
219.74/216.34	c cleaning 43999 clauses out of 88011 with flag 2717001/2944403
223.68/220.21	c cleaning 45002 clauses out of 90011 with flag 2826494/2990402
226.87/223.41	c cleaning 46000 clauses out of 92008 with flag 2933759/3037401
230.26/226.87	c cleaning 47002 clauses out of 94008 with flag 3048007/3085401
234.35/230.99	c cleaning 47996 clauses out of 96006 with flag 3178058/3134401
242.34/238.99	c cleaning 49006 clauses out of 98015 with flag 3347038/3184406
248.12/244.75	c cleaning 49997 clauses out of 100004 with flag 3480316/3235401
254.61/251.22	c cleaning 51002 clauses out of 102010 with flag 3618993/3287404
260.65/257.26	c cleaning 52001 clauses out of 104006 with flag 3751920/3340402
267.07/263.61	c cleaning 52986 clauses out of 106005 with flag 3892549/3394403
271.06/267.60	c Got one! Elapsed wall clock time (in seconds):267.466
271.06/267.60	o 36
271.66/268.26	c cleaning 45373 clauses out of 90762 with flag 13249/3432146
271.96/268.55	c cleaning 25688 clauses out of 51389 with flag 26728/3438146
273.25/269.83	c cleaning 16348 clauses out of 32701 with flag 52796/3445146
273.46/270.01	c cleaning 12171 clauses out of 24354 with flag 69839/3453147
273.65/270.22	c cleaning 10586 clauses out of 21184 with flag 89085/3462148
273.85/270.46	c cleaning 10287 clauses out of 20596 with flag 110367/3472146
274.15/270.78	c cleaning 10652 clauses out of 21309 with flag 134533/3483146
274.55/271.11	c cleaning 11327 clauses out of 22658 with flag 161478/3495147
275.25/271.85	c cleaning 12157 clauses out of 24330 with flag 191999/3508146
276.95/273.56	c cleaning 13083 clauses out of 26173 with flag 233970/3522146
277.56/274.15	c cleaning 14041 clauses out of 28090 with flag 267847/3537146
278.25/274.81	c cleaning 15021 clauses out of 30049 with flag 303932/3553146
279.15/275.75	c cleaning 16012 clauses out of 32028 with flag 345210/3570146
280.14/276.70	c cleaning 17008 clauses out of 34017 with flag 386040/3588147
281.34/277.92	c cleaning 18004 clauses out of 36008 with flag 433198/3607146
282.27/278.87	c cleaning 19001 clauses out of 38004 with flag 477414/3627146
283.36/280.00	c cleaning 19997 clauses out of 40003 with flag 523724/3648146
284.56/281.12	c cleaning 20997 clauses out of 42006 with flag 572636/3670146
286.16/282.73	c cleaning 21999 clauses out of 44009 with flag 630051/3693146
287.85/284.43	c cleaning 22989 clauses out of 46010 with flag 691601/3717146
290.05/286.62	c cleaning 23996 clauses out of 48022 with flag 754922/3742147
291.94/288.59	c cleaning 25003 clauses out of 50025 with flag 820582/3768146
293.84/290.47	c cleaning 26005 clauses out of 52024 with flag 882867/3795148
296.44/293.04	c cleaning 27009 clauses out of 54019 with flag 960135/3823148
298.53/295.12	c cleaning 27995 clauses out of 56008 with flag 1032879/3852146
300.54/297.15	c cleaning 28995 clauses out of 58014 with flag 1103181/3882147
302.63/299.21	c cleaning 30001 clauses out of 60020 with flag 1176337/3913148
305.82/302.41	c cleaning 31006 clauses out of 62018 with flag 1261740/3945147
308.81/305.45	c cleaning 32001 clauses out of 64012 with flag 1342791/3978147
312.13/308.77	c cleaning 32998 clauses out of 66011 with flag 1430792/4012147
315.12/311.79	c cleaning 33996 clauses out of 68012 with flag 1522771/4047146
317.82/314.47	c cleaning 35006 clauses out of 70019 with flag 1611311/4083149
320.01/316.69	c cleaning 36004 clauses out of 72012 with flag 1700635/4120148
323.52/320.14	c cleaning 36998 clauses out of 74007 with flag 1795272/4158147
327.00/323.63	c cleaning 37998 clauses out of 76010 with flag 1891948/4197148
331.00/327.60	c cleaning 38999 clauses out of 78010 with flag 1994065/4237146
334.09/330.76	c cleaning 39984 clauses out of 80011 with flag 2097043/4278146
339.08/335.71	c cleaning 41010 clauses out of 82027 with flag 2205898/4320146
343.57/340.22	c cleaning 42003 clauses out of 84017 with flag 2325149/4363146
348.36/345.09	c cleaning 43008 clauses out of 86015 with flag 2436886/4407147
353.54/350.24	c cleaning 43998 clauses out of 88007 with flag 2560925/4452147
358.63/355.32	c cleaning 45004 clauses out of 90009 with flag 2683272/4498147
363.39/360.05	c cleaning 45997 clauses out of 92005 with flag 2808319/4545147
368.97/365.61	c cleaning 46995 clauses out of 94009 with flag 2941133/4593148
372.37/369.01	c Got one! Elapsed wall clock time (in seconds):368.871
372.37/369.01	o 35
373.06/369.78	c cleaning 42296 clauses out of 84595 with flag 13178/4630729
373.76/370.45	c cleaning 24146 clauses out of 48300 with flag 28365/4636730
374.56/371.26	c cleaning 15562 clauses out of 31152 with flag 47426/4643728
375.55/372.27	c cleaning 11777 clauses out of 23590 with flag 74542/4651728
376.85/373.53	c cleaning 10395 clauses out of 20816 with flag 98444/4660731
378.25/375.00	c cleaning 10193 clauses out of 20418 with flag 124835/4670728
379.74/376.45	c cleaning 10606 clauses out of 21226 with flag 154159/4681729
380.24/376.93	c cleaning 11302 clauses out of 22619 with flag 184162/4693728
381.34/378.00	c cleaning 12156 clauses out of 24317 with flag 217368/4706728
381.74/378.40	c cleaning 13076 clauses out of 26162 with flag 246715/4720729
382.24/378.93	c cleaning 14040 clauses out of 28087 with flag 276717/4735730
383.34/380.03	c cleaning 15021 clauses out of 30045 with flag 312531/4751728
384.63/381.30	c cleaning 16011 clauses out of 32025 with flag 349785/4768729
385.44/382.13	c cleaning 16985 clauses out of 34013 with flag 391189/4786728
387.03/383.74	c cleaning 18004 clauses out of 36029 with flag 434541/4805729
388.92/385.61	c cleaning 19004 clauses out of 38026 with flag 480027/4825730
390.92/387.66	c cleaning 20005 clauses out of 40020 with flag 530367/4846728
393.11/389.85	c cleaning 21002 clauses out of 42018 with flag 582837/4868731
395.11/391.88	c cleaning 22007 clauses out of 44013 with flag 636841/4891728
397.20/393.97	c cleaning 22995 clauses out of 46006 with flag 696109/4915728
399.40/396.16	c cleaning 23998 clauses out of 48011 with flag 752427/4940728
402.19/398.98	c cleaning 25001 clauses out of 50013 with flag 816147/4966728
404.19/400.96	c cleaning 26004 clauses out of 52013 with flag 881523/4993729
406.43/403.19	c cleaning 26997 clauses out of 54009 with flag 947904/5021729
409.62/406.37	c cleaning 27998 clauses out of 56011 with flag 1027163/5050728
412.51/409.25	c cleaning 28996 clauses out of 58013 with flag 1108682/5080728
416.50/413.24	c cleaning 29993 clauses out of 60018 with flag 1193086/5111729
419.80/416.51	c cleaning 31010 clauses out of 62027 with flag 1274664/5143731
423.89/420.62	c cleaning 32005 clauses out of 64014 with flag 1368605/5176728
427.28/424.07	c cleaning 33000 clauses out of 66010 with flag 1459960/5210729
431.97/428.71	c cleaning 33989 clauses out of 68010 with flag 1560945/5245729
436.06/432.86	c cleaning 35003 clauses out of 70020 with flag 1657604/5281728
440.15/436.92	c cleaning 36008 clauses out of 72020 with flag 1753951/5318731
442.04/438.89	c cleaning 36997 clauses out of 74010 with flag 1839546/5356729
444.14/440.90	c cleaning 38003 clauses out of 76014 with flag 1921990/5395730
446.63/443.43	c cleaning 39001 clauses out of 78010 with flag 2010210/5435729
449.23/446.07	c cleaning 40003 clauses out of 80009 with flag 2099925/5476729
452.92/449.70	c cleaning 40998 clauses out of 82005 with flag 2204096/5518728
458.31/455.15	c cleaning 41994 clauses out of 84007 with flag 2324559/5561728
463.89/460.70	c cleaning 42998 clauses out of 86014 with flag 2429067/5605729
468.78/465.68	c cleaning 43998 clauses out of 88016 with flag 2542865/5650729
474.18/471.09	c cleaning 45006 clauses out of 90020 with flag 2674896/5696731
479.86/476.74	c cleaning 45997 clauses out of 92013 with flag 2800326/5743730
484.45/481.32	c cleaning 46996 clauses out of 94014 with flag 2927553/5791728
490.54/487.46	c cleaning 47995 clauses out of 96018 with flag 3058279/5840728
494.93/491.85	c cleaning 49007 clauses out of 98027 with flag 3189588/5890732
497.42/494.35	c cleaning 50008 clauses out of 100018 with flag 3307573/5941730
501.31/498.23	c cleaning 51000 clauses out of 102010 with flag 3428159/5993730
505.40/502.31	c cleaning 52003 clauses out of 104008 with flag 3554793/6046728
509.20/506.17	c cleaning 52997 clauses out of 106006 with flag 3679402/6100729
513.58/510.56	c cleaning 54004 clauses out of 108009 with flag 3805389/6155729
518.67/515.69	c cleaning 54994 clauses out of 110005 with flag 3941919/6211729
526.75/523.79	c cleaning 55997 clauses out of 112010 with flag 4094373/6268728
531.64/528.64	c cleaning 57005 clauses out of 114014 with flag 4222582/6326729
537.63/534.65	c cleaning 58000 clauses out of 116009 with flag 4358356/6385729
545.81/542.87	c cleaning 59001 clauses out of 118009 with flag 4519632/6445729
551.90/548.92	c cleaning 60003 clauses out of 120008 with flag 4658295/6506729
557.99/555.06	c cleaning 60998 clauses out of 122007 with flag 4801963/6568731
563.68/560.75	c cleaning 62001 clauses out of 124008 with flag 4940317/6631730
569.07/566.18	c cleaning 62971 clauses out of 126006 with flag 5080144/6695729
577.14/574.29	c cleaning 64004 clauses out of 128034 with flag 5254957/6760728
589.42/586.57	c cleaning 65000 clauses out of 130030 with flag 5454686/6826728
594.10/591.28	c Got one! Elapsed wall clock time (in seconds):591.148
594.10/591.28	o 33
595.11/592.22	c cleaning 50686 clauses out of 101394 with flag 14747/6863092
595.71/592.83	c cleaning 28344 clauses out of 56709 with flag 30280/6869093
596.81/594.00	c cleaning 17664 clauses out of 35365 with flag 52829/6876093
598.38/595.33	c cleaning 12847 clauses out of 25704 with flag 77031/6884096
598.78/595.71	c cleaning 10920 clauses out of 21854 with flag 97875/6893093
598.98/595.98	c cleaning 10461 clauses out of 20933 with flag 118577/6903092
599.38/596.34	c cleaning 10723 clauses out of 21474 with flag 142122/6914094
600.38/597.34	c cleaning 11365 clauses out of 22749 with flag 173040/6926092
602.08/599.08	c cleaning 12183 clauses out of 24384 with flag 207140/6939092
603.08/600.01	c cleaning 13095 clauses out of 26202 with flag 240031/6953093
603.97/600.90	c cleaning 14051 clauses out of 28106 with flag 277187/6968092
605.07/602.03	c cleaning 15021 clauses out of 30055 with flag 316225/6984092
606.36/603.35	c cleaning 15999 clauses out of 32034 with flag 355465/7001092
607.66/604.66	c cleaning 17009 clauses out of 34035 with flag 401666/7019092
608.96/605.96	c cleaning 18005 clauses out of 36028 with flag 447908/7038094
611.06/608.05	c cleaning 18999 clauses out of 38021 with flag 490996/7058092
613.05/610.00	c cleaning 19988 clauses out of 40022 with flag 542187/7079092
615.54/612.50	c cleaning 21012 clauses out of 42034 with flag 596957/7101092
617.34/614.33	c cleaning 22005 clauses out of 44023 with flag 653549/7124093
619.23/616.26	c cleaning 23003 clauses out of 46017 with flag 712103/7148092
621.73/618.76	c cleaning 23998 clauses out of 48014 with flag 770277/7173092
624.32/621.32	c cleaning 25000 clauses out of 50019 with flag 837902/7199095
626.42/623.45	c cleaning 26003 clauses out of 52018 with flag 903721/7226094
628.21/625.26	c cleaning 26991 clauses out of 54013 with flag 976164/7254092
630.90/627.99	c cleaning 28006 clauses out of 56022 with flag 1046198/7283092
634.60/631.66	c cleaning 29002 clauses out of 58016 with flag 1123906/7313092
637.49/634.55	c cleaning 30001 clauses out of 60017 with flag 1206896/7344095
640.78/637.84	c cleaning 31003 clauses out of 62016 with flag 1292358/7376095
644.98/642.01	c cleaning 31990 clauses out of 64010 with flag 1380796/7409092
648.87/645.87	c cleaning 32995 clauses out of 66020 with flag 1475393/7443092
651.86/648.86	c cleaning 34009 clauses out of 68026 with flag 1561771/7478093
655.45/652.41	c cleaning 35000 clauses out of 70016 with flag 1654361/7514092
659.44/656.43	c cleaning 35986 clauses out of 72018 with flag 1754001/7551094
662.04/659.08	c cleaning 37013 clauses out of 74030 with flag 1843386/7589092
665.73/662.74	c cleaning 38007 clauses out of 76019 with flag 1941726/7628094
670.82/667.85	c cleaning 39000 clauses out of 78010 with flag 2050732/7668092
674.81/671.86	c cleaning 39998 clauses out of 80012 with flag 2149967/7709094
680.19/677.27	c cleaning 40988 clauses out of 82012 with flag 2253764/7751092
685.09/682.18	c cleaning 42005 clauses out of 84024 with flag 2359019/7794092
689.77/686.82	c cleaning 43003 clauses out of 86020 with flag 2462910/7838093
692.16/689.26	c cleaning 43999 clauses out of 88016 with flag 2553754/7883092
695.46/692.57	c cleaning 45002 clauses out of 90018 with flag 2661755/7929093
698.65/695.78	c cleaning 46000 clauses out of 92016 with flag 2764150/7976093
703.34/700.40	c cleaning 47000 clauses out of 94015 with flag 2882290/8024092
709.52/706.64	c cleaning 47995 clauses out of 96016 with flag 3015728/8073093
715.11/712.20	c cleaning 49004 clauses out of 98020 with flag 3149270/8123092
719.20/716.30	c cleaning 50009 clauses out of 100019 with flag 3265048/8174095
725.09/722.25	c cleaning 50997 clauses out of 102007 with flag 3400592/8226092
728.68/725.80	c cleaning 52001 clauses out of 104012 with flag 3517777/8279094
733.94/731.06	c cleaning 52996 clauses out of 106010 with flag 3639900/8333093
741.92/739.07	c cleaning 54003 clauses out of 108015 with flag 3787066/8388094
748.50/745.60	c cleaning 55003 clauses out of 110010 with flag 3940935/8444092
753.69/750.89	c cleaning 55998 clauses out of 112007 with flag 4093188/8501092
757.58/754.72	c cleaning 56999 clauses out of 114010 with flag 4219235/8559093
761.57/758.72	c cleaning 57996 clauses out of 116010 with flag 4351511/8618092
765.26/762.45	c cleaning 58992 clauses out of 118014 with flag 4485000/8678092
770.75/767.91	c cleaning 60002 clauses out of 120022 with flag 4632453/8739092
775.84/773.04	c cleaning 61010 clauses out of 122022 with flag 4773851/8801094
781.33/778.52	c cleaning 62003 clauses out of 124010 with flag 4921522/8864092
787.41/784.64	c cleaning 63003 clauses out of 126007 with flag 5073481/8928092
794.10/791.34	c cleaning 64001 clauses out of 128005 with flag 5227251/8993093
800.18/797.47	c cleaning 64999 clauses out of 130003 with flag 5381438/9059092
807.47/804.79	c cleaning 65999 clauses out of 132004 with flag 5542301/9126092
814.15/811.48	c cleaning 66995 clauses out of 134006 with flag 5703504/9194093
820.54/817.83	c cleaning 68007 clauses out of 136013 with flag 5869829/9263095
827.83/825.10	c cleaning 68998 clauses out of 138004 with flag 6031144/9333093
836.60/833.95	c cleaning 70004 clauses out of 140007 with flag 6206236/9404094
844.70/842.08	c cleaning 71000 clauses out of 142007 with flag 6378196/9476098
852.78/850.12	c cleaning 71998 clauses out of 144001 with flag 6554156/9549092
861.55/858.93	c cleaning 73000 clauses out of 146003 with flag 6734362/9623092
869.74/867.12	c cleaning 73998 clauses out of 148004 with flag 6913031/9698093
878.72/876.17	c cleaning 75003 clauses out of 150005 with flag 7101244/9774092
886.80/884.26	c cleaning 75997 clauses out of 152002 with flag 7281705/9851092
896.58/894.08	c cleaning 77000 clauses out of 154005 with flag 7465156/9929092
906.95/904.47	c cleaning 78004 clauses out of 156007 with flag 7646409/10008094
913.74/911.29	c cleaning 79001 clauses out of 158001 with flag 7821887/10088092
923.83/921.37	c cleaning 79990 clauses out of 160000 with flag 7990966/10169092
938.43/935.58	c cleaning 81002 clauses out of 162010 with flag 8217153/10251092
953.70/950.81	c cleaning 82002 clauses out of 164010 with flag 8480609/10334094
975.35/972.56	c cleaning 82992 clauses out of 166006 with flag 8743616/10418092
998.48/995.73	c cleaning 84002 clauses out of 168014 with flag 9059679/10503092
1004.77/1002.06	c Got one! Elapsed wall clock time (in seconds):1001.924
1004.77/1002.06	o 31
1005.79/1003.06	c cleaning 68446 clauses out of 136945 with flag 12305/10556025
1006.58/1003.81	c cleaning 37238 clauses out of 74498 with flag 28097/10562024
1007.08/1004.36	c cleaning 22111 clauses out of 44260 with flag 47882/10569024
1007.68/1004.98	c cleaning 15058 clauses out of 30149 with flag 69810/10577024
1008.47/1005.73	c cleaning 11266 clauses out of 24092 with flag 90246/10586025
1009.27/1006.51	c cleaning 10002 clauses out of 22825 with flag 113926/10596024
1009.97/1007.25	c cleaning 10996 clauses out of 23823 with flag 139596/10607024
1010.78/1008.05	c cleaning 11986 clauses out of 24828 with flag 170124/10619025
1012.07/1009.39	c cleaning 12915 clauses out of 25841 with flag 200442/10632024
1013.16/1010.47	c cleaning 13459 clauses out of 26926 with flag 233883/10646024
1014.40/1011.68	c cleaning 14232 clauses out of 28467 with flag 271496/10661024
1015.70/1012.90	c cleaning 15114 clauses out of 30235 with flag 312196/10677024
1016.70/1013.95	c cleaning 16055 clauses out of 32123 with flag 352912/10694026
1018.50/1015.76	c cleaning 17027 clauses out of 34068 with flag 392826/10712026
1020.80/1018.04	c cleaning 18007 clauses out of 36039 with flag 437668/10731024
1022.99/1020.22	c cleaning 19010 clauses out of 38034 with flag 484356/10751026
1025.14/1022.33	c cleaning 20001 clauses out of 40023 with flag 533857/10772025
1026.83/1024.10	c cleaning 20996 clauses out of 42022 with flag 587271/10794025
1029.11/1026.32	c cleaning 22007 clauses out of 44025 with flag 645241/10817024
1031.59/1028.82	c cleaning 22999 clauses out of 46019 with flag 706420/10841025
1035.76/1033.04	c cleaning 24010 clauses out of 48019 with flag 779495/10866024
1038.53/1035.84	c cleaning 24995 clauses out of 50009 with flag 840601/10892024
1041.11/1038.43	c cleaning 26005 clauses out of 52016 with flag 902615/10919026
1043.70/1041.09	c cleaning 26995 clauses out of 54009 with flag 969837/10947024
1047.06/1044.43	c cleaning 27997 clauses out of 56014 with flag 1037055/10976024
1050.34/1047.79	c cleaning 29002 clauses out of 58020 with flag 1107701/11006027
1053.81/1051.25	c cleaning 30005 clauses out of 60016 with flag 1184240/11037025
1056.49/1053.92	c cleaning 30985 clauses out of 62010 with flag 1263413/11069024
1059.26/1056.76	c cleaning 32005 clauses out of 64028 with flag 1338938/11102027
1060.75/1058.22	c cleaning 33004 clauses out of 66020 with flag 1407407/11136024
1062.24/1059.77	c cleaning 34001 clauses out of 68016 with flag 1477883/11171024
1064.12/1061.64	c cleaning 35003 clauses out of 70016 with flag 1551240/11207025
1066.01/1063.59	c cleaning 36003 clauses out of 72012 with flag 1625843/11244024
1067.99/1065.58	c cleaning 37000 clauses out of 74009 with flag 1703042/11282024
1070.28/1067.80	c cleaning 38002 clauses out of 76011 with flag 1782066/11321026
1072.28/1069.89	c cleaning 39002 clauses out of 78009 with flag 1868847/11361026
1074.68/1072.29	c cleaning 40000 clauses out of 80005 with flag 1952002/11402024
1077.27/1074.87	c cleaning 41001 clauses out of 82006 with flag 2036737/11444025
1079.86/1077.45	c cleaning 41999 clauses out of 84005 with flag 2126403/11487025
1082.67/1080.20	c cleaning 43002 clauses out of 86005 with flag 2219133/11531024
1085.16/1082.79	c cleaning 43996 clauses out of 88004 with flag 2312437/11576025
1088.05/1085.66	c cleaning 44999 clauses out of 90008 with flag 2405783/11622025
1091.15/1088.77	c cleaning 46003 clauses out of 92010 with flag 2502398/11669026
1094.24/1091.88	c cleaning 46998 clauses out of 94006 with flag 2599332/11717025
1097.63/1095.20	c cleaning 48000 clauses out of 96007 with flag 2698350/11766024
1101.13/1098.75	c cleaning 49000 clauses out of 98009 with flag 2799337/11816026
1105.42/1103.04	c cleaning 49997 clauses out of 100009 with flag 2901841/11867026
1109.81/1107.48	c cleaning 50999 clauses out of 102011 with flag 3006502/11919025
1114.30/1111.94	c cleaning 52001 clauses out of 104012 with flag 3113349/11972025
1119.29/1116.95	c cleaning 52996 clauses out of 106010 with flag 3223356/12026024
1124.08/1121.78	c cleaning 54006 clauses out of 108016 with flag 3335387/12081026
1129.56/1127.27	c cleaning 55003 clauses out of 110011 with flag 3448446/12137027
1135.15/1132.85	c cleaning 56003 clauses out of 112007 with flag 3563267/12194026
1142.14/1139.82	c cleaning 56987 clauses out of 114003 with flag 3710138/12252025
1149.92/1147.60	c cleaning 58000 clauses out of 116015 with flag 3852719/12311024
1155.19/1152.80	c cleaning 59008 clauses out of 118015 with flag 3989822/12371024
1160.38/1158.02	c cleaning 59991 clauses out of 120007 with flag 4124288/12432024
1169.06/1166.77	c cleaning 61000 clauses out of 122017 with flag 4272524/12494025
1174.74/1172.49	c cleaning 62005 clauses out of 124016 with flag 4418833/12557024
1183.43/1181.19	c cleaning 63002 clauses out of 126011 with flag 4572661/12621024
1191.31/1189.00	c cleaning 63998 clauses out of 128010 with flag 4743520/12686025
1199.99/1197.71	c cleaning 64999 clauses out of 130014 with flag 4917428/12752027
1208.77/1206.59	c cleaning 65995 clauses out of 132012 with flag 5088123/12819024
1219.36/1217.18	c cleaning 66999 clauses out of 134019 with flag 5258801/12887026
1231.02/1228.89	c cleaning 68006 clauses out of 136022 with flag 5447278/12956028
1240.10/1237.94	c cleaning 68995 clauses out of 138012 with flag 5634095/13026024
1249.37/1247.27	c cleaning 70002 clauses out of 140018 with flag 5810024/13097025
1260.85/1258.70	c cleaning 70985 clauses out of 142017 with flag 6002679/13169026
1269.40/1267.26	c cleaning 72004 clauses out of 144031 with flag 6197748/13242025
1284.66/1282.52	c cleaning 72996 clauses out of 146027 with flag 6402231/13316025
1292.55/1290.42	c cleaning 74007 clauses out of 148030 with flag 6575087/13391024
1299.03/1296.99	c cleaning 75004 clauses out of 150024 with flag 6740242/13467025
1306.52/1304.48	c cleaning 75998 clauses out of 152019 with flag 6909679/13544024
1315.30/1313.23	c cleaning 77005 clauses out of 154021 with flag 7104779/13622024
1331.56/1329.53	c cleaning 77990 clauses out of 156017 with flag 7325384/13701025
1342.34/1340.38	c cleaning 79010 clauses out of 158025 with flag 7533748/13781024
1353.31/1351.33	c cleaning 80001 clauses out of 160015 with flag 7748119/13862024
1363.79/1361.83	c cleaning 81000 clauses out of 162015 with flag 7962696/13944025
1373.77/1371.81	c cleaning 82005 clauses out of 164014 with flag 8171569/14027024
1382.65/1380.74	c cleaning 83005 clauses out of 166009 with flag 8375566/14111024
1395.71/1393.89	c cleaning 83996 clauses out of 168004 with flag 8589923/14196024
1405.89/1404.03	c cleaning 85001 clauses out of 170010 with flag 8782851/14282026
1418.65/1416.77	c cleaning 86005 clauses out of 172009 with flag 8991131/14369026
1427.94/1426.10	c cleaning 86998 clauses out of 174003 with flag 9197397/14457025
1438.12/1436.22	c cleaning 87994 clauses out of 176003 with flag 9400632/14546024
1457.87/1456.09	c cleaning 89008 clauses out of 178016 with flag 9653052/14636031
1471.25/1469.48	c cleaning 89999 clauses out of 180003 with flag 9883023/14727026
1487.41/1485.63	c cleaning 90996 clauses out of 182002 with flag 10126016/14819024
1501.68/1499.90	c cleaning 91992 clauses out of 184007 with flag 10372337/14912026
1517.86/1516.16	c cleaning 92997 clauses out of 186014 with flag 10631401/15006025
1533.43/1531.68	c cleaning 93997 clauses out of 188017 with flag 10888152/15101025
1557.38/1555.60	c cleaning 95002 clauses out of 190022 with flag 11175930/15197027
1589.62/1587.94	c cleaning 96006 clauses out of 192018 with flag 11539158/15294025
1603.69/1602.01	c cleaning 96993 clauses out of 194011 with flag 11794173/15392024
1618.76/1617.13	c cleaning 98002 clauses out of 196018 with flag 12045499/15491024
1637.72/1636.15	c cleaning 99003 clauses out of 198017 with flag 12324540/15591025
1665.25/1663.74	c cleaning 99986 clauses out of 200013 with flag 12633145/15692024
1685.52/1684.03	c cleaning 101006 clauses out of 202028 with flag 12927708/15794025
1710.04/1708.53	c cleaning 101997 clauses out of 204021 with flag 13238529/15897024
1732.99/1731.51	c cleaning 102993 clauses out of 206025 with flag 13551784/16001025
1749.86/1748.49	c cleaning 104005 clauses out of 208031 with flag 13831354/16106024
1765.92/1764.59	c cleaning 105013 clauses out of 210027 with flag 14104435/16212025
1792.67/1791.31	c cleaning 106002 clauses out of 212013 with flag 14430865/16319024
1812.43/1811.11	c cleaning 106992 clauses out of 214011 with flag 14725715/16427024
1835.28/1834.06	c cleaning 108001 clauses out of 216019 with flag 15029624/16536024
1862.49/1861.39	c cleaning 108998 clauses out of 218019 with flag 15374115/16646025
1882.65/1881.50	c cleaning 110000 clauses out of 220020 with flag 15687407/16757024
1908.69/1907.61	c cleaning 110997 clauses out of 222020 with flag 16015816/16869024
1931.44/1930.41	c cleaning 112008 clauses out of 224024 with flag 16337982/16982025
1953.89/1952.90	c cleaning 113006 clauses out of 226015 with flag 16651237/17096024
1978.18/1976.88	c cleaning 113989 clauses out of 228010 with flag 16999292/17211025
2009.82/2008.56	c cleaning 115010 clauses out of 230021 with flag 17377836/17327025
2046.44/2045.24	c cleaning 116007 clauses out of 232013 with flag 17744522/17444027
2071.98/2070.81	c cleaning 116989 clauses out of 234003 with flag 18081167/17562024
2100.43/2099.35	c cleaning 118000 clauses out of 236014 with flag 18435945/17681024
2127.97/2126.93	c cleaning 118997 clauses out of 238014 with flag 18776517/17801024
2144.22/2143.26	c cleaning 120001 clauses out of 240019 with flag 19076822/17922026
2168.86/2167.97	c cleaning 121000 clauses out of 242016 with flag 19421794/18044024
2233.53/2232.71	c cleaning 122001 clauses out of 244018 with flag 19895913/18167026
2268.96/2268.29	c cleaning 122994 clauses out of 246016 with flag 20292144/18291025
2354.38/2353.89	c cleaning 124003 clauses out of 248021 with flag 20879440/18416024
2388.51/2388.08	c cleaning 125001 clauses out of 250018 with flag 21252378/18542024
2416.68/2416.03	c cleaning 125998 clauses out of 252017 with flag 21610276/18669024
2448.20/2447.62	c cleaning 127005 clauses out of 254021 with flag 21986500/18797026
2479.64/2479.12	c cleaning 127996 clauses out of 256015 with flag 22363911/18926025
2514.07/2513.60	c cleaning 129006 clauses out of 258018 with flag 22741056/19056024
2566.95/2566.60	c cleaning 129996 clauses out of 260013 with flag 23169496/19187025
2598.77/2598.49	c cleaning 130996 clauses out of 262017 with flag 23554828/19319025
2652.19/2652.13	c cleaning 132005 clauses out of 264020 with flag 23992478/19452024
2683.71/2683.74	c cleaning 132974 clauses out of 266017 with flag 24404242/19586026
2732.92/2733.04	c cleaning 134005 clauses out of 268042 with flag 24826961/19721025
2760.35/2760.50	c cleaning 135015 clauses out of 270037 with flag 25191196/19857025
2797.07/2797.31	c cleaning 136003 clauses out of 272021 with flag 25580648/19994024
2822.12/2822.48	c cleaning 137004 clauses out of 274018 with flag 25934602/20132024
2847.87/2848.23	c cleaning 138003 clauses out of 276015 with flag 26246097/20271025
2866.22/2866.51	c cleaning 139003 clauses out of 278011 with flag 26555498/20411024
2892.57/2892.99	c cleaning 140006 clauses out of 280012 with flag 26876594/20552028
2914.73/2915.17	c cleaning 140999 clauses out of 282004 with flag 27191947/20694026
2937.97/2938.43	c cleaning 142001 clauses out of 284007 with flag 27498884/20837028
2968.41/2968.93	c cleaning 142994 clauses out of 286002 with flag 27858763/20981024
2998.35/2998.99	c cleaning 143995 clauses out of 288008 with flag 28269890/21126024
3035.97/3036.69	c cleaning 144996 clauses out of 290013 with flag 28706619/21272024
3070.20/3070.99	c cleaning 146002 clauses out of 292019 with flag 29124386/21419026
3107.58/3108.23	c cleaning 146995 clauses out of 294015 with flag 29558866/21567024
3155.78/3156.50	c cleaning 148000 clauses out of 296021 with flag 29996749/21716025
3192.81/3193.66	c cleaning 148997 clauses out of 298021 with flag 30423153/21866025
3231.42/3232.30	c cleaning 150012 clauses out of 300025 with flag 30905194/22017026
3270.24/3270.70	c cleaning 150999 clauses out of 302012 with flag 31355125/22169025
3305.77/3306.38	c cleaning 152000 clauses out of 304012 with flag 31792726/22322024
3342.40/3343.00	c cleaning 152994 clauses out of 306012 with flag 32243148/22476024
3403.97/3404.79	c cleaning 154008 clauses out of 308018 with flag 32739266/22631024
3432.87/3433.66	c cleaning 154999 clauses out of 310012 with flag 33156235/22787026
3475.69/3476.57	c cleaning 156006 clauses out of 312011 with flag 33657099/22944024
3516.70/3517.65	c cleaning 156993 clauses out of 314006 with flag 34112289/23102025
3571.78/3572.82	c cleaning 157986 clauses out of 316012 with flag 34571051/23261024
3600.04/3601.12	c starts		: 68357
3600.04/3601.12	c conflicts		: 23374114
3600.04/3601.12	c decisions		: 30074231
3600.04/3601.12	c propagations		: 2070884719
3600.04/3601.12	c inspects		: 46445675133
3600.04/3601.12	c shortcuts		: 0
3600.04/3601.12	c learnt literals	: 7
3600.04/3601.12	c learnt binary clauses	: 133
3600.04/3601.12	c learnt ternary clauses	: 882
3600.04/3601.12	c learnt constraints	: 23374107
3600.04/3601.12	c ignored constraints	: 0
3600.04/3601.12	c root simplifications	: 0
3600.04/3601.12	c removed literals (reason simplification)	: 158012859
3600.04/3601.12	c reason swapping (by a shorter reason)	: 0
3600.04/3601.12	c Calls to reduceDB	: 538
3600.04/3601.12	c Number of update (reduction) of LBD	: 2176869
3600.04/3601.12	c Imported unit clauses	: 0
3600.04/3601.12	c No decision after first conflict	: false
3600.04/3601.12	c number of reductions to clauses (during analyze)	: 0
3600.04/3601.12	c number of learned constraints concerned by reduction	: 0
3600.04/3601.12	c number of learning phase by resolution	: 0
3600.04/3601.12	c number of learning phase by cutting planes	: 0
3600.04/3601.12	c number of rounding to 1 operations	: 0
3600.04/3601.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3601.12	c number of reductions of the coefficients by power 2 	: 0
3600.04/3601.12	c number of right shift for reduction by power 2 	: 0
3600.04/3601.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3601.12	c number of ending skipping 	: 0
3600.04/3601.12	c number of internal skipping 	: 0
3600.04/3601.12	c number of derivation steps 	: 0
3600.04/3601.12	c number of skipped derivation steps 	: 0
3600.04/3601.12	c number of remaining unassigned 	: 0
3600.04/3601.12	c number of remaining assigned 	: 0
3600.04/3601.12	c number of falsified literals weakened from reason	: 0
3600.04/3601.12	c number of falsified literals weakened from conflict	: 0
3600.04/3601.12	c time for arithmetic operations	: 0
3600.04/3601.13	c minimum degree of deleted constraints	: null
3600.04/3601.13	c maximum degree of deleted constraints	: null
3600.04/3601.13	c number of deleted constraints	: 0
3600.04/3601.13	c speed (assignments/second)	: 575118.2707277664
3600.04/3601.13	c non guided choices	: 7840
3600.04/3601.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 270983
3600.04/3601.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 133
3600.04/3601.20	s SATISFIABLE
3600.04/3601.20	c Found 35 solution(s)
3600.23/3601.20	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 x84 -x85 -x86 -x87 x88 -x89 x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 -x181 -x182 x183 -x184 x185 -x186 x187 -x188 -x189 -x190 -x191 -x192 x193 x194 x195 -x196 x197 x198 x199 x200 -x201 x202 x203 x204 -x205 -x206 x207 -x208 -x209 -x210 x211 x212 -x213 x214 -x215 x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 x225 x226 x227 x228 x229 -x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 x255 x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 -x264 -x265 x266 x267 -x268 -x269 x270 x271 -x272 -x273 -x274 x275 x276 -x277 x278 x279 x280 -x281 x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 -x291 -x292 -x293 x294 x295 x296 x297 x298 x299 x300 -x301 -x302 x303 x304 x305 -x306 x307 x308 x309 x310 x311 -x312 x313 x314 -x315 -x316 x317 x318 x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 x328 -x329 x330 x331 x332 -x333 x334 x335 x336 -x337 x338 -x339 x340 -x341 x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 x350 -x351 x352 -x353 -x354 -x355 x356 -x357 x358 -x359 x360 -x361 x362 x363 x364 x365 -x366 x367 x368 -x369 x370 -x371 -x372 x373 x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 x382 -x383 -x384 x385 x386 x387 -x388 -x389 -x390 -x391 x392 -x393 -x394 x395 x396 x397 x398 -x399 -x400 x401 x402 -x403 -x404 -x405 x406 -x407 x408 -x409 x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 -x421 x422 x423 -x424 -x425 x426 x427 -x428 -x429 -x430 x431 -x432 x433 -x434 x435 -x436 -x437 -x438 x439 -x440 -x441 x442 x443 -x444 -x445 x446 x447 -x448 x449 x450 -x451 x452 x453 -x454 -x455 x456 -x457 -x458 x459 -x460 -x461 x462 x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 x471 -x472 x473 -x474 -x475 -x476 x477 -x478 -x479 x480 -x481 x482 x483 -x484 -x485 -x486 -x487 x488 -x489 x490 -x491 -x492 -x493 x494 -x495 x496 x497 -x498 -x499 -x500 x501 x502 -x503 -x504 -x505 x506 -x507 x508 -x509 -x510 -x511 x512 x513 x514 -x515 x516 x517 -x518 -x519 x520 x521 x522 x523 x524 x525 -x526 -x527 -x528 -x529 x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 x539 x540 -x541 x542 x543 x544 x545 x546 x547 -x548 -x549 -x550 -x551 x552 x553 x554 x555 -x556 -x557 -x558 -x559 x560 -x561 -x562 x563 x564 -x565 -x566 -x567 x568 x569 -x570 -x571 x572 -x573 x574 x575 -x576 -x577 x578 -x579 x580 x581 x582 -x583 -x584 
3600.23/3601.20	c objective function=31
3600.23/3601.21	c Total wall clock time (in seconds): 3601.07

Verifier Data

OK	31

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (52068 MiB free)
  memory of node 1: 64465 MiB (56106 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502265-1751426363/watcher-4502265-1751426363 -o /tmp/evaluation-result-4502265-1751426363/solver-4502265-1751426363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751421064-60594 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4502265-1751426363.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=61432, runsolver pid=61429
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 3.11 3.11 3.09 4/314 61450
/proc/meminfo: memFree=110753264/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=18930384 memory=55496 CPUtime=0.12 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 6537 0 0 0 10 2 0 0 20 0 18 0 58314989 19384713216 13874 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4732596 13874 5337 1 0 547611 0
[pid=61432/tid=61434] ppid=61429 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 5056 0 0 0 6 1 0 0 20 0 18 0 58314991 19384713216 13874 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=18930384 memory=224227767625 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 58314993 19384713216 13874 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=18930384 memory=33073 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 58314994 19384713216 13874 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55496 KiB

[startup+0.205594 s]*
/proc/loadavg: 3.11 3.11 3.09 6/314 61450
/proc/meminfo: memFree=110748412/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=18930384 memory=61768 CPUtime=0.31 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 6998 0 0 0 29 2 0 0 20 0 18 0 58314989 19384713216 15442 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4732596 15442 5433 1 0 547887 0
[pid=61432/tid=61434] ppid=61429 vsize=18930384 memory=4026729499 CPUtime=0.17 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 5299 0 0 0 16 1 0 0 20 0 18 0 58314991 19384713216 15442 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=18930384 memory=219932787024 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 58314993 19384713216 15442 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=18930384 memory=57385981083001 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 58314994 19384713216 15442 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61768 KiB

[startup+0.305508 s]*
/proc/loadavg: 3.11 3.11 3.09 5/314 61450
/proc/meminfo: memFree=110738456/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=18930384 memory=73332 CPUtime=0.5 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 7784 0 0 0 48 2 0 0 20 0 18 0 58314989 19384713216 18333 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4732596 18333 5433 1 0 548152 0
[pid=61432/tid=61434] ppid=61429 vsize=18930384 memory=-6000919468461943657 CPUtime=0.27 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 5322 0 0 0 26 1 0 0 20 0 18 0 58314991 19384713216 18333 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 58314993 19384713216 18333 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 58314994 19384713216 18333 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73332 KiB

[startup+0.700216 s]
/proc/loadavg: 3.11 3.11 3.09 5/315 61451
/proc/meminfo: memFree=110721128/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=18996948 memory=102340 CPUtime=1.27 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 15758 0 0 0 123 4 0 0 20 0 19 0 58314989 19452874752 25585 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4749237 25585 5465 1 0 552486 0
[pid=61432/tid=61434] ppid=61429 vsize=18996948 memory=17792 CPUtime=0.66 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 5492 0 0 0 65 1 0 0 20 0 19 0 58314991 19452874752 25585 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 58314993 19452874752 25585 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 58314994 19452874752 25585 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 58315023 19452874752 25585 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 102340 KiB

[startup+1.5002 s]
/proc/loadavg: 3.11 3.11 3.09 5/315 61451
/proc/meminfo: memFree=110700576/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=18996948 memory=111756 CPUtime=2.67 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 22740 0 0 0 262 5 0 0 20 0 19 0 58314989 19452874752 27939 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4749237 27939 5465 1 0 553568 0
[pid=61432/tid=61434] ppid=61429 vsize=18996948 memory=11136 CPUtime=1.46 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 5811 0 0 0 144 2 0 0 20 0 19 0 58314991 19452874752 27939 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 58314993 19452874752 27939 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 58314994 19452874752 27939 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=18996948 memory=224194199869 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 58315023 19452874752 27939 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 111756 KiB

[startup+3.10551 s]
/proc/loadavg: 3.10 3.11 3.09 5/316 61453
/proc/meminfo: memFree=110684508/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=18996948 memory=122436 CPUtime=5 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 23928 0 0 0 494 6 0 0 20 0 19 0 58314989 19452874752 30609 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4749237 30609 5465 1 0 553573 0
[pid=61432/tid=61434] ppid=61429 vsize=18996948 memory=11136 CPUtime=3.04 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 6208 0 0 0 302 2 0 0 20 0 19 0 58314991 19452874752 30609 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=18996948 memory=-6000919468461943657 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 58314993 19452874752 30609 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 58314994 19452874752 30609 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=18996948 memory=164 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 58315023 19452874752 30609 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 122436 KiB

[startup+6.30014 s]
/proc/loadavg: 3.10 3.11 3.09 4/316 61453
/proc/meminfo: memFree=110660872/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=18996948 memory=140360 CPUtime=9.03 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 32673 0 0 0 896 7 0 0 20 0 19 0 58314989 19452874752 35090 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4749237 35090 5497 1 0 554589 0
[pid=61432/tid=61434] ppid=61429 vsize=18996948 memory=0 CPUtime=6.23 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 8083 0 0 0 620 3 0 0 20 0 19 0 58314991 19452874752 35090 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 58314993 19452874752 35090 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=18996948 memory=113804 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 58314994 19452874752 35090 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 58315023 19452874752 35090 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 9.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 140360 KiB

[startup+12.7002 s]
/proc/loadavg: 3.08 3.10 3.09 4/317 61454
/proc/meminfo: memFree=110612148/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=19063512 memory=182116 CPUtime=15.67 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 39635 0 0 0 1559 8 0 0 20 0 20 0 58314989 19521036288 45529 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4765878 45529 5561 1 0 554878 0
[pid=61432/tid=61434] ppid=61429 vsize=19063512 memory=0 CPUtime=12.6 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 9192 0 0 0 1257 3 0 0 20 0 20 0 58314991 19521036288 45529 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58314993 19521036288 45529 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=19063512 memory=195274 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 58314994 19521036288 45529 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58315023 19521036288 45529 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 15.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182116 KiB

[startup+25.5002 s]
/proc/loadavg: 3.15 3.12 3.09 4/317 61454
/proc/meminfo: memFree=110591668/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=19063512 memory=188612 CPUtime=28.86 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 46493 0 0 0 2877 9 0 0 20 0 20 0 58314989 19521036288 47153 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4765878 47153 5561 1 0 554878 0
[pid=61432/tid=61434] ppid=61429 vsize=19063512 memory=0 CPUtime=25.36 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 10218 0 0 0 2533 3 0 0 20 0 20 0 58314991 19521036288 47153 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58314993 19521036288 47153 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=19063512 memory=224194199869 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 58314994 19521036288 47153 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=19063512 memory=-6000919468461943657 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58315023 19521036288 47153 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 28.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188612 KiB

[startup+51.1052 s]
/proc/loadavg: 3.10 3.11 3.09 4/317 61454
/proc/meminfo: memFree=110522052/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=19063512 memory=192908 CPUtime=54.42 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 46598 0 0 0 5433 9 0 0 20 0 20 0 58314989 19521036288 48227 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4765878 48227 5561 1 0 554878 0
[pid=61432/tid=61434] ppid=61429 vsize=19063512 memory=11136 CPUtime=50.9 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 10238 0 0 0 5087 3 0 0 20 0 20 0 58314991 19521036288 48227 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=19063512 memory=188612 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58314993 19521036288 48227 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=19063512 memory=14572 CPUtime=0 cores=1,3

################
# More data... #
################

[startup+3282.3 s]
/proc/loadavg: 1.11 1.12 1.40 2/266 61701
/proc/meminfo: memFree=112942800/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=19063512 memory=2183776 CPUtime=3281.82 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 119143 0 0 0 328084 98 0 0 20 0 20 0 58314989 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4765878 545944 5561 1 0 558494 0
[pid=61432/tid=61434] ppid=61429 vsize=19063512 memory=2182240 CPUtime=3270.67 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 47224 0 0 0 327043 24 0 0 20 0 20 0 58314991 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=19063512 memory=2177760 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58314993 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=19063512 memory=2182240 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 2754 0 0 0 0 0 0 0 20 0 20 0 58314994 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58315023 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 3281.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183776 KiB

[startup+3342.3 s]
/proc/loadavg: 1.16 1.13 1.38 2/266 61703
/proc/meminfo: memFree=112943084/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=19063512 memory=2183776 CPUtime=3341.69 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 119151 0 0 0 334069 100 0 0 20 0 20 0 58314989 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4765878 545944 5561 1 0 558494 0
[pid=61432/tid=61434] ppid=61429 vsize=19063512 memory=2177760 CPUtime=3330.52 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 47227 0 0 0 333028 24 0 0 20 0 20 0 58314991 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58314993 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=19063512 memory=2183776 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 2754 0 0 0 0 0 0 0 20 0 20 0 58314994 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=19063512 memory=4480 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58315023 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 3341.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183776 KiB

[startup+3402.3 s]
/proc/loadavg: 1.11 1.12 1.36 2/266 61705
/proc/meminfo: memFree=112967756/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=19063512 memory=2183776 CPUtime=3401.57 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 119617 0 0 0 340056 101 0 0 20 0 20 0 58314989 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4765878 545944 5561 1 0 558494 0
[pid=61432/tid=61434] ppid=61429 vsize=19063512 memory=17792 CPUtime=3390.38 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 47688 0 0 0 339014 24 0 0 20 0 20 0 58314991 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=19063512 memory=2208 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58314993 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=19063512 memory=2183776 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 2754 0 0 0 0 0 0 0 20 0 20 0 58314994 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=19063512 memory=2183776 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58315023 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 3401.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183776 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.11 1.34 2/265 61709
/proc/meminfo: memFree=112967284/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=19063512 memory=2183776 CPUtime=3461.52 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 121027 0 0 0 346050 102 0 0 20 0 20 0 58314989 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4765878 545944 5561 1 0 558494 0
[pid=61432/tid=61434] ppid=61429 vsize=19063512 memory=17792 CPUtime=3450.11 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 48443 0 0 0 344987 24 0 0 20 0 20 0 58314991 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58314993 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 2834 0 0 0 0 0 0 0 20 0 20 0 58314994 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=19063512 memory=-6000919468461943657 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58315023 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 3461.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183776 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.12 1.33 2/265 61711
/proc/meminfo: memFree=112990656/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=19063512 memory=2183776 CPUtime=3521.39 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 121664 0 0 0 352036 103 0 0 20 0 20 0 58314989 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4765878 545944 5561 1 0 558494 0
[pid=61432/tid=61434] ppid=61429 vsize=19063512 memory=5632 CPUtime=3509.96 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 48942 0 0 0 350972 24 0 0 20 0 20 0 58314991 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=19063512 memory=2183776 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58314993 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 2950 0 0 0 0 0 0 0 20 0 20 0 58314994 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=19063512 memory=2183776 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58315023 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 3521.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183776 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 1.11 1.31 2/266 61716
/proc/meminfo: memFree=112990700/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=19063512 memory=2183776 CPUtime=3581.26 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 121793 0 0 0 358022 104 0 0 20 0 20 0 58314989 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4765878 545944 5561 1 0 558494 0
[pid=61432/tid=61434] ppid=61429 vsize=19063512 memory=14572 CPUtime=3569.82 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 49058 0 0 0 356958 24 0 0 20 0 20 0 58314991 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=19063512 memory=2183776 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58314993 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 2955 0 0 0 0 0 0 0 20 0 20 0 58314994 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58315023 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 3581.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.11 s]
/proc/loadavg: 1.14 1.12 1.31 2/266 61717
/proc/meminfo: memFree=112990732/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=19063512 memory=2183776 CPUtime=3600.04 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 121893 0 0 0 359899 105 0 0 20 0 20 0 58314989 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4765878 545944 5561 1 0 558494 0
[pid=61432/tid=61434] ppid=61429 vsize=19063512 memory=21692 CPUtime=3588.58 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 49157 0 0 0 358834 24 0 0 20 0 20 0 58314991 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58314993 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 2955 0 0 0 0 0 0 0 20 0 20 0 58314994 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61451] ppid=61429 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/61432/task/61451/stat : 61451 (Timer-0) S 61429 61432 58953 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58315023 19521036288 545944 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183776 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3601.22 s]
# the end of solver process 61432 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3599.2 s, system=1.06096 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3601.21 s]
/proc/loadavg: 1.14 1.12 1.31 2/266 61717
/proc/meminfo: memFree=112990732/131249996 swapFree=33010160/33010684
[pid=61432] ppid=61429 vsize=19263204 memory=2184800 CPUtime=3600.23 cores=1,3
/proc/61432/stat : 61432 (java) S 61429 61432 58953 0 -1 4194304 124328 0 0 0 359918 105 0 0 20 0 21 0 58314989 19725520896 546200 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
/proc/61432/statm: 4815801 546200 5561 1 0 559468 0
[pid=61432/tid=61434] ppid=61429 vsize=19263204 memory=23156 CPUtime=3588.67 cores=1,3
/proc/61432/task/61434/stat : 61434 (java) R 61429 61432 58953 0 -1 4194368 49376 0 0 0 358843 24 0 0 20 0 21 0 58314991 19725520896 546200 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61443] ppid=61429 vsize=19263204 memory=7088 CPUtime=0 cores=1,3
/proc/61432/task/61443/stat : 61443 (Finalizer) S 61429 61432 58953 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 58314993 19725520896 546200 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
[pid=61432/tid=61450] ppid=61429 vsize=19263204 memory=7040 CPUtime=0 cores=1,3
/proc/61432/task/61450/stat : 61450 (Common-Cleaner) S 61429 61432 58953 0 -1 4194368 2955 0 0 0 0 0 0 0 20 0 21 0 58314994 19725520896 546200 18446744073709551615 94060529090560 94060529094256 140734742946240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94060529102072 94060529102864 94060548239360 140734742948225 140734742948326 140734742948326 140734742953928 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2184800 KiB

Child status: 143

Real time (s): 3601.22
CPU time (s): 3600.26
CPU user time (s): 3599.2
CPU system time (s): 1.06096
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2184800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.2
system time used= 1.06096
maximum resident set size= 2184928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104346
involuntary context switches= 4222


# summary of solver processes directly reported to runsolver:
#   pid: 61432
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3599.2
#   total CPU system time (s): 1.06096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52904 second user time and 15.0178 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-02 05:19:24
IDJOB=4502265
IDBENCH=155311
IDSOLVER=3363
FILE ID=nodeC032/4502265-1751426363
RUNJOBID= nodeC032-1751421064-60594
SLURM_JOB_ID= 9598329
Free space on /tmp= 431152 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB10/OPT-NLC/oren/keeloq_tasca_instances/normalized-90_rounds_15_errors.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502265-1751426363/watcher-4502265-1751426363 -o /tmp/evaluation-result-4502265-1751426363/solver-4502265-1751426363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751421064-60594 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4502265-1751426363.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= dd402b2688f2af05a1e1d750cfef6b8d
RANDOM SEED=2134026675

nodeC032 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.840
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.856
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.177
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.464
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.856
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2225.989
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.771
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2552.162
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        110771468 kB
MemAvailable:   125259396 kB
Buffers:            2728 kB
Cached:         15168228 kB
SwapCached:           20 kB
Active:          4831984 kB
Inactive:       14801076 kB
Active(anon):    4476884 kB
Inactive(anon):     3268 kB
Active(file):     355100 kB
Inactive(file): 14797808 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1000 kB
Writeback:             0 kB
AnonPages:       4465196 kB
Mapped:           123172 kB
Shmem:             18048 kB
KReclaimable:     348520 kB
Slab:             441440 kB
SReclaimable:     348520 kB
SUnreclaim:        92920 kB
KernelStack:        4800 kB
PageTables:        12004 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7412364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151064 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4270080 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431156 MiB
End job on nodeC032 at 2025-07-02 06:19:25