Trace number 4524122

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-06OPT5612 2091.76 2090.37

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-Charlotte-06-2_c24.opb
MD5SUM0e6a0abac6c0ea5d11b10a372b87a440
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5612
Best CPU time to get the best result obtained on this benchmark3.22762
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3775
Total number of constraints4948
Number of constraints which are clauses1672
Number of constraints which are cardinality constraints (but not clauses)243
Number of constraints which are nor clauses,nor cardinality constraints3033
Minimum length of a constraint1
Maximum length of a constraint42
Number of terms in the objective function 216
Biggest coefficient in the objective function 200
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 18611
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 200
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 18611
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.00/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4524122-1751611413.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  objective function found
0.31/0.25	c ... done. Wall clock time 0.113s.
0.31/0.25	c declared #vars     3775
0.31/0.25	c #constraints  5191
0.31/0.25	c constraints type 
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1671
0.31/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 216
0.31/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2457
0.31/0.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 846
0.31/0.25	c 5191 constraints processed.
0.31/0.27	c objective function length is 216 literals
0.50/0.33	c SATISFIABLE
0.50/0.33	c OPTIMIZING...
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.196
0.50/0.33	o 5888
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.208
0.50/0.35	o 5878
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.216
0.50/0.35	o 5875
1.81/1.04	c cleaning 2549 clauses out of 5098 with flag 12573/5098
2.98/1.72	c cleaning 4264 clauses out of 8546 with flag 38790/11095
3.68/2.46	c cleaning 5642 clauses out of 11283 with flag 77490/18096
4.57/3.33	c cleaning 6820 clauses out of 13640 with flag 113848/26095
5.47/4.22	c cleaning 7909 clauses out of 15822 with flag 147612/35097
6.48/5.23	c cleaning 8953 clauses out of 17913 with flag 174421/45097
8.14/6.82	c cleaning 9978 clauses out of 19959 with flag 219833/56096
9.84/8.51	c cleaning 10989 clauses out of 21980 with flag 275507/68095
11.54/10.27	c cleaning 11995 clauses out of 23992 with flag 328758/81096
12.44/11.13	c Got one! Elapsed wall clock time (in seconds):10.989
12.44/11.13	o 5873
13.05/11.70	c cleaning 13642 clauses out of 27287 with flag 23715/96386
13.56/12.28	c cleaning 9817 clauses out of 19645 with flag 51020/102386
14.26/12.99	c cleaning 8405 clauses out of 16828 with flag 84818/109386
15.12/13.71	c cleaning 8209 clauses out of 16424 with flag 120317/117387
16.20/14.75	c Got one! Elapsed wall clock time (in seconds):14.609
16.20/14.75	o 5872
16.81/15.36	c cleaning 10710 clauses out of 21420 with flag 22246/130592
17.43/15.94	c cleaning 8353 clauses out of 16710 with flag 45484/136592
18.03/16.58	c cleaning 7676 clauses out of 15357 with flag 73456/143592
18.83/17.38	c cleaning 7841 clauses out of 15683 with flag 110187/151594
19.93/18.42	c cleaning 8418 clauses out of 16841 with flag 144750/160593
21.23/19.74	c cleaning 9210 clauses out of 18422 with flag 193691/170592
22.33/20.85	c cleaning 10106 clauses out of 20213 with flag 230769/181593
23.22/21.74	c cleaning 11051 clauses out of 22107 with flag 256286/193593
24.22/22.72	c cleaning 12027 clauses out of 24055 with flag 285857/206592
24.84/23.31	c Got one! Elapsed wall clock time (in seconds):23.175
24.84/23.31	o 5866
25.25/23.79	c cleaning 12016 clauses out of 24046 with flag 13354/218610
25.94/24.43	c cleaning 9008 clauses out of 18030 with flag 40132/224610
26.65/25.14	c cleaning 8011 clauses out of 16021 with flag 66593/231609
27.44/25.95	c cleaning 7998 clauses out of 16009 with flag 100998/239608
28.34/26.89	c cleaning 8506 clauses out of 17013 with flag 137064/248610
28.54/27.08	c Got one! Elapsed wall clock time (in seconds):26.939
28.54/27.08	o 5853
28.94/27.46	c cleaning 7197 clauses out of 14397 with flag 11678/254500
29.64/28.18	c cleaning 6591 clauses out of 13198 with flag 40357/260498
30.43/28.92	c cleaning 6797 clauses out of 13607 with flag 65668/267498
31.23/29.71	c cleaning 7404 clauses out of 14809 with flag 94439/275497
31.54/30.09	c Got one! Elapsed wall clock time (in seconds):29.949
31.54/30.09	o 5849
31.73/30.21	c cleaning 6205 clauses out of 12420 with flag 4346/280512
32.35/30.89	c cleaning 6095 clauses out of 12211 with flag 31097/286508
33.15/31.64	c cleaning 6549 clauses out of 13115 with flag 56548/293507
33.96/32.49	c cleaning 7284 clauses out of 14567 with flag 85025/301508
34.95/33.43	c cleaning 8138 clauses out of 16283 with flag 117115/310508
36.25/34.73	c cleaning 9071 clauses out of 18144 with flag 165286/320507
37.05/35.58	c Got one! Elapsed wall clock time (in seconds):35.44
37.05/35.58	o 5838
37.66/36.14	c cleaning 11256 clauses out of 22522 with flag 17613/333956
38.25/36.77	c cleaning 8628 clauses out of 17267 with flag 39665/339957
38.87/37.37	c cleaning 7812 clauses out of 15637 with flag 60907/346955
39.70/38.17	c cleaning 7905 clauses out of 15826 with flag 86730/354956
40.69/39.11	c cleaning 8452 clauses out of 16921 with flag 119233/363956
41.70/40.13	c cleaning 9226 clauses out of 18470 with flag 161820/373957
42.99/41.43	c cleaning 10118 clauses out of 20244 with flag 211568/384957
44.49/42.90	c cleaning 11057 clauses out of 22125 with flag 266282/396956
45.98/44.42	c cleaning 12032 clauses out of 24067 with flag 314677/409955
47.58/46.09	c cleaning 13015 clauses out of 26036 with flag 385496/423956
49.10/47.50	c cleaning 14006 clauses out of 28020 with flag 443772/438955
50.39/48.83	c cleaning 15007 clauses out of 30015 with flag 492741/454956
51.70/50.11	c cleaning 15997 clauses out of 32008 with flag 552215/471956
53.88/52.33	c cleaning 16999 clauses out of 34010 with flag 648501/489955
56.21/54.62	c cleaning 18006 clauses out of 36013 with flag 749420/508957
59.00/57.40	c cleaning 18998 clauses out of 38005 with flag 841591/528955
61.80/60.29	c cleaning 20002 clauses out of 40008 with flag 976372/549956
64.64/63.09	c cleaning 20997 clauses out of 42005 with flag 1089054/571955
67.03/65.49	c cleaning 22003 clauses out of 44009 with flag 1175379/594956
69.83/68.27	c cleaning 23003 clauses out of 46005 with flag 1265318/618955
72.67/71.03	c cleaning 23997 clauses out of 48002 with flag 1356155/643955
75.66/74.04	c cleaning 24998 clauses out of 50006 with flag 1456002/669956
78.65/77.03	c cleaning 26002 clauses out of 52007 with flag 1555939/696955
81.68/80.05	c cleaning 27000 clauses out of 54006 with flag 1651574/724956
84.78/83.13	c cleaning 28002 clauses out of 56006 with flag 1763900/753956
88.96/87.34	c cleaning 29000 clauses out of 58003 with flag 1869689/783955
90.20/88.55	c Got one! Elapsed wall clock time (in seconds):88.415
90.20/88.55	o 5825
90.80/89.17	c cleaning 21952 clauses out of 43926 with flag 18162/798878
91.39/89.75	c cleaning 13976 clauses out of 27974 with flag 37706/804878
92.19/90.56	c cleaning 10492 clauses out of 20998 with flag 74153/811878
92.99/91.39	c cleaning 9250 clauses out of 18506 with flag 102337/819878
94.19/92.58	c cleaning 9123 clauses out of 18256 with flag 143523/828878
95.28/93.66	c cleaning 9563 clauses out of 19134 with flag 180667/838879
96.48/94.83	c cleaning 10283 clauses out of 20570 with flag 217762/849878
97.90/96.20	c cleaning 11140 clauses out of 22287 with flag 274362/861878
99.29/97.61	c cleaning 12073 clauses out of 24149 with flag 336749/874880
100.90/99.23	c cleaning 13035 clauses out of 26074 with flag 393986/888878
102.49/100.86	c cleaning 14020 clauses out of 28040 with flag 451078/903879
104.09/102.47	c cleaning 15003 clauses out of 30019 with flag 493230/919878
105.59/103.95	c cleaning 16006 clauses out of 32019 with flag 535715/936881
106.18/104.52	c Got one! Elapsed wall clock time (in seconds):104.38
106.18/104.52	o 5823
106.82/105.11	c cleaning 13911 clauses out of 27842 with flag 16815/948710
107.31/105.68	c cleaning 9961 clauses out of 19932 with flag 36058/954711
108.01/106.34	c cleaning 8485 clauses out of 16973 with flag 58238/961713
108.72/107.05	c cleaning 8236 clauses out of 16486 with flag 84245/969711
109.61/107.98	c cleaning 8622 clauses out of 17249 with flag 122171/978710
110.71/109.00	c cleaning 9311 clauses out of 18627 with flag 159200/988710
111.71/110.03	c cleaning 10158 clauses out of 20317 with flag 191097/999711
112.71/111.08	c cleaning 11080 clauses out of 22159 with flag 219608/1011711
114.11/112.48	c cleaning 12038 clauses out of 24079 with flag 259565/1024711
115.81/114.17	c cleaning 13020 clauses out of 26040 with flag 307460/1038710
117.30/115.63	c cleaning 14010 clauses out of 28021 with flag 341399/1053711
118.80/117.17	c cleaning 14999 clauses out of 30010 with flag 384612/1069710
120.50/118.87	c cleaning 16004 clauses out of 32011 with flag 434348/1086710
122.51/120.88	c cleaning 16999 clauses out of 34007 with flag 491626/1104710
124.31/122.69	c cleaning 18002 clauses out of 36010 with flag 555964/1123712
125.61/123.98	c Got one! Elapsed wall clock time (in seconds):123.845
125.61/123.98	o 5813
126.30/124.61	c cleaning 17183 clauses out of 34376 with flag 17331/1140080
127.00/125.33	c cleaning 11591 clauses out of 23193 with flag 39633/1146080
127.90/126.22	c cleaning 9294 clauses out of 18603 with flag 72523/1153081
128.80/127.16	c cleaning 8651 clauses out of 17309 with flag 105606/1161081
129.70/128.06	c cleaning 8824 clauses out of 17658 with flag 132984/1170081
130.80/129.10	c cleaning 9412 clauses out of 18833 with flag 159147/1180080
132.09/130.48	c cleaning 10206 clauses out of 20421 with flag 190093/1191080
133.69/132.02	c cleaning 11105 clauses out of 22217 with flag 218821/1203082
134.88/133.23	c cleaning 12053 clauses out of 24110 with flag 252922/1216080
136.27/134.62	c cleaning 13028 clauses out of 26057 with flag 289060/1230080
137.77/136.12	c cleaning 14011 clauses out of 28029 with flag 320780/1245080
139.67/138.05	c cleaning 15005 clauses out of 30018 with flag 376447/1261080
141.56/139.93	c cleaning 16004 clauses out of 32013 with flag 431998/1278080
143.55/142.00	c cleaning 17006 clauses out of 34011 with flag 494479/1296082
145.66/144.03	c cleaning 17999 clauses out of 36004 with flag 557682/1315081
148.24/146.60	c cleaning 18999 clauses out of 38005 with flag 634436/1335081
150.24/148.65	c cleaning 20002 clauses out of 40005 with flag 697628/1356080
152.73/151.12	c cleaning 20995 clauses out of 42004 with flag 758887/1378081
155.43/153.81	c cleaning 22003 clauses out of 44009 with flag 812937/1401081
157.92/156.32	c cleaning 23001 clauses out of 46005 with flag 886867/1425080
160.52/158.99	c cleaning 24002 clauses out of 48004 with flag 966502/1450080
163.50/161.97	c cleaning 24999 clauses out of 50002 with flag 1044978/1476080
166.70/165.10	c cleaning 25997 clauses out of 52004 with flag 1126152/1503081
169.48/167.91	c cleaning 26999 clauses out of 54008 with flag 1202150/1531082
173.08/171.57	c cleaning 28001 clauses out of 56007 with flag 1302299/1560080
176.67/175.15	c cleaning 29002 clauses out of 58007 with flag 1407903/1590081
180.75/179.22	c cleaning 30000 clauses out of 60005 with flag 1513200/1621081
183.65/182.12	c Got one! Elapsed wall clock time (in seconds):181.979
183.65/182.12	o 5810
184.45/182.92	c cleaning 27440 clauses out of 54896 with flag 21332/1645972
185.16/183.67	c cleaning 16722 clauses out of 33458 with flag 42923/1651974
185.85/184.34	c cleaning 11860 clauses out of 23734 with flag 60500/1658972
186.85/185.31	c cleaning 9932 clauses out of 19876 with flag 92903/1666974
188.04/186.55	c cleaning 9462 clauses out of 18942 with flag 138132/1675972
189.54/188.08	c cleaning 9739 clauses out of 19481 with flag 201833/1685973
190.93/189.46	c cleaning 10368 clauses out of 20741 with flag 250046/1696972
192.54/191.02	c cleaning 11184 clauses out of 22374 with flag 305937/1708973
193.63/192.14	c cleaning 12093 clauses out of 24189 with flag 333900/1721972
194.82/193.39	c cleaning 13043 clauses out of 26097 with flag 365476/1735973
196.22/194.74	c cleaning 14022 clauses out of 28054 with flag 398843/1750973
197.72/196.25	c cleaning 15013 clauses out of 30031 with flag 436228/1766972
198.12/196.66	c Got one! Elapsed wall clock time (in seconds):196.517
198.12/196.66	o 5790
198.25/196.79	c cleaning 10356 clauses out of 20728 with flag 3146/1772682
198.85/197.37	c cleaning 8178 clauses out of 16370 with flag 19716/1778680
199.65/198.12	c cleaning 7589 clauses out of 15192 with flag 37845/1785680
200.45/198.91	c cleaning 7796 clauses out of 15603 with flag 58387/1793680
201.25/199.79	c cleaning 8399 clauses out of 16807 with flag 85966/1802680
202.24/200.79	c cleaning 9198 clauses out of 18409 with flag 121226/1812681
203.34/201.86	c cleaning 10103 clauses out of 20210 with flag 155193/1823680
204.55/203.02	c cleaning 11053 clauses out of 22108 with flag 188965/1835681
205.94/204.43	c cleaning 12026 clauses out of 24055 with flag 225184/1848681
207.53/206.03	c cleaning 13014 clauses out of 26029 with flag 270109/1862681
209.22/207.73	c cleaning 14005 clauses out of 28015 with flag 309319/1877681
210.82/209.33	c cleaning 15002 clauses out of 30010 with flag 347874/1893681
212.41/210.98	c cleaning 16001 clauses out of 32007 with flag 387253/1910680
214.81/213.32	c cleaning 17004 clauses out of 34008 with flag 462115/1928682
217.10/215.64	c cleaning 17996 clauses out of 36002 with flag 542653/1947680
217.40/215.98	c Got one! Elapsed wall clock time (in seconds):215.831
217.40/215.98	o 5788
217.76/216.21	c cleaning 11976 clauses out of 23966 with flag 6478/1953640
218.26/216.78	c cleaning 8996 clauses out of 17992 with flag 24090/1959642
218.96/217.47	c cleaning 7989 clauses out of 15993 with flag 46504/1966639
219.85/218.31	c cleaning 7995 clauses out of 16004 with flag 69389/1974639
220.95/219.45	c cleaning 8500 clauses out of 17010 with flag 104058/1983640
222.15/220.62	c cleaning 9250 clauses out of 18510 with flag 138958/1993640
223.45/221.96	c cleaning 10130 clauses out of 20260 with flag 178677/2004640
224.14/222.68	c Got one! Elapsed wall clock time (in seconds):222.542
224.14/222.68	o 5780
224.65/223.18	c cleaning 11014 clauses out of 22032 with flag 15939/2016542
225.24/223.75	c cleaning 8501 clauses out of 17018 with flag 31738/2022542
226.05/224.55	c cleaning 7752 clauses out of 15516 with flag 57251/2029541
226.84/225.31	c cleaning 7875 clauses out of 15764 with flag 80115/2037541
227.84/226.30	c cleaning 8436 clauses out of 16890 with flag 111330/2046542
228.94/227.45	c cleaning 9225 clauses out of 18455 with flag 149176/2056543
230.68/229.02	c cleaning 10113 clauses out of 20228 with flag 198521/2067541
232.17/230.51	c cleaning 11053 clauses out of 22115 with flag 246497/2079541
233.56/232.00	c Got one! Elapsed wall clock time (in seconds):231.855
233.56/232.00	o 5779
234.27/232.60	c cleaning 14166 clauses out of 28336 with flag 16416/2096815
234.87/233.22	c cleaning 10078 clauses out of 20171 with flag 36154/2102816
235.67/234.02	c cleaning 8541 clauses out of 17093 with flag 61110/2109816
236.57/234.93	c cleaning 8268 clauses out of 16551 with flag 87961/2117815
237.67/236.01	c cleaning 8638 clauses out of 17283 with flag 117074/2126815
238.96/237.33	c cleaning 9316 clauses out of 18645 with flag 158762/2136815
240.16/238.59	c cleaning 10164 clauses out of 20329 with flag 191323/2147815
241.76/240.19	c cleaning 11082 clauses out of 22165 with flag 240889/2159815
243.15/241.58	c cleaning 12037 clauses out of 24084 with flag 280144/2172816
244.85/243.25	c cleaning 13021 clauses out of 26048 with flag 327457/2186817
246.05/244.42	c Got one! Elapsed wall clock time (in seconds):244.281
246.05/244.42	o 5775
246.84/245.24	c cleaning 14127 clauses out of 28259 with flag 26984/2202049
247.75/246.13	c cleaning 10061 clauses out of 20132 with flag 55220/2208049
248.65/247.09	c cleaning 8528 clauses out of 17071 with flag 85297/2215049
249.94/248.32	c cleaning 8265 clauses out of 16543 with flag 126607/2223049
251.33/249.79	c cleaning 8632 clauses out of 17278 with flag 175196/2232049
253.13/251.58	c cleaning 9322 clauses out of 18648 with flag 231779/2242051
254.53/252.93	c cleaning 10161 clauses out of 20324 with flag 272391/2253049
255.63/254.06	c cleaning 11078 clauses out of 22164 with flag 299730/2265050
256.82/255.24	c cleaning 12043 clauses out of 24085 with flag 330741/2278049
258.12/256.58	c cleaning 13017 clauses out of 26043 with flag 366576/2292050
260.11/258.52	c cleaning 14008 clauses out of 28026 with flag 422489/2307050
261.61/260.07	c cleaning 15007 clauses out of 30018 with flag 462958/2323050
262.71/261.12	c Got one! Elapsed wall clock time (in seconds):260.986
262.71/261.12	o 5773
263.21/261.64	c cleaning 14291 clauses out of 28598 with flag 14059/2336637
263.91/262.30	c cleaning 10148 clauses out of 20308 with flag 32140/2342638
264.90/263.20	c cleaning 8571 clauses out of 17159 with flag 52741/2349637
265.90/264.21	c cleaning 8285 clauses out of 16588 with flag 83463/2357637
266.90/265.24	c cleaning 8647 clauses out of 17303 with flag 117931/2366637
267.89/266.21	c cleaning 9325 clauses out of 18656 with flag 142363/2376637
268.89/267.30	c cleaning 10163 clauses out of 20332 with flag 172168/2387638
270.18/268.57	c cleaning 11081 clauses out of 22169 with flag 209147/2399638
271.79/270.13	c cleaning 12042 clauses out of 24088 with flag 262373/2412638
273.38/271.77	c cleaning 13022 clauses out of 26046 with flag 315878/2426638
275.17/273.52	c cleaning 14010 clauses out of 28025 with flag 373901/2441639
277.07/275.41	c cleaning 15006 clauses out of 30013 with flag 441184/2457637
279.17/277.58	c cleaning 16001 clauses out of 32009 with flag 520058/2474639
281.06/279.43	c cleaning 17004 clauses out of 34007 with flag 565542/2492638
283.05/281.41	c cleaning 18000 clauses out of 36003 with flag 613632/2511638
285.05/283.46	c cleaning 18999 clauses out of 38002 with flag 661354/2531637
287.34/285.72	c cleaning 20001 clauses out of 40005 with flag 719589/2552639
290.13/288.52	c cleaning 21001 clauses out of 42002 with flag 787961/2574637
292.63/291.02	c cleaning 21998 clauses out of 44001 with flag 850426/2597637
294.93/293.32	c cleaning 22997 clauses out of 46003 with flag 917776/2621637
297.92/296.39	c cleaning 24001 clauses out of 48007 with flag 1006935/2646638
301.91/300.39	c cleaning 24998 clauses out of 50007 with flag 1133212/2672639
305.60/304.05	c cleaning 25999 clauses out of 52008 with flag 1223156/2699638
309.68/308.03	c cleaning 27004 clauses out of 54009 with flag 1325956/2727638
313.77/312.18	c cleaning 28001 clauses out of 56007 with flag 1431930/2756640
317.16/315.54	c cleaning 28995 clauses out of 58003 with flag 1508978/2786637
320.66/319.02	c cleaning 30004 clauses out of 60008 with flag 1608946/2817637
324.34/322.73	c cleaning 30998 clauses out of 62006 with flag 1733617/2849639
329.73/328.14	c cleaning 32002 clauses out of 64007 with flag 1901027/2882638
334.92/333.22	c cleaning 33003 clauses out of 66005 with flag 2074765/2916638
339.91/338.27	c cleaning 33998 clauses out of 68002 with flag 2228630/2951638
345.20/343.52	c cleaning 34998 clauses out of 70003 with flag 2372284/2987637
350.39/348.77	c cleaning 36000 clauses out of 72007 with flag 2555322/3024639
355.48/353.87	c Got one! Elapsed wall clock time (in seconds):353.737
355.48/353.88	o 5741
356.27/354.63	c cleaning 37439 clauses out of 74889 with flag 14593/3063521
356.87/355.26	c cleaning 21717 clauses out of 43447 with flag 30929/3069518
357.68/356.04	c cleaning 14358 clauses out of 28730 with flag 51194/3076518
358.57/356.95	c cleaning 11183 clauses out of 22373 with flag 79439/3084519
359.67/358.08	c cleaning 10087 clauses out of 20189 with flag 116187/3093518
360.86/359.24	c cleaning 10043 clauses out of 20102 with flag 147852/3103518
362.46/360.80	c cleaning 10527 clauses out of 21058 with flag 189614/3114517
364.06/362.30	c cleaning 11260 clauses out of 22532 with flag 226963/3126518
365.65/364.00	c cleaning 12133 clauses out of 24271 with flag 269373/3139517
367.15/365.45	c cleaning 13067 clauses out of 26138 with flag 308620/3153517
368.95/367.20	c cleaning 14031 clauses out of 28072 with flag 352212/3168518
370.54/368.89	c cleaning 15019 clauses out of 30040 with flag 393128/3184517
372.74/371.03	c cleaning 16007 clauses out of 32022 with flag 439741/3201518
375.03/373.36	c cleaning 17006 clauses out of 34016 with flag 491464/3219519
376.83/375.11	c cleaning 18003 clauses out of 36008 with flag 530608/3238517
378.73/377.06	c cleaning 19003 clauses out of 38007 with flag 571882/3258519
381.22/379.57	c cleaning 20001 clauses out of 40003 with flag 648583/3279518
384.01/382.38	c cleaning 20999 clauses out of 42002 with flag 732415/3301518
386.10/384.45	c cleaning 21994 clauses out of 44002 with flag 786296/3324517
388.20/386.58	c cleaning 23001 clauses out of 46008 with flag 839782/3348517
390.80/389.17	c cleaning 24002 clauses out of 48009 with flag 898244/3373519
394.22/392.36	c cleaning 25003 clauses out of 50006 with flag 988196/3399518
397.41/395.52	c cleaning 25997 clauses out of 52004 with flag 1063536/3426519
400.20/398.34	c cleaning 27002 clauses out of 54006 with flag 1135666/3454518
403.10/401.25	c Got one! Elapsed wall clock time (in seconds):401.112
403.10/401.25	o 5711
403.69/401.83	c cleaning 28980 clauses out of 57968 with flag 12989/3485482
404.39/402.56	c cleaning 17485 clauses out of 34988 with flag 32146/3491482
405.29/403.46	c cleaning 12243 clauses out of 24503 with flag 56984/3498482
406.39/404.51	c cleaning 10119 clauses out of 20259 with flag 89306/3506481
407.48/405.61	c cleaning 9560 clauses out of 19141 with flag 122717/3515482
408.58/406.77	c cleaning 9784 clauses out of 19581 with flag 152296/3525482
409.68/407.85	c cleaning 10393 clauses out of 20797 with flag 176554/3536482
410.78/408.96	c cleaning 11199 clauses out of 22404 with flag 205326/3548482
411.98/410.12	c cleaning 12100 clauses out of 24206 with flag 235815/3561483
413.27/411.40	c cleaning 13052 clauses out of 26104 with flag 270626/3575481
414.57/412.79	c cleaning 14027 clauses out of 28053 with flag 305362/3590482
416.36/414.52	c cleaning 15011 clauses out of 30025 with flag 354199/3606481
418.56/416.71	c cleaning 16003 clauses out of 32016 with flag 417545/3623483
420.65/418.81	c cleaning 17003 clauses out of 34011 with flag 467932/3641481
422.75/420.96	c cleaning 18002 clauses out of 36008 with flag 520696/3660481
424.95/423.12	c cleaning 19001 clauses out of 38009 with flag 577695/3680484
427.39/425.52	c cleaning 19996 clauses out of 40006 with flag 639237/3701482
430.17/428.30	c cleaning 21000 clauses out of 42010 with flag 714498/3723482
433.27/431.48	c cleaning 21998 clauses out of 44010 with flag 800144/3746482
436.56/434.79	c cleaning 23005 clauses out of 46011 with flag 893653/3770481
440.25/438.44	c cleaning 24001 clauses out of 48007 with flag 983083/3795482
443.75/441.99	c cleaning 25000 clauses out of 50005 with flag 1073521/3821481
446.64/444.86	c cleaning 25998 clauses out of 52005 with flag 1154291/3848481
449.43/447.64	c cleaning 26997 clauses out of 54007 with flag 1227434/3876481
452.83/451.01	c cleaning 28006 clauses out of 56011 with flag 1321462/3905482
455.72/453.96	c cleaning 28999 clauses out of 58004 with flag 1408215/3935481
458.71/456.98	c cleaning 30003 clauses out of 60006 with flag 1482623/3966482
462.40/460.67	c cleaning 31001 clauses out of 62005 with flag 1573105/3998484
466.39/464.68	c cleaning 32001 clauses out of 64003 with flag 1665706/4031483
470.78/469.09	c cleaning 32997 clauses out of 66000 with flag 1774439/4065481
475.26/473.49	c cleaning 33995 clauses out of 68003 with flag 1883425/4100481
480.25/478.49	c cleaning 35001 clauses out of 70008 with flag 2034103/4136481
485.95/484.16	c cleaning 36003 clauses out of 72007 with flag 2164168/4173481
490.23/488.48	c cleaning 36999 clauses out of 74005 with flag 2268845/4211482
495.31/493.52	c cleaning 38000 clauses out of 76005 with flag 2417735/4250481
496.81/495.03	c Got one! Elapsed wall clock time (in seconds):494.892
496.81/495.03	o 5702
497.50/495.74	c cleaning 28535 clauses out of 57075 with flag 14914/4269551
498.30/496.59	c cleaning 17267 clauses out of 34541 with flag 33138/4275552
499.10/497.36	c cleaning 12130 clauses out of 24273 with flag 50376/4282551
500.00/498.20	c cleaning 10067 clauses out of 20142 with flag 70267/4290550
500.70/498.95	c cleaning 9530 clauses out of 19075 with flag 91780/4299550
501.69/499.96	c cleaning 9771 clauses out of 19545 with flag 120532/4309550
502.89/501.17	c cleaning 10388 clauses out of 20777 with flag 160451/4320553
504.28/502.54	c cleaning 11186 clauses out of 22386 with flag 201524/4332550
505.89/504.15	c cleaning 12100 clauses out of 24202 with flag 256320/4345552
506.98/505.27	c Got one! Elapsed wall clock time (in seconds):505.132
506.98/505.27	o 5694
507.57/505.80	c cleaning 14284 clauses out of 28572 with flag 14556/4362022
508.27/506.55	c cleaning 10139 clauses out of 20288 with flag 32748/4368022
509.17/507.46	c cleaning 8567 clauses out of 17148 with flag 55899/4375021
510.07/508.37	c cleaning 8289 clauses out of 16583 with flag 78675/4383023
510.97/509.28	c cleaning 8644 clauses out of 17293 with flag 100544/4392022
512.07/510.37	c cleaning 9323 clauses out of 18648 with flag 126035/4402021
513.57/511.86	c cleaning 10157 clauses out of 20325 with flag 168385/4413021
514.06/512.35	c Got one! Elapsed wall clock time (in seconds):512.213
514.06/512.35	o 5685
514.26/512.51	c cleaning 7828 clauses out of 15668 with flag 4038/4418521
514.82/513.09	c cleaning 6910 clauses out of 13839 with flag 16052/4424520
515.51/513.70	c cleaning 6961 clauses out of 13931 with flag 31691/4431522
516.41/514.65	c cleaning 7483 clauses out of 14968 with flag 59659/4439520
517.51/515.78	c cleaning 8237 clauses out of 16485 with flag 99110/4448520
518.81/517.03	c cleaning 9119 clauses out of 18250 with flag 137610/4458522
519.91/518.18	c cleaning 10063 clauses out of 20129 with flag 173378/4469520
521.30/519.53	c cleaning 11034 clauses out of 22067 with flag 209527/4481521
522.99/521.28	c cleaning 12017 clauses out of 24034 with flag 251079/4494522
524.79/523.01	c cleaning 13005 clauses out of 26016 with flag 295217/4508521
526.58/524.85	c cleaning 14004 clauses out of 28011 with flag 351549/4523521
528.57/526.84	c cleaning 14997 clauses out of 30006 with flag 407090/4539520
529.97/528.25	c cleaning 16006 clauses out of 32011 with flag 442247/4556522
531.57/529.85	c cleaning 16998 clauses out of 34003 with flag 482146/4574520
533.36/531.64	c cleaning 17995 clauses out of 36005 with flag 527576/4593520
535.36/533.67	c cleaning 18994 clauses out of 38010 with flag 579247/4613520
538.16/536.40	c cleaning 20004 clauses out of 40017 with flag 645154/4634521
541.05/539.32	c cleaning 21003 clauses out of 42012 with flag 716823/4656520
544.74/543.03	c cleaning 22003 clauses out of 44010 with flag 794663/4679521
548.53/546.87	c cleaning 23000 clauses out of 46007 with flag 857493/4703521
551.32/549.66	c cleaning 24000 clauses out of 48007 with flag 924325/4728521
554.71/553.06	c cleaning 24998 clauses out of 50007 with flag 1004376/4754521
558.30/556.64	c cleaning 26000 clauses out of 52008 with flag 1094495/4781520
561.49/559.84	c cleaning 27002 clauses out of 54009 with flag 1167129/4809521
564.79/563.18	c cleaning 27997 clauses out of 56007 with flag 1244789/4838521
568.04/566.32	c cleaning 29005 clauses out of 58009 with flag 1313597/4868520
571.43/569.78	c cleaning 29997 clauses out of 60004 with flag 1389449/4899520
575.32/573.63	c cleaning 31004 clauses out of 62007 with flag 1476225/4931520
578.51/576.85	c cleaning 31999 clauses out of 64003 with flag 1552369/4964520
581.81/580.12	c cleaning 33000 clauses out of 66005 with flag 1636841/4998521
585.00/583.38	c cleaning 33999 clauses out of 68004 with flag 1717999/5033520
588.99/587.34	c cleaning 34998 clauses out of 70006 with flag 1806555/5069521
592.68/591.01	c cleaning 35999 clauses out of 72008 with flag 1895690/5106521
596.96/595.39	c cleaning 37000 clauses out of 74008 with flag 1996980/5144520
602.25/600.68	c cleaning 38002 clauses out of 76009 with flag 2112289/5183521
607.93/606.32	c cleaning 39004 clauses out of 78008 with flag 2227162/5223522
613.12/611.57	c cleaning 40000 clauses out of 80003 with flag 2336668/5264521
617.41/615.83	c cleaning 40997 clauses out of 82004 with flag 2437578/5306522
621.99/620.47	c cleaning 41996 clauses out of 84006 with flag 2544250/5349521
627.38/625.84	c cleaning 43001 clauses out of 86009 with flag 2658752/5393520
633.06/631.55	c cleaning 44000 clauses out of 88008 with flag 2800883/5438520
638.79/637.13	c cleaning 44993 clauses out of 90008 with flag 2938777/5484520
641.89/640.29	c Got one! Elapsed wall clock time (in seconds):640.153
641.89/640.29	o 5684
642.59/640.92	c cleaning 37494 clauses out of 75007 with flag 12832/5514512
643.28/641.60	c cleaning 21752 clauses out of 43513 with flag 29968/5520512
643.98/642.37	c cleaning 14371 clauses out of 28761 with flag 52011/5527512
644.98/643.31	c cleaning 11186 clauses out of 22391 with flag 80943/5535513
645.98/644.36	c cleaning 10091 clauses out of 20204 with flag 109893/5544512
647.08/645.48	c cleaning 10053 clauses out of 20113 with flag 139325/5554512
648.27/646.69	c cleaning 10526 clauses out of 21060 with flag 165433/5565512
649.47/647.86	c cleaning 11259 clauses out of 22534 with flag 192186/5577512
650.86/649.24	c cleaning 12134 clauses out of 24276 with flag 224608/5590513
652.46/650.89	c cleaning 13068 clauses out of 26142 with flag 265614/5604513
654.46/652.88	c cleaning 14033 clauses out of 28074 with flag 312669/5619513
656.35/654.71	c cleaning 15018 clauses out of 30040 with flag 360134/5635512
658.05/656.49	c cleaning 16008 clauses out of 32022 with flag 410967/5652512
660.24/658.62	c cleaning 17007 clauses out of 34015 with flag 462868/5670513
662.53/660.96	c cleaning 18004 clauses out of 36008 with flag 536049/5689513
665.33/663.70	c cleaning 19001 clauses out of 38004 with flag 626596/5709513
667.73/666.19	c cleaning 19999 clauses out of 40002 with flag 689342/5730512
670.52/668.91	c cleaning 20997 clauses out of 42004 with flag 764526/5752513
673.62/672.05	c cleaning 21998 clauses out of 44007 with flag 838289/5775513
676.10/674.56	c cleaning 23001 clauses out of 46008 with flag 897756/5799512
679.00/677.40	c cleaning 24003 clauses out of 48008 with flag 957488/5824513
682.20/680.67	c cleaning 24998 clauses out of 50004 with flag 1039433/5850512
683.20/681.66	c Got one! Elapsed wall clock time (in seconds):681.526
683.20/681.68	o 5682
683.72/682.18	c cleaning 19302 clauses out of 38607 with flag 14971/5864113
684.42/682.82	c cleaning 12646 clauses out of 25304 with flag 33548/5870112
685.21/683.64	c cleaning 9822 clauses out of 19659 with flag 56223/5877113
686.21/684.63	c cleaning 8904 clauses out of 17836 with flag 82924/5885112
687.31/685.73	c cleaning 8957 clauses out of 17932 with flag 114618/5894112
688.31/686.73	c cleaning 9482 clauses out of 18976 with flag 138179/5904113
689.80/688.22	c cleaning 10247 clauses out of 20493 with flag 175459/5915112
691.40/689.87	c cleaning 11119 clauses out of 22246 with flag 213136/5927112
692.89/691.31	c cleaning 12063 clauses out of 24128 with flag 249666/5940113
694.29/692.75	c cleaning 13027 clauses out of 26064 with flag 293504/5954112
696.34/694.70	c cleaning 14014 clauses out of 28039 with flag 344346/5969114
698.43/696.82	c cleaning 15007 clauses out of 30025 with flag 395862/5985114
700.53/698.90	c cleaning 16005 clauses out of 32016 with flag 459623/6002112
702.52/700.93	c cleaning 17006 clauses out of 34013 with flag 523505/6020114
704.32/702.77	c cleaning 18001 clauses out of 36005 with flag 571775/6039112
706.31/704.75	c cleaning 18997 clauses out of 38005 with flag 626368/6059113
708.31/706.71	c cleaning 20004 clauses out of 40008 with flag 670708/6080113
710.40/708.80	c cleaning 20999 clauses out of 42003 with flag 719682/6102112
713.40/711.84	c cleaning 21997 clauses out of 44005 with flag 799399/6125113
716.19/714.64	c cleaning 23001 clauses out of 46007 with flag 872271/6149112
719.18/717.63	c cleaning 24000 clauses out of 48006 with flag 939546/6174112
722.18/720.60	c cleaning 25004 clauses out of 50007 with flag 1000189/6200113
724.97/723.48	c cleaning 25997 clauses out of 52002 with flag 1072433/6227112
728.46/726.90	c cleaning 26999 clauses out of 54005 with flag 1174235/6255112
732.15/730.65	c cleaning 27999 clauses out of 56006 with flag 1277544/6284112
735.64/734.14	c cleaning 29002 clauses out of 58007 with flag 1381415/6314112
739.33/737.84	c cleaning 30003 clauses out of 60005 with flag 1479438/6345112
739.63/738.16	c Got one! Elapsed wall clock time (in seconds):738.024
739.63/738.16	o 5678
739.94/738.43	c cleaning 17528 clauses out of 35070 with flag 5374/6350180
740.65/739.13	c cleaning 11766 clauses out of 23541 with flag 24353/6356179
741.65/740.14	c cleaning 9384 clauses out of 18775 with flag 50655/6363179
742.64/741.19	c cleaning 8689 clauses out of 17391 with flag 79602/6371179
743.84/742.32	c cleaning 8847 clauses out of 17702 with flag 109185/6380179
745.03/743.57	c cleaning 9429 clauses out of 18859 with flag 142520/6390183
746.63/745.16	c cleaning 10208 clauses out of 20427 with flag 186730/6401180
747.92/746.41	c cleaning 11107 clauses out of 22218 with flag 216861/6413179
749.22/747.75	c cleaning 12051 clauses out of 24111 with flag 248283/6426179
750.71/749.26	c cleaning 13026 clauses out of 26060 with flag 293421/6440179
752.51/751.06	c cleaning 14014 clauses out of 28035 with flag 338426/6455180
755.10/753.60	c cleaning 15005 clauses out of 30020 with flag 393667/6471179
757.79/756.32	c cleaning 16005 clauses out of 32015 with flag 449655/6488179
760.09/758.61	c cleaning 17004 clauses out of 34012 with flag 511987/6506181
762.08/760.64	c cleaning 18002 clauses out of 36007 with flag 561036/6525180
763.97/762.56	c cleaning 19002 clauses out of 38005 with flag 605548/6545180
765.97/764.57	c cleaning 19999 clauses out of 40003 with flag 655586/6566180
768.16/766.72	c cleaning 21000 clauses out of 42003 with flag 714770/6588179
770.86/769.45	c cleaning 21995 clauses out of 44004 with flag 786646/6611180
774.20/772.73	c cleaning 23001 clauses out of 46009 with flag 868922/6635180
774.40/772.94	c Got one! Elapsed wall clock time (in seconds):772.806
774.40/772.94	o 5648
774.82/773.33	c cleaning 14346 clauses out of 28699 with flag 8070/6640871
775.32/773.85	c cleaning 10174 clauses out of 20352 with flag 20126/6646870
775.92/774.49	c cleaning 8584 clauses out of 17178 with flag 34471/6653870
776.71/775.23	c cleaning 8290 clauses out of 16595 with flag 53348/6661871
777.91/776.47	c cleaning 8650 clauses out of 17305 with flag 84851/6670871
779.11/777.65	c cleaning 9325 clauses out of 18655 with flag 113442/6680871
780.51/779.04	c cleaning 10163 clauses out of 20329 with flag 143338/6691870
782.20/780.70	c cleaning 11081 clauses out of 22167 with flag 181822/6703871
783.70/782.21	c cleaning 12038 clauses out of 24085 with flag 222101/6716870
785.39/783.94	c cleaning 13020 clauses out of 26048 with flag 264169/6730871
787.29/785.87	c cleaning 14012 clauses out of 28028 with flag 313192/6745871
788.98/787.53	c cleaning 15004 clauses out of 30016 with flag 353820/6761871
790.48/789.02	c cleaning 16005 clauses out of 32012 with flag 389744/6778871
792.18/790.75	c cleaning 17003 clauses out of 34008 with flag 436061/6796872
793.87/792.48	c cleaning 17997 clauses out of 36003 with flag 482587/6815870
795.97/794.57	c cleaning 19003 clauses out of 38007 with flag 527897/6835871
798.26/796.87	c cleaning 19996 clauses out of 40004 with flag 580423/6856871
800.75/799.37	c cleaning 20999 clauses out of 42008 with flag 639256/6878871
803.85/802.49	c cleaning 22002 clauses out of 44009 with flag 712011/6901871
806.64/805.26	c cleaning 22993 clauses out of 46006 with flag 785112/6925870
809.13/807.71	c cleaning 24000 clauses out of 48013 with flag 853058/6950870
811.83/810.45	c cleaning 25007 clauses out of 50014 with flag 930378/6976871
814.83/813.46	c cleaning 26002 clauses out of 52007 with flag 1021663/7003871
818.12/816.72	c cleaning 27001 clauses out of 54004 with flag 1112673/7031870
821.71/820.31	c cleaning 28000 clauses out of 56004 with flag 1214623/7060871
825.18/823.71	c cleaning 29001 clauses out of 58003 with flag 1326214/7090870
828.47/827.09	c cleaning 29999 clauses out of 60002 with flag 1443031/7121870
832.26/830.86	c cleaning 30999 clauses out of 62005 with flag 1560391/7153872
835.35/833.95	c cleaning 32001 clauses out of 64006 with flag 1651584/7186872
839.24/837.88	c cleaning 33000 clauses out of 66004 with flag 1725496/7220871
843.83/842.48	c cleaning 33999 clauses out of 68003 with flag 1838375/7255870
848.92/847.53	c cleaning 34999 clauses out of 70006 with flag 1954376/7291872
853.42/852.09	c cleaning 36000 clauses out of 72005 with flag 2070348/7328870
857.90/856.51	c cleaning 36997 clauses out of 74005 with flag 2183656/7366870
863.08/861.73	c cleaning 38001 clauses out of 76009 with flag 2309415/7405871
868.48/867.11	c cleaning 39001 clauses out of 78007 with flag 2445103/7445870
873.66/872.39	c cleaning 40000 clauses out of 80007 with flag 2563675/7486871
879.74/878.46	c cleaning 41003 clauses out of 82007 with flag 2722844/7528871
885.14/883.82	c cleaning 41999 clauses out of 84003 with flag 2845863/7571870
890.93/889.64	c cleaning 43001 clauses out of 86004 with flag 2973313/7615870
896.81/895.54	c cleaning 43996 clauses out of 88003 with flag 3102059/7660870
903.60/902.33	c cleaning 44997 clauses out of 90007 with flag 3244037/7706870
909.19/907.93	c cleaning 46004 clauses out of 92011 with flag 3374425/7753871
916.12/914.73	c cleaning 46999 clauses out of 94006 with flag 3546444/7801870
921.91/920.51	c cleaning 47998 clauses out of 96008 with flag 3675454/7850871
928.59/927.29	c cleaning 48998 clauses out of 98010 with flag 3803400/7900871
935.37/934.02	c cleaning 50001 clauses out of 100012 with flag 3992255/7951871
942.25/940.96	c cleaning 50998 clauses out of 102010 with flag 4164180/8003870
948.74/947.40	c cleaning 52004 clauses out of 104012 with flag 4304448/8056870
955.62/954.36	c cleaning 53004 clauses out of 106013 with flag 4457441/8110875
963.70/962.17	c cleaning 53995 clauses out of 108003 with flag 4624874/8165870
972.64/970.59	c cleaning 54999 clauses out of 110009 with flag 4790090/8221871
981.32/979.21	c cleaning 55998 clauses out of 112010 with flag 4961209/8278871
989.80/987.74	c cleaning 57000 clauses out of 114012 with flag 5150565/8336871
997.88/995.83	c cleaning 58003 clauses out of 116013 with flag 5338858/8395872
1005.75/1003.79	c cleaning 59000 clauses out of 118008 with flag 5508434/8455870
1013.73/1011.79	c cleaning 59996 clauses out of 120009 with flag 5680298/8516871
1021.50/1019.44	c cleaning 61000 clauses out of 122013 with flag 5834967/8578871
1030.98/1028.95	c cleaning 62003 clauses out of 124012 with flag 6048058/8641870
1040.25/1038.21	c cleaning 63003 clauses out of 126011 with flag 6259908/8705872
1049.63/1047.63	c cleaning 63995 clauses out of 128006 with flag 6461371/8770870
1058.52/1056.58	c cleaning 65002 clauses out of 130011 with flag 6653713/8836870
1068.59/1066.66	c cleaning 66001 clauses out of 132010 with flag 6846523/8903871
1079.32/1077.21	c cleaning 67003 clauses out of 134008 with flag 7073108/8971870
1088.11/1086.04	c cleaning 68003 clauses out of 136005 with flag 7258588/9040870
1097.69/1095.61	c cleaning 68994 clauses out of 138003 with flag 7485003/9110871
1107.66/1105.60	c cleaning 70004 clauses out of 140009 with flag 7718102/9181871
1117.84/1115.87	c cleaning 71001 clauses out of 142006 with flag 7939284/9253872
1128.41/1126.42	c cleaning 72002 clauses out of 144004 with flag 8155280/9326871
1139.47/1137.40	c cleaning 72994 clauses out of 146001 with flag 8383146/9400870
1150.86/1148.88	c cleaning 73998 clauses out of 148007 with flag 8645975/9475870
1162.62/1160.69	c cleaning 75003 clauses out of 150010 with flag 8910623/9551871
1173.40/1171.47	c cleaning 76001 clauses out of 152006 with flag 9121125/9628870
1186.77/1184.82	c cleaning 77002 clauses out of 154005 with flag 9469565/9706870
1197.06/1195.17	c cleaning 77999 clauses out of 156003 with flag 9685372/9785870
1209.72/1207.85	c cleaning 78998 clauses out of 158005 with flag 9946627/9865871
1222.43/1220.46	c cleaning 79999 clauses out of 160006 with flag 10207851/9946870
1234.50/1232.53	c cleaning 81002 clauses out of 162007 with flag 10475442/10028870
1247.07/1245.16	c cleaning 81998 clauses out of 164005 with flag 10758347/10111870
1260.14/1258.25	c cleaning 82997 clauses out of 166008 with flag 11051114/10195871
1273.08/1271.05	c cleaning 84004 clauses out of 168011 with flag 11336398/10280871
1286.45/1284.45	c cleaning 84997 clauses out of 170007 with flag 11632930/10366871
1300.41/1298.48	c cleaning 86003 clauses out of 172009 with flag 11942040/10453870
1303.40/1301.48	c Got one! Elapsed wall clock time (in seconds):1301.339
1303.40/1301.48	o 5646
1304.40/1302.48	c cleaning 56974 clauses out of 113958 with flag 12394/10481822
1305.21/1303.28	c cleaning 31479 clauses out of 62983 with flag 27700/10487821
1306.11/1304.17	c cleaning 19244 clauses out of 38504 with flag 47876/10494821
1306.90/1304.94	c cleaning 13620 clauses out of 27260 with flag 66542/10502821
1307.80/1305.82	c cleaning 11309 clauses out of 22641 with flag 88620/10511822
1308.90/1306.90	c cleaning 10665 clauses out of 21332 with flag 115414/10521822
1309.80/1307.87	c cleaning 10827 clauses out of 21668 with flag 141081/10532823
1311.00/1309.04	c cleaning 11415 clauses out of 22841 with flag 170265/10544823
1312.10/1310.17	c cleaning 12211 clauses out of 24425 with flag 199860/10557822
1313.59/1311.61	c cleaning 13104 clauses out of 26214 with flag 235086/10571822
1314.99/1313.01	c cleaning 14050 clauses out of 28109 with flag 272183/10586821
1316.69/1314.43	c cleaning 15020 clauses out of 30059 with flag 306635/10602821
1318.58/1316.35	c cleaning 16015 clauses out of 32040 with flag 356661/10619822
1320.67/1318.46	c cleaning 17008 clauses out of 34024 with flag 411420/10637821
1322.97/1320.79	c cleaning 18002 clauses out of 36016 with flag 469026/10656821
1325.27/1323.01	c cleaning 19005 clauses out of 38014 with flag 524662/10676821
1328.15/1325.95	c cleaning 20002 clauses out of 40010 with flag 585193/10697822
1330.94/1328.76	c cleaning 21002 clauses out of 42007 with flag 642587/10719821
1334.03/1331.88	c cleaning 21997 clauses out of 44007 with flag 702948/10742823
1337.02/1334.84	c cleaning 23001 clauses out of 46008 with flag 765110/10766821
1340.23/1338.07	c cleaning 24001 clauses out of 48007 with flag 830801/10791821
1343.41/1341.23	c cleaning 25003 clauses out of 50007 with flag 894456/10817822
1346.40/1344.29	c cleaning 25999 clauses out of 52003 with flag 962903/10844821
1350.08/1347.80	c cleaning 26998 clauses out of 54004 with flag 1040818/10872822
1353.80/1351.54	c cleaning 27994 clauses out of 56005 with flag 1116630/10901821
1357.20/1354.96	c cleaning 29002 clauses out of 58011 with flag 1199445/10931821
1362.48/1360.27	c cleaning 30004 clauses out of 60010 with flag 1318752/10962823
1367.97/1365.72	c cleaning 30997 clauses out of 62005 with flag 1427145/10994822
1372.85/1370.61	c cleaning 32001 clauses out of 64008 with flag 1531893/11027822
1377.24/1375.04	c cleaning 32999 clauses out of 66007 with flag 1614068/11061822
1381.63/1379.41	c cleaning 34002 clauses out of 68007 with flag 1715456/11096821
1386.33/1384.19	c cleaning 34995 clauses out of 70005 with flag 1818342/11132821
1391.71/1389.53	c cleaning 36003 clauses out of 72010 with flag 1943099/11169821
1396.69/1394.58	c cleaning 37000 clauses out of 74008 with flag 2060688/11207822
1401.87/1399.72	c cleaning 38002 clauses out of 76008 with flag 2184022/11246822
1407.26/1405.16	c cleaning 38999 clauses out of 78005 with flag 2306337/11286821
1412.74/1410.65	c cleaning 40000 clauses out of 80006 with flag 2446169/11327821
1418.03/1415.90	c cleaning 40999 clauses out of 82006 with flag 2581112/11369821
1424.12/1422.04	c cleaning 42000 clauses out of 84008 with flag 2775771/11412822
1430.07/1427.91	c cleaning 43002 clauses out of 86008 with flag 2915171/11456822
1435.36/1433.21	c cleaning 43999 clauses out of 88005 with flag 3032585/11501821
1436.95/1434.86	c Got one! Elapsed wall clock time (in seconds):1434.711
1436.95/1434.86	o 5642
1437.68/1435.57	c cleaning 32410 clauses out of 64832 with flag 12609/11522647
1438.28/1436.20	c cleaning 19200 clauses out of 38422 with flag 26539/11528647
1439.08/1436.93	c cleaning 13106 clauses out of 26222 with flag 42942/11535647
1439.87/1437.79	c cleaning 10550 clauses out of 21116 with flag 60871/11543647
1441.18/1439.01	c cleaning 9773 clauses out of 19566 with flag 82054/11552647
1442.48/1440.31	c cleaning 9889 clauses out of 19793 with flag 107034/11562647
1443.97/1441.82	c cleaning 10447 clauses out of 20904 with flag 138749/11573647
1445.07/1442.98	c cleaning 11226 clauses out of 22457 with flag 169434/11585647
1446.37/1444.25	c cleaning 12109 clauses out of 24232 with flag 199027/11598648
1448.17/1446.09	c cleaning 13058 clauses out of 26122 with flag 234778/11612647
1450.16/1448.08	c cleaning 14027 clauses out of 28064 with flag 271129/11627647
1452.16/1450.05	c cleaning 15017 clauses out of 30038 with flag 311458/11643648
1454.55/1452.47	c cleaning 16005 clauses out of 32021 with flag 364809/11660648
1456.34/1454.20	c cleaning 17002 clauses out of 34016 with flag 406172/11678648
1458.44/1456.39	c cleaning 18007 clauses out of 36014 with flag 462410/11697648
1460.53/1458.48	c cleaning 19000 clauses out of 38009 with flag 525758/11717650
1463.43/1461.35	c cleaning 20003 clauses out of 40007 with flag 624787/11738648
1466.23/1464.13	c cleaning 20996 clauses out of 42005 with flag 717344/11760649
1468.51/1466.46	c cleaning 22003 clauses out of 44007 with flag 793995/11783647
1471.11/1469.06	c cleaning 23003 clauses out of 46005 with flag 879111/11807648
1474.00/1471.93	c cleaning 24001 clauses out of 48001 with flag 966652/11832647
1477.59/1475.57	c cleaning 24998 clauses out of 50002 with flag 1073880/11858649
1480.99/1478.99	c cleaning 26000 clauses out of 52002 with flag 1177346/11885647
1484.48/1482.43	c cleaning 27002 clauses out of 54003 with flag 1286388/11913648
1487.97/1485.93	c cleaning 27996 clauses out of 56000 with flag 1401059/11942647
1492.07/1490.02	c cleaning 29002 clauses out of 58004 with flag 1517312/11972647
1495.85/1493.88	c cleaning 30001 clauses out of 60002 with flag 1616744/12003647
1499.44/1497.43	c cleaning 31000 clauses out of 62001 with flag 1714955/12035647
1503.64/1501.66	c cleaning 31998 clauses out of 64001 with flag 1811591/12068647
1508.32/1506.34	c cleaning 33000 clauses out of 66004 with flag 1918377/12102648
1513.59/1511.58	c cleaning 34000 clauses out of 68005 with flag 2039812/12137649
1518.98/1516.97	c cleaning 34995 clauses out of 70003 with flag 2150937/12173647
1524.26/1522.23	c cleaning 36001 clauses out of 72008 with flag 2295607/12210647
1528.85/1526.82	c cleaning 36999 clauses out of 74007 with flag 2408014/12248647
1534.45/1532.42	c cleaning 38001 clauses out of 76008 with flag 2540292/12287647
1541.33/1539.33	c cleaning 39001 clauses out of 78008 with flag 2684670/12327648
1548.51/1546.52	c cleaning 40000 clauses out of 80007 with flag 2835219/12368648
1554.69/1552.71	c cleaning 40998 clauses out of 82007 with flag 2976529/12410648
1560.78/1558.82	c cleaning 42003 clauses out of 84009 with flag 3092338/12453648
1567.47/1565.57	c cleaning 43002 clauses out of 86007 with flag 3208922/12497649
1573.26/1571.31	c cleaning 43997 clauses out of 88003 with flag 3319728/12542647
1578.85/1576.96	c cleaning 45000 clauses out of 90006 with flag 3429425/12588647
1584.34/1582.49	c cleaning 46000 clauses out of 92006 with flag 3569090/12635647
1590.42/1588.59	c cleaning 47004 clauses out of 94007 with flag 3691844/12683648
1597.40/1595.59	c cleaning 48000 clauses out of 96003 with flag 3858001/12732648
1603.99/1602.11	c cleaning 48996 clauses out of 98003 with flag 3993987/12782648
1610.88/1609.06	c cleaning 50000 clauses out of 100006 with flag 4131768/12833647
1617.87/1615.90	c cleaning 51000 clauses out of 102007 with flag 4263785/12885648
1625.24/1623.32	c cleaning 51999 clauses out of 104009 with flag 4443438/12938650
1633.03/1631.19	c cleaning 52999 clauses out of 106007 with flag 4634651/12992647
1640.81/1638.99	c cleaning 53999 clauses out of 108008 with flag 4805274/13047647
1648.39/1646.53	c cleaning 54997 clauses out of 110010 with flag 4982854/13103648
1656.67/1654.88	c cleaning 56000 clauses out of 112012 with flag 5168333/13160647
1663.85/1662.09	c cleaning 57007 clauses out of 114013 with flag 5309885/13218648
1671.23/1669.46	c cleaning 58001 clauses out of 116006 with flag 5451695/13277648
1678.61/1676.89	c cleaning 59000 clauses out of 118005 with flag 5603977/13337648
1686.59/1684.85	c cleaning 59995 clauses out of 120004 with flag 5786086/13398647
1695.27/1693.52	c cleaning 61003 clauses out of 122010 with flag 5955037/13460648
1703.05/1701.34	c cleaning 61997 clauses out of 124006 with flag 6106389/13523647
1710.74/1709.06	c cleaning 63001 clauses out of 126011 with flag 6288634/13587649
1713.63/1711.93	c Got one! Elapsed wall clock time (in seconds):1711.794
1713.63/1711.93	o 5635
1714.66/1712.83	c cleaning 46318 clauses out of 92645 with flag 12552/13617284
1715.35/1713.50	c cleaning 26155 clauses out of 52328 with flag 26023/13623285
1716.15/1714.34	c cleaning 16579 clauses out of 33172 with flag 42105/13630284
1717.05/1715.29	c cleaning 12286 clauses out of 24592 with flag 58663/13638283
1718.25/1716.47	c cleaning 10642 clauses out of 21307 with flag 81000/13647284
1719.34/1717.53	c cleaning 10324 clauses out of 20664 with flag 103892/13657283
1720.44/1718.62	c cleaning 10666 clauses out of 21340 with flag 127936/13668283
1721.74/1720.00	c cleaning 11335 clauses out of 22675 with flag 156680/13680284
1723.43/1721.69	c cleaning 12166 clauses out of 24339 with flag 196529/13693283
1724.94/1723.19	c cleaning 13083 clauses out of 26174 with flag 237423/13707284
1726.73/1724.98	c cleaning 14041 clauses out of 28092 with flag 280749/13722285
1728.72/1726.93	c cleaning 15021 clauses out of 30049 with flag 330257/13738283
1730.62/1728.82	c cleaning 16014 clauses out of 32028 with flag 378846/13755283
1732.41/1730.68	c cleaning 17000 clauses out of 34015 with flag 426893/13773284
1734.31/1732.58	c cleaning 18006 clauses out of 36014 with flag 472284/13792283
1737.00/1735.29	c cleaning 18996 clauses out of 38008 with flag 520775/13812283
1739.80/1738.01	c cleaning 20007 clauses out of 40013 with flag 568558/13833284
1742.89/1741.11	c cleaning 21003 clauses out of 42007 with flag 632090/13855285
1745.68/1743.92	c cleaning 21998 clauses out of 44003 with flag 690048/13878284
1748.88/1747.18	c cleaning 22998 clauses out of 46004 with flag 756269/13902283
1752.27/1750.50	c cleaning 23998 clauses out of 48006 with flag 823960/13927283
1755.16/1753.43	c cleaning 25005 clauses out of 50009 with flag 889409/13953284
1758.45/1756.74	c cleaning 26000 clauses out of 52005 with flag 964440/13980285
1761.85/1760.13	c cleaning 27000 clauses out of 54005 with flag 1031934/14008285
1765.13/1763.47	c cleaning 27999 clauses out of 56005 with flag 1106509/14037285
1769.23/1767.53	c cleaning 28998 clauses out of 58006 with flag 1197753/14067285
1773.52/1771.81	c cleaning 30000 clauses out of 60007 with flag 1282033/14098284
1777.91/1776.23	c cleaning 30998 clauses out of 62006 with flag 1372735/14130283
1782.80/1781.17	c cleaning 32001 clauses out of 64009 with flag 1470025/14163284
1787.79/1786.11	c cleaning 33000 clauses out of 66008 with flag 1563120/14197284
1792.67/1791.05	c cleaning 34002 clauses out of 68007 with flag 1662388/14232283
1797.27/1795.67	c cleaning 34998 clauses out of 70005 with flag 1753238/14268283
1802.16/1800.59	c cleaning 36000 clauses out of 72007 with flag 1852103/14305283
1807.43/1805.78	c cleaning 37000 clauses out of 74009 with flag 1940575/14343285
1813.01/1811.33	c cleaning 38004 clauses out of 76008 with flag 2049845/14382284
1819.70/1818.04	c cleaning 38996 clauses out of 78003 with flag 2169731/14422283
1826.37/1824.74	c cleaning 40000 clauses out of 80007 with flag 2288234/14463283
1833.15/1831.56	c cleaning 40998 clauses out of 82008 with flag 2401909/14505284
1838.93/1837.36	c cleaning 41999 clauses out of 84009 with flag 2528873/14548283
1844.92/1843.32	c cleaning 43003 clauses out of 86011 with flag 2647044/14592284
1851.06/1849.42	c cleaning 43996 clauses out of 88007 with flag 2755224/14637284
1856.75/1855.11	c cleaning 45004 clauses out of 90011 with flag 2866942/14683284
1862.93/1861.31	c cleaning 46002 clauses out of 92007 with flag 2973420/14730284
1869.01/1867.46	c cleaning 46997 clauses out of 94004 with flag 3092006/14778283
1874.99/1873.49	c cleaning 48004 clauses out of 96011 with flag 3219056/14827287
1881.68/1880.16	c cleaning 48997 clauses out of 98003 with flag 3343840/14877283
1889.26/1887.70	c cleaning 49996 clauses out of 100006 with flag 3495189/14928283
1897.75/1896.20	c cleaning 51001 clauses out of 102011 with flag 3672637/14980284
1904.93/1903.44	c cleaning 52001 clauses out of 104009 with flag 3826538/15033283
1913.27/1911.57	c cleaning 53002 clauses out of 106008 with flag 3973080/15087283
1919.76/1918.02	c cleaning 54000 clauses out of 108006 with flag 4101122/15142283
1927.43/1925.74	c cleaning 54998 clauses out of 110005 with flag 4253427/15198283
1934.31/1932.61	c cleaning 55992 clauses out of 112007 with flag 4398081/15255283
1942.39/1940.76	c cleaning 57001 clauses out of 114018 with flag 4542344/15313286
1949.97/1948.36	c cleaning 58001 clauses out of 116014 with flag 4708139/15372283
1954.25/1952.69	c Got one! Elapsed wall clock time (in seconds):1952.551
1954.25/1952.69	o 5612
1955.07/1953.42	c cleaning 47859 clauses out of 95739 with flag 14236/15410009
1955.77/1954.15	c cleaning 26934 clauses out of 53880 with flag 30083/15416009
1956.56/1954.96	c cleaning 16966 clauses out of 33948 with flag 47314/15423011
1957.46/1955.84	c cleaning 12481 clauses out of 24982 with flag 66959/15431011
1958.36/1956.78	c cleaning 10743 clauses out of 21500 with flag 88824/15440010
1959.35/1957.78	c cleaning 10370 clauses out of 20757 with flag 111736/15450010
1960.55/1958.92	c cleaning 10691 clauses out of 21387 with flag 143035/15461010
1961.85/1960.22	c cleaning 11348 clauses out of 22696 with flag 170831/15473010
1963.24/1961.66	c cleaning 12174 clauses out of 24348 with flag 207238/15486010
1964.74/1963.16	c cleaning 13082 clauses out of 26174 with flag 242958/15500010
1966.33/1964.72	c cleaning 14041 clauses out of 28092 with flag 282001/15515010
1968.43/1966.89	c cleaning 15022 clauses out of 30050 with flag 331401/15531009
1970.82/1969.22	c cleaning 16014 clauses out of 32028 with flag 387535/15548009
1973.41/1971.83	c cleaning 17005 clauses out of 34014 with flag 444497/15566009
1976.11/1974.54	c cleaning 18006 clauses out of 36012 with flag 501035/15585012
1978.90/1977.39	c cleaning 18998 clauses out of 38004 with flag 564504/15605010
1981.69/1980.14	c cleaning 20002 clauses out of 40005 with flag 627159/15626009
1984.59/1983.01	c cleaning 21001 clauses out of 42004 with flag 687685/15648010
1987.28/1985.71	c cleaning 22000 clauses out of 44004 with flag 746732/15671011
1989.98/1988.43	c cleaning 22998 clauses out of 46004 with flag 808552/15695011
1992.97/1991.43	c cleaning 23996 clauses out of 48005 with flag 869321/15720010
1996.06/1994.58	c cleaning 25000 clauses out of 50008 with flag 940365/15746009
1999.35/1997.81	c cleaning 26003 clauses out of 52008 with flag 1018275/15773009
2002.54/2001.10	c cleaning 27000 clauses out of 54005 with flag 1100573/15801009
2006.18/2004.68	c cleaning 27993 clauses out of 56004 with flag 1180254/15830009
2009.77/2008.25	c cleaning 29000 clauses out of 58011 with flag 1255323/15860009
2013.36/2011.82	c cleaning 30001 clauses out of 60011 with flag 1328402/15891009
2017.25/2015.73	c cleaning 31002 clauses out of 62011 with flag 1409348/15923010
2021.15/2019.63	c cleaning 31997 clauses out of 64008 with flag 1499908/15956009
2026.43/2024.98	c cleaning 33006 clauses out of 66012 with flag 1618712/15990010
2030.43/2028.98	c cleaning 34003 clauses out of 68005 with flag 1703908/16025009
2034.82/2033.31	c cleaning 34996 clauses out of 70002 with flag 1792655/16061009
2039.91/2038.47	c cleaning 36000 clauses out of 72007 with flag 1892714/16098010
2045.50/2044.00	c cleaning 36999 clauses out of 74007 with flag 1997846/16136010
2050.39/2048.97	c cleaning 37999 clauses out of 76007 with flag 2099229/16175010
2057.37/2055.90	c cleaning 39001 clauses out of 78008 with flag 2248049/16215010
2063.16/2061.75	c cleaning 40000 clauses out of 80006 with flag 2375196/16256009
2068.84/2067.47	c cleaning 41001 clauses out of 82008 with flag 2506272/16298011
2074.63/2073.28	c cleaning 41997 clauses out of 84005 with flag 2620241/16341009
2081.21/2079.84	c cleaning 42999 clauses out of 86008 with flag 2758704/16385009
2087.80/2086.47	c cleaning 43999 clauses out of 88008 with flag 2900166/16430009
2091.69/2090.31	c starts		: 20108
2091.69/2090.32	c conflicts		: 16454082
2091.69/2090.32	c decisions		: 16915651
2091.69/2090.32	c propagations		: 1596919117
2091.69/2090.32	c inspects		: 9752856050
2091.69/2090.32	c shortcuts		: 0
2091.69/2090.32	c learnt literals	: 10
2091.69/2090.32	c learnt binary clauses	: 361
2091.69/2090.32	c learnt ternary clauses	: 320
2091.69/2090.32	c learnt constraints	: 16454071
2091.69/2090.32	c ignored constraints	: 0
2091.69/2090.32	c root simplifications	: 0
2091.69/2090.32	c removed literals (reason simplification)	: 112346917
2091.69/2090.32	c reason swapping (by a shorter reason)	: 0
2091.69/2090.32	c Calls to reduceDB	: 681
2091.69/2090.32	c Number of update (reduction) of LBD	: 88878
2091.69/2090.32	c Imported unit clauses	: 0
2091.69/2090.33	c No decision after first conflict	: false
2091.69/2090.33	c number of reductions to clauses (during analyze)	: 0
2091.69/2090.33	c number of learned constraints concerned by reduction	: 0
2091.69/2090.33	c number of learning phase by resolution	: 0
2091.69/2090.33	c number of learning phase by cutting planes	: 0
2091.69/2090.33	c number of rounding to 1 operations	: 0
2091.69/2090.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2091.69/2090.33	c number of reductions of the coefficients by power 2 	: 0
2091.69/2090.33	c number of right shift for reduction by power 2 	: 0
2091.69/2090.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
2091.69/2090.33	c number of ending skipping 	: 0
2091.69/2090.33	c number of internal skipping 	: 0
2091.69/2090.33	c number of derivation steps 	: 0
2091.69/2090.33	c number of skipped derivation steps 	: 0
2091.69/2090.33	c number of remaining unassigned 	: 0
2091.69/2090.33	c number of remaining assigned 	: 0
2091.69/2090.33	c number of falsified literals weakened from reason	: 0
2091.69/2090.33	c number of falsified literals weakened from conflict	: 0
2091.69/2090.33	c time for arithmetic operations	: 0
2091.69/2090.33	c minimum degree of deleted constraints	: null
2091.69/2090.33	c maximum degree of deleted constraints	: null
2091.69/2090.33	c number of deleted constraints	: 0
2091.69/2090.33	c speed (assignments/second)	: 764056.7569339151
2091.69/2090.33	c non guided choices	: 8525
2091.69/2090.33	s OPTIMUM FOUND
2091.69/2090.33	c Found 32 solution(s)
2091.69/2090.33	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 x585 -x586 x587 x588 x589 x590 x591 x592 x593 x594 x595 -x596 x597 -x598 -x599 x600 -x601 -x602 x603 -x604 -x605 x606 -x607 -x608 x609 -x610 -x611 x612 -x613 -x614 x615 -x616 x617 x618 x619 x620 x621 x622 x623 x624 x625 x626 x627 x628 x629 x630 x631 x632 x633 x634 -x635 x636 -x637 -x638 x639 -x640 -x641 x642 -x643 -x644 x645 -x646 -x647 x648 -x649 x650 x651 x652 x653 x654 x655 -x656 x657 -x658 -x659 x660 -x661 x662 x663 x664 x665 x666 x667 x668 x669 x670 x671 x672 x673 x674 x675 x676 -x677 x678 -x679 -x680 x681 -x682 -x683 x684 -x685 -x686 x687 -x688 -x689 x690 -x691 x692 x693 x694 x695 x696 x697 x698 x699 x700 x701 x702 x703 -x704 x705 -x706 -x707 x708 -x709 -x710 x711 -x712 -x713 x714 -x715 -x716 x717 -x718 -x719 x720 -x721 x722 x723 x724 x725 x726 x727 x728 x729 x730 x731 x732 x733 x734 x735 x736 x737 x738 x739 -x740 x741 -x742 -x743 x744 -x745 -x746 x747 -x748 -x749 x750 -x751 -x752 x753 -x754 x755 x756 x757 x758 x759 x760 x761 x762 x763 -x764 x765 -x766 -x767 x768 -x769 -x770 x771 -x772 -x773 x774 -x775 -x776 x777 -x778 -x779 x780 -x781 -x782 x783 -x784 -x785 x786 -x787 -x788 x789 -x790 -x791 x792 -x793 -x794 x795 -x796 x797 x798 x799 x800 x801 x802 x803 x804 x805 x806 x807 x808 -x809 x810 -x811 -x812 x813 -x814 -x815 x816 -x817 -x818 x819 -x820 -x821 x822 -x823 -x824 x825 -x826 -x827 x828 -x829 x830 x831 x832 x833 x834 x835 x836 x837 x838 x839 x840 x841 x842 x843 x844 -x845 x846 -x847 -x848 x849 -x850 -x851 x852 -x853 -x854 x855 -x856 -x857 x858 -x859 x860 x861 x862 x863 x864 x865 x866 x867 x868 -x869 x870 -x871 -x872 x873 -x874 -x875 x876 -x877 -x878 x879 -x880 -x881 x882 -x883 -x884 x885 -x886 -x887 x888 -x889 x890 x891 x892 x893 x894 x895 x896 x897 x898 x899 x900 x901 x902 x903 x904 x905 x906 x907 x908 -x909 -x910 x911 -x912 -x913 -x914 x915 -x916 x917 x918 x919 -x920 x921 -x922 -x923 x924 -x925 -x926 x927 -x928 -x929 x930 -x931 x932 x933 x934 x935 -x936 -x937 x938 -x939 -x940 x941 -x942 -x943 x944 -x945 -x946 x947 -x948 -x949 x950 x951 x952 -x953 x954 -x955 x956 x957 x958 x959 x960 x961 x962 x963 x964 x965 -x966 -x967 x968 -x969 -x970 x971 -x972 -x973 x974 x975 x976 -x977 x978 -x979 x980 x981 x982 -x983 x984 -x985 -x986 x987 -x988 -x989 x990 -x991 -x992 x993 -x994 x995 -x996 -x997 x998 -x999 -x1000 x1001 -x1002 -x1003 x1004 -x1005 -x1006 x1007 -x1008 -x1009 x1010 -x1011 -x1012 x1013 x1014 x1015 -x1016 x1017 -x1018 -x1019 x1020 -x1021 -x1022 x1023 -x1024 x1025 x1026 x1027 x1028 -x1029 -x1030 x1031 -x1032 -x1033 -x1034 x1035 -x1036 -x1037 x1038 -x1039 x1040 -x1041 -x1042 x1043 -x1044 -x1045 x1046 -x1047 -x1048 x1049 -x1050 -x1051 x1052 -x1053 -x1054 x1055 x1056 x1057 -x1058 x1059 -x1060 -x1061 x1062 -x1063 x1064 x1065 x1066 x1067 x1068 x1069 x1070 -x1071 -x1072 x1073 -x1074 -x1075 x1076 -x1077 -x1078 x1079 -x1080 -x1081 -x1082 x1083 -x1084 -x1085 x1086 -x1087 -x1088 x1089 -x1090 -x1091 x1092 -x1093 -x1094 x1095 -x1096 x1097 x1098 x1099 x1100 -x1101 -x1102 x1103 -x1104 -x1105 x1106 -x1107 -x1108 x1109 -x1110 -x1111 x1112 -x1113 -x1114 x1115 -x1116 -x1117 x1118 x1119 x1120 -x1121 x1122 -x1123 x1124 x1125 x1126 -x1127 x1128 -x1129 x1130 x1131 x1132 x1133 -x1134 -x1135 x1136 -x1137 -x1138 x1139 -x1140 -x1141 x1142 x1143 x1144 x1145 x1146 x1147 x1148 x1149 x1150 -x1151 x1152 -x1153 -x1154 x1155 -x1156 -x1157 x1158 -x1159 x1160 x1161 x1162 x1163 x1164 x1165 x1166 x1167 x1168 -x1169 x1170 -x1171 x1172 x1173 x1174 x1175 -x1176 -x1177 x1178 -x1179 -x1180 x1181 -x1182 -x1183 x1184 -x1185 -x1186 x1187 x1188 x1189 -x1190 x1191 -x1192 -x1193 x1194 -x1195 -x1196 x1197 -x1198 -x1199 x1200 -x1201 -x1202 x1203 -x1204 x1205 x1206 x1207 x1208 -x1209 -x1210 x1211 -x1212 -x1213 x1214 -x1215 -x1216 x1217 -x1218 -x1219 x1220 -x1221 -x1222 -x1223 x1224 -x1225 -x1226 x1227 -x1228 x1229 x1230 x1231 -x1232 x1233 -x1234 x1235 x1236 x1237 x1238 -x1239 -x1240 x1241 -x1242 -x1243 x1244 -x1245 -x1246 x1247 x1248 x1249 -x1250 x1251 -x1252 x1253 x1254 x1255 -x1256 x1257 -x1258 -x1259 x1260 -x1261 -x1262 x1263 -x1264 -x1265 x1266 -x1267 x1268 -x1269 -x1270 x1271 -x1272 -x1273 x1274 -x1275 -x1276 x1277 -x1278 -x1279 x1280 -x1281 -x1282 x1283 -x1284 -x1285 x1286 -x1287 -x1288 x1289 -x1290 -x1291 x1292 x1293 x1294 x1295 -x1296 -x1297 x1298 x1299 x1300 x1301 x1302 x1303 x1304 x1305 x1306 x1307 x1308 x1309 x1310 -x1311 -x1312 x1313 -x1314 -x1315 x1316 -x1317 -x1318 x1319 -x1320 -x1321 x1322 -x1323 -x1324 x1325 -x1326 -x1327 x1328 -x1329 -x1330 x1331 x1332 x1333 x1334 -x1335 -x1336 x1337 -x1338 -x1339 x1340 -x1341 -x1342 x1343 -x1344 -x1345 x1346 -x1347 -x1348 x1349 -x1350 -x1351 x1352 -x1353 -x1354 x1355 x1356 x1357 x1358 -x1359 -x1360 x1361 x1362 x1363 x1364 x1365 x1366 x1367 x1368 x1369 x1370 x1371 x1372 x1373 -x1374 -x1375 x1376 -x1377 -x1378 x1379 -x1380 -x1381 x1382 -x1383 -x1384 x1385 -x1386 -x1387 x1388 -x1389 -x1390 x1391 -x1392 -x1393 x1394 x1395 x1396 x1397 x1398 x1399 x1400 x1401 x1402 x1403 -x1404 -x1405 x1406 -x1407 -x1408 x1409 -x1410 -x1411 x1412 x1413 x1414 x1415 x1416 x1417 x1418 -x1419 -x1420 x1421 -x1422 -x1423 x1424 -x1425 -x1426 x1427 -x1428 -x1429 x1430 -x1431 -x1432 x1433 -x1434 -x1435 x1436 x1437 x1438 x1439 x1440 x1441 x1442 -x1443 -x1444 x1445 -x1446 -x1447 x1448 -x1449 -x1450 x1451 -x1452 -x1453 x1454 -x1455 -x1456 x1457 -x1458 -x1459 x1460 x1461 x1462 x1463 x1464 x1465 x1466 x1467 x1468 x1469 x1470 x1471 x1472 x1473 x1474 x1475 -x1476 -x1477 x1478 -x1479 -x1480 x1481 -x1482 -x1483 x1484 -x1485 -x1486 x1487 -x1488 -x1489 x1490 -x1491 -x1492 x1493 -x1494 -x1495 x1496 -x1497 -x1498 x1499 x1500 x1501 x1502 -x1503 -x1504 x1505 x1506 x1507 x1508 -x1509 -x1510 x1511 -x1512 -x1513 x1514 -x1515 -x1516 x1517 -x1518 -x1519 x1520 -x1521 -x1522 x1523 -x1524 -x1525 x1526 -x1527 -x1528 x1529 x1530 x1531 x1532 x1533 x1534 x1535 x1536 x1537 x1538 -x1539 -x1540 x1541 -x1542 -x1543 x1544 -x1545 -x1546 x1547 x1548 x1549 x1550 -x1551 -x1552 x1553 -x1554 -x1555 x1556 -x1557 -x1558 x1559 -x1560 -x1561 x1562 -x1563 -x1564 x1565 -x1566 -x1567 x1568 x1569 x1570 x1571 x1572 x1573 x1574 x1575 x1576 x1577 x1578 x1579 x1580 x1581 x1582 x1583 -x1584 -x1585 x1586 -x1587 -x1588 x1589 -x1590 -x1591 x1592 -x1593 -x1594 x1595 -x1596 -x1597 x1598 -x1599 -x1600 x1601 x1602 x1603 x1604 x1605 x1606 x1607 -x1608 -x1609 x1610 x1611 x1612 x1613 -x1614 -x1615 x1616 -x1617 -x1618 x1619 -x1620 -x1621 x1622 -x1623 -x1624 x1625 -x1626 -x1627 x1628 x1629 x1630 x1631 -x1632 -x1633 x1634 x1635 x1636 x1637 x1638 x1639 x1640 x1641 x1642 x1643 x1644 x1645 x1646 -x1647 -x1648 x1649 -x1650 -x1651 x1652 -x1653 -x1654 x1655 -x1656 -x1657 x1658 -x1659 -x1660 x1661 -x1662 -x1663 -x1664 -x1665 x1666 x1667 -x1668 -x1669 -x1670 x1671 -x1672 x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 x1748 -x1749 x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 x1777 -x1778 -x1779 -x1780 x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 x1804 x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 x1821 x1822 -x1823 -x1824 -x1825 -x1826 x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 x1839 -x1840 -x1841 x1842 -x1843 -x1844 -x1845 -x1846 -x1847 x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 -x1873 x1874 -x1875 -x1876 -x1877 x1878 -x1879 -x1880 -x1881 -x1882 -x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 x1910 -x1911 -x1912 x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 -x1938 -x1939 -x1940 -x1941 x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 -x1950 x1951 -x1952 -x1953 -x1954 x1955 -x1956 -x1957 -x1958 -x1959 -x1960 -x1961 -x1962 -x1963 -x1964 -x1965 -x1966 -x1967 x1968 -x1969 -x1970 -x1971 -x1972 -x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 -x1980 x1981 x1982 -x1983 -x1984 -x1985 -x1986 -x1987 -x1988 -x1989 x1990 -x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 x1999 x2000 -x2001 -x2002 -x2003 -x2004 x2005 -x2006 -x2007 -x2008 -x2009 -x2010 -x2011 -x2012 -x2013 x2014 -x2015 -x2016 x2017 -x2018 -x2019 -x2020 -x2021 -x2022 x2023 -x2024 -x2025 -x2026 -x2027 -x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 x2038 -x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 x2046 -x2047 -x2048 -x2049 x2050 -x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 x2070 -x2071 -x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 x2081 -x2082 -x2083 -x2084 -x2085 -x2086 x2087 -x2088 -x2089 -x2090 -x2091 -x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 x2099 -x2100 -x2101 -x2102 -x2103 -x2104 -x2105 -x2106 -x2107 -x2108 -x2109 -x2110 x2111 -x2112 -x2113 -x2114 -x2115 -x2116 -x2117 -x2118 -x2119 -x2120 -x2121 -x2122 -x2123 -x2124 -x2125 x2126 x2127 -x2128 -x2129 -x2130 -x2131 -x2132 -x2133 -x2134 -x2135 -x2136 -x2137 -x2138 -x2139 -x2140 -x2141 x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 -x2150 -x2151 -x2152 -x2153 -x2154 x2155 x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 -x2166 x2167 -x2168 -x2169 -x2170 -x2171 -x2172 -x2173 -x2174 -x2175 x2176 x2177 -x2178 -x2179 -x2180 -x2181 -x2182 x2183 -x2184 -x2185 -x2186 -x2187 -x2188 -x2189 -x2190 -x2191 x2192 x2193 -x2194 -x2195 -x2196 -x2197 x2198 -x2199 -x2200 -x2201 -x2202 -x2203 -x2204 -x2205 -x2206 -x2207 -x2208 -x2209 -x2210 -x2211 x2212 -x2213 -x2214 -x2215 -x2216 -x2217 x2218 -x2219 -x2220 -x2221 -x2222 -x2223 x2224 -x2225 -x2226 -x2227 -x2228 -x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 x2238 -x2239 -x2240 -x2241 -x2242 -x2243 -x2244 -x2245 -x2246 -x2247 -x2248 -x2249 -x2250 -x2251 -x2252 -x2253 x2254 -x2255 -x2256 -x2257 -x2258 -x2259 -x2260 -x2261 x2262 -x2263 -x2264 -x2265 x2266 -x2267 -x2268 -x2269 -x2270 -x2271 -x2272 -x2273 -x2274 -x2275 -x2276 -x2277 -x2278 -x2279 -x2280 -x2281 -x2282 -x2283 -x2284 -x2285 x2286 -x2287 -x2288 -x2289 -x2290 -x2291 -x2292 -x2293 -x2294 -x2295 -x2296 x2297 -x2298 x2299 -x2300 -x2301 -x2302 -x2303 -x2304 -x2305 -x2306 -x2307 -x2308 -x2309 -x2310 -x2311 -x2312 -x2313 -x2314 -x2315 -x2316 x2317 -x2318 -x2319 -x2320 -x2321 -x2322 -x2323 -x2324 -x2325 x2326 -x2327 -x2328 -x2329 x2330 -x2331 -x2332 -x2333 -x2334 -x2335 -x2336 -x2337 -x2338 -x2339 -x2340 -x2341 -x2342 -x2343 -x2344 -x2345 x2346 -x2347 -x2348 -x2349 -x2350 -x2351 -x2352 x2353 x2354 -x2355 -x2356 -x2357 -x2358 -x2359 -x2360 -x2361 x2362 -x2363 -x2364 -x2365 -x2366 -x2367 -x2368 -x2369 x2370 x2371 -x2372 -x2373 -x2374 -x2375 x2376 -x2377 -x2378 -x2379 -x2380 -x2381 -x2382 -x2383 -x2384 -x2385 -x2386 -x2387 x2388 -x2389 -x2390 x2391 -x2392 -x2393 -x2394 -x2395 -x2396 x2397 -x2398 -x2399 -x2400 -x2401 -x2402 -x2403 -x2404 -x2405 -x2406 -x2407 -x2408 -x2409 -x2410 -x2411 -x2412 x2413 -x2414 -x2415 -x2416 -x2417 -x2418 -x2419 -x2420 -x2421 -x2422 x2423 -x2424 -x2425 -x2426 -x2427 -x2428 x2429 -x2430 -x2431 -x2432 -x2433 -x2434 -x2435 -x2436 -x2437 x2438 -x2439 -x2440 -x2441 -x2442 -x2443 -x2444 -x2445 -x2446 -x2447 -x2448 -x2449 -x2450 -x2451 -x2452 -x2453 -x2454 -x2455 -x2456 -x2457 x2458 -x2459 -x2460 -x2461 -x2462 -x2463 -x2464 -x2465 -x2466 x2467 -x2468 -x2469 -x2470 x2471 -x2472 -x2473 -x2474 -x2475 -x2476 -x2477 -x2478 -x2479 -x2480 -x2481 -x2482 -x2483 -x2484 -x2485 -x2486 -x2487 -x2488 x2489 -x2490 -x2491 -x2492 -x2493 -x2494 -x2495 -x2496 -x2497 -x2498 -x2499 -x2500 -x2501 x2502 -x2503 x2504 -x2505 -x2506 -x2507 -x2508 -x2509 -x2510 -x2511 -x2512 -x2513 -x2514 -x2515 -x2516 -x2517 -x2518 -x2519 x2520 -x2521 -x2522 -x2523 -x2524 -x2525 -x2526 x2527 -x2528 -x2529 -x2530 x2531 -x2532 -x2533 -x2534 -x2535 -x2536 -x2537 -x2538 x2539 -x2540 -x2541 -x2542 -x2543 -x2544 -x2545 -x2546 -x2547 x2548 x2549 -x2550 -x2551 -x2552 -x2553 x2554 -x2555 -x2556 -x2557 -x2558 -x2559 -x2560 -x2561 -x2562 x2563 -x2564 -x2565 x2566 -x2567 -x2568 -x2569 -x2570 -x2571 x2572 -x2573 -x2574 -x2575 -x2576 -x2577 -x2578 -x2579 -x2580 -x2581 -x2582 -x2583 -x2584 -x2585 -x2586 x2587 -x2588 -x2589 -x2590 -x2591 -x2592 -x2593 -x2594 x2595 -x2596 -x2597 -x2598 -x2599 x2600 -x2601 -x2602 -x2603 -x2604 -x2605 -x2606 -x2607 -x2608 -x2609 -x2610 -x2611 -x2612 -x2613 -x2614 -x2615 -x2616 -x2617 x2618 -x2619 -x2620 -x2621 -x2622 -x2623 -x2624 -x2625 -x2626 -x2627 -x2628 -x2629 -x2630 x2631 -x2632 -x2633 -x2634 -x2635 -x2636 -x2637 x2638 -x2639 -x2640 -x2641 -x2642 x2643 -x2644 -x2645 -x2646 -x2647 -x2648 -x2649 -x2650 -x2651 -x2652 -x2653 -x2654 -x2655 -x2656 -x2657 -x2658 -x2659 -x2660 -x2661 -x2662 -x2663 x2664 -x2665 -x2666 -x2667 -x2668 -x2669 -x2670 x2671 -x2672 -x2673 -x2674 -x2675 x2676 -x2677 -x2678 -x2679 -x2680 -x2681 -x2682 -x2683 -x2684 -x2685 -x2686 -x2687 -x2688 -x2689 -x2690 -x2691 -x2692 -x2693 x2694 -x2695 -x2696 -x2697 -x2698 -x2699 -x2700 x2701 -x2702 -x2703 -x2704 x2705 -x2706 -x2707 -x2708 -x2709 -x2710 -x2711 -x2712 -x2713 -x2714 -x2715 x2716 -x2717 -x2718 -x2719 -x2720 -x2721 -x2722 -x2723 -x2724 x2725 x2726 -x2727 -x2728 -x2729 -x2730 -x2731 -x2732 -x2733 -x2734 -x2735 -x2736 -x2737 -x2738 -x2739 -x2740 x2741 -x2742 -x2743 -x2744 -x2745 -x2746 -x2747 -x2748 -x2749 -x2750 x2751 -x2752 -x2753 -x2754 -x2755 -x2756 -x2757 -x2758 -x2759 -x2760 -x2761 -x2762 -x2763 -x2764 -x2765 -x2766 -x2767 -x2768 -x2769 -x2770 -x2771 -x2772 -x2773 -x2774 -x2775 -x2776 -x2777 -x2778 -x2779 -x2780 -x2781 x2782 -x2783 -x2784 x2785 -x2786 -x2787 -x2788 -x2789 -x2790 -x2791 -x2792 -x2793 -x2794 -x2795 -x2796 -x2797 -x2798 -x2799 -x2800 -x2801 -x2802 -x2803 -x2804 -x2805 -x2806 -x2807 -x2808 -x2809 -x2810 -x2811 -x2812 -x2813 -x2814 -x2815 x2816 -x2817 -x2818 -x2819 -x2820 -x2821 -x2822 -x2823 -x2824 -x2825 x2826 -x2827 -x2828 -x2829 -x2830 -x2831 -x2832 -x2833 -x2834 -x2835 -x2836 -x2837 -x2838 -x2839 -x2840 -x2841 -x2842 -x2843 -x2844 -x2845 -x2846 -x2847 -x2848 -x2849 x2850 -x2851 -x2852 -x2853 -x2854 -x2855 -x2856 -x2857 -x2858 -x2859 x2860 -x2861 -x2862 -x2863 -x2864 -x2865 -x2866 -x2867 -x2868 -x2869 x2870 -x2871 -x2872 -x2873 -x2874 -x2875 -x2876 -x2877 -x2878 -x2879 -x2880 -x2881 -x2882 -x2883 -x2884 -x2885 -x2886 -x2887 -x2888 -x2889 -x2890 -x2891 -x2892 -x2893 x2894 -x2895 -x2896 -x2897 -x2898 -x2899 -x2900 -x2901 -x2902 -x2903 x2904 -x2905 -x2906 -x2907 -x2908 -x2909 -x2910 -x2911 -x2912 -x2913 -x2914 -x2915 -x2916 -x2917 -x2918 -x2919 -x2920 -x2921 -x2922 -x2923 -x2924 -x2925 -x2926 -x2927 -x2928 -x2929 -x2930 -x2931 -x2932 -x2933 -x2934 x2935 -x2936 x2937 -x2938 -x2939 -x2940 -x2941 -x2942 -x2943 -x2944 -x2945 -x2946 -x2947 -x2948 -x2949 x2950 -x2951 -x2952 -x2953 -x2954 -x2955 -x2956 -x2957 x2958 -x2959 x2960 -x2961 -x2962 -x2963 -x2964 -x2965 -x2966 -x2967 -x2968 -x2969 -x2970 -x2971 x2972 -x2973 -x2974 -x2975 -x2976 -x2977 -x2978 -x2979 x2980 -x2981 -x2982 -x2983 -x2984 -x2985 -x2986 -x2987 -x2988 -x2989 -x2990 x2991 -x2992 -x2993 x2994 -x2995 -x2996 -x2997 -x2998 -x2999 -x3000 -x3001 -x3002 -x3003 -x3004 -x3005 x3006 -x3007 -x3008 -x3009 -x3010 -x3011 -x3012 -x3013 x3014 -x3015 -x3016 -x3017 x3018 -x3019 -x3020 -x3021 -x3022 -x3023 -x3024 -x3025 -x3026 -x3027 x3028 -x3029 -x3030 -x3031 -x3032 -x3033 -x3034 -x3035 -x3036 x3037 -x3038 -x3039 x3040 -x3041 -x3042 -x3043 -x3044 -x3045 -x3046 -x3047 -x3048 -x3049 -x3050 -x3051 x3052 -x3053 -x3054 -x3055 -x3056 -x3057 -x3058 -x3059 -x3060 -x3061 -x3062 x3063 -x3064 -x3065 -x3066 -x3067 -x3068 -x3069 -x3070 x3071 -x3072 x3073 -x3074 -x3075 -x3076 -x3077 -x3078 -x3079 -x3080 -x3081 -x3082 x3083 -x3084 -x3085 -x3086 -x3087 x3088 -x3089 -x3090 -x3091 -x3092 -x3093 -x3094 -x3095 -x3096 x3097 -x3098 -x3099 -x3100 -x3101 -x3102 -x3103 -x3104 -x3105 -x3106 x3107 -x3108 -x3109 -x3110 -x3111 -x3112 -x3113 -x3114 -x3115 -x3116 -x3117 -x3118 x3119 -x3120 x3121 -x3122 -x3123 -x3124 -x3125 -x3126 -x3127 -x3128 x3129 -x3130 -x3131 -x3132 -x3133 -x3134 -x3135 -x3136 -x3137 -x3138 -x3139 -x3140 -x3141 -x3142 x3143 x3144 -x3145 -x3146 -x3147 -x3148 -x3149 -x3150 -x3151 -x3152 -x3153 -x3154 x3155 -x3156 -x3157 -x3158 -x3159 -x3160 -x3161 -x3162 -x3163 x3164 -x3165 -x3166 -x3167 -x3168 -x3169 -x3170 -x3171 -x3172 -x3173 -x3174 x3175 x3176 -x3177 -x3178 -x3179 -x3180 -x3181 -x3182 -x3183 -x3184 -x3185 -x3186 x3187 -x3188 -x3189 -x3190 -x3191 -x3192 -x3193 -x3194 -x3195 -x3196 -x3197 -x3198 x3199 -x3200 x3201 -x3202 -x3203 -x3204 -x3205 -x3206 -x3207 -x3208 x3209 -x3210 -x3211 -x3212 -x3213 -x3214 -x3215 -x3216 -x3217 -x3218 -x3219 -x3220 x3221 -x3222 -x3223 -x3224 x3225 -x3226 -x3227 -x3228 -x3229 -x3230 -x3231 -x3232 x3233 -x3234 -x3235 -x3236 -x3237 -x3238 -x3239 -x3240 -x3241 -x3242 -x3243 -x3244 -x3245 -x3246 x3247 x3248 -x3249 -x3250 -x3251 -x3252 -x3253 -x3254 -x3255 x3256 -x3257 -x3258 -x3259 -x3260 -x3261 -x3262 -x3263 -x3264 -x3265 -x3266 -x3267 -x3268 -x3269 -x3270 x3271 -x3272 -x3273 -x3274 -x3275 -x3276 -x3277 -x3278 x3279 x3280 -x3281 -x3282 -x3283 -x3284 -x3285 -x3286 -x3287 -x3288 -x3289 -x3290 -x3291 -x3292 x3293 -x3294 -x3295 -x3296 -x3297 -x3298 -x3299 -x3300 -x3301 x3302 -x3303 x3304 -x3305 -x3306 -x3307 -x3308 -x3309 -x3310 -x3311 -x3312 -x3313 x3314 -x3315 -x3316 -x3317 -x3318 -x3319 -x3320 -x3321 -x3322 x3323 -x3324 -x3325 -x3326 -x3327 -x3328 -x3329 -x3330 -x3331 -x3332 -x3333 -x3334 x3335 -x3336 x3337 -x3338 -x3339 -x3340 -x3341 -x3342 -x3343 -x3344 -x3345 -x3346 x3347 -x3348 -x3349 -x3350 -x3351 -x3352 -x3353 -x3354 -x3355 -x3356 -x3357 x3358 -x3359 -x3360 x3361 -x3362 -x3363 -x3364 -x3365 -x3366 -x3367 -x3368 -x3369 -x3370 x3371 -x3372 -x3373 -x3374 -x3375 -x3376 -x3377 -x3378 -x3379 x3380 -x3381 -x3382 -x3383 -x3384 -x3385 x3386 -x3387 -x3388 -x3389 -x3390 -x3391 x3392 -x3393 -x3394 -x3395 -x3396 -x3397 -x3398 -x3399 -x3400 -x3401 -x3402 -x3403 -x3404 -x3405 -x3406 x3407 -x3408 x3409 -x3410 -x3411 -x3412 -x3413 -x3414 -x3415 x3416 -x3417 -x3418 -x3419 -x3420 -x3421 -x3422 -x3423 -x3424 -x3425 -x3426 -x3427 -x3428 x3429 -x3430 -x3431 x3432 -x3433 -x3434 -x3435 -x3436 -x3437 -x3438 -x3439 x3440 -x3441 -x3442 -x3443 -x3444 -x3445 -x3446 -x3447 -x3448 -x3449 -x3450 -x3451 -x3452 x3453 -x3454 -x3455 -x3456 -x3457 -x3458 -x3459 -x3460 -x3461 -x3462 x3463 -x3464 -x3465 -x3466 -x3467 -x3468 -x3469 -x3470 x3471 -x3472 -x3473 -x3474 x3475 -x3476 -x3477 -x3478 -x3479 -x3480 -x3481 -x3482 -x3483 x3484 -x3485 -x3486 -x3487 -x3488 -x3489 -x3490 -x3491 -x3492 -x3493 -x3494 x3495 -x3496 -x3497 -x3498 x3499 -x3500 -x3501 -x3502 -x3503 -x3504 -x3505 -x3506 -x3507 x3508 -x3509 -x3510 -x3511 -x3512 -x3513 -x3514 -x3515 -x3516 x3517 -x3518 -x3519 -x3520 x3521 -x3522 -x3523 -x3524 -x3525 -x3526 -x3527 -x3528 -x3529 -x3530 -x3531 x3532 -x3533 -x3534 -x3535 -x3536 -x3537 -x3538 -x3539 x3540 -x3541 -x3542 -x3543 x3544 -x3545 -x3546 -x3547 -x3548 -x3549 -x3550 -x3551 -x3552 x3553 -x3554 -x3555 -x3556 -x3557 -x3558 -x3559 -x3560 -x3561 -x3562 -x3563 -x3564 x3565 -x3566 -x3567 -x3568 x3569 -x3570 -x3571 -x3572 -x3573 -x3574 -x3575 -x3576 -x3577 x3578 -x3579 -x3580 -x3581 -x3582 -x3583 -x3584 -x3585 -x3586 -x3587 x3588 -x3589 -x3590 -x3591 x3592 -x3593 -x3594 -x3595 -x3596 -x3597 -x3598 -x3599 x3600 -x3601 -x3602 -x3603 -x3604 -x3605 -x3606 -x3607 -x3608 x3609 -x3610 -x3611 -x3612 -x3613 -x3614 -x3615 -x3616 -x3617 -x3618 -x3619 -x3620 -x3621 -x3622 x3623 x3624 -x3625 -x3626 -x3627 -x3628 -x3629 -x3630 -x3631 -x3632 -x3633 -x3634 -x3635 x3636 -x3637 -x3638 -x3639 -x3640 -x3641 -x3642 -x3643 x3644 -x3645 -x3646 -x3647 -x3648 -x3649 -x3650 -x3651 -x3652 -x3653 -x3654 x3655 -x3656 -x3657 -x3658 x3659 -x3660 -x3661 -x3662 -x3663 -x3664 -x3665 -x3666 -x3667 -x3668 x3669 -x3670 -x3671 -x3672 -x3673 -x3674 -x3675 -x3676 -x3677 -x3678 x3679 -x3680 -x3681 x3682 -x3683 -x3684 -x3685 -x3686 -x3687 -x3688 -x3689 x3690 -x3691 -x3692 -x3693 -x3694 -x3695 -x3696 -x3697 -x3698 -x3699 -x3700 -x3701 -x3702 x3703 x3704 -x3705 -x3706 -x3707 -x3708 -x3709 -x3710 -x3711 -x3712 -x3713 x3714 -x3715 -x3716 -x3717 -x3718 -x3719 -x3720 -x3721 -x3722 -x3723 -x3724 -x3725 -x3726 x3727 x3728 -x3729 -x3730 -x3731 -x3732 -x3733 -x3734 -x3735 -x3736 x3737 -x3738 -x3739 -x3740 -x3741 -x3742 -x3743 -x3744 -x3745 -x3746 x3747 -x3748 -x3749 -x3750 -x3751 -x3752 -x3753 -x3754 -x3755 -x3756 -x3757 -x3758 x3759 -x3760 x3761 -x3762 -x3763 -x3764 -x3765 -x3766 -x3767 -x3768 -x3769 -x3770 x3771 -x3772 -x3773 -x3774 -x3775 
2091.69/2090.33	c objective function=5612
2091.69/2090.33	c Total wall clock time (in seconds): 2090.197

