Trace number 4487583

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 VeriPB 2025-06-06SAT (TO)58 3600.34 3601.97

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/logic-synthesis/normalized-alu4.b.opb
MD5SUM5095349793dd868b1b37aa3a48faf31c
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 benchmark50
Best CPU time to get the best result obtained on this benchmark1.05158
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables807
Total number of constraints1823
Number of constraints which are clauses1823
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98
Number of terms in the objective function 807
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 807
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 807
Number of bits of the biggest sum of numbers10
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.11/0.13	c Pseudo Boolean Optimization by upper bound
0.11/0.13	c --- Begin Solver configuration ---
0.11/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.13	c Learn all clauses as in MiniSAT
0.11/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.13	c Expensive reason simplification
0.11/0.13	c Glucose 2.1 dynamic restart strategy
0.11/0.13	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.13	c timeout=2147483s
0.11/0.13	c DB Simplification allowed=false
0.11/0.13	c Listener: none
0.11/0.13	c --- End Solver configuration ---
0.11/0.13	c solving HOME/instance-4487583-1751337680.opb
0.11/0.13	c reading problem ... 
0.11/0.13	c using VERIPB proof format
0.11/0.13	c  objective function found
0.31/0.25	c ... done. Wall clock time 0.113s.
0.31/0.25	c declared #vars     807
0.31/0.25	c #constraints  1823
0.31/0.25	c constraints type 
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8
0.31/0.25	c org.sat4j.specs.Constr$1 => 112
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1687
0.31/0.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 16
0.31/0.25	c 1823 constraints processed.
0.31/0.27	c objective function length is 807 literals
0.31/0.30	c SATISFIABLE
0.31/0.30	c OPTIMIZING...
0.31/0.30	c Got one! Elapsed wall clock time (in seconds):0.167
0.31/0.30	o 68
1.26/0.76	c Got one! Elapsed wall clock time (in seconds):0.629
1.26/0.76	o 67
2.06/1.11	c cleaning 2559 clauses out of 5135 with flag 6340/5135
2.84/1.58	c cleaning 4281 clauses out of 8575 with flag 19705/11134
3.84/2.03	c cleaning 5635 clauses out of 11294 with flag 35701/18134
4.41/2.30	c Got one! Elapsed wall clock time (in seconds):2.17
4.41/2.30	o 66
4.41/2.36	c cleaning 5465 clauses out of 10935 with flag 2770/23410
4.90/2.68	c cleaning 5722 clauses out of 11472 with flag 22073/29412
5.53/3.08	c cleaning 6361 clauses out of 12748 with flag 43468/36410
6.02/3.53	c cleaning 7183 clauses out of 14387 with flag 69262/44410
6.52/4.07	c cleaning 8070 clauses out of 16204 with flag 95816/53410
7.11/4.64	c cleaning 9056 clauses out of 18134 with flag 127821/63410
7.72/5.29	c cleaning 10012 clauses out of 20079 with flag 162328/74411
8.52/6.02	c cleaning 11034 clauses out of 22067 with flag 205180/86411
9.31/6.88	c cleaning 11998 clauses out of 24032 with flag 254363/99410
10.43/7.93	c cleaning 13014 clauses out of 26034 with flag 303388/113410
11.22/8.77	c Got one! Elapsed wall clock time (in seconds):8.644
11.22/8.77	o 65
11.53/9.10	c cleaning 15250 clauses out of 30502 with flag 16759/130892
11.96/9.48	c cleaning 10615 clauses out of 21251 with flag 36234/136891
12.48/9.92	c cleaning 8817 clauses out of 17639 with flag 61518/143894
12.88/10.38	c cleaning 8394 clauses out of 16822 with flag 88074/151894
13.48/10.93	c cleaning 8695 clauses out of 17429 with flag 120273/160895
14.08/11.54	c cleaning 9360 clauses out of 18734 with flag 154348/170895
14.78/12.26	c cleaning 10167 clauses out of 20370 with flag 192615/181891
15.73/13.04	c cleaning 11092 clauses out of 22203 with flag 234958/193891
16.52/13.83	c cleaning 12057 clauses out of 24113 with flag 279031/206893
17.42/14.70	c cleaning 13011 clauses out of 26060 with flag 330964/220897
18.43/15.73	c cleaning 14022 clauses out of 28044 with flag 385552/235892
19.44/16.74	c cleaning 15002 clauses out of 30021 with flag 435398/251891
20.52/17.89	c cleaning 16006 clauses out of 32019 with flag 487795/268891
21.70/19.09	c cleaning 16994 clauses out of 34016 with flag 546650/286894
23.00/20.35	c cleaning 17995 clauses out of 36019 with flag 609365/305891
24.27/21.65	c cleaning 19006 clauses out of 38024 with flag 670838/325891
25.65/23.07	c cleaning 20010 clauses out of 40020 with flag 732149/346893
27.24/24.64	c cleaning 20967 clauses out of 42008 with flag 801459/368891
28.83/26.23	c cleaning 22016 clauses out of 44041 with flag 873119/391891
30.43/27.83	c cleaning 22996 clauses out of 46025 with flag 947024/415891
32.04/29.48	c cleaning 24008 clauses out of 48029 with flag 1026654/440891
33.83/31.27	c cleaning 25009 clauses out of 50021 with flag 1111072/466891
35.64/33.35	c cleaning 25985 clauses out of 52013 with flag 1197567/493892
37.75/35.48	c cleaning 26986 clauses out of 54028 with flag 1283776/521892
39.85/37.59	c cleaning 28014 clauses out of 56041 with flag 1375253/550891
42.26/39.95	c cleaning 28998 clauses out of 58027 with flag 1466723/580891
44.74/42.40	c cleaning 29998 clauses out of 60029 with flag 1565174/611891
47.15/44.88	c cleaning 30997 clauses out of 62033 with flag 1667692/643893
49.54/47.20	c cleaning 32015 clauses out of 64034 with flag 1770238/676891
52.15/49.81	c cleaning 33005 clauses out of 66021 with flag 1871918/710893
54.64/52.35	c cleaning 33985 clauses out of 68014 with flag 1985577/745891
54.84/52.57	c Got one! Elapsed wall clock time (in seconds):52.436
54.84/52.57	o 64
55.04/52.78	c cleaning 19742 clauses out of 39495 with flag 8858/751357
55.46/53.16	c cleaning 12864 clauses out of 25754 with flag 31735/757358
55.86/53.57	c cleaning 9935 clauses out of 19889 with flag 59541/764357
56.36/54.07	c cleaning 8950 clauses out of 17954 with flag 87566/772357
56.96/54.61	c cleaning 9001 clauses out of 18006 with flag 117709/781359
57.55/55.24	c cleaning 9496 clauses out of 19004 with flag 150730/791358
58.24/55.93	c cleaning 10238 clauses out of 20507 with flag 186678/802357
59.05/56.75	c cleaning 11135 clauses out of 22269 with flag 226966/814357
59.94/57.66	c cleaning 12061 clauses out of 24134 with flag 272354/827357
60.94/58.62	c cleaning 13023 clauses out of 26073 with flag 319304/841357
61.94/59.64	c cleaning 14022 clauses out of 28053 with flag 371302/856360
63.04/60.77	c cleaning 15009 clauses out of 30028 with flag 423825/872357
64.24/61.92	c cleaning 15993 clauses out of 32022 with flag 477719/889360
65.48/63.54	c cleaning 17013 clauses out of 34026 with flag 544244/907357
66.67/64.79	c cleaning 18002 clauses out of 36013 with flag 611261/926357
68.07/66.15	c cleaning 18991 clauses out of 38012 with flag 682489/946358
69.48/67.53	c cleaning 19974 clauses out of 40021 with flag 752985/967358
70.88/69.00	c cleaning 21022 clauses out of 42046 with flag 832089/989357
72.57/70.61	c cleaning 22004 clauses out of 44024 with flag 912317/1012357
74.17/72.28	c cleaning 23007 clauses out of 46020 with flag 989828/1036357
75.98/74.07	c cleaning 24005 clauses out of 48021 with flag 1074163/1061365
77.79/75.86	c cleaning 24983 clauses out of 50008 with flag 1158861/1087357
79.68/77.78	c cleaning 26011 clauses out of 52025 with flag 1246465/1114357
81.78/79.83	c cleaning 26995 clauses out of 54014 with flag 1341530/1142357
83.89/81.95	c cleaning 27992 clauses out of 56019 with flag 1449010/1171357
85.99/84.09	c cleaning 29002 clauses out of 58027 with flag 1549700/1201357
88.40/86.44	c cleaning 29992 clauses out of 60025 with flag 1661077/1232357
90.68/88.70	c cleaning 31012 clauses out of 62033 with flag 1777866/1264357
93.20/91.25	c cleaning 31996 clauses out of 64021 with flag 1895934/1297357
95.63/94.12	c cleaning 33009 clauses out of 66025 with flag 2017082/1331357
98.14/96.65	c cleaning 34003 clauses out of 68016 with flag 2139377/1366357
100.84/99.31	c cleaning 34988 clauses out of 70013 with flag 2259309/1402357
103.66/102.16	c cleaning 35991 clauses out of 72025 with flag 2383888/1439357
106.59/105.08	c cleaning 37009 clauses out of 74034 with flag 2510814/1477357
109.38/107.85	c cleaning 37997 clauses out of 76025 with flag 2638566/1516357
112.20/110.64	c cleaning 39001 clauses out of 78028 with flag 2775206/1556357
115.55/113.99	c cleaning 40010 clauses out of 80030 with flag 2920028/1597360
118.83/117.21	c cleaning 40994 clauses out of 82017 with flag 3060495/1639357
122.27/120.66	c cleaning 42005 clauses out of 84023 with flag 3200211/1682357
125.65/124.31	c cleaning 42985 clauses out of 86024 with flag 3342232/1726363
129.05/127.75	c cleaning 44011 clauses out of 88033 with flag 3504559/1771357
132.67/131.38	c cleaning 45000 clauses out of 90024 with flag 3667902/1817359
136.11/134.73	c Got one! Elapsed wall clock time (in seconds):134.601
136.11/134.73	o 63
136.63/135.23	c cleaning 48252 clauses out of 96553 with flag 19074/1868888
137.04/135.64	c cleaning 27125 clauses out of 54303 with flag 39078/1874890
137.44/136.08	c cleaning 17074 clauses out of 34179 with flag 63395/1881891
137.93/136.60	c cleaning 12525 clauses out of 25103 with flag 89356/1889889
138.54/137.18	c cleaning 10772 clauses out of 21577 with flag 116729/1898888
139.27/137.83	c cleaning 10381 clauses out of 20805 with flag 147891/1908888
139.96/138.54	c cleaning 10701 clauses out of 21424 with flag 183525/1919888
140.75/139.39	c cleaning 11353 clauses out of 22723 with flag 232878/1931888
141.66/140.28	c cleaning 12170 clauses out of 24372 with flag 275129/1944890
142.65/141.25	c cleaning 13087 clauses out of 26200 with flag 321366/1958888
143.78/142.37	c cleaning 14035 clauses out of 28116 with flag 369597/1973891
144.98/143.58	c cleaning 15032 clauses out of 30082 with flag 427165/1989892
146.17/144.77	c cleaning 16006 clauses out of 32046 with flag 491796/2006888
147.37/145.94	c cleaning 17003 clauses out of 34040 with flag 556824/2024888
148.81/147.32	c cleaning 18012 clauses out of 36037 with flag 614658/2043888
150.20/148.78	c cleaning 18988 clauses out of 38025 with flag 677963/2063888
151.61/150.18	c cleaning 20001 clauses out of 40038 with flag 754207/2084889
153.35/151.81	c cleaning 21012 clauses out of 42038 with flag 831998/2106890
154.95/153.42	c cleaning 22005 clauses out of 44024 with flag 909061/2129888
156.73/155.51	c cleaning 22996 clauses out of 46020 with flag 986928/2153889
158.46/157.28	c cleaning 24005 clauses out of 48023 with flag 1073078/2178888
160.57/159.33	c cleaning 25000 clauses out of 50018 with flag 1153205/2204888
162.70/161.47	c cleaning 26006 clauses out of 52019 with flag 1233387/2231889
164.90/163.60	c cleaning 26991 clauses out of 54016 with flag 1315884/2259892
167.19/166.00	c cleaning 28007 clauses out of 56022 with flag 1405323/2288889
169.72/168.45	c cleaning 29003 clauses out of 58016 with flag 1496242/2318890
172.02/170.76	c cleaning 29987 clauses out of 60013 with flag 1589016/2349890
174.55/173.23	c cleaning 30996 clauses out of 62025 with flag 1681823/2381889
177.04/175.79	c cleaning 31989 clauses out of 64028 with flag 1778048/2414888
179.67/178.36	c cleaning 32980 clauses out of 66039 with flag 1874144/2448888
182.32/180.91	c cleaning 34013 clauses out of 68060 with flag 1977052/2483889
184.81/183.47	c cleaning 35003 clauses out of 70047 with flag 2080081/2519889
187.53/186.41	c cleaning 36015 clauses out of 72047 with flag 2191183/2556892
190.52/189.44	c cleaning 37003 clauses out of 74028 with flag 2313383/2594888
193.35/192.22	c cleaning 38000 clauses out of 76025 with flag 2438114/2633888
196.20/195.06	c cleaning 39000 clauses out of 78025 with flag 2574445/2673888
199.09/197.96	c cleaning 40013 clauses out of 80025 with flag 2709380/2714888
202.33/201.19	c cleaning 40989 clauses out of 82013 with flag 2843993/2756889
205.67/204.42	c cleaning 42007 clauses out of 84027 with flag 2976097/2799892
207.76/206.58	c Got one! Elapsed wall clock time (in seconds):206.448
207.76/206.58	o 62
208.16/206.99	c cleaning 38387 clauses out of 76801 with flag 19347/2834673
208.56/207.38	c cleaning 22203 clauses out of 44414 with flag 41546/2840673
209.06/207.81	c cleaning 14591 clauses out of 29211 with flag 65746/2847673
209.46/208.28	c cleaning 11301 clauses out of 22621 with flag 97851/2855674
210.10/208.89	c cleaning 10158 clauses out of 20322 with flag 127734/2864676
210.80/209.50	c cleaning 10062 clauses out of 20161 with flag 163208/2874673
211.50/210.23	c cleaning 10541 clauses out of 21100 with flag 201436/2885674
212.31/211.03	c cleaning 11259 clauses out of 22558 with flag 239427/2897673
213.19/211.97	c cleaning 12136 clauses out of 24299 with flag 279333/2910673
214.20/212.94	c cleaning 13063 clauses out of 26163 with flag 322592/2924673
215.22/213.97	c cleaning 14042 clauses out of 28100 with flag 371677/2939673
216.32/215.03	c cleaning 14998 clauses out of 30058 with flag 422424/2955673
217.50/216.52	c cleaning 16005 clauses out of 32061 with flag 475262/2972674
218.79/217.85	c cleaning 17016 clauses out of 34055 with flag 536125/2990673
220.33/219.37	c cleaning 18004 clauses out of 36039 with flag 599626/3009673
221.52/220.59	c cleaning 19014 clauses out of 38039 with flag 662307/3029677
223.02/222.01	c cleaning 19996 clauses out of 40021 with flag 735770/3050673
224.75/223.76	c cleaning 21007 clauses out of 42025 with flag 801128/3072673
226.55/225.58	c cleaning 21991 clauses out of 44018 with flag 870187/3095673
228.35/227.33	c cleaning 22986 clauses out of 46027 with flag 944611/3119673
230.28/229.28	c cleaning 24009 clauses out of 48041 with flag 1019308/3144673
232.27/231.22	c cleaning 25003 clauses out of 50032 with flag 1098318/3170673
234.22/233.11	c cleaning 26004 clauses out of 52030 with flag 1191420/3197674
236.01/234.97	c cleaning 27012 clauses out of 54025 with flag 1277484/3225673
238.05/236.98	c cleaning 28002 clauses out of 56016 with flag 1365966/3254676
240.05/238.92	c cleaning 29006 clauses out of 58012 with flag 1464830/3284674
240.75/239.65	c Got one! Elapsed wall clock time (in seconds):239.517
240.75/239.65	o 61
241.16/240.00	c cleaning 22785 clauses out of 45577 with flag 21612/3301245
241.45/240.39	c cleaning 14387 clauses out of 28794 with flag 43058/3307247
241.95/240.87	c cleaning 10694 clauses out of 21405 with flag 66812/3314245
242.59/241.43	c cleaning 9346 clauses out of 18711 with flag 95179/3322245
243.18/242.01	c cleaning 9169 clauses out of 18365 with flag 126124/3331245
243.78/242.67	c cleaning 9589 clauses out of 19197 with flag 158853/3341246
244.47/243.39	c cleaning 10287 clauses out of 20613 with flag 192784/3352251
245.27/244.16	c cleaning 11161 clauses out of 22326 with flag 233522/3364251
246.06/245.00	c cleaning 12054 clauses out of 24159 with flag 276024/3377245
247.20/246.01	c cleaning 13042 clauses out of 26105 with flag 326163/3391245
248.24/247.40	c cleaning 14011 clauses out of 28063 with flag 381109/3406245
249.24/248.50	c cleaning 15022 clauses out of 30052 with flag 442550/3422245
250.44/249.67	c cleaning 15989 clauses out of 32030 with flag 501541/3439245
251.88/251.03	c cleaning 17013 clauses out of 34043 with flag 557914/3457247
252.47/251.67	c Got one! Elapsed wall clock time (in seconds):251.536
252.47/251.67	o 60
252.80/251.97	c cleaning 15211 clauses out of 30442 with flag 17291/3470659
253.20/252.33	c cleaning 10594 clauses out of 21231 with flag 37975/3476659
253.59/252.74	c cleaning 8805 clauses out of 17638 with flag 65556/3483660
254.09/253.20	c cleaning 8398 clauses out of 16832 with flag 95153/3491659
254.59/253.75	c cleaning 8696 clauses out of 17436 with flag 126743/3500661
255.19/254.37	c cleaning 9342 clauses out of 18738 with flag 162407/3510659
256.03/255.13	c cleaning 10191 clauses out of 20397 with flag 200978/3521660
256.72/255.86	c cleaning 11080 clauses out of 22205 with flag 238195/3533659
257.62/256.70	c cleaning 12042 clauses out of 24127 with flag 278532/3546661
258.41/257.58	c cleaning 13038 clauses out of 26090 with flag 325774/3560666
259.41/258.54	c cleaning 14011 clauses out of 28047 with flag 371810/3575661
260.45/259.57	c cleaning 14999 clauses out of 30034 with flag 425575/3591659
261.54/260.67	c cleaning 16015 clauses out of 32035 with flag 482824/3608659
262.74/261.83	c cleaning 16998 clauses out of 34020 with flag 543659/3626659
264.08/263.15	c cleaning 17991 clauses out of 36022 with flag 608674/3645659
265.48/264.50	c cleaning 19008 clauses out of 38032 with flag 679655/3665660
266.98/266.04	c cleaning 20001 clauses out of 40025 with flag 750956/3686661
268.62/267.66	c cleaning 21006 clauses out of 42028 with flag 825863/3708665
270.12/269.15	c cleaning 21999 clauses out of 44017 with flag 906333/3731660
271.81/270.83	c cleaning 22998 clauses out of 46017 with flag 987830/3755659
273.64/272.65	c cleaning 24001 clauses out of 48019 with flag 1071129/3780659
275.43/274.48	c cleaning 24987 clauses out of 50018 with flag 1149728/3806659
277.23/276.27	c cleaning 25994 clauses out of 52031 with flag 1238707/3833659
279.28/280.67	c cleaning 27016 clauses out of 54037 with flag 1328576/3861659
281.37/282.70	c cleaning 28007 clauses out of 56021 with flag 1420996/3890659
283.62/284.99	c cleaning 29003 clauses out of 58014 with flag 1514739/3920659
285.82/287.18	c cleaning 29989 clauses out of 60011 with flag 1602147/3951659
288.26/289.56	c cleaning 31007 clauses out of 62022 with flag 1695106/3983659
290.94/292.22	c cleaning 31995 clauses out of 64018 with flag 1789155/4016662
293.78/295.03	c cleaning 32991 clauses out of 66020 with flag 1889452/4050659
296.66/297.91	c cleaning 34011 clauses out of 68029 with flag 1996539/4085659
299.31/300.53	c cleaning 34988 clauses out of 70018 with flag 2107119/4121659
301.80/303.08	c Got one! Elapsed wall clock time (in seconds):302.951
301.80/303.08	o 59
302.28/303.56	c cleaning 37533 clauses out of 75089 with flag 20745/4161718
302.68/303.98	c cleaning 21757 clauses out of 43556 with flag 40650/4167718
303.17/304.41	c cleaning 14366 clauses out of 28798 with flag 67016/4174717
303.71/304.92	c cleaning 11181 clauses out of 22433 with flag 95391/4182718
304.22/305.44	c cleaning 10121 clauses out of 20251 with flag 130989/4191717
304.82/306.02	c cleaning 10059 clauses out of 20130 with flag 170621/4201717
305.41/306.65	c cleaning 10521 clauses out of 21071 with flag 217363/4212717
306.12/307.35	c cleaning 11269 clauses out of 22550 with flag 263573/4224717
306.92/308.19	c cleaning 12125 clauses out of 24285 with flag 309461/4237721
307.95/309.13	c cleaning 13051 clauses out of 26156 with flag 357419/4251717
308.94/310.11	c cleaning 14042 clauses out of 28106 with flag 418102/4266718
309.94/311.17	c cleaning 14999 clauses out of 30063 with flag 482764/4282717
311.03/312.26	c cleaning 16032 clauses out of 32064 with flag 549036/4299717
312.31/314.26	c cleaning 16998 clauses out of 34032 with flag 613512/4317717
313.59/315.56	c cleaning 17991 clauses out of 36034 with flag 684376/4336717
314.89/316.88	c cleaning 19004 clauses out of 38045 with flag 755893/4356719
316.39/318.34	c cleaning 19994 clauses out of 40039 with flag 837098/4377717
317.93/319.86	c cleaning 21024 clauses out of 42048 with flag 923893/4399720
319.63/321.59	c cleaning 21987 clauses out of 44023 with flag 1001799/4422719
321.32/323.22	c cleaning 23009 clauses out of 46036 with flag 1077457/4446719
323.06/324.97	c cleaning 24013 clauses out of 48025 with flag 1159286/4471717
324.76/326.66	c cleaning 25002 clauses out of 50012 with flag 1246698/4497717
326.59/328.45	c cleaning 25997 clauses out of 52010 with flag 1337085/4524717
328.49/330.32	c cleaning 27003 clauses out of 54013 with flag 1430015/4552717
330.69/332.52	c cleaning 27980 clauses out of 56010 with flag 1529338/4581717
332.91/334.70	c cleaning 29001 clauses out of 58030 with flag 1630173/4611717
335.01/336.87	c cleaning 30003 clauses out of 60031 with flag 1735313/4642719
337.45/339.20	c cleaning 31012 clauses out of 62029 with flag 1839517/4674720
339.85/341.60	c cleaning 31995 clauses out of 64014 with flag 1949223/4707717
342.43/344.49	c cleaning 33008 clauses out of 66019 with flag 2072924/4741717
345.02/347.03	c cleaning 33988 clauses out of 68016 with flag 2194796/4776722
347.55/349.55	c cleaning 35002 clauses out of 70023 with flag 2316535/4812717
350.16/352.14	c cleaning 36003 clauses out of 72021 with flag 2438422/4849717
352.98/354.94	c cleaning 37004 clauses out of 74018 with flag 2568157/4887717
355.73/357.68	c cleaning 38000 clauses out of 76015 with flag 2697853/4926718
358.51/360.49	c cleaning 38979 clauses out of 78014 with flag 2841514/4966717
361.76/363.63	c cleaning 39986 clauses out of 80036 with flag 2985852/5007718
364.70/366.54	c cleaning 41015 clauses out of 82050 with flag 3137113/5049718
367.69/369.53	c cleaning 42002 clauses out of 84034 with flag 3279175/5092717
371.02/372.84	c cleaning 43014 clauses out of 86035 with flag 3437060/5136720
374.30/376.36	c cleaning 44000 clauses out of 88018 with flag 3591288/5181717
377.59/379.65	c cleaning 44995 clauses out of 90018 with flag 3744430/5227717
381.13/383.14	c cleaning 46009 clauses out of 92023 with flag 3896643/5274717
384.74/386.71	c cleaning 46989 clauses out of 94021 with flag 4061889/5322724
388.68/390.61	c cleaning 48006 clauses out of 96025 with flag 4226162/5371717
392.83/394.70	c cleaning 49006 clauses out of 98019 with flag 4378030/5421717
397.11/399.09	c cleaning 50004 clauses out of 100013 with flag 4529901/5472717
401.94/403.86	c cleaning 51001 clauses out of 102013 with flag 4685704/5524721
406.32/408.41	c cleaning 51983 clauses out of 104009 with flag 4846704/5577718
411.05/413.12	c cleaning 52996 clauses out of 106025 with flag 5014511/5631717
416.17/418.25	c cleaning 53990 clauses out of 108029 with flag 5180957/5686717
421.19/423.27	c cleaning 55001 clauses out of 110039 with flag 5351773/5742717
426.53/428.50	c cleaning 56001 clauses out of 112038 with flag 5520368/5799717
431.93/433.81	c cleaning 57004 clauses out of 114037 with flag 5691192/5857717
437.49/439.61	c cleaning 58003 clauses out of 116033 with flag 5870490/5916717
442.70/444.85	c cleaning 59007 clauses out of 118032 with flag 6061866/5976719
447.51/449.60	c cleaning 60000 clauses out of 120030 with flag 6239423/6037724
452.41/454.55	c cleaning 60994 clauses out of 122028 with flag 6411688/6099722
457.44/459.59	c cleaning 62012 clauses out of 124029 with flag 6590105/6162717
462.93/465.06	c cleaning 62997 clauses out of 126017 with flag 6793236/6226717
468.37/470.74	c cleaning 64002 clauses out of 128020 with flag 6988532/6291717
474.17/476.56	c cleaning 64992 clauses out of 130018 with flag 7179345/6357717
480.00/482.39	c cleaning 66005 clauses out of 132028 with flag 7379205/6424719
485.52/487.84	c cleaning 67004 clauses out of 134023 with flag 7601888/6492719
491.35/493.67	c cleaning 68003 clauses out of 136019 with flag 7820378/6561719
497.46/499.99	c cleaning 69000 clauses out of 138014 with flag 8040008/6631717
503.79/506.29	c cleaning 69985 clauses out of 140014 with flag 8267924/6702717
509.93/512.38	c cleaning 71015 clauses out of 142031 with flag 8485089/6774719
516.46/518.83	c cleaning 71996 clauses out of 144014 with flag 8701102/6847717
522.48/524.85	c cleaning 72993 clauses out of 146018 with flag 8925075/6921717
528.25/530.89	c cleaning 74002 clauses out of 148026 with flag 9165013/6996718
534.27/536.83	c cleaning 75003 clauses out of 150024 with flag 9410288/7072718
539.81/542.31	c cleaning 75991 clauses out of 152020 with flag 9656622/7149717
546.12/548.63	c cleaning 77009 clauses out of 154030 with flag 9888373/7227718
552.01/554.44	c cleaning 78008 clauses out of 156020 with flag 10162375/7306717
558.23/560.88	c cleaning 78990 clauses out of 158012 with flag 10429162/7386717
564.25/566.80	c cleaning 79977 clauses out of 160022 with flag 10706938/7467717
570.58/573.13	c cleaning 81008 clauses out of 162047 with flag 10969276/7549719
576.79/579.32	c cleaning 82010 clauses out of 164044 with flag 11237184/7632724
583.98/586.48	c cleaning 82987 clauses out of 166027 with flag 11489787/7716717
591.78/594.43	c cleaning 84003 clauses out of 168042 with flag 11742861/7801719
598.51/601.12	c cleaning 84983 clauses out of 170037 with flag 12035615/7887717
605.43/608.06	c cleaning 86005 clauses out of 172057 with flag 12309823/7974720
612.89/615.47	c cleaning 87018 clauses out of 174049 with flag 12575949/8062717
620.48/623.22	c cleaning 87999 clauses out of 176031 with flag 12841672/8151717
625.61/628.33	c Got one! Elapsed wall clock time (in seconds):628.198
625.61/628.33	o 58
626.41/629.16	c cleaning 78754 clauses out of 157548 with flag 19523/8221233
626.91/629.66	c cleaning 42383 clauses out of 84794 with flag 41039/8227233
627.41/630.14	c cleaning 24690 clauses out of 49414 with flag 63204/8234236
627.91/630.63	c cleaning 16331 clauses out of 32721 with flag 91189/8242233
628.54/631.21	c cleaning 12677 clauses out of 25390 with flag 125203/8251233
629.14/631.84	c cleaning 11316 clauses out of 22713 with flag 161137/8261233
629.84/632.55	c cleaning 11171 clauses out of 22398 with flag 199995/8272234
630.63/633.34	c cleaning 11604 clauses out of 23229 with flag 239079/8284236
631.54/634.20	c cleaning 12300 clauses out of 24627 with flag 283300/8297238
632.44/635.18	c cleaning 13158 clauses out of 26322 with flag 335323/8311233
633.57/636.21	c cleaning 14054 clauses out of 28164 with flag 389512/8326233
634.47/637.14	c cleaning 15022 clauses out of 30110 with flag 445953/8342233
635.56/638.28	c cleaning 16038 clauses out of 32089 with flag 505431/8359234
636.86/639.55	c cleaning 17021 clauses out of 34051 with flag 574012/8377234
638.20/640.83	c cleaning 18006 clauses out of 36031 with flag 641156/8396235
639.49/642.14	c cleaning 18999 clauses out of 38023 with flag 710408/8416233
640.79/643.49	c cleaning 19992 clauses out of 40024 with flag 779018/8437233
642.43/645.03	c cleaning 21003 clauses out of 42033 with flag 853472/8459234
644.12/646.71	c cleaning 22011 clauses out of 44029 with flag 930814/8482233
645.82/648.43	c cleaning 23004 clauses out of 46021 with flag 1002669/8506236
647.56/650.17	c cleaning 23977 clauses out of 48014 with flag 1081991/8531233
649.31/652.15	c cleaning 25013 clauses out of 50039 with flag 1165223/8557235
651.09/653.97	c cleaning 25985 clauses out of 52024 with flag 1257916/8584233
653.22/656.03	c cleaning 27015 clauses out of 54039 with flag 1346983/8612233
655.21/658.07	c cleaning 28008 clauses out of 56025 with flag 1433507/8641234
657.55/660.38	c cleaning 29001 clauses out of 58016 with flag 1533026/8671233
659.84/662.60	c cleaning 29974 clauses out of 60015 with flag 1639439/8702233
662.13/664.93	c cleaning 31000 clauses out of 62041 with flag 1744493/8734233
664.57/667.32	c cleaning 31991 clauses out of 64041 with flag 1848359/8767233
667.27/670.00	c cleaning 33009 clauses out of 66053 with flag 1952074/8801236
669.69/672.47	c cleaning 34003 clauses out of 68046 with flag 2063398/8836238
672.35/675.07	c cleaning 35012 clauses out of 70043 with flag 2180587/8872238
675.04/677.73	c cleaning 36007 clauses out of 72028 with flag 2306552/8909235
677.98/680.68	c cleaning 36993 clauses out of 74019 with flag 2427579/8947233
680.91/683.89	c cleaning 37968 clauses out of 76029 with flag 2551612/8986236
684.04/686.96	c cleaning 39023 clauses out of 78058 with flag 2681714/9026233
687.48/690.35	c cleaning 40005 clauses out of 80035 with flag 2812935/9067233
690.57/693.43	c cleaning 41004 clauses out of 82030 with flag 2944136/9109233
694.30/697.12	c cleaning 42008 clauses out of 84035 with flag 3081852/9152242
697.64/700.45	c cleaning 43003 clauses out of 86018 with flag 3210960/9196233
700.83/703.61	c cleaning 43992 clauses out of 88015 with flag 3367571/9241233
704.06/706.82	c cleaning 45005 clauses out of 90026 with flag 3529926/9287236
707.68/710.45	c cleaning 45995 clauses out of 92018 with flag 3688538/9334233
711.38/714.38	c cleaning 47003 clauses out of 94028 with flag 3842222/9382238
715.13/718.00	c cleaning 48009 clauses out of 96021 with flag 4001484/9431234
718.61/721.53	c cleaning 48966 clauses out of 98013 with flag 4168935/9481235
722.84/725.78	c cleaning 50013 clauses out of 100048 with flag 4341508/9532236
726.55/729.48	c cleaning 51004 clauses out of 102032 with flag 4514141/9584233
730.37/733.22	c cleaning 52008 clauses out of 104028 with flag 4692672/9637233
734.40/737.21	c cleaning 52977 clauses out of 106020 with flag 4870374/9691233
738.52/741.32	c cleaning 53985 clauses out of 108043 with flag 5060553/9746233
742.71/745.73	c cleaning 55006 clauses out of 110058 with flag 5241721/9802233
747.43/750.44	c cleaning 56027 clauses out of 112053 with flag 5437078/9859234
752.17/755.19	c cleaning 56969 clauses out of 114025 with flag 5635140/9917233
757.04/759.88	c cleaning 58025 clauses out of 116058 with flag 5838659/9976235
761.74/764.50	c cleaning 59003 clauses out of 118031 with flag 6031334/10036233
766.44/769.28	c cleaning 59999 clauses out of 120028 with flag 6225904/10097233
771.32/774.36	c cleaning 61007 clauses out of 122029 with flag 6421534/10159233
775.85/778.86	c cleaning 61995 clauses out of 124027 with flag 6630080/10222238
780.86/783.87	c cleaning 63010 clauses out of 126029 with flag 6822958/10286235
785.69/788.69	c cleaning 64002 clauses out of 128017 with flag 7026283/10351233
790.61/793.59	c cleaning 64975 clauses out of 130015 with flag 7236565/10417233
795.65/798.51	c cleaning 65985 clauses out of 132040 with flag 7447462/10484233
800.49/803.33	c cleaning 67023 clauses out of 134055 with flag 7668374/10552233
805.86/808.90	c cleaning 68017 clauses out of 136033 with flag 7891716/10621234
811.59/814.68	c cleaning 68989 clauses out of 138015 with flag 8109698/10691233
817.50/820.58	c cleaning 70009 clauses out of 140035 with flag 8337538/10762242
822.84/825.85	c cleaning 71001 clauses out of 142017 with flag 8550460/10834233
828.57/831.52	c cleaning 71999 clauses out of 144016 with flag 8750677/10907233
834.18/837.37	c cleaning 73006 clauses out of 146017 with flag 9009177/10981233
839.81/842.99	c cleaning 73984 clauses out of 148014 with flag 9275611/11056236
845.34/848.43	c cleaning 74994 clauses out of 150030 with flag 9525672/11132236
850.97/854.03	c cleaning 76018 clauses out of 152036 with flag 9750611/11209236
858.10/861.17	c cleaning 76995 clauses out of 154020 with flag 9972812/11287238
865.27/868.58	c cleaning 78009 clauses out of 156022 with flag 10195843/11366235
872.80/876.00	c cleaning 79000 clauses out of 158011 with flag 10429346/11446233
879.02/882.21	c cleaning 80005 clauses out of 160012 with flag 10689427/11527234
885.85/889.09	c cleaning 80996 clauses out of 162015 with flag 10964424/11609242
892.24/895.32	c cleaning 81989 clauses out of 164010 with flag 11252247/11692233
899.18/902.42	c cleaning 82996 clauses out of 166021 with flag 11524201/11776233
905.59/908.86	c cleaning 84010 clauses out of 168025 with flag 11799790/11861233
911.93/915.12	c cleaning 85002 clauses out of 170015 with flag 12071537/11947233
918.39/921.58	c cleaning 85984 clauses out of 172013 with flag 12368893/12034233
924.90/928.22	c cleaning 86996 clauses out of 174030 with flag 12657434/12122234
932.71/936.05	c cleaning 88006 clauses out of 176033 with flag 12920992/12211233
940.72/944.09	c cleaning 89004 clauses out of 178027 with flag 13201209/12301233
947.78/951.08	c cleaning 89999 clauses out of 180023 with flag 13492537/12392233
955.78/959.21	c cleaning 90998 clauses out of 182025 with flag 13765466/12484234
963.20/966.66	c cleaning 92000 clauses out of 184028 with flag 14045233/12577235
972.42/975.89	c cleaning 93006 clauses out of 186026 with flag 14317985/12671233
980.69/984.01	c cleaning 94011 clauses out of 188021 with flag 14592268/12766234
988.79/992.30	c cleaning 94986 clauses out of 190009 with flag 14863107/12862233
997.66/1001.17	c cleaning 95997 clauses out of 192023 with flag 15135937/12959233
1007.17/1010.60	c cleaning 97014 clauses out of 194029 with flag 15416777/13057236
1016.80/1020.45	c cleaning 97995 clauses out of 196013 with flag 15683891/13156234
1027.35/1030.95	c cleaning 99002 clauses out of 198017 with flag 15956316/13256233
1037.36/1040.82	c cleaning 100003 clauses out of 200017 with flag 16226188/13357235
1047.58/1051.23	c cleaning 100986 clauses out of 202013 with flag 16496836/13459234
1056.63/1060.04	c cleaning 102007 clauses out of 204026 with flag 16798125/13562233
1064.45/1067.89	c cleaning 102980 clauses out of 206019 with flag 17120948/13666233
1072.27/1075.70	c cleaning 104009 clauses out of 208039 with flag 17465295/13771233
1080.61/1084.15	c cleaning 104984 clauses out of 210030 with flag 17799271/13877233
1088.82/1092.39	c cleaning 105998 clauses out of 212047 with flag 18153919/13984234
1097.58/1101.03	c cleaning 107013 clauses out of 214048 with flag 18469291/14092233
1107.90/1111.36	c cleaning 107986 clauses out of 216035 with flag 18785230/14201233
1115.96/1119.55	c cleaning 109010 clauses out of 218049 with flag 19151149/14311233
1124.78/1128.36	c cleaning 110009 clauses out of 220045 with flag 19503207/14422239
1133.22/1136.77	c cleaning 110981 clauses out of 222031 with flag 19877565/14534234
1142.38/1146.01	c cleaning 112002 clauses out of 224050 with flag 20230427/14647234
1151.99/1155.60	c cleaning 113008 clauses out of 226049 with flag 20554260/14761235
1161.67/1165.24	c cleaning 114007 clauses out of 228039 with flag 20882568/14876233
1171.63/1175.43	c cleaning 114999 clauses out of 230032 with flag 21219408/14992233
1184.18/1187.91	c cleaning 116003 clauses out of 232033 with flag 21565242/15109233
1195.45/1199.12	c cleaning 116994 clauses out of 234030 with flag 21904929/15227233
1206.18/1210.10	c cleaning 118011 clauses out of 236040 with flag 22257699/15346237
1216.42/1220.25	c cleaning 119008 clauses out of 238027 with flag 22605941/15466235
1227.16/1230.93	c cleaning 120008 clauses out of 240023 with flag 22950256/15587239
1236.46/1240.40	c cleaning 120999 clauses out of 242015 with flag 23325423/15709239
1246.21/1250.19	c cleaning 121979 clauses out of 244011 with flag 23705713/15832234
1255.46/1259.31	c cleaning 123015 clauses out of 246032 with flag 24097512/15956234
1267.23/1271.38	c cleaning 124000 clauses out of 248016 with flag 24466488/16081233
1277.86/1281.68	c cleaning 125001 clauses out of 250016 with flag 24893641/16207233
1287.10/1290.82	c cleaning 125974 clauses out of 252015 with flag 25319258/16334233
1296.85/1300.81	c cleaning 127005 clauses out of 254041 with flag 25742775/16462233
1306.42/1310.31	c cleaning 128005 clauses out of 256036 with flag 26203302/16591233
1316.09/1319.99	c cleaning 129005 clauses out of 258031 with flag 26644476/16721233
1327.31/1331.32	c cleaning 130010 clauses out of 260026 with flag 27064368/16852233
1336.84/1340.85	c cleaning 130989 clauses out of 262016 with flag 27493341/16984233
1346.28/1350.22	c cleaning 132001 clauses out of 264028 with flag 27910242/17117234
1356.66/1360.85	c cleaning 132991 clauses out of 266026 with flag 28317748/17251233
1367.72/1371.86	c cleaning 134012 clauses out of 268036 with flag 28800210/17386234
1377.49/1381.50	c cleaning 135009 clauses out of 270025 with flag 29298298/17522235
1388.51/1392.76	c cleaning 135992 clauses out of 272015 with flag 29767579/17659234
1398.96/1403.14	c cleaning 136974 clauses out of 274022 with flag 30212977/17797233
1409.38/1413.57	c cleaning 137995 clauses out of 276048 with flag 30697431/17936233
1419.80/1424.16	c cleaning 139014 clauses out of 278053 with flag 31168173/18076233
1431.54/1435.89	c cleaning 140008 clauses out of 280039 with flag 31614881/18217233
1441.81/1446.04	c cleaning 141014 clauses out of 282034 with flag 32092749/18359236
1453.79/1458.26	c cleaning 141996 clauses out of 284017 with flag 32543392/18502233
1467.88/1472.21	c cleaning 142993 clauses out of 286021 with flag 32966979/18646233
1480.71/1484.94	c cleaning 144010 clauses out of 288031 with flag 33417482/18791236
1494.78/1498.94	c cleaning 145003 clauses out of 290022 with flag 33856526/18937237
1510.33/1514.88	c cleaning 146004 clauses out of 292018 with flag 34283332/19084236
1524.11/1528.55	c cleaning 146995 clauses out of 294011 with flag 34726954/19232233
1535.58/1539.99	c cleaning 148005 clauses out of 296016 with flag 35198533/19381233
1547.40/1552.20	c cleaning 148999 clauses out of 298011 with flag 35702519/19531233
1559.26/1564.05	c cleaning 150005 clauses out of 300012 with flag 36223031/19682233
1571.60/1576.55	c cleaning 151003 clauses out of 302009 with flag 36781285/19834235
1585.61/1590.45	c cleaning 151982 clauses out of 304004 with flag 37255363/19987233
1601.52/1606.72	c cleaning 153004 clauses out of 306022 with flag 37711542/20141233
1616.99/1622.12	c cleaning 153993 clauses out of 308019 with flag 38180890/20296234
1630.85/1636.12	c cleaning 154999 clauses out of 310025 with flag 38681625/20452233
1643.30/1648.52	c cleaning 156007 clauses out of 312027 with flag 39183772/20609234
1656.07/1660.95	c cleaning 157002 clauses out of 314020 with flag 39685143/20767234
1668.06/1673.01	c cleaning 157989 clauses out of 316017 with flag 40167128/20926233
1680.91/1685.87	c cleaning 158987 clauses out of 318028 with flag 40698425/21086233
1693.22/1698.26	c cleaning 160023 clauses out of 320051 with flag 41234336/21247243
1705.39/1710.30	c cleaning 161006 clauses out of 322020 with flag 41825508/21409235
1718.04/1722.91	c cleaning 162002 clauses out of 324016 with flag 42381864/21572237
1731.20/1736.27	c cleaning 162978 clauses out of 326010 with flag 42889754/21736233
1746.93/1751.92	c cleaning 164005 clauses out of 328033 with flag 43386430/21901234
1759.87/1765.10	c cleaning 164991 clauses out of 330027 with flag 43909113/22067233
1772.85/1777.99	c cleaning 165998 clauses out of 332040 with flag 44449081/22234237
1786.98/1792.24	c cleaning 167011 clauses out of 334038 with flag 44984775/22402233
1802.84/1808.02	c cleaning 168007 clauses out of 336027 with flag 45481424/22571233
1822.44/1827.82	c cleaning 169007 clauses out of 338021 with flag 45995341/22741234
1839.55/1844.89	c cleaning 169988 clauses out of 340015 with flag 46529300/22912235
1854.62/1859.73	c cleaning 171001 clauses out of 342025 with flag 47085925/23084233
1868.23/1873.30	c cleaning 171975 clauses out of 344025 with flag 47617350/23257234
1883.76/1888.92	c cleaning 173027 clauses out of 346055 with flag 48133629/23431239
1897.61/1902.79	c cleaning 173986 clauses out of 348023 with flag 48684128/23606234
1912.40/1917.69	c cleaning 174998 clauses out of 350036 with flag 49240632/23782233
1928.96/1934.14	c cleaning 176014 clauses out of 352039 with flag 49747633/23959234
1944.26/1949.53	c cleaning 176984 clauses out of 354025 with flag 50336149/24137234
1958.52/1963.75	c cleaning 178012 clauses out of 356040 with flag 50955446/24316233
1972.96/1978.41	c cleaning 178999 clauses out of 358028 with flag 51523928/24496233
1989.21/1994.62	c cleaning 180011 clauses out of 360029 with flag 52092611/24677233
2004.34/2009.83	c cleaning 180995 clauses out of 362018 with flag 52636709/24859233
2020.17/2025.69	c cleaning 182003 clauses out of 364023 with flag 53184448/25042233
2037.85/2043.51	c cleaning 182997 clauses out of 366020 with flag 53753677/25226233
2053.88/2059.45	c cleaning 183999 clauses out of 368030 with flag 54355007/25411240
2072.52/2078.90	c cleaning 184989 clauses out of 370024 with flag 54931905/25597233
2087.76/2094.14	c cleaning 186010 clauses out of 372035 with flag 55515542/25784233
2102.20/2108.63	c cleaning 186995 clauses out of 374026 with flag 56142342/25972234
2119.45/2126.03	c cleaning 188003 clauses out of 376032 with flag 56732494/26161235
2137.86/2144.32	c cleaning 188982 clauses out of 378028 with flag 57300013/26351234
2160.61/2167.18	c cleaning 189988 clauses out of 380046 with flag 57868201/26542234
2181.56/2188.01	c cleaning 191021 clauses out of 382058 with flag 58408190/26734234
2199.38/2205.84	c cleaning 191990 clauses out of 384036 with flag 59003350/26927233
2215.98/2222.46	c cleaning 193020 clauses out of 386048 with flag 59587013/27121235
2234.71/2241.02	c cleaning 194002 clauses out of 388027 with flag 60202290/27316234
2250.34/2256.51	c cleaning 194992 clauses out of 390025 with flag 60842267/27512234
2270.05/2276.11	c cleaning 195991 clauses out of 392032 with flag 61471207/27709233
2285.71/2291.94	c cleaning 196988 clauses out of 394041 with flag 62084094/27907233
2301.09/2307.17	c cleaning 198021 clauses out of 396053 with flag 62719869/28106233
2319.24/2325.34	c cleaning 199008 clauses out of 398032 with flag 63368179/28306233
2335.96/2342.06	c cleaning 200001 clauses out of 400024 with flag 64041562/28507233
2351.96/2357.98	c cleaning 201004 clauses out of 402025 with flag 64722928/28709235
2368.87/2374.57	c cleaning 202009 clauses out of 404020 with flag 65386021/28912234
2385.36/2390.93	c cleaning 202973 clauses out of 406010 with flag 66088595/29116233
2401.58/2407.26	c cleaning 203990 clauses out of 408038 with flag 66781150/29321234
2417.13/2422.72	c cleaning 205013 clauses out of 410049 with flag 67506676/29527235
2433.48/2439.32	c cleaning 206013 clauses out of 412034 with flag 68204445/29734233
2449.65/2455.42	c cleaning 207004 clauses out of 414021 with flag 68887109/29942233
2467.50/2473.30	c cleaning 208007 clauses out of 416028 with flag 69498963/30151244
2490.48/2496.36	c cleaning 208982 clauses out of 418011 with flag 70099193/30361234
2519.70/2525.53	c cleaning 209998 clauses out of 420028 with flag 70706602/30572233
2542.43/2548.19	c cleaning 211006 clauses out of 422031 with flag 71301966/30784234
2573.45/2579.37	c cleaning 211997 clauses out of 424024 with flag 71914089/30997233
2597.73/2603.24	c cleaning 212995 clauses out of 426027 with flag 72509195/31211233
2614.93/2620.63	c cleaning 213999 clauses out of 428035 with flag 73164839/31426236
2632.65/2638.27	c cleaning 215011 clauses out of 430035 with flag 73843647/31642235
2650.22/2655.82	c cleaning 215999 clauses out of 432022 with flag 74544097/31859233
2668.01/2673.59	c cleaning 217000 clauses out of 434023 with flag 75210575/32077233
2687.42/2693.07	c cleaning 218003 clauses out of 436023 with flag 75896562/32296233
2716.09/2721.71	c cleaning 219001 clauses out of 438020 with flag 76509867/32516233
2744.41/2750.12	c cleaning 219988 clauses out of 440021 with flag 77174913/32737235
2770.04/2775.77	c cleaning 221007 clauses out of 442032 with flag 77815852/32959234
2793.50/2798.70	c cleaning 221996 clauses out of 444026 with flag 78456343/33182235
2814.49/2819.65	c cleaning 223010 clauses out of 446028 with flag 79124825/33406233
2832.28/2837.47	c cleaning 223993 clauses out of 448018 with flag 79843260/33631233
2851.48/2856.58	c cleaning 225002 clauses out of 450026 with flag 80597267/33857234
2872.25/2877.30	c cleaning 225999 clauses out of 452023 with flag 81339982/34084233
2889.73/2895.02	c cleaning 226991 clauses out of 454025 with flag 82126384/34312234
2907.40/2912.61	c cleaning 227997 clauses out of 456033 with flag 82857848/34541233
2925.65/2931.02	c cleaning 228976 clauses out of 458036 with flag 83606799/34771233
2944.46/2949.80	c cleaning 230010 clauses out of 460062 with flag 84346965/35002235
2969.73/2974.73	c cleaning 231021 clauses out of 462052 with flag 85015584/35234235
2992.36/2997.38	c cleaning 232000 clauses out of 464029 with flag 85717889/35467233
3017.55/3022.55	c cleaning 233005 clauses out of 466029 with flag 86400984/35701233
3043.37/3048.31	c cleaning 233986 clauses out of 468024 with flag 87084273/35936233
3067.51/3072.41	c cleaning 235002 clauses out of 470039 with flag 87776154/36172234
3092.73/3097.69	c cleaning 235994 clauses out of 472036 with flag 88493094/36409233
3112.11/3116.56	c cleaning 236999 clauses out of 474042 with flag 89255675/36647233
3131.87/3136.21	c cleaning 237993 clauses out of 476043 with flag 90074947/36886233
3151.98/3156.25	c cleaning 239017 clauses out of 478055 with flag 90826741/37126238
3177.56/3181.78	c cleaning 240011 clauses out of 480036 with flag 91506030/37367236
3203.14/3207.23	c cleaning 241004 clauses out of 482022 with flag 92211090/37609233
3222.91/3226.80	c cleaning 241990 clauses out of 484018 with flag 92986088/37852233
3243.69/3247.57	c cleaning 243008 clauses out of 486028 with flag 93751437/38096233
3280.57/3284.38	c cleaning 244001 clauses out of 488026 with flag 94461910/38341239
3308.66/3311.98	c cleaning 244993 clauses out of 490020 with flag 95195101/38587234
3329.23/3332.30	c cleaning 246006 clauses out of 492031 with flag 95982042/38834238
3348.91/3352.00	c cleaning 246993 clauses out of 494022 with flag 96765111/39082235
3372.34/3375.29	c cleaning 247997 clauses out of 496029 with flag 97531262/39331235
3394.15/3396.97	c cleaning 249010 clauses out of 498036 with flag 98274271/39581239
3415.90/3418.59	c cleaning 249980 clauses out of 500021 with flag 99051882/39832234
3437.10/3439.68	c cleaning 251015 clauses out of 502041 with flag 99876945/40084234
3459.02/3461.00	c cleaning 251993 clauses out of 504025 with flag 100672972/40337233
3481.29/3483.10	c cleaning 252999 clauses out of 506032 with flag 101487555/40591233
3504.95/3506.67	c cleaning 254006 clauses out of 508034 with flag 102219954/40846234
3535.28/3536.82	c cleaning 254987 clauses out of 510027 with flag 102985777/41102233
3556.78/3558.25	c cleaning 256006 clauses out of 512040 with flag 103766667/41359233
3579.32/3581.05	c cleaning 257007 clauses out of 514035 with flag 104550911/41617234
3600.07/3601.71	c starts		: 17897
3600.07/3601.72	c conflicts		: 41876233
3600.07/3601.72	c decisions		: 220361023
3600.07/3601.72	c propagations		: 8767291141
3600.07/3601.72	c inspects		: 13917169503
3600.07/3601.72	c shortcuts		: 0
3600.07/3601.72	c learnt literals	: 0
3600.07/3601.72	c learnt binary clauses	: 0
3600.07/3601.72	c learnt ternary clauses	: 0
3600.07/3601.72	c learnt constraints	: 41876233
3600.07/3601.72	c ignored constraints	: 0
3600.07/3601.73	c root simplifications	: 0
3600.07/3601.73	c removed literals (reason simplification)	: 121418121
3600.07/3601.73	c reason swapping (by a shorter reason)	: 0
3600.07/3601.73	c Calls to reduceDB	: 537
3600.07/3601.73	c Number of update (reduction) of LBD	: 17665831
3600.07/3601.73	c Imported unit clauses	: 0
3600.07/3601.73	c No decision after first conflict	: false
3600.07/3601.73	c number of reductions to clauses (during analyze)	: 0
3600.07/3601.73	c number of learned constraints concerned by reduction	: 0
3600.07/3601.73	c number of learning phase by resolution	: 0
3600.07/3601.73	c number of learning phase by cutting planes	: 0
3600.07/3601.73	c number of rounding to 1 operations	: 0
3600.07/3601.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3601.73	c number of reductions of the coefficients by power 2 	: 0
3600.07/3601.73	c number of right shift for reduction by power 2 	: 0
3600.07/3601.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3601.73	c number of ending skipping 	: 0
3600.07/3601.73	c number of internal skipping 	: 0
3600.07/3601.73	c number of derivation steps 	: 0
3600.07/3601.73	c number of skipped derivation steps 	: 0
3600.07/3601.73	c number of remaining unassigned 	: 0
3600.07/3601.73	c number of remaining assigned 	: 0
3600.07/3601.73	c number of falsified literals weakened from reason	: 0
3600.07/3601.73	c number of falsified literals weakened from conflict	: 0
3600.07/3601.73	c time for arithmetic operations	: 0
3600.07/3601.73	c minimum degree of deleted constraints	: null
3600.07/3601.73	c maximum degree of deleted constraints	: null
3600.07/3601.73	c number of deleted constraints	: 0
3600.07/3601.73	c speed (assignments/second)	: 2434380.1646949127
3600.07/3601.73	c non guided choices	: 0
3600.27/3601.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 516027
3600.27/3601.81	s SATISFIABLE
3600.27/3601.81	c Found 11 solution(s)
3600.27/3601.81	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 
3600.27/3601.81	c objective function=58
3600.27/3601.81	c Total wall clock time (in seconds): 3601.68