Verifier Data

OK	5612

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: 63665 MiB (58403 MiB free)
  memory of node 1: 64507 MiB (62015 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524122-1751611413/watcher-4524122-1751611413 -o /tmp/evaluation-result-4524122-1751611413/solver-4524122-1751611413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751611413-88045 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4524122-1751611413.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=88078, runsolver pid=88075

[startup+0.100059 s]*
/proc/loadavg: 1.14 2.68 3.71 7/292 88118
/proc/meminfo: memFree=123220932/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=18930384 memory=55364 CPUtime=0.11 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 6497 0 0 0 9 2 0 0 20 0 18 0 76819001 19384713216 13841 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4732596 13841 5334 1 0 547571 0
[pid=88078/tid=88081] ppid=88075 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 5000 0 0 0 5 1 0 0 20 0 18 0 76819002 19384713216 13841 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=18930384 memory=15140 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76819004 19384713216 13841 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76819005 19384713216 13841 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55364 KiB

[startup+0.205805 s]*
/proc/loadavg: 1.14 2.68 3.71 9/292 88118
/proc/meminfo: memFree=123152068/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=18930384 memory=70268 CPUtime=0.31 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 7050 0 0 0 28 3 0 0 20 0 18 0 76819001 19384713216 17567 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4732596 17567 5430 1 0 547926 0
[pid=88078/tid=88081] ppid=88075 vsize=18930384 memory=4026815771 CPUtime=0.17 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 5292 0 0 0 15 2 0 0 20 0 18 0 76819002 19384713216 17567 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=18930384 memory=219932787024 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76819004 19384713216 17567 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=18930384 memory=55186957824232 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76819005 19384713216 17567 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70268 KiB

[startup+0.305561 s]*
/proc/loadavg: 1.14 2.68 3.71 7/292 88120
/proc/meminfo: memFree=123050700/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=18996948 memory=86044 CPUtime=0.5 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 8868 0 0 0 47 3 0 0 20 0 19 0 76819001 19452874752 21511 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4749237 21511 5462 1 0 549470 0
[pid=88078/tid=88081] ppid=88075 vsize=18996948 memory=-6000919477018584167 CPUtime=0.24 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 5396 0 0 0 22 2 0 0 20 0 19 0 76819002 19452874752 21511 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76819004 19452874752 21511 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76819005 19452874752 21511 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76819029 19452874752 21511 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86044 KiB

[startup+0.700233 s]
/proc/loadavg: 1.14 2.68 3.71 7/315 88148
/proc/meminfo: memFree=122919524/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=18996948 memory=95408 CPUtime=1.26 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 10744 0 0 0 122 4 0 0 20 0 19 0 76819001 19452874752 23852 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4749237 23852 5494 1 0 550598 0
[pid=88078/tid=88081] ppid=88075 vsize=18996948 memory=14592 CPUtime=0.61 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 5423 0 0 0 59 2 0 0 20 0 19 0 76819002 19452874752 23852 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76819004 19452874752 23852 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76819005 19452874752 23852 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76819029 19452874752 23852 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95408 KiB

[startup+1.50022 s]
/proc/loadavg: 1.14 2.68 3.71 10/316 88149
/proc/meminfo: memFree=122489032/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=18996948 memory=116940 CPUtime=2.66 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 20181 0 0 0 261 5 0 0 20 0 19 0 76819001 19452874752 29235 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4749237 29235 5494 1 0 553904 0
[pid=88078/tid=88081] ppid=88075 vsize=18996948 memory=10752 CPUtime=1.4 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 5622 0 0 0 138 2 0 0 20 0 19 0 76819002 19452874752 29235 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76819004 19452874752 29235 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76819005 19452874752 29235 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76819029 19452874752 29235 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 116940 KiB

[startup+3.10545 s]
/proc/loadavg: 1.14 2.68 3.71 5/314 88149
/proc/meminfo: memFree=121315808/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=18996948 memory=135768 CPUtime=4.38 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 21086 0 0 0 432 6 0 0 20 0 19 0 76819001 19452874752 33942 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4749237 33942 5494 1 0 553905 0
[pid=88078/tid=88081] ppid=88075 vsize=18996948 memory=-6000919485558187111 CPUtime=3 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 6107 0 0 0 298 2 0 0 20 0 19 0 76819002 19452874752 33942 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76819004 19452874752 33942 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76819005 19452874752 33942 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76819029 19452874752 33942 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 4.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 135768 KiB

[startup+6.30021 s]
/proc/loadavg: 1.45 2.71 3.72 5/339 88179
/proc/meminfo: memFree=119082880/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=18996948 memory=161420 CPUtime=7.63 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 25110 0 0 0 756 7 0 0 20 0 19 0 76819001 19452874752 40355 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4749237 40355 5526 1 0 553906 0
[pid=88078/tid=88081] ppid=88075 vsize=18996948 memory=10752 CPUtime=6.18 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 6789 0 0 0 615 3 0 0 20 0 19 0 76819002 19452874752 40355 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76819004 19452874752 40355 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76819005 19452874752 40355 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=18996948 memory=119256 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76819029 19452874752 40355 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 7.63 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161420 KiB

[startup+12.7002 s]
/proc/loadavg: 1.66 2.74 3.72 5/340 88180
/proc/meminfo: memFree=116681444/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=19063512 memory=182400 CPUtime=14.06 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 28993 0 0 0 1397 9 0 0 20 0 20 0 76819001 19521036288 45600 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4765878 45600 5558 1 0 554195 0
[pid=88078/tid=88081] ppid=88075 vsize=19063512 memory=119256 CPUtime=12.55 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 7830 0 0 0 1251 4 0 0 20 0 20 0 76819002 19521036288 45600 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=19063512 memory=182400 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76819004 19521036288 45600 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 76819005 19521036288 45600 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76819029 19521036288 45600 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 14.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182400 KiB

[startup+25.5002 s]
/proc/loadavg: 2.40 2.85 3.74 5/340 88181
/proc/meminfo: memFree=112312208/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=19063512 memory=215504 CPUtime=27.04 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 33432 0 0 0 2694 10 0 0 20 0 20 0 76819001 19521036288 53876 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4765878 53876 5558 1 0 554195 0
[pid=88078/tid=88081] ppid=88075 vsize=19063512 memory=215504 CPUtime=25.26 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 8778 0 0 0 2522 4 0 0 20 0 20 0 76819002 19521036288 53876 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=19063512 memory=215504 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76819004 19521036288 53876 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 76819005 19521036288 53876 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76819029 19521036288 53876 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 27.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 215504 KiB

[startup+51.1058 s]
/proc/loadavg: 3.07 2.97 3.76 5/340 88181
/proc/meminfo: memFree=106815072/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=19063512 memory=293656 CPUtime=52.69 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 33836 0 0 0 5256 13 0 0 20 0 20 0 76819001 19521036288 73414 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4765878 73414 5558 1 0 554195 0
[pid=88078/tid=88081] ppid=88075 vsize=19063512 memory=14592 CPUtime=50.71 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 8819 0 0 0 5067 4 0 0 20 0 20 0 76819002 19521036288 73414 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0

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

/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76819029 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 1963.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1882096 KiB

[startup+2022.3 s]
/proc/loadavg: 4.14 4.19 4.13 5/341 88289
/proc/meminfo: memFree=82601972/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2023.84 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 94275 0 0 0 202282 102 0 0 20 0 20 0 76819001 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4765878 470524 5590 1 0 483976 0
[pid=88078/tid=88081] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2013.09 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 38694 0 0 0 201282 27 0 0 20 0 20 0 76819002 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=19063512 memory=1882096 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76819004 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=19063512 memory=1882096 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 1114 0 0 0 0 0 0 0 20 0 20 0 76819005 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76819029 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 2023.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1882096 KiB

[startup+2082.3 s]
/proc/loadavg: 4.09 4.17 4.13 6/341 88295
/proc/meminfo: memFree=82134172/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2083.71 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 95371 0 0 0 208267 104 0 0 20 0 20 0 76819001 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4765878 470524 5590 1 0 483976 0
[pid=88078/tid=88081] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2072.93 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 39652 0 0 0 207266 27 0 0 20 0 20 0 76819002 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=19063512 memory=2174116 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76819004 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=19063512 memory=1882096 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 1224 0 0 0 0 0 0 0 20 0 20 0 76819005 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76819029 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 2083.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1882096 KiB

[startup+2090.37 s]
# the end of solver process 88078 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=2090.7 s, system=1.05984 s

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

[startup+2086.4 s]
/proc/loadavg: 4.09 4.16 4.13 5/341 88295
/proc/meminfo: memFree=82134172/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2087.8 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 95401 0 0 0 208676 104 0 0 20 0 20 0 76819001 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4765878 470524 5590 1 0 483976 0
[pid=88078/tid=88081] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2077.02 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 39682 0 0 0 207675 27 0 0 20 0 20 0 76819002 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76819004 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=19063512 memory=1882096 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 1224 0 0 0 0 0 0 0 20 0 20 0 76819005 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=19063512 memory=1882096 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76819029 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 2087.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1882096 KiB

[startup+2088 s]*
/proc/loadavg: 4.09 4.16 4.13 5/341 88295
/proc/meminfo: memFree=82134172/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2089.4 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 95410 0 0 0 208836 104 0 0 20 0 20 0 76819001 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4765878 470524 5590 1 0 483976 0
[pid=88078/tid=88081] ppid=88075 vsize=19063512 memory=-6000919485591676007 CPUtime=2078.62 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 39691 0 0 0 207835 27 0 0 20 0 20 0 76819002 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=19063512 memory=7512360002767592980 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76819004 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=19063512 memory=56312188895988 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 1224 0 0 0 0 0 0 0 20 0 20 0 76819005 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=19063512 memory=288906 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76819029 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 2089.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1882096 KiB

[startup+2089.6 s]
/proc/loadavg: 4.09 4.16 4.13 5/341 88295
/proc/meminfo: memFree=82134172/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2090.99 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 95418 0 0 0 208995 104 0 0 20 0 20 0 76819001 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4765878 470524 5590 1 0 483976 0
[pid=88078/tid=88081] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2080.21 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 39699 0 0 0 207994 27 0 0 20 0 20 0 76819002 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=19063512 memory=2852 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76819004 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 1224 0 0 0 0 0 0 0 20 0 20 0 76819005 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=19063512 memory=1882096 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76819029 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 2090.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1882096 KiB

[startup+2090 s]*
/proc/loadavg: 4.16 4.18 4.13 5/341 88295
/proc/meminfo: memFree=82134172/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2091.39 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 95487 0 0 0 209035 104 0 0 20 0 20 0 76819001 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4765878 470524 5590 1 0 483976 0
[pid=88078/tid=88081] ppid=88075 vsize=19063512 memory=-6000919485591676007 CPUtime=2080.62 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 39768 0 0 0 208035 27 0 0 20 0 20 0 76819002 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=19063512 memory=-3836323524994044772 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76819004 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=19063512 memory=10824248 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 1224 0 0 0 0 0 0 0 20 0 20 0 76819005 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=19063512 memory=7024 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76819029 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 2091.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1882096 KiB

[startup+2090.2 s]
/proc/loadavg: 4.16 4.18 4.13 5/341 88295
/proc/meminfo: memFree=82134172/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2091.59 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 95741 0 0 0 209055 104 0 0 20 0 20 0 76819001 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4765878 470524 5590 1 0 483976 0
[pid=88078/tid=88081] ppid=88075 vsize=19063512 memory=4207488167458373937 CPUtime=2080.81 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 39887 0 0 0 208054 27 0 0 20 0 20 0 76819002 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=19063512 memory=4035281578312860404 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76819004 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=19063512 memory=8238220842043213194 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 1224 0 0 0 0 0 0 0 20 0 20 0 76819005 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=19063512 memory=198340509722 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76819029 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 2091.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1882096 KiB

[startup+2090.3 s]
/proc/loadavg: 4.16 4.18 4.13 5/341 88295
/proc/meminfo: memFree=82134172/131249996 swapFree=33003468/33010684
[pid=88078] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2091.69 cores=0,2
/proc/88078/stat : 88078 (java) S 88075 88078 88035 0 -1 4194304 95777 0 0 0 209065 104 0 0 20 0 20 0 76819001 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
/proc/88078/statm: 4765878 470524 5590 1 0 483976 0
[pid=88078/tid=88081] ppid=88075 vsize=19063512 memory=1882096 CPUtime=2080.91 cores=0,2
/proc/88078/task/88081/stat : 88081 (java) R 88075 88078 88035 0 -1 4194368 39910 0 0 0 208064 27 0 0 20 0 20 0 76819002 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88100] ppid=88075 vsize=19063512 memory=2174116 CPUtime=0 cores=0,2
/proc/88078/task/88100/stat : 88100 (Finalizer) S 88075 88078 88035 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76819004 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88107] ppid=88075 vsize=19063512 memory=1882096 CPUtime=0 cores=0,2
/proc/88078/task/88107/stat : 88107 (Common-Cleaner) S 88075 88078 88035 0 -1 4194368 1224 0 0 0 0 0 0 0 20 0 20 0 76819005 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
[pid=88078/tid=88119] ppid=88075 vsize=19063512 memory=1882096 CPUtime=0 cores=0,2
/proc/88078/task/88119/stat : 88119 (Timer-0) S 88075 88078 88035 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76819029 19521036288 470524 18446744073709551615 94314581110784 94314581114480 140728415481040 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94314581122296 94314581123088 94314605371392 140728415488385 140728415488486 140728415488486 140728415494088 0
Current children cumulated CPU time: 2091.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1882096 KiB