Verifier Data

OK	58

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487583-1751337680/watcher-4487583-1751337680 -o /tmp/evaluation-result-4487583-1751337680/solver-4487583-1751337680 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751337414-48345 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4487583-1751337680 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4487583-1751337680.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 FSIZE limit: 102400000 KiB
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
solver pid=49209, runsolver pid=49206
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.49 3.85 3.86 7/346 49227
/proc/meminfo: memFree=123625248/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=18930384 memory=57704 CPUtime=0.11 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 6547 0 0 0 10 1 0 0 20 0 18 0 49445516 19384713216 14426 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4732596 14426 5351 1 0 547604 0
[pid=49209/tid=49211] ppid=49206 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 5055 0 0 0 6 0 0 0 20 0 18 0 49445517 19384713216 14426 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49445519 19384713216 14426 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=18930384 memory=58485492697507 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49445520 19384713216 14426 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57704 KiB

[startup+0.205885 s]*
/proc/loadavg: 4.49 3.85 3.86 7/346 49227
/proc/meminfo: memFree=123612784/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=18930384 memory=70340 CPUtime=0.31 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 7052 0 0 0 29 2 0 0 20 0 18 0 49445516 19384713216 17585 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4732596 17585 5447 1 0 547946 0
[pid=49209/tid=49211] ppid=49206 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 5303 0 0 0 16 1 0 0 20 0 18 0 49445517 19384713216 17585 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=18930384 memory=2630 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49445519 19384713216 17585 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49445520 19384713216 17585 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70340 KiB

[startup+0.305844 s]*
/proc/loadavg: 4.49 3.85 3.86 6/347 49228
/proc/meminfo: memFree=123592620/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=18996948 memory=85860 CPUtime=0.5 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 8813 0 0 0 47 3 0 0 20 0 19 0 49445516 19452874752 21465 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4749237 21465 5479 1 0 549392 0
[pid=49209/tid=49211] ppid=49206 vsize=18996948 memory=-6000919481380529003 CPUtime=0.23 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 5445 0 0 0 22 1 0 0 20 0 19 0 49445517 19452874752 21465 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49445519 19452874752 21465 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49445520 19452874752 21465 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49445544 19452874752 21465 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85860 KiB

[startup+0.700215 s]
/proc/loadavg: 4.49 3.85 3.86 6/347 49228
/proc/meminfo: memFree=123547564/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=165160 CPUtime=1.26 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 11300 0 0 0 121 5 0 0 20 0 20 0 49445516 19521036288 41290 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 41290 5511 1 0 551244 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=17664 CPUtime=0.6 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 5501 0 0 0 57 3 0 0 20 0 20 0 49445517 19521036288 41290 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 41290 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 41290 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 41290 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165160 KiB

[startup+1.50024 s]
/proc/loadavg: 4.49 3.85 3.86 6/348 49229
/proc/meminfo: memFree=123514924/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=192444 CPUtime=2.84 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 18956 0 0 0 277 7 0 0 20 0 20 0 49445516 19521036288 48111 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 48111 5511 1 0 552746 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=10752 CPUtime=1.34 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 5941 0 0 0 130 4 0 0 20 0 20 0 49445517 19521036288 48111 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 48111 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 48111 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 48111 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192444 KiB