Child status: 30

Real time (s): 2090.37
CPU time (s): 2091.76
CPU user time (s): 2090.7
CPU system time (s): 1.05984
CPU usage (%): 100.066
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2174116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2090.7
system time used= 1.05984
maximum resident set size= 2174116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98057
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63213
involuntary context switches= 4223


# summary of solver processes directly reported to runsolver:
#   pid: 88078
#   total CPU time (s): 2091.76
#   total CPU user time (s): 2090.7
#   total CPU system time (s): 1.05984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.43242 second user time and 10.9498 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-04 08:43:33
IDJOB=4524122
IDBENCH=180521
IDSOLVER=3363
FILE ID=nodeC021/4524122-1751611413
RUNJOBID= nodeC021-1751611413-88045
SLURM_JOB_ID= 9598910
Free space on /tmp= 430948 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-Charlotte-06-2_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524122-1751611413/watcher-4524122-1751611413 -o /tmp/evaluation-result-4524122-1751611413/solver-4524122-1751611413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751611413-88045 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4524122-1751611413.opb

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

MD5SUM BENCH= 0e6a0abac6c0ea5d11b10a372b87a440
RANDOM SEED=942897569

nodeC021 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		: 3593.655
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.56
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.779
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.56
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		: 3599.772
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.56
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		: 3600.447
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.56
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.774
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.56
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		: 3599.978
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.56
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		: 3600.247
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.56
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		: 3488.231
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123326648 kB
MemAvailable:   129632120 kB
Buffers:            1056 kB
Cached:          7038576 kB
SwapCached:           32 kB
Active:           549704 kB
Inactive:        6576104 kB
Active(anon):      58804 kB
Inactive(anon):    40824 kB
Active(file):     490900 kB
Inactive(file):  6535280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7128 kB
Writeback:             0 kB
AnonPages:         89548 kB
Mapped:            98644 kB
Shmem:             13452 kB
KReclaimable:     236660 kB
Slab:             328392 kB
SReclaimable:     236660 kB
SUnreclaim:        91732 kB
KernelStack:        4024 kB
PageTables:         2716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     366316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430236 MiB
End job on nodeC021 at 2025-07-04 09:18:24