[startup+3.10567 s]
/proc/loadavg: 4.49 3.85 3.86 5/348 49229
/proc/meminfo: memFree=123262124/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=403184 CPUtime=5.63 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 22387 0 0 0 550 13 0 0 20 0 20 0 49445516 19521036288 100796 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 100796 5511 1 0 553016 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=10752 CPUtime=2.9 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 6653 0 0 0 282 8 0 0 20 0 20 0 49445517 19521036288 100796 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=-6000919481380529003 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 100796 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 100796 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 100796 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 5.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 403184 KiB

[startup+6.30021 s]
/proc/loadavg: 4.45 3.85 3.86 5/348 49229
/proc/meminfo: memFree=122718944/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=919160 CPUtime=8.82 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 23065 0 0 0 857 25 0 0 20 0 20 0 49445516 19521036288 229790 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 229790 5511 1 0 553032 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=0 CPUtime=6.07 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 7280 0 0 0 587 20 0 0 20 0 20 0 49445517 19521036288 229790 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 229790 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 229790 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=192444 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 229790 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 8.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 919160 KiB

[startup+12.7002 s]
/proc/loadavg: 4.42 3.85 3.86 5/348 49229
/proc/meminfo: memFree=122094240/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=1314512 CPUtime=15.37 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 29571 0 0 0 1502 35 0 0 20 0 20 0 49445516 19521036288 328628 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 328628 5511 1 0 553032 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=192444 CPUtime=12.43 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 8845 0 0 0 1213 30 0 0 20 0 20 0 49445517 19521036288 328628 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 328628 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=1314512 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 328628 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 328628 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 15.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1314512 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 3.86 3.87 5/325 49259
/proc/meminfo: memFree=123140020/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=1328884 CPUtime=28.14 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 33487 0 0 0 2756 58 0 0 20 0 20 0 49445516 19521036288 332221 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 332221 5543 1 0 553032 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=10752 CPUtime=25.04 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 10104 0 0 0 2453 51 0 0 20 0 20 0 49445517 19521036288 332221 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=1314512 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 332221 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 332221 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 332221 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 28.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1328884 KiB

[startup+51.1057 s]
/proc/loadavg: 4.34 3.90 3.88 5/348 49297
/proc/meminfo: memFree=121724216/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=1335036 CPUtime=53.45 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 36405 0 0 0 5272 73 0 0 20 0 20 0 49445516 19521036288 333759 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 333759 5543 1 0 553032 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=1328884 CPUtime=50.21 cores=0,2

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

/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 52957 0 0 0 320415 1440 0 0 20 0 20 0 49445517 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=2169912 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 1633 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 3278.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169912 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.13 4.15 5/345 49486
/proc/meminfo: memFree=64919712/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=2169912 CPUtime=3339.28 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 135931 0 0 0 332345 1583 0 0 20 0 20 0 49445516 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 542478 5575 1 0 554929 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=2169912 CPUtime=3277.84 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 53971 0 0 0 326320 1464 0 0 20 0 20 0 49445517 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=2169912 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 1633 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=2169912 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 3339.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169912 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.15 4.16 5/346 49555
/proc/meminfo: memFree=67767560/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=2169912 CPUtime=3399.57 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 136950 0 0 0 338350 1607 0 0 20 0 20 0 49445516 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 542478 5575 1 0 554930 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=2169912 CPUtime=3337.19 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 54767 0 0 0 332232 1487 0 0 20 0 20 0 49445517 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=2169912 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 1704 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=2169912 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 542478 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 3399.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169912 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.14 4.15 5/346 49557
/proc/meminfo: memFree=62131580/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=2170296 CPUtime=3460.42 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 141396 0 0 0 344408 1634 0 0 20 0 20 0 49445516 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 542574 5575 1 0 555057 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=2169912 CPUtime=3396.46 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 57020 0 0 0 338134 1512 0 0 20 0 20 0 49445517 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=2169912 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=2170168 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 1761 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 3460.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170296 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.14 4.15 5/346 49630
/proc/meminfo: memFree=73936144/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=2170296 CPUtime=3520.73 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 141458 0 0 0 350414 1659 0 0 20 0 20 0 49445516 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 542574 5575 1 0 555057 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=5632 CPUtime=3455.8 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 57035 0 0 0 344045 1535 0 0 20 0 20 0 49445517 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=2170296 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 1762 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=-6000919481380529003 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 3520.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170296 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.16 4.16 5/346 49632
/proc/meminfo: memFree=66121984/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=2170296 CPUtime=3580.61 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 142317 0 0 0 356378 1683 0 0 20 0 20 0 49445516 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 542574 5575 1 0 555057 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=2170296 CPUtime=3514.69 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 57694 0 0 0 349911 1558 0 0 20 0 20 0 49445517 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=2170296 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 1762 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=2170296 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 3580.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 4.21 4.16 4.16 5/347 49635
/proc/meminfo: memFree=65068320/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19063512 memory=2170296 CPUtime=3600.07 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 143319 0 0 0 358314 1693 0 0 20 0 20 0 49445516 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4765878 542574 5575 1 0 555057 0
[pid=49209/tid=49211] ppid=49206 vsize=19063512 memory=2169912 CPUtime=3533.86 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 58072 0 0 0 351819 1567 0 0 20 0 20 0 49445517 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19063512 memory=2169912 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49445519 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19063512 memory=2170296 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 1838 0 0 0 0 0 0 0 20 0 20 0 49445520 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49228] ppid=49206 vsize=19063512 memory=2170296 CPUtime=0 cores=0,2
/proc/49209/task/49228/stat : 49228 (Timer-0) S 49206 49209 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49445544 19521036288 542574 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2170296 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.37 s, system=16.9643 s

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

[startup+3601.8 s]
/proc/loadavg: 4.21 4.16 4.16 5/347 49635
/proc/meminfo: memFree=65068320/131249996 swapFree=33010416/33010684
[pid=49209] ppid=49206 vsize=19263204 memory=2170936 CPUtime=3600.27 cores=0,2
/proc/49209/stat : 49209 (java) S 49206 49209 48335 0 -1 4194304 145418 0 0 0 358334 1693 0 0 20 0 21 0 49445516 19725520896 542734 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
/proc/49209/statm: 4815801 542734 5575 1 0 555976 0
[pid=49209/tid=49211] ppid=49206 vsize=19263204 memory=21824 CPUtime=3533.96 cores=0,2
/proc/49209/task/49211/stat : 49211 (java) R 49206 49209 48335 0 -1 4194368 58072 0 0 0 351829 1567 0 0 20 0 21 0 49445517 19725520896 542734 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49220] ppid=49206 vsize=19263204 memory=4352 CPUtime=0 cores=0,2
/proc/49209/task/49220/stat : 49220 (Finalizer) S 49206 49209 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 49445519 19725520896 542734 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
[pid=49209/tid=49227] ppid=49206 vsize=19263204 memory=-6000919481380529003 CPUtime=0 cores=0,2
/proc/49209/task/49227/stat : 49227 (Common-Cleaner) S 49206 49209 48335 0 -1 4194368 1838 0 0 0 0 0 0 0 20 0 21 0 49445520 19725520896 542734 18446744073709551615 94592851398656 94592851402352 140727636443488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94592851410168 94592851410960 94592861278208 140727636445488 140727636445670 140727636445670 140727636451272 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2170936 KiB

[startup+3601.9 s]*
/proc/loadavg: 4.21 4.16 4.16 5/329 49638
/proc/meminfo: memFree=66960596/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3601.97
CPU time (s): 3600.34
CPU user time (s): 3583.37
CPU system time (s): 16.9643
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2170936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.37
system time used= 16.9643
maximum resident set size= 2171064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145755
page faults= 0
swaps= 0
block input operations= 0
block output operations= 35835848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142302
involuntary context switches= 13246


# summary of solver processes directly reported to runsolver:
#   pid: 49209
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3583.37
#   total CPU system time (s): 16.9643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.40483 second user time and 18.2955 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-01 04:41:20
IDJOB=4487583
IDBENCH=147199
IDSOLVER=3364
FILE ID=nodeC015/4487583-1751337680
RUNJOBID= nodeC015-1751337414-48345
SLURM_JOB_ID= 9594390
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/logic-synthesis/normalized-alu4.b.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487583-1751337680/watcher-4487583-1751337680 -o /tmp/evaluation-result-4487583-1751337680/solver-4487583-1751337680 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751337414-48345 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4487583-1751337680 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4487583-1751337680.opb

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

MD5SUM BENCH= 5095349793dd868b1b37aa3a48faf31c
RANDOM SEED=1968662256

nodeC015 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		: 3600.076
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	: 7000.14
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.744
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	: 7000.14
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		: 3463.145
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	: 7000.14
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.644
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	: 7000.14
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		: 3600.062
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	: 7000.14
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		: 3600.078
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	: 7000.14
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		: 3457.198
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	: 7000.14
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		: 3573.578
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123657184 kB
MemAvailable:   125583556 kB
Buffers:            2128 kB
Cached:          2715180 kB
SwapCached:           24 kB
Active:          4556688 kB
Inactive:        2410616 kB
Active(anon):    4248092 kB
Inactive(anon):    20084 kB
Active(file):     308596 kB
Inactive(file):  2390532 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            153692 kB
Writeback:             0 kB
AnonPages:       4253168 kB
Mapped:           123388 kB
Shmem:             18052 kB
KReclaimable:     132968 kB
Slab:             227076 kB
SReclaimable:     132968 kB
SUnreclaim:        94108 kB
KernelStack:        5280 kB
PageTables:        11904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7064896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151576 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4057088 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:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-07-01 05:41:22