Trace number 4487582

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)57 3600.28 3594.42

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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4487582-1751319133.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  objective function found
0.33/0.25	c ... done. Wall clock time 0.118s.
0.33/0.25	c declared #vars     807
0.33/0.25	c #constraints  1823
0.33/0.25	c constraints type 
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8
0.33/0.25	c org.sat4j.specs.Constr$1 => 112
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1687
0.33/0.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 16
0.33/0.25	c 1823 constraints processed.
0.33/0.26	c objective function length is 807 literals
0.33/0.29	c SATISFIABLE
0.33/0.29	c OPTIMIZING...
0.33/0.29	c Got one! Elapsed wall clock time (in seconds):0.165
0.33/0.29	o 68
1.10/0.60	c Got one! Elapsed wall clock time (in seconds):0.481
1.10/0.60	o 67
1.68/0.98	c cleaning 2559 clauses out of 5135 with flag 6340/5135
2.27/1.25	c cleaning 4281 clauses out of 8575 with flag 19705/11134
2.86/1.50	c cleaning 5635 clauses out of 11294 with flag 35701/18134
3.03/1.67	c Got one! Elapsed wall clock time (in seconds):1.546
3.03/1.67	o 66
3.15/1.71	c cleaning 5465 clauses out of 10935 with flag 2770/23410
3.47/1.95	c cleaning 5722 clauses out of 11472 with flag 22073/29412
3.85/2.22	c cleaning 6361 clauses out of 12748 with flag 43468/36410
4.14/2.53	c cleaning 7183 clauses out of 14387 with flag 69262/44410
4.54/2.90	c cleaning 8070 clauses out of 16204 with flag 95816/53410
4.94/3.33	c cleaning 9056 clauses out of 18134 with flag 127821/63410
5.44/3.82	c cleaning 10012 clauses out of 20079 with flag 162328/74411
5.96/4.35	c cleaning 11034 clauses out of 22067 with flag 205180/86411
6.56/4.97	c cleaning 11998 clauses out of 24032 with flag 254363/99410
7.35/5.75	c cleaning 13014 clauses out of 26034 with flag 303388/113410
7.95/6.39	c Got one! Elapsed wall clock time (in seconds):6.265
7.95/6.39	o 65
8.25/6.64	c cleaning 15250 clauses out of 30502 with flag 16759/130892
8.57/6.94	c cleaning 10615 clauses out of 21251 with flag 36234/136891
8.90/7.26	c cleaning 8817 clauses out of 17639 with flag 61518/143894
9.30/7.62	c cleaning 8394 clauses out of 16822 with flag 88074/151894
9.71/8.03	c cleaning 8695 clauses out of 17429 with flag 120273/160895
10.10/8.49	c cleaning 9360 clauses out of 18734 with flag 154348/170895
10.70/9.03	c cleaning 10167 clauses out of 20370 with flag 192615/181891
11.30/9.61	c cleaning 11092 clauses out of 22203 with flag 234958/193891
11.89/10.21	c cleaning 12057 clauses out of 24113 with flag 279031/206893
12.50/10.88	c cleaning 13011 clauses out of 26060 with flag 330964/220897
13.31/11.69	c cleaning 14022 clauses out of 28044 with flag 385552/235892
14.22/12.51	c cleaning 15002 clauses out of 30021 with flag 435398/251891
15.11/13.42	c cleaning 16006 clauses out of 32019 with flag 487795/268891
16.01/14.38	c cleaning 16994 clauses out of 34016 with flag 546650/286894
17.01/15.37	c cleaning 17995 clauses out of 36019 with flag 609365/305891
18.01/16.39	c cleaning 19006 clauses out of 38024 with flag 670838/325891
19.20/17.53	c cleaning 20010 clauses out of 40020 with flag 732149/346893
20.41/18.75	c cleaning 20967 clauses out of 42008 with flag 801459/368891
21.71/20.00	c cleaning 22016 clauses out of 44041 with flag 873119/391891
22.90/21.28	c cleaning 22996 clauses out of 46025 with flag 947024/415891
24.20/22.56	c cleaning 24008 clauses out of 48029 with flag 1026654/440891
25.60/23.96	c cleaning 25009 clauses out of 50021 with flag 1111072/466891
27.03/25.39	c cleaning 25985 clauses out of 52013 with flag 1197567/493892
28.83/27.13	c cleaning 26986 clauses out of 54028 with flag 1283776/521892
30.52/28.84	c cleaning 28014 clauses out of 56041 with flag 1375253/550891
32.51/30.80	c cleaning 28998 clauses out of 58027 with flag 1466723/580891
34.51/32.83	c cleaning 29998 clauses out of 60029 with flag 1565174/611891
36.54/34.84	c cleaning 30997 clauses out of 62033 with flag 1667692/643893
38.33/36.63	c cleaning 32015 clauses out of 64034 with flag 1770238/676891
40.33/38.67	c cleaning 33005 clauses out of 66021 with flag 1871918/710893
42.32/40.62	c cleaning 33985 clauses out of 68014 with flag 1985577/745891
42.42/40.78	c Got one! Elapsed wall clock time (in seconds):40.654
42.42/40.78	o 64
42.62/40.97	c cleaning 19742 clauses out of 39495 with flag 8858/751357
42.92/41.25	c cleaning 12864 clauses out of 25754 with flag 31735/757358
43.32/41.63	c cleaning 9935 clauses out of 19889 with flag 59541/764357
43.73/42.02	c cleaning 8950 clauses out of 17954 with flag 87566/772357
44.13/42.44	c cleaning 9001 clauses out of 18006 with flag 117709/781359
44.63/42.94	c cleaning 9496 clauses out of 19004 with flag 150730/791358
45.12/43.49	c cleaning 10238 clauses out of 20507 with flag 186678/802357
45.83/44.14	c cleaning 11135 clauses out of 22269 with flag 226966/814357
46.52/44.84	c cleaning 12061 clauses out of 24134 with flag 272354/827357
47.32/45.60	c cleaning 13023 clauses out of 26073 with flag 319304/841357
48.11/46.41	c cleaning 14022 clauses out of 28053 with flag 371302/856360
49.01/47.35	c cleaning 15009 clauses out of 30028 with flag 423825/872357
49.91/48.28	c cleaning 15993 clauses out of 32022 with flag 477719/889360
50.91/49.28	c cleaning 17013 clauses out of 34026 with flag 544244/907357
51.92/50.29	c cleaning 18002 clauses out of 36013 with flag 611261/926357
53.02/51.37	c cleaning 18991 clauses out of 38012 with flag 682489/946358
54.12/52.45	c cleaning 19974 clauses out of 40021 with flag 752985/967358
55.31/53.60	c cleaning 21022 clauses out of 42046 with flag 832089/989357
56.51/54.89	c cleaning 22004 clauses out of 44024 with flag 912317/1012357
57.91/56.21	c cleaning 23007 clauses out of 46020 with flag 989828/1036357
59.34/57.68	c cleaning 24005 clauses out of 48021 with flag 1074163/1061365
60.84/59.11	c cleaning 24983 clauses out of 50008 with flag 1158861/1087357
62.33/60.66	c cleaning 26011 clauses out of 52025 with flag 1246465/1114357
63.93/62.29	c cleaning 26995 clauses out of 54014 with flag 1341530/1142357
65.63/63.97	c cleaning 27992 clauses out of 56019 with flag 1449010/1171357
67.42/65.76	c cleaning 29002 clauses out of 58027 with flag 1549700/1201357
69.32/67.65	c cleaning 29992 clauses out of 60025 with flag 1661077/1232357
71.11/69.44	c cleaning 31012 clauses out of 62033 with flag 1777866/1264357
73.11/71.46	c cleaning 31996 clauses out of 64021 with flag 1895934/1297357
75.14/73.40	c cleaning 33009 clauses out of 66025 with flag 2017082/1331357
77.03/75.39	c cleaning 34003 clauses out of 68016 with flag 2139377/1366357
79.24/77.53	c cleaning 34988 clauses out of 70013 with flag 2259309/1402357
81.53/79.82	c cleaning 35991 clauses out of 72025 with flag 2383888/1439357
83.86/82.17	c cleaning 37009 clauses out of 74034 with flag 2510814/1477357
86.05/84.39	c cleaning 37997 clauses out of 76025 with flag 2638566/1516357
88.24/86.57	c cleaning 39001 clauses out of 78028 with flag 2775206/1556357
90.93/89.21	c cleaning 40010 clauses out of 80030 with flag 2920028/1597360
93.56/91.83	c cleaning 40994 clauses out of 82017 with flag 3060495/1639357
96.26/94.58	c cleaning 42005 clauses out of 84023 with flag 3200211/1682357
98.86/97.17	c cleaning 42985 clauses out of 86024 with flag 3342232/1726363
101.68/99.95	c cleaning 44011 clauses out of 88033 with flag 3504559/1771357
104.48/102.79	c cleaning 45000 clauses out of 90024 with flag 3667902/1817359
107.07/105.37	c Got one! Elapsed wall clock time (in seconds):105.243
107.07/105.37	o 63
107.49/105.79	c cleaning 48252 clauses out of 96553 with flag 19074/1868888
107.90/106.11	c cleaning 27125 clauses out of 54303 with flag 39078/1874890
108.19/106.46	c cleaning 17074 clauses out of 34179 with flag 63395/1881891
108.59/106.87	c cleaning 12525 clauses out of 25103 with flag 89356/1889889
109.09/107.32	c cleaning 10772 clauses out of 21577 with flag 116729/1898888
109.59/107.80	c cleaning 10381 clauses out of 20805 with flag 147891/1908888
110.11/108.39	c cleaning 10701 clauses out of 21424 with flag 183525/1919888
110.81/109.05	c cleaning 11353 clauses out of 22723 with flag 232878/1931888
111.51/109.76	c cleaning 12170 clauses out of 24372 with flag 275129/1944890
112.31/110.53	c cleaning 13087 clauses out of 26200 with flag 321366/1958888
113.10/111.39	c cleaning 14035 clauses out of 28116 with flag 369597/1973891
114.10/112.36	c cleaning 15032 clauses out of 30082 with flag 427165/1989892
115.00/113.29	c cleaning 16006 clauses out of 32046 with flag 491796/2006888
116.00/114.22	c cleaning 17003 clauses out of 34040 with flag 556824/2024888
117.00/115.29	c cleaning 18012 clauses out of 36037 with flag 614658/2043888
118.19/116.47	c cleaning 18988 clauses out of 38025 with flag 677963/2063888
119.29/117.57	c cleaning 20001 clauses out of 40038 with flag 754207/2084889
120.60/118.83	c cleaning 21012 clauses out of 42038 with flag 831998/2106890
121.90/120.12	c cleaning 22005 clauses out of 44024 with flag 909061/2129888
123.33/121.58	c cleaning 22996 clauses out of 46020 with flag 986928/2153889
124.72/122.93	c cleaning 24005 clauses out of 48023 with flag 1073078/2178888
126.42/124.61	c cleaning 25000 clauses out of 50018 with flag 1153205/2204888
128.12/126.31	c cleaning 26006 clauses out of 52019 with flag 1233387/2231889
129.82/128.05	c cleaning 26991 clauses out of 54016 with flag 1315884/2259892
131.81/130.03	c cleaning 28007 clauses out of 56022 with flag 1405323/2288889
133.70/132.00	c cleaning 29003 clauses out of 58016 with flag 1496242/2318890
135.60/133.86	c cleaning 29987 clauses out of 60013 with flag 1589016/2349890
137.64/135.85	c cleaning 30996 clauses out of 62025 with flag 1681823/2381889
139.63/137.89	c cleaning 31989 clauses out of 64028 with flag 1778048/2414888
141.63/139.86	c cleaning 32980 clauses out of 66039 with flag 1874144/2448888
143.62/141.86	c cleaning 34013 clauses out of 68060 with flag 1977052/2483889
145.62/143.88	c cleaning 35003 clauses out of 70047 with flag 2080081/2519889
147.71/145.93	c cleaning 36015 clauses out of 72047 with flag 2191183/2556892
150.11/148.37	c cleaning 37003 clauses out of 74028 with flag 2313383/2594888
152.30/150.57	c cleaning 38000 clauses out of 76025 with flag 2438114/2633888
154.66/152.84	c cleaning 39000 clauses out of 78025 with flag 2574445/2673888
156.96/155.15	c cleaning 40013 clauses out of 80025 with flag 2709380/2714888
159.54/157.73	c cleaning 40989 clauses out of 82013 with flag 2843993/2756889
162.03/160.27	c cleaning 42007 clauses out of 84027 with flag 2976097/2799892
163.73/162.00	c Got one! Elapsed wall clock time (in seconds):161.876
163.73/162.00	o 62
164.13/162.35	c cleaning 38387 clauses out of 76801 with flag 19347/2834673
164.43/162.66	c cleaning 22203 clauses out of 44414 with flag 41546/2840673
164.73/163.00	c cleaning 14591 clauses out of 29211 with flag 65746/2847673
165.13/163.36	c cleaning 11301 clauses out of 22621 with flag 97851/2855674
165.63/163.80	c cleaning 10158 clauses out of 20322 with flag 127734/2864676
166.03/164.27	c cleaning 10062 clauses out of 20161 with flag 163208/2874673
166.63/164.84	c cleaning 10541 clauses out of 21100 with flag 201436/2885674
167.23/165.46	c cleaning 11259 clauses out of 22558 with flag 239427/2897673
168.02/166.21	c cleaning 12136 clauses out of 24299 with flag 279333/2910673
168.72/166.98	c cleaning 13063 clauses out of 26163 with flag 322592/2924673
169.52/167.76	c cleaning 14042 clauses out of 28100 with flag 371677/2939673
170.32/168.59	c cleaning 14998 clauses out of 30058 with flag 422424/2955673
171.32/169.52	c cleaning 16005 clauses out of 32061 with flag 475262/2972674
172.31/170.56	c cleaning 17016 clauses out of 34055 with flag 536125/2990673
173.66/171.82	c cleaning 18004 clauses out of 36039 with flag 599626/3009673
174.56/172.76	c cleaning 19014 clauses out of 38039 with flag 662307/3029677
175.65/173.86	c cleaning 19996 clauses out of 40021 with flag 735770/3050673
177.04/175.23	c cleaning 21007 clauses out of 42025 with flag 801128/3072673
178.54/176.72	c cleaning 21991 clauses out of 44018 with flag 870187/3095673
179.95/178.11	c cleaning 22986 clauses out of 46027 with flag 944611/3119673
181.44/179.65	c cleaning 24009 clauses out of 48041 with flag 1019308/3144673
182.94/181.18	c cleaning 25003 clauses out of 50032 with flag 1098318/3170673
184.43/182.63	c cleaning 26004 clauses out of 52030 with flag 1191420/3197674
185.83/184.10	c cleaning 27012 clauses out of 54025 with flag 1277484/3225673
187.42/185.65	c cleaning 28002 clauses out of 56016 with flag 1365966/3254676
188.93/187.16	c cleaning 29006 clauses out of 58012 with flag 1464830/3284674
189.52/187.73	c Got one! Elapsed wall clock time (in seconds):187.606
189.52/187.73	o 61
189.82/188.01	c cleaning 22785 clauses out of 45577 with flag 21612/3301245
190.12/188.31	c cleaning 14387 clauses out of 28794 with flag 43058/3307247
190.42/188.69	c cleaning 10694 clauses out of 21405 with flag 66812/3314245
190.82/189.09	c cleaning 9346 clauses out of 18711 with flag 95179/3322245
191.32/189.54	c cleaning 9169 clauses out of 18365 with flag 126124/3331245
191.82/190.06	c cleaning 9589 clauses out of 19197 with flag 158853/3341246
192.41/190.62	c cleaning 10287 clauses out of 20613 with flag 192784/3352251
193.01/191.23	c cleaning 11161 clauses out of 22326 with flag 233522/3364251
193.61/191.89	c cleaning 12054 clauses out of 24159 with flag 276024/3377245
194.41/192.65	c cleaning 13042 clauses out of 26105 with flag 326163/3391245
195.20/193.48	c cleaning 14011 clauses out of 28063 with flag 381109/3406245
196.10/194.34	c cleaning 15022 clauses out of 30052 with flag 442550/3422245
197.00/195.26	c cleaning 15989 clauses out of 32030 with flag 501541/3439245
198.10/196.31	c cleaning 17013 clauses out of 34043 with flag 557914/3457247
198.60/196.81	c Got one! Elapsed wall clock time (in seconds):196.688
198.60/196.81	o 60
198.81/197.05	c cleaning 15211 clauses out of 30442 with flag 17291/3470659
199.10/197.33	c cleaning 10594 clauses out of 21231 with flag 37975/3476659
199.40/197.64	c cleaning 8805 clauses out of 17638 with flag 65556/3483660
199.86/198.06	c cleaning 8398 clauses out of 16832 with flag 95153/3491659
200.25/198.48	c cleaning 8696 clauses out of 17436 with flag 126743/3500661
200.75/198.97	c cleaning 9342 clauses out of 18738 with flag 162407/3510659
201.35/199.53	c cleaning 10191 clauses out of 20397 with flag 200978/3521660
201.86/200.10	c cleaning 11080 clauses out of 22205 with flag 238195/3533659
202.55/200.75	c cleaning 12042 clauses out of 24127 with flag 278532/3546661
203.25/201.42	c cleaning 13038 clauses out of 26090 with flag 325774/3560666
203.95/202.17	c cleaning 14011 clauses out of 28047 with flag 371810/3575661
204.74/202.94	c cleaning 14999 clauses out of 30034 with flag 425575/3591659
205.64/203.80	c cleaning 16015 clauses out of 32035 with flag 482824/3608659
206.54/204.71	c cleaning 16998 clauses out of 34020 with flag 543659/3626659
207.54/205.72	c cleaning 17991 clauses out of 36022 with flag 608674/3645659
208.53/206.76	c cleaning 19008 clauses out of 38032 with flag 679655/3665660
209.73/207.98	c cleaning 20001 clauses out of 40025 with flag 750956/3686661
211.03/209.21	c cleaning 21006 clauses out of 42028 with flag 825863/3708665
212.12/210.37	c cleaning 21999 clauses out of 44017 with flag 906333/3731660
213.42/211.69	c cleaning 22998 clauses out of 46017 with flag 987830/3755659
214.83/213.07	c cleaning 24001 clauses out of 48019 with flag 1071129/3780659
216.32/214.54	c cleaning 24987 clauses out of 50018 with flag 1149728/3806659
217.72/215.96	c cleaning 25994 clauses out of 52031 with flag 1238707/3833659
219.32/217.54	c cleaning 27016 clauses out of 54037 with flag 1328576/3861659
220.92/219.14	c cleaning 28007 clauses out of 56021 with flag 1420996/3890659
222.71/220.95	c cleaning 29003 clauses out of 58014 with flag 1514739/3920659
224.50/222.72	c cleaning 29989 clauses out of 60011 with flag 1602147/3951659
226.40/224.60	c cleaning 31007 clauses out of 62022 with flag 1695106/3983659
228.49/226.78	c cleaning 31995 clauses out of 64018 with flag 1789155/4016662
230.97/229.12	c cleaning 32991 clauses out of 66020 with flag 1889452/4050659
233.26/231.43	c cleaning 34011 clauses out of 68029 with flag 1996539/4085659
235.35/233.50	c cleaning 34988 clauses out of 70018 with flag 2107119/4121659
237.35/235.52	c Got one! Elapsed wall clock time (in seconds):235.401
237.35/235.52	o 59
237.75/235.92	c cleaning 37533 clauses out of 75089 with flag 20745/4161718
238.05/236.24	c cleaning 21757 clauses out of 43556 with flag 40650/4167718
238.35/236.58	c cleaning 14366 clauses out of 28798 with flag 67016/4174717
238.75/236.94	c cleaning 11181 clauses out of 22433 with flag 95391/4182718
239.15/237.33	c cleaning 10121 clauses out of 20251 with flag 130989/4191717
239.55/237.78	c cleaning 10059 clauses out of 20130 with flag 170621/4201717
240.04/238.26	c cleaning 10521 clauses out of 21071 with flag 217363/4212717
240.64/238.80	c cleaning 11269 clauses out of 22550 with flag 263573/4224717
241.24/239.45	c cleaning 12125 clauses out of 24285 with flag 309461/4237721
241.95/240.16	c cleaning 13051 clauses out of 26156 with flag 357419/4251717
242.74/240.92	c cleaning 14042 clauses out of 28106 with flag 418102/4266718
243.54/241.74	c cleaning 14999 clauses out of 30063 with flag 482764/4282717
244.44/242.60	c cleaning 16032 clauses out of 32064 with flag 549036/4299717
245.34/243.56	c cleaning 16998 clauses out of 34032 with flag 613512/4317717
246.34/244.58	c cleaning 17991 clauses out of 36034 with flag 684376/4336717
247.44/245.62	c cleaning 19004 clauses out of 38045 with flag 755893/4356719
248.53/246.76	c cleaning 19994 clauses out of 40039 with flag 837098/4377717
249.73/247.92	c cleaning 21024 clauses out of 42048 with flag 923893/4399720
251.03/249.29	c cleaning 21987 clauses out of 44023 with flag 1001799/4422719
252.32/250.58	c cleaning 23009 clauses out of 46036 with flag 1077457/4446719
253.72/251.94	c cleaning 24013 clauses out of 48025 with flag 1159286/4471717
255.02/253.29	c cleaning 25002 clauses out of 50012 with flag 1246698/4497717
256.41/254.66	c cleaning 25997 clauses out of 52010 with flag 1337085/4524717
257.92/256.15	c cleaning 27003 clauses out of 54013 with flag 1430015/4552717
259.71/257.91	c cleaning 27980 clauses out of 56010 with flag 1529338/4581717
261.40/259.62	c cleaning 29001 clauses out of 58030 with flag 1630173/4611717
263.10/261.35	c cleaning 30003 clauses out of 60031 with flag 1735313/4642719
264.90/263.18	c cleaning 31012 clauses out of 62029 with flag 1839517/4674720
266.89/265.11	c cleaning 31995 clauses out of 64014 with flag 1949223/4707717
268.89/267.18	c cleaning 33008 clauses out of 66019 with flag 2072924/4741717
270.98/269.22	c cleaning 33988 clauses out of 68016 with flag 2194796/4776722
272.98/271.20	c cleaning 35002 clauses out of 70023 with flag 2316535/4812717
274.96/273.27	c cleaning 36003 clauses out of 72021 with flag 2438422/4849717
277.16/275.47	c cleaning 37004 clauses out of 74018 with flag 2568157/4887717
279.36/277.62	c cleaning 38000 clauses out of 76015 with flag 2697853/4926718
281.55/279.86	c cleaning 38979 clauses out of 78014 with flag 2841514/4966717
284.05/282.32	c cleaning 39986 clauses out of 80036 with flag 2985852/5007718
286.24/284.58	c cleaning 41015 clauses out of 82050 with flag 3137113/5049718
288.64/286.97	c cleaning 42002 clauses out of 84034 with flag 3279175/5092717
291.57/289.76	c cleaning 43014 clauses out of 86035 with flag 3437060/5136720
294.16/292.35	c cleaning 44000 clauses out of 88018 with flag 3591288/5181717
296.76/294.99	c cleaning 44995 clauses out of 90018 with flag 3744430/5227717
299.55/297.74	c cleaning 46009 clauses out of 92023 with flag 3896643/5274717
302.34/300.57	c cleaning 46989 clauses out of 94021 with flag 4061889/5322724
305.53/303.72	c cleaning 48006 clauses out of 96025 with flag 4226162/5371717
308.83/307.09	c cleaning 49006 clauses out of 98019 with flag 4378030/5421717
312.52/310.74	c cleaning 50004 clauses out of 100013 with flag 4529901/5472717
316.41/314.66	c cleaning 51001 clauses out of 102013 with flag 4685704/5524721
320.00/318.20	c cleaning 51983 clauses out of 104009 with flag 4846704/5577718
323.80/322.08	c cleaning 52996 clauses out of 106025 with flag 5014511/5631717
328.08/326.37	c cleaning 53990 clauses out of 108029 with flag 5180957/5686717
332.28/330.53	c cleaning 55001 clauses out of 110039 with flag 5351773/5742717
337.25/335.01	c cleaning 56001 clauses out of 112038 with flag 5520368/5799717
341.63/339.41	c cleaning 57004 clauses out of 114037 with flag 5691192/5857717
346.12/343.94	c cleaning 58003 clauses out of 116033 with flag 5870490/5916717
350.41/348.25	c cleaning 59007 clauses out of 118032 with flag 6061866/5976719
354.31/352.15	c cleaning 60000 clauses out of 120030 with flag 6239423/6037724
358.31/356.16	c cleaning 60994 clauses out of 122028 with flag 6411688/6099722
362.40/360.29	c cleaning 62012 clauses out of 124029 with flag 6590105/6162717
366.98/364.84	c cleaning 62997 clauses out of 126017 with flag 6793236/6226717
371.47/369.32	c cleaning 64002 clauses out of 128020 with flag 6988532/6291717
376.27/374.18	c cleaning 64992 clauses out of 130018 with flag 7179345/6357717
381.22/379.08	c cleaning 66005 clauses out of 132028 with flag 7379205/6424719
385.60/383.49	c cleaning 67004 clauses out of 134023 with flag 7601888/6492719
390.49/388.30	c cleaning 68003 clauses out of 136019 with flag 7820378/6561719
395.38/393.28	c cleaning 69000 clauses out of 138014 with flag 8040008/6631717
400.57/398.50	c cleaning 69985 clauses out of 140014 with flag 8267924/6702717
405.66/403.54	c cleaning 71015 clauses out of 142031 with flag 8485089/6774719
411.05/408.93	c cleaning 71996 clauses out of 144014 with flag 8701102/6847717
415.94/413.85	c cleaning 72993 clauses out of 146018 with flag 8925075/6921717
420.63/418.58	c cleaning 74002 clauses out of 148026 with flag 9165013/6996718
425.52/423.44	c cleaning 75003 clauses out of 150024 with flag 9410288/7072718
430.00/427.89	c cleaning 75991 clauses out of 152020 with flag 9656622/7149717
435.19/433.05	c cleaning 77009 clauses out of 154030 with flag 9888373/7227718
439.78/437.64	c cleaning 78008 clauses out of 156020 with flag 10162375/7306717
444.77/442.66	c cleaning 78990 clauses out of 158012 with flag 10429162/7386717
449.46/447.35	c cleaning 79977 clauses out of 160022 with flag 10706938/7467717
454.55/452.48	c cleaning 81008 clauses out of 162047 with flag 10969276/7549719
459.54/457.48	c cleaning 82010 clauses out of 164044 with flag 11237184/7632724
465.32/463.29	c cleaning 82987 clauses out of 166027 with flag 11489787/7716717
471.82/469.72	c cleaning 84003 clauses out of 168042 with flag 11742861/7801719
477.32/475.17	c cleaning 84983 clauses out of 170037 with flag 12035615/7887717
482.90/480.77	c cleaning 86005 clauses out of 172057 with flag 12309823/7974720
488.89/486.75	c cleaning 87018 clauses out of 174049 with flag 12575949/8062717
494.97/492.84	c cleaning 87999 clauses out of 176031 with flag 12841672/8151717
499.06/496.93	c Got one! Elapsed wall clock time (in seconds):496.81
499.06/496.93	o 58
499.86/497.70	c cleaning 78754 clauses out of 157548 with flag 19523/8221233
500.27/498.12	c cleaning 42383 clauses out of 84794 with flag 41039/8227233
500.66/498.50	c cleaning 24690 clauses out of 49414 with flag 63204/8234236
500.96/498.89	c cleaning 16331 clauses out of 32721 with flag 91189/8242233
501.46/499.31	c cleaning 12677 clauses out of 25390 with flag 125203/8251233
501.96/499.80	c cleaning 11316 clauses out of 22713 with flag 161137/8261233
502.46/500.36	c cleaning 11171 clauses out of 22398 with flag 199995/8272234
503.05/500.97	c cleaning 11604 clauses out of 23229 with flag 239079/8284236
503.75/501.66	c cleaning 12300 clauses out of 24627 with flag 283300/8297238
504.55/502.42	c cleaning 13158 clauses out of 26322 with flag 335323/8311233
505.35/503.20	c cleaning 14054 clauses out of 28164 with flag 389512/8326233
506.05/503.93	c cleaning 15022 clauses out of 30110 with flag 445953/8342233
506.95/504.84	c cleaning 16038 clauses out of 32089 with flag 505431/8359234
507.95/505.84	c cleaning 17021 clauses out of 34051 with flag 574012/8377234
508.95/506.82	c cleaning 18006 clauses out of 36031 with flag 641156/8396235
509.95/507.87	c cleaning 18999 clauses out of 38023 with flag 710408/8416233
511.05/508.94	c cleaning 19992 clauses out of 40024 with flag 779018/8437233
512.25/510.15	c cleaning 21003 clauses out of 42033 with flag 853472/8459234
513.64/511.51	c cleaning 22011 clauses out of 44029 with flag 930814/8482233
515.21/513.03	c cleaning 23004 clauses out of 46021 with flag 1002669/8506236
516.60/514.44	c cleaning 23977 clauses out of 48014 with flag 1081991/8531233
517.99/515.88	c cleaning 25013 clauses out of 50039 with flag 1165223/8557235
519.49/517.36	c cleaning 25985 clauses out of 52024 with flag 1257916/8584233
521.19/519.04	c cleaning 27015 clauses out of 54039 with flag 1346983/8612233
522.88/520.76	c cleaning 28008 clauses out of 56025 with flag 1433507/8641234
524.78/522.66	c cleaning 29001 clauses out of 58016 with flag 1533026/8671233
526.67/524.52	c cleaning 29974 clauses out of 60015 with flag 1639439/8702233
528.57/526.47	c cleaning 31000 clauses out of 62041 with flag 1744493/8734233
530.56/528.41	c cleaning 31991 clauses out of 64041 with flag 1848359/8767233
532.76/530.69	c cleaning 33009 clauses out of 66053 with flag 1952074/8801236
534.75/532.69	c cleaning 34003 clauses out of 68046 with flag 2063398/8836238
536.95/534.82	c cleaning 35012 clauses out of 70043 with flag 2180587/8872238
539.15/537.03	c cleaning 36007 clauses out of 72028 with flag 2306552/8909235
541.54/539.49	c cleaning 36993 clauses out of 74019 with flag 2427579/8947233
544.03/541.92	c cleaning 37968 clauses out of 76029 with flag 2551612/8986236
546.52/544.44	c cleaning 39023 clauses out of 78058 with flag 2681714/9026233
549.32/547.26	c cleaning 40005 clauses out of 80035 with flag 2812935/9067233
551.91/549.82	c cleaning 41004 clauses out of 82030 with flag 2944136/9109233
554.91/552.89	c cleaning 42008 clauses out of 84035 with flag 3081852/9152242
557.70/555.67	c cleaning 43003 clauses out of 86018 with flag 3210960/9196233
560.29/558.21	c cleaning 43992 clauses out of 88015 with flag 3367571/9241233
563.09/560.93	c cleaning 45005 clauses out of 90026 with flag 3529926/9287236
565.96/563.88	c cleaning 45995 clauses out of 92018 with flag 3688538/9334233
568.94/566.85	c cleaning 47003 clauses out of 94028 with flag 3842222/9382238
571.83/569.73	c cleaning 48009 clauses out of 96021 with flag 4001484/9431234
574.63/572.57	c cleaning 48966 clauses out of 98013 with flag 4168935/9481235
578.12/576.05	c cleaning 50013 clauses out of 100048 with flag 4341508/9532236
581.12/579.01	c cleaning 51004 clauses out of 102032 with flag 4514141/9584233
584.01/581.94	c cleaning 52008 clauses out of 104028 with flag 4692672/9637233
587.21/585.14	c cleaning 52977 clauses out of 106020 with flag 4870374/9691233
590.49/588.42	c cleaning 53985 clauses out of 108043 with flag 5060553/9746233
593.79/591.79	c cleaning 55006 clauses out of 110058 with flag 5241721/9802233
597.58/595.59	c cleaning 56027 clauses out of 112053 with flag 5437078/9859234
601.47/599.46	c cleaning 56969 clauses out of 114025 with flag 5635140/9917233
605.27/603.23	c cleaning 58025 clauses out of 116058 with flag 5838659/9976235
609.06/607.01	c cleaning 59003 clauses out of 118031 with flag 6031334/10036233
612.95/610.92	c cleaning 59999 clauses out of 120028 with flag 6225904/10097233
617.03/614.98	c cleaning 61007 clauses out of 122029 with flag 6421534/10159233
620.62/618.58	c cleaning 61995 clauses out of 124027 with flag 6630080/10222238
624.81/622.74	c cleaning 63010 clauses out of 126029 with flag 6822958/10286235
628.70/626.66	c cleaning 64002 clauses out of 128017 with flag 7026283/10351233
632.59/630.58	c cleaning 64975 clauses out of 130015 with flag 7236565/10417233
636.48/634.48	c cleaning 65985 clauses out of 132040 with flag 7447462/10484233
640.28/638.28	c cleaning 67023 clauses out of 134055 with flag 7668374/10552233
644.57/642.58	c cleaning 68017 clauses out of 136033 with flag 7891716/10621234
649.26/647.24	c cleaning 68989 clauses out of 138015 with flag 8109698/10691233
654.05/652.06	c cleaning 70009 clauses out of 140035 with flag 8337538/10762242
658.24/656.29	c cleaning 71001 clauses out of 142017 with flag 8550460/10834233
663.55/661.17	c cleaning 71999 clauses out of 144016 with flag 8750677/10907233
668.13/665.70	c cleaning 73006 clauses out of 146017 with flag 9009177/10981233
672.62/670.23	c cleaning 73984 clauses out of 148014 with flag 9275611/11056236
676.91/674.57	c cleaning 74994 clauses out of 150030 with flag 9525672/11132236
681.51/679.17	c cleaning 76018 clauses out of 152036 with flag 9750611/11209236
687.50/685.18	c cleaning 76995 clauses out of 154020 with flag 9972812/11287238
693.58/691.20	c cleaning 78009 clauses out of 156022 with flag 10195843/11366235
699.77/697.49	c cleaning 79000 clauses out of 158011 with flag 10429346/11446233
704.76/702.49	c cleaning 80005 clauses out of 160012 with flag 10689427/11527234
710.54/708.21	c cleaning 80996 clauses out of 162015 with flag 10964424/11609242
715.43/713.12	c cleaning 81989 clauses out of 164010 with flag 11252247/11692233
721.10/718.79	c cleaning 82996 clauses out of 166021 with flag 11524201/11776233
726.29/723.99	c cleaning 84010 clauses out of 168025 with flag 11799790/11861233
731.38/729.06	c cleaning 85002 clauses out of 170015 with flag 12071537/11947233
736.56/734.21	c cleaning 85984 clauses out of 172013 with flag 12368893/12034233
741.65/739.36	c cleaning 86996 clauses out of 174030 with flag 12657434/12122234
748.25/745.94	c cleaning 88006 clauses out of 176033 with flag 12920992/12211233
754.93/752.64	c cleaning 89004 clauses out of 178027 with flag 13201209/12301233
760.51/758.22	c cleaning 89999 clauses out of 180023 with flag 13492537/12392233
767.00/764.75	c cleaning 90998 clauses out of 182025 with flag 13765466/12484234
773.08/770.83	c cleaning 92000 clauses out of 184028 with flag 14045233/12577235
780.86/778.62	c cleaning 93006 clauses out of 186026 with flag 14317985/12671233
787.56/785.33	c cleaning 94011 clauses out of 188021 with flag 14592268/12766234
794.24/792.02	c cleaning 94986 clauses out of 190009 with flag 14863107/12862233
801.99/799.67	c cleaning 95997 clauses out of 192023 with flag 15135937/12959233
809.97/807.60	c cleaning 97014 clauses out of 194029 with flag 15416777/13057236
818.15/815.87	c cleaning 97995 clauses out of 196013 with flag 15683891/13156234
827.03/824.71	c cleaning 99002 clauses out of 198017 with flag 15956316/13256233
835.21/833.00	c cleaning 100003 clauses out of 200017 with flag 16226188/13357235
843.89/841.66	c cleaning 100986 clauses out of 202013 with flag 16496836/13459234
851.17/848.95	c cleaning 102007 clauses out of 204026 with flag 16798125/13562233
857.46/855.29	c cleaning 102980 clauses out of 206019 with flag 17120948/13666233
863.75/861.59	c cleaning 104009 clauses out of 208039 with flag 17465295/13771233
870.34/868.18	c cleaning 104984 clauses out of 210030 with flag 17799271/13877233
877.02/874.83	c cleaning 105998 clauses out of 212047 with flag 18153919/13984234
884.11/881.91	c cleaning 107013 clauses out of 214048 with flag 18469291/14092233
893.03/890.75	c cleaning 107986 clauses out of 216035 with flag 18785230/14201233
899.32/897.07	c cleaning 109010 clauses out of 218049 with flag 19151149/14311233
906.60/904.33	c cleaning 110009 clauses out of 220045 with flag 19503207/14422239
913.39/911.11	c cleaning 110981 clauses out of 222031 with flag 19877565/14534234
920.77/918.51	c cleaning 112002 clauses out of 224050 with flag 20230427/14647234
928.76/926.58	c cleaning 113008 clauses out of 226049 with flag 20554260/14761235
936.74/934.57	c cleaning 114007 clauses out of 228039 with flag 20882568/14876233
945.23/942.96	c cleaning 114999 clauses out of 230032 with flag 21219408/14992233
955.91/953.60	c cleaning 116003 clauses out of 232033 with flag 21565242/15109233
965.19/962.91	c cleaning 116994 clauses out of 234030 with flag 21904929/15227233
974.17/971.92	c cleaning 118011 clauses out of 236040 with flag 22257699/15346237
982.45/980.29	c cleaning 119008 clauses out of 238027 with flag 22605941/15466235
991.23/989.03	c cleaning 120008 clauses out of 240023 with flag 22950256/15587239
998.61/996.49	c cleaning 120999 clauses out of 242015 with flag 23325423/15709239
1006.70/1004.54	c cleaning 121979 clauses out of 244011 with flag 23705713/15832234
1014.74/1012.03	c cleaning 123015 clauses out of 246032 with flag 24097512/15956234
1024.72/1022.03	c cleaning 124000 clauses out of 248016 with flag 24466488/16081233
1033.00/1030.35	c cleaning 125001 clauses out of 250016 with flag 24893641/16207233
1040.29/1037.67	c cleaning 125974 clauses out of 252015 with flag 25319258/16334233
1048.07/1045.46	c cleaning 127005 clauses out of 254041 with flag 25742775/16462233
1055.66/1053.06	c cleaning 128005 clauses out of 256036 with flag 26203302/16591233
1063.64/1060.94	c cleaning 129005 clauses out of 258031 with flag 26644476/16721233
1072.72/1070.07	c cleaning 130010 clauses out of 260026 with flag 27064368/16852233
1080.40/1077.70	c cleaning 130989 clauses out of 262016 with flag 27493341/16984233
1087.88/1085.25	c cleaning 132001 clauses out of 264028 with flag 27910242/17117234
1096.27/1093.68	c cleaning 132991 clauses out of 266026 with flag 28317748/17251233
1105.15/1102.59	c cleaning 134012 clauses out of 268036 with flag 28800210/17386234
1112.83/1110.22	c cleaning 135009 clauses out of 270025 with flag 29298298/17522235
1121.81/1119.20	c cleaning 135992 clauses out of 272015 with flag 29767579/17659234
1130.29/1127.68	c cleaning 136974 clauses out of 274022 with flag 30212977/17797233
1138.69/1136.07	c cleaning 137995 clauses out of 276048 with flag 30697431/17936233
1147.06/1144.42	c cleaning 139014 clauses out of 278053 with flag 31168173/18076233
1156.64/1154.03	c cleaning 140008 clauses out of 280039 with flag 31614881/18217233
1164.72/1162.14	c cleaning 141014 clauses out of 282034 with flag 32092749/18359236
1174.60/1172.01	c cleaning 141996 clauses out of 284017 with flag 32543392/18502233
1186.16/1183.67	c cleaning 142993 clauses out of 286021 with flag 32966979/18646233
1196.79/1194.18	c cleaning 144010 clauses out of 288031 with flag 33417482/18791236
1208.66/1206.01	c cleaning 145003 clauses out of 290022 with flag 33856526/18937237
1221.92/1219.37	c cleaning 146004 clauses out of 292018 with flag 34283332/19084236
1233.41/1230.88	c cleaning 146995 clauses out of 294011 with flag 34726954/19232233
1242.78/1240.21	c cleaning 148005 clauses out of 296016 with flag 35198533/19381233
1252.16/1249.68	c cleaning 148999 clauses out of 298011 with flag 35702519/19531233
1261.84/1259.36	c cleaning 150005 clauses out of 300012 with flag 36223031/19682233
1272.90/1269.62	c cleaning 151003 clauses out of 302009 with flag 36781285/19834235
1284.47/1281.21	c cleaning 151982 clauses out of 304004 with flag 37255363/19987233
1297.95/1294.71	c cleaning 153004 clauses out of 306022 with flag 37711542/20141233
1310.82/1307.69	c cleaning 153993 clauses out of 308019 with flag 38180890/20296234
1322.30/1319.15	c cleaning 154999 clauses out of 310025 with flag 38681625/20452233
1332.65/1329.46	c cleaning 156007 clauses out of 312027 with flag 39183772/20609234
1342.74/1339.59	c cleaning 157002 clauses out of 314020 with flag 39685143/20767234
1352.42/1349.28	c cleaning 157989 clauses out of 316017 with flag 40167128/20926233
1362.99/1359.85	c cleaning 158987 clauses out of 318028 with flag 40698425/21086233
1372.76/1369.60	c cleaning 160023 clauses out of 320051 with flag 41234336/21247243
1382.35/1379.25	c cleaning 161006 clauses out of 322020 with flag 41825508/21409235
1392.62/1389.52	c cleaning 162002 clauses out of 324016 with flag 42381864/21572237
1403.53/1400.39	c cleaning 162978 clauses out of 326010 with flag 42889754/21736233
1416.71/1413.57	c cleaning 164005 clauses out of 328033 with flag 43386430/21901234
1427.29/1424.15	c cleaning 164991 clauses out of 330027 with flag 43909113/22067233
1437.76/1434.64	c cleaning 165998 clauses out of 332040 with flag 44449081/22234237
1449.33/1446.29	c cleaning 167011 clauses out of 334038 with flag 44984775/22402233
1462.60/1459.57	c cleaning 168007 clauses out of 336027 with flag 45481424/22571233
1479.56/1476.50	c cleaning 169007 clauses out of 338021 with flag 45995341/22741234
1495.03/1491.27	c cleaning 169988 clauses out of 340015 with flag 46529300/22912235
1507.11/1503.39	c cleaning 171001 clauses out of 342025 with flag 47085925/23084233
1518.28/1514.50	c cleaning 171975 clauses out of 344025 with flag 47617350/23257234
1531.25/1527.50	c cleaning 173027 clauses out of 346055 with flag 48133629/23431239
1542.62/1538.94	c cleaning 173986 clauses out of 348023 with flag 48684128/23606234
1554.89/1551.12	c cleaning 174998 clauses out of 350036 with flag 49240632/23782233
1568.76/1565.06	c cleaning 176014 clauses out of 352039 with flag 49747633/23959234
1581.32/1577.62	c cleaning 176984 clauses out of 354025 with flag 50336149/24137234
1592.81/1589.14	c cleaning 178012 clauses out of 356040 with flag 50955446/24316233
1604.70/1600.92	c cleaning 178999 clauses out of 358028 with flag 51523928/24496233
1618.17/1614.41	c cleaning 180011 clauses out of 360029 with flag 52092611/24677233
1630.45/1626.79	c cleaning 180995 clauses out of 362018 with flag 52636709/24859233
1643.72/1640.01	c cleaning 182003 clauses out of 364023 with flag 53184448/25042233
1658.28/1654.63	c cleaning 182997 clauses out of 366020 with flag 53753677/25226233
1671.67/1667.99	c cleaning 183999 clauses out of 368030 with flag 54355007/25411240
1687.03/1683.32	c cleaning 184989 clauses out of 370024 with flag 54931905/25597233
1699.60/1695.91	c cleaning 186010 clauses out of 372035 with flag 55515542/25784233
1711.18/1707.58	c cleaning 186995 clauses out of 374026 with flag 56142342/25972234
1725.65/1722.03	c cleaning 188003 clauses out of 376032 with flag 56732494/26161235
1741.12/1737.49	c cleaning 188982 clauses out of 378028 with flag 57300013/26351234
1760.80/1757.19	c cleaning 189988 clauses out of 380046 with flag 57868201/26542234
1778.25/1774.61	c cleaning 191021 clauses out of 382058 with flag 58408190/26734234
1793.12/1789.58	c cleaning 191990 clauses out of 384036 with flag 59003350/26927233
1807.68/1803.49	c cleaning 193020 clauses out of 386048 with flag 59587013/27121235
1823.25/1819.03	c cleaning 194002 clauses out of 388027 with flag 60202290/27316234
1835.41/1831.28	c cleaning 194992 clauses out of 390025 with flag 60842267/27512234
1852.26/1848.02	c cleaning 195991 clauses out of 392032 with flag 61471207/27709233
1865.02/1860.86	c cleaning 196988 clauses out of 394041 with flag 62084094/27907233
1877.19/1873.07	c cleaning 198021 clauses out of 396053 with flag 62719869/28106233
1892.26/1888.11	c cleaning 199008 clauses out of 398032 with flag 63368179/28306233
1906.08/1901.89	c cleaning 200001 clauses out of 400024 with flag 64041562/28507233
1918.95/1914.78	c cleaning 201004 clauses out of 402025 with flag 64722928/28709235
1932.43/1928.24	c cleaning 202009 clauses out of 404020 with flag 65386021/28912234
1945.70/1941.58	c cleaning 202973 clauses out of 406010 with flag 66088595/29116233
1959.18/1954.94	c cleaning 203990 clauses out of 408038 with flag 66781150/29321234
1971.66/1967.40	c cleaning 205013 clauses out of 410049 with flag 67506676/29527235
1984.73/1980.59	c cleaning 206013 clauses out of 412034 with flag 68204445/29734233
1997.80/1993.68	c cleaning 207004 clauses out of 414021 with flag 68887109/29942233
2012.73/2008.55	c cleaning 208007 clauses out of 416028 with flag 69498963/30151244
2032.30/2028.16	c cleaning 208982 clauses out of 418011 with flag 70099193/30361234
2057.94/2053.85	c cleaning 209998 clauses out of 420028 with flag 70706602/30572233
2077.30/2073.25	c cleaning 211006 clauses out of 422031 with flag 71301966/30784234
2105.78/2101.03	c cleaning 211997 clauses out of 424024 with flag 71914089/30997233
2126.43/2121.70	c cleaning 212995 clauses out of 426027 with flag 72509195/31211233
2140.41/2135.73	c cleaning 213999 clauses out of 428035 with flag 73164839/31426236
2155.07/2150.35	c cleaning 215011 clauses out of 430035 with flag 73843647/31642235
2169.24/2164.57	c cleaning 215999 clauses out of 432022 with flag 74544097/31859233
2184.01/2179.31	c cleaning 217000 clauses out of 434023 with flag 75210575/32077233
2199.87/2195.29	c cleaning 218003 clauses out of 436023 with flag 75896562/32296233
2225.22/2220.51	c cleaning 219001 clauses out of 438020 with flag 76509867/32516233
2249.97/2245.36	c cleaning 219988 clauses out of 440021 with flag 77174913/32737235
2272.12/2267.52	c cleaning 221007 clauses out of 442032 with flag 77815852/32959234
2291.69/2287.12	c cleaning 221996 clauses out of 444026 with flag 78456343/33182235
2309.43/2304.72	c cleaning 223010 clauses out of 446028 with flag 79124825/33406233
2323.90/2319.20	c cleaning 223993 clauses out of 448018 with flag 79843260/33631233
2339.57/2334.91	c cleaning 225002 clauses out of 450026 with flag 80597267/33857234
2356.83/2352.27	c cleaning 225999 clauses out of 452023 with flag 81339982/34084233
2371.11/2366.47	c cleaning 226991 clauses out of 454025 with flag 82126384/34312234
2385.47/2380.87	c cleaning 227997 clauses out of 456033 with flag 82857848/34541233
2400.24/2395.66	c cleaning 228976 clauses out of 458036 with flag 83606799/34771233
2416.36/2411.18	c cleaning 230010 clauses out of 460062 with flag 84346965/35002235
2437.70/2432.53	c cleaning 231021 clauses out of 462052 with flag 85015584/35234235
2456.66/2451.51	c cleaning 232000 clauses out of 464029 with flag 85717889/35467233
2478.10/2472.95	c cleaning 233005 clauses out of 466029 with flag 86400984/35701233
2500.16/2495.00	c cleaning 233986 clauses out of 468024 with flag 87084273/35936233
2520.70/2515.62	c cleaning 235002 clauses out of 470039 with flag 87776154/36172234
2542.25/2537.17	c cleaning 235994 clauses out of 472036 with flag 88493094/36409233
2557.61/2552.50	c cleaning 236999 clauses out of 474042 with flag 89255675/36647233
2573.67/2568.66	c cleaning 237993 clauses out of 476043 with flag 90074947/36886233
2590.36/2585.26	c cleaning 239017 clauses out of 478055 with flag 90826741/37126238
2612.01/2606.99	c cleaning 240011 clauses out of 480036 with flag 91506030/37367236
2633.66/2628.68	c cleaning 241004 clauses out of 482022 with flag 92211090/37609233
2649.51/2644.57	c cleaning 241990 clauses out of 484018 with flag 92986088/37852233
2666.97/2661.94	c cleaning 243008 clauses out of 486028 with flag 93751437/38096233
2699.51/2694.59	c cleaning 244001 clauses out of 488026 with flag 94461910/38341239
2723.06/2718.19	c cleaning 244993 clauses out of 490020 with flag 95195101/38587234
2740.09/2735.00	c cleaning 246006 clauses out of 492031 with flag 95982042/38834238
2756.25/2751.26	c cleaning 246993 clauses out of 494022 with flag 96765111/39082235
2776.65/2770.98	c cleaning 247997 clauses out of 496029 with flag 97531262/39331235
2794.72/2789.01	c cleaning 249010 clauses out of 498036 with flag 98274271/39581239
2812.64/2806.97	c cleaning 249980 clauses out of 500021 with flag 99051882/39832234
2830.11/2824.43	c cleaning 251015 clauses out of 502041 with flag 99876945/40084234
2847.57/2841.98	c cleaning 251993 clauses out of 504025 with flag 100672972/40337233
2866.10/2860.48	c cleaning 252999 clauses out of 506032 with flag 101487555/40591233
2886.06/2880.40	c cleaning 254006 clauses out of 508034 with flag 102219954/40846234
2911.40/2905.83	c cleaning 254987 clauses out of 510027 with flag 102985777/41102233
2928.96/2923.32	c cleaning 256006 clauses out of 512040 with flag 103766667/41359233
2947.01/2941.42	c cleaning 257007 clauses out of 514035 with flag 104550911/41617234
2964.28/2958.70	c cleaning 257995 clauses out of 516027 with flag 105339429/41876233
2981.44/2975.99	c cleaning 259000 clauses out of 518033 with flag 106212432/42136234
3001.77/2996.20	c cleaning 260004 clauses out of 520036 with flag 107060205/42397237
3020.84/3015.34	c cleaning 261013 clauses out of 522028 with flag 107861071/42659233
3039.50/3034.03	c cleaning 261960 clauses out of 524015 with flag 108725967/42922233
3056.25/3050.61	c cleaning 263019 clauses out of 526055 with flag 109587404/43186233
3076.62/3071.02	c cleaning 263977 clauses out of 528036 with flag 110459372/43451233
3093.97/3088.47	c cleaning 265016 clauses out of 530059 with flag 111331979/43717233
3113.44/3107.83	c cleaning 266015 clauses out of 532044 with flag 112249634/43984234
3133.18/3127.69	c cleaning 266986 clauses out of 534028 with flag 113061236/44252233
3157.91/3151.79	c cleaning 268012 clauses out of 536047 with flag 113828686/44521238
3184.84/3178.64	c cleaning 269003 clauses out of 538030 with flag 114611749/44791233
3202.71/3196.59	c cleaning 269989 clauses out of 540028 with flag 115444903/45062234
3221.95/3215.71	c cleaning 271018 clauses out of 542043 with flag 116330347/45334238
3243.69/3237.52	c cleaning 271984 clauses out of 544020 with flag 117226441/45607233
3261.65/3255.52	c cleaning 273002 clauses out of 546036 with flag 118079257/45881233
3280.80/3274.60	c cleaning 274002 clauses out of 548034 with flag 118966166/46156233
3299.36/3293.29	c cleaning 274982 clauses out of 550032 with flag 119846022/46432233
3317.22/3311.19	c cleaning 276013 clauses out of 552056 with flag 120800838/46709239
3336.93/3330.88	c cleaning 277013 clauses out of 554039 with flag 121719923/46987235
3355.98/3350.00	c cleaning 278005 clauses out of 556026 with flag 122675012/47266235
3373.84/3367.89	c cleaning 278984 clauses out of 558028 with flag 123587155/47546242
3380.63/3374.62	c Got one! Elapsed wall clock time (in seconds):3374.492
3380.63/3374.62	o 57
3382.04/3376.03	c cleaning 194060 clauses out of 388121 with flag 21961/47655319
3382.69/3376.70	c cleaning 100021 clauses out of 200062 with flag 47470/47661320
3383.20/3377.12	c cleaning 53486 clauses out of 107040 with flag 73149/47668319
3383.59/3377.50	c cleaning 30743 clauses out of 61554 with flag 102377/47676319
3383.99/3377.92	c cleaning 19862 clauses out of 39811 with flag 139201/47685319
3384.49/3378.40	c cleaning 14961 clauses out of 29949 with flag 173986/47695319
3384.99/3378.93	c cleaning 12988 clauses out of 25988 with flag 213483/47706319
3385.58/3379.50	c cleaning 12493 clauses out of 25000 with flag 256011/47718319
3386.09/3380.08	c cleaning 12724 clauses out of 25507 with flag 301455/47731319
3386.88/3380.82	c cleaning 13386 clauses out of 26783 with flag 347821/47745319
3387.68/3381.62	c cleaning 14183 clauses out of 28397 with flag 394421/47760319
3388.58/3382.52	c cleaning 15100 clauses out of 30216 with flag 444447/47776321
3389.47/3383.41	c cleaning 16056 clauses out of 32114 with flag 498420/47793319
3390.37/3384.37	c cleaning 17027 clauses out of 34058 with flag 551531/47811319
3391.47/3385.43	c cleaning 18007 clauses out of 36032 with flag 603843/47830320
3392.57/3386.54	c cleaning 18977 clauses out of 38024 with flag 661057/47850319
3393.76/3387.79	c cleaning 20024 clauses out of 40048 with flag 722014/47871320
3395.07/3389.09	c cleaning 21002 clauses out of 42023 with flag 789908/47893319
3396.36/3390.37	c cleaning 22006 clauses out of 44021 with flag 868580/47916319
3397.66/3391.64	c cleaning 23008 clauses out of 46015 with flag 950563/47940319
3399.06/3393.02	c cleaning 23993 clauses out of 48008 with flag 1027205/47965320
3400.45/3394.48	c cleaning 25005 clauses out of 50016 with flag 1111479/47991321
3402.15/3396.19	c cleaning 25989 clauses out of 52009 with flag 1201185/48018319
3403.74/3397.70	c cleaning 27006 clauses out of 54022 with flag 1302780/48046321
3405.24/3399.22	c cleaning 27994 clauses out of 56014 with flag 1400698/48075319
3406.83/3400.89	c cleaning 29008 clauses out of 58020 with flag 1505220/48105319
3408.53/3402.50	c cleaning 29984 clauses out of 60013 with flag 1603920/48136320
3410.33/3404.32	c cleaning 31012 clauses out of 62032 with flag 1707611/48168323
3411.92/3405.99	c cleaning 31985 clauses out of 64016 with flag 1814774/48201319
3413.92/3407.92	c cleaning 33005 clauses out of 66031 with flag 1924459/48235319
3416.02/3410.06	c cleaning 33979 clauses out of 68026 with flag 2038580/48270319
3418.01/3412.08	c cleaning 35022 clauses out of 70047 with flag 2156004/48306319
3420.50/3414.55	c cleaning 36003 clauses out of 72028 with flag 2267860/48343322
3422.80/3416.87	c cleaning 37010 clauses out of 74023 with flag 2387867/48381320
3425.10/3419.12	c cleaning 38001 clauses out of 76013 with flag 2504782/48420320
3427.39/3421.40	c cleaning 39004 clauses out of 78013 with flag 2632685/48460321
3429.79/3423.81	c cleaning 40005 clauses out of 80010 with flag 2761738/48501322
3432.18/3426.23	c cleaning 40993 clauses out of 82002 with flag 2889229/48543319
3434.68/3428.71	c cleaning 41985 clauses out of 84009 with flag 3021689/48586319
3437.47/3431.51	c cleaning 43011 clauses out of 86025 with flag 3162261/48630320
3439.97/3434.01	c cleaning 43990 clauses out of 88013 with flag 3324103/48675319
3442.66/3436.73	c cleaning 44996 clauses out of 90023 with flag 3476939/48721319
3445.49/3439.53	c cleaning 45990 clauses out of 92027 with flag 3624512/48768319
3448.48/3442.50	c cleaning 47014 clauses out of 94041 with flag 3785478/48816323
3451.38/3445.44	c cleaning 48000 clauses out of 96024 with flag 3951670/48865320
3454.27/3448.35	c cleaning 49006 clauses out of 98023 with flag 4117135/48915319
3457.07/3451.11	c cleaning 49986 clauses out of 100018 with flag 4269413/48966320
3460.16/3454.23	c cleaning 51017 clauses out of 102033 with flag 4430569/49018321
3463.05/3457.16	c cleaning 52002 clauses out of 104014 with flag 4602350/49071319
3466.55/3460.63	c cleaning 52997 clauses out of 106012 with flag 4785318/49125319
3469.74/3463.80	c cleaning 54001 clauses out of 108015 with flag 4955138/49180319
3473.13/3467.29	c cleaning 55003 clauses out of 110014 with flag 5139997/49236319
3476.43/3470.57	c cleaning 56001 clauses out of 112011 with flag 5317291/49293319
3479.72/3473.87	c cleaning 56983 clauses out of 114010 with flag 5520623/49351319
3483.21/3477.38	c cleaning 58004 clauses out of 116027 with flag 5713443/49410319
3486.80/3480.96	c cleaning 59010 clauses out of 118023 with flag 5916245/49470319
3490.19/3484.30	c cleaning 59994 clauses out of 120013 with flag 6110997/49531319
3493.58/3487.78	c cleaning 60997 clauses out of 122019 with flag 6300242/49593319
3497.18/3491.37	c cleaning 61992 clauses out of 124022 with flag 6471183/49656319
3500.98/3495.19	c cleaning 63005 clauses out of 126031 with flag 6652049/49720320
3504.77/3498.95	c cleaning 64012 clauses out of 128025 with flag 6840529/49785319
3508.46/3502.61	c cleaning 65002 clauses out of 130017 with flag 7058421/49851323
3512.07/3506.23	c cleaning 65991 clauses out of 132011 with flag 7278150/49918319
3516.46/3510.63	c cleaning 66986 clauses out of 134021 with flag 7484034/49986320
3520.45/3514.61	c cleaning 68008 clauses out of 136034 with flag 7705953/50055319
3524.54/3518.72	c cleaning 69007 clauses out of 138026 with flag 7913748/50125319
3528.84/3523.01	c cleaning 69988 clauses out of 140020 with flag 8150333/50196320
3532.93/3527.15	c cleaning 71013 clauses out of 142031 with flag 8380133/50268319
3538.31/3532.55	c cleaning 71998 clauses out of 144021 with flag 8601801/50341322
3543.29/3537.53	c cleaning 72993 clauses out of 146020 with flag 8830690/50415319
3547.79/3542.08	c cleaning 74002 clauses out of 148028 with flag 9062597/50490320
3552.07/3546.38	c cleaning 75014 clauses out of 150027 with flag 9313133/50566321
3556.97/3551.26	c cleaning 76003 clauses out of 152015 with flag 9549079/50643323
3561.96/3556.29	c cleaning 76994 clauses out of 154008 with flag 9785951/50721319
3567.25/3561.55	c cleaning 77986 clauses out of 156014 with flag 10020368/50800319
3572.23/3566.58	c cleaning 79012 clauses out of 158028 with flag 10265880/50880319
3577.12/3571.43	c cleaning 79979 clauses out of 160016 with flag 10532252/50961319
3582.11/3576.44	c cleaning 81007 clauses out of 162037 with flag 10822951/51043319
3587.26/3581.59	c cleaning 82005 clauses out of 164033 with flag 11103812/51126322
3592.15/3586.43	c cleaning 82995 clauses out of 166025 with flag 11406865/51210319
3596.94/3591.25	c cleaning 84004 clauses out of 168030 with flag 11678143/51295319
3600.03/3594.31	c starts		: 24109
3600.03/3594.32	c conflicts		: 51349536
3600.03/3594.32	c decisions		: 273116699
3600.03/3594.32	c propagations		: 10693694958
3600.03/3594.32	c inspects		: 16711731643
3600.03/3594.32	c shortcuts		: 0
3600.03/3594.32	c learnt literals	: 0
3600.03/3594.32	c learnt binary clauses	: 0
3600.03/3594.32	c learnt ternary clauses	: 0
3600.03/3594.32	c learnt constraints	: 51349536
3600.03/3594.32	c ignored constraints	: 0
3600.03/3594.32	c root simplifications	: 0
3600.03/3594.32	c removed literals (reason simplification)	: 150789940
3600.03/3594.32	c reason swapping (by a shorter reason)	: 0
3600.03/3594.32	c Calls to reduceDB	: 639
3600.03/3594.32	c Number of update (reduction) of LBD	: 21791168
3600.03/3594.32	c Imported unit clauses	: 0
3600.03/3594.32	c No decision after first conflict	: false
3600.03/3594.32	c number of reductions to clauses (during analyze)	: 0
3600.03/3594.32	c number of learned constraints concerned by reduction	: 0
3600.03/3594.32	c number of learning phase by resolution	: 0
3600.03/3594.32	c number of learning phase by cutting planes	: 0
3600.03/3594.32	c number of rounding to 1 operations	: 0
3600.03/3594.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3594.32	c number of reductions of the coefficients by power 2 	: 0
3600.03/3594.32	c number of right shift for reduction by power 2 	: 0
3600.03/3594.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3594.33	c number of ending skipping 	: 0
3600.03/3594.33	c number of internal skipping 	: 0
3600.03/3594.33	c number of derivation steps 	: 0
3600.03/3594.33	c number of skipped derivation steps 	: 0
3600.03/3594.33	c number of remaining unassigned 	: 0
3600.03/3594.33	c number of remaining assigned 	: 0
3600.03/3594.33	c number of falsified literals weakened from reason	: 0
3600.03/3594.33	c number of falsified literals weakened from conflict	: 0
3600.03/3594.33	c time for arithmetic operations	: 0
3600.03/3594.33	c minimum degree of deleted constraints	: null
3600.03/3594.33	c maximum degree of deleted constraints	: null
3600.03/3594.33	c number of deleted constraints	: 0
3600.03/3594.34	c speed (assignments/second)	: 2975376.887556816
3600.03/3594.34	c non guided choices	: 0
3600.03/3594.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 138243
3600.03/3594.40	s SATISFIABLE
3600.03/3594.40	c Found 12 solution(s)
3600.24/3594.41	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.24/3594.41	c objective function=57
3600.24/3594.41	c Total wall clock time (in seconds): 3594.285

Verifier Data

OK	57

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 (62646 MiB free)
  memory of node 1: 64465 MiB (63271 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487582-1751319133/watcher-4487582-1751319133 -o /tmp/evaluation-result-4487582-1751319133/solver-4487582-1751319133 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751315455-42172 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4487582-1751319133.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 4.15 4.13 4.05 5/338 43355
/proc/meminfo: memFree=128926776/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=18930384 memory=57860 CPUtime=0.13 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 6612 0 0 0 11 2 0 0 20 0 18 0 47590831 19384713216 14465 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4732596 14465 5330 1 0 547641 0
[pid=43337/tid=43339] ppid=43334 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 5106 0 0 0 7 1 0 0 20 0 18 0 47590832 19384713216 14465 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47590834 19384713216 14465 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=18930384 memory=55186957824150 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47590835 19384713216 14465 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57860 KiB

[startup+0.205661 s]*
/proc/loadavg: 4.15 4.13 4.05 7/338 43355
/proc/meminfo: memFree=128909952/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=18930384 memory=72480 CPUtime=0.33 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 8084 0 0 0 30 3 0 0 20 0 18 0 47590831 19384713216 18120 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4732596 18120 5426 1 0 548577 0
[pid=43337/tid=43339] ppid=43334 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 5292 0 0 0 15 1 0 0 20 0 18 0 47590832 19384713216 18120 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=18930384 memory=17146 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47590834 19384713216 18120 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47590835 19384713216 18120 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72480 KiB

[startup+0.305648 s]*
/proc/loadavg: 4.15 4.13 4.05 7/339 43356
/proc/meminfo: memFree=128894200/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=18996948 memory=86868 CPUtime=0.52 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 9039 0 0 0 49 3 0 0 20 0 19 0 47590831 19452874752 21717 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4749237 21717 5490 1 0 549620 0
[pid=43337/tid=43339] ppid=43334 vsize=18996948 memory=-6000919489920067947 CPUtime=0.23 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 5420 0 0 0 22 1 0 0 20 0 19 0 47590832 19452874752 21717 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47590834 19452874752 21717 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47590835 19452874752 21717 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47590859 19452874752 21717 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86868 KiB

[startup+0.700245 s]
/proc/loadavg: 4.15 4.13 4.05 6/339 43356
/proc/meminfo: memFree=128878008/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=18996948 memory=107108 CPUtime=1.28 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 15166 0 0 0 124 4 0 0 20 0 19 0 47590831 19452874752 26777 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4749237 26777 5490 1 0 553523 0
[pid=43337/tid=43339] ppid=43334 vsize=18996948 memory=18176 CPUtime=0.62 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 5429 0 0 0 60 2 0 0 20 0 19 0 47590832 19452874752 26777 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47590834 19452874752 26777 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47590835 19452874752 26777 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47590859 19452874752 26777 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 107108 KiB

[startup+1.50025 s]
/proc/loadavg: 4.15 4.13 4.05 8/340 43357
/proc/meminfo: memFree=128851484/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=18996948 memory=128364 CPUtime=2.86 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 20139 0 0 0 281 5 0 0 20 0 19 0 47590831 19452874752 32091 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4749237 32091 5490 1 0 553576 0
[pid=43337/tid=43339] ppid=43334 vsize=18996948 memory=10752 CPUtime=1.39 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 5753 0 0 0 137 2 0 0 20 0 19 0 47590832 19452874752 32091 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47590834 19452874752 32091 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47590835 19452874752 32091 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47590859 19452874752 32091 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 128364 KiB

[startup+3.10543 s]
/proc/loadavg: 4.22 4.14 4.05 5/339 43357
/proc/meminfo: memFree=128802188/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=18996948 memory=155336 CPUtime=4.75 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 21247 0 0 0 469 6 0 0 20 0 19 0 47590831 19452874752 38834 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4749237 38834 5490 1 0 553580 0
[pid=43337/tid=43339] ppid=43334 vsize=18996948 memory=10752 CPUtime=3 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 6212 0 0 0 297 3 0 0 20 0 19 0 47590832 19452874752 38834 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=18996948 memory=-6000919489920067947 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47590834 19452874752 38834 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47590835 19452874752 38834 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47590859 19452874752 38834 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 4.75 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155336 KiB

[startup+6.30022 s]
/proc/loadavg: 4.22 4.14 4.05 5/340 43358
/proc/meminfo: memFree=128728880/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19063512 memory=182128 CPUtime=7.95 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 22917 0 0 0 788 7 0 0 20 0 20 0 47590831 19521036288 45532 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4765878 45532 5522 1 0 553887 0
[pid=43337/tid=43339] ppid=43334 vsize=19063512 memory=0 CPUtime=6.16 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 6279 0 0 0 613 3 0 0 20 0 20 0 47590832 19521036288 45532 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47590834 19521036288 45532 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 47590835 19521036288 45532 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=19063512 memory=130540 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47590859 19521036288 45532 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 7.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182128 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.14 4.05 5/340 43358
/proc/meminfo: memFree=128700964/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19063512 memory=186444 CPUtime=14.42 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 26655 0 0 0 1434 8 0 0 20 0 20 0 47590831 19521036288 46611 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4765878 46611 5554 1 0 553887 0
[pid=43337/tid=43339] ppid=43334 vsize=19063512 memory=130540 CPUtime=12.53 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 7378 0 0 0 1250 3 0 0 20 0 20 0 47590832 19521036288 46611 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=19063512 memory=186444 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47590834 19521036288 46611 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 47590835 19521036288 46611 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=19063512 memory=-6000919489920067947 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47590859 19521036288 46611 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 14.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186444 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 4.13 4.05 5/340 43358
/proc/meminfo: memFree=128582688/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19063512 memory=239904 CPUtime=27.23 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 27824 0 0 0 2714 9 0 0 20 0 20 0 47590831 19521036288 59976 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4765878 59976 5554 1 0 553887 0
[pid=43337/tid=43339] ppid=43334 vsize=19063512 memory=186444 CPUtime=25.26 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 7695 0 0 0 2523 3 0 0 20 0 20 0 47590832 19521036288 59976 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=19063512 memory=33 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47590834 19521036288 59976 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=19063512 memory=194708 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 47590835 19521036288 59976 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47590859 19521036288 59976 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 27.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 239904 KiB

[startup+51.1059 s]
/proc/loadavg: 4.18 4.14 4.05 5/341 43360
/proc/meminfo: memFree=128240404/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19063512 memory=354676 CPUtime=52.83 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 28452 0 0 0 5271 12 0 0 20 0 20 0 47590831 19521036288 88669 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4765878 88669 5554 1 0 553887 0
[pid=43337/tid=43339] ppid=43334 vsize=19063512 memory=0 CPUtime=50.68 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 8106 0 0 0 5065 3 0 0 20 0 20 0 47590832 19521036288 88669 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0

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

[startup+3282.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/339 43667
/proc/meminfo: memFree=120967544/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19063512 memory=2296508 CPUtime=3288.48 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 129206 0 0 0 328710 138 0 0 20 0 20 0 47590831 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4765878 574127 5554 1 0 587501 0
[pid=43337/tid=43339] ppid=43334 vsize=19063512 memory=2296508 CPUtime=3267 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 57832 0 0 0 326661 39 0 0 20 0 20 0 47590832 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=19063512 memory=2296508 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47590834 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=19063512 memory=2296508 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 1702 0 0 0 0 0 0 0 20 0 20 0 47590835 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=19063512 memory=5866625062628780645 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47590859 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 3288.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2296508 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/340 43672
/proc/meminfo: memFree=120967156/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19063512 memory=2296508 CPUtime=3348.4 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 130000 0 0 0 334701 139 0 0 20 0 20 0 47590831 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4765878 574127 5554 1 0 587501 0
[pid=43337/tid=43339] ppid=43334 vsize=19063512 memory=2296508 CPUtime=3326.77 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 58423 0 0 0 332638 39 0 0 20 0 20 0 47590832 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=19063512 memory=2296508 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47590834 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 1764 0 0 0 0 0 0 0 20 0 20 0 47590835 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47590859 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 3348.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2296508 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/340 43674
/proc/meminfo: memFree=120930436/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19063512 memory=2296508 CPUtime=3408.33 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 130939 0 0 0 340693 140 0 0 20 0 20 0 47590831 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4765878 574127 5554 1 0 587501 0
[pid=43337/tid=43339] ppid=43334 vsize=19063512 memory=2296508 CPUtime=3386.55 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 59068 0 0 0 338616 39 0 0 20 0 20 0 47590832 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=19063512 memory=2296508 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47590834 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=19063512 memory=2296508 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 1861 0 0 0 0 0 0 0 20 0 20 0 47590835 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=19063512 memory=2296508 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47590859 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 3408.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2296508 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/339 43681
/proc/meminfo: memFree=120930524/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19063512 memory=2296508 CPUtime=3468.25 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 131197 0 0 0 346683 142 0 0 20 0 20 0 47590831 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4765878 574127 5554 1 0 587501 0
[pid=43337/tid=43339] ppid=43334 vsize=19063512 memory=2296508 CPUtime=3446.36 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 59250 0 0 0 344596 40 0 0 20 0 20 0 47590832 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=19063512 memory=2296508 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47590834 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=19063512 memory=2296508 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 1861 0 0 0 0 0 0 0 20 0 20 0 47590835 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=19063512 memory=2296508 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47590859 19521036288 574127 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 3468.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2296508 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/339 43684
/proc/meminfo: memFree=121053052/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19063512 memory=2296636 CPUtime=3528.13 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 132468 0 0 0 352670 143 0 0 20 0 20 0 47590831 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4765878 574159 5554 1 0 587501 0
[pid=43337/tid=43339] ppid=43334 vsize=19063512 memory=14848 CPUtime=3506.15 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 59971 0 0 0 350575 40 0 0 20 0 20 0 47590832 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=19063512 memory=18176 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47590834 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=19063512 memory=2296636 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 1861 0 0 0 0 0 0 0 20 0 20 0 47590835 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=19063512 memory=-6000919489920067947 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47590859 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 3528.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2296636 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/339 43686
/proc/meminfo: memFree=121061372/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19063512 memory=2296636 CPUtime=3588.06 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 133434 0 0 0 358662 144 0 0 20 0 20 0 47590831 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4765878 574159 5554 1 0 587501 0
[pid=43337/tid=43339] ppid=43334 vsize=19063512 memory=2296636 CPUtime=3565.93 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 60588 0 0 0 356552 41 0 0 20 0 20 0 47590832 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=19063512 memory=18176 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47590834 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=19063512 memory=2296636 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 1927 0 0 0 0 0 0 0 20 0 20 0 47590835 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47590859 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 3588.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2296636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594.3 s]
/proc/loadavg: 4.34 4.15 4.11 7/340 43950
/proc/meminfo: memFree=122477964/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19063512 memory=2296636 CPUtime=3600.03 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 133473 0 0 0 359859 144 0 0 20 0 20 0 47590831 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4765878 574159 5554 1 0 587501 0
[pid=43337/tid=43339] ppid=43334 vsize=19063512 memory=2296636 CPUtime=3577.9 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 60613 0 0 0 357749 41 0 0 20 0 20 0 47590832 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=19063512 memory=2296636 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47590834 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=19063512 memory=2296636 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 1927 0 0 0 0 0 0 0 20 0 20 0 47590835 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43356] ppid=43334 vsize=19063512 memory=2296636 CPUtime=0 cores=0,2
/proc/43337/task/43356/stat : 43356 (Timer-0) S 43334 43337 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47590859 19521036288 574159 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2296636 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.81 s, system=1.46251 s

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

[startup+3594.4 s]
/proc/loadavg: 4.34 4.15 4.11 7/340 43950
/proc/meminfo: memFree=122477964/131249988 swapFree=33010684/33010684
[pid=43337] ppid=43334 vsize=19263204 memory=2297276 CPUtime=3600.24 cores=0,2
/proc/43337/stat : 43337 (java) S 43334 43337 42162 0 -1 4194304 135598 0 0 0 359879 145 0 0 20 0 21 0 47590831 19725520896 574319 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
/proc/43337/statm: 4815801 574319 5554 1 0 588424 0
[pid=43337/tid=43339] ppid=43334 vsize=19263204 memory=-6000919489920067947 CPUtime=3577.99 cores=0,2
/proc/43337/task/43339/stat : 43339 (java) R 43334 43337 42162 0 -1 4194368 60804 0 0 0 357758 41 0 0 20 0 21 0 47590832 19725520896 574319 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43348] ppid=43334 vsize=19263204 memory=5276 CPUtime=0 cores=0,2
/proc/43337/task/43348/stat : 43348 (Finalizer) S 43334 43337 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47590834 19725520896 574319 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
[pid=43337/tid=43355] ppid=43334 vsize=19263204 memory=3328 CPUtime=0 cores=0,2
/proc/43337/task/43355/stat : 43355 (Common-Cleaner) S 43334 43337 42162 0 -1 4194368 1927 0 0 0 0 0 0 0 20 0 21 0 47590835 19725520896 574319 18446744073709551615 93879898177536 93879898181232 140727816432352 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93879898189048 93879898189840 93879924641792 140727816440193 140727816440294 140727816440294 140727816445896 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2297276 KiB

Child status: 143

Real time (s): 3594.42
CPU time (s): 3600.28
CPU user time (s): 3598.81
CPU system time (s): 1.46251
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2297276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.81
system time used= 1.46251
maximum resident set size= 2297404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135836
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108101
involuntary context switches= 7066


# summary of solver processes directly reported to runsolver:
#   pid: 43337
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3598.81
#   total CPU system time (s): 1.46251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.11117 second user time and 16.483 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 23:32:13
IDJOB=4487582
IDBENCH=147199
IDSOLVER=3363
FILE ID=nodeC020/4487582-1751319133
RUNJOBID= nodeC020-1751315455-42172
SLURM_JOB_ID= 9594332
Free space on /tmp= 432948 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/logic-synthesis/normalized-alu4.b.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487582-1751319133/watcher-4487582-1751319133 -o /tmp/evaluation-result-4487582-1751319133/solver-4487582-1751319133 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751315455-42172 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4487582-1751319133.opb

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

MD5SUM BENCH= 5095349793dd868b1b37aa3a48faf31c
RANDOM SEED=1880668202

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128939188 kB
MemAvailable:   129216400 kB
Buffers:            3280 kB
Cached:          1082164 kB
SwapCached:            0 kB
Active:           930468 kB
Inactive:         774224 kB
Active(anon):     637304 kB
Inactive(anon):        0 kB
Active(file):     293164 kB
Inactive(file):   774224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2292 kB
Writeback:            12 kB
AnonPages:        620720 kB
Mapped:           123484 kB
Shmem:             18056 kB
KReclaimable:      98128 kB
Slab:             185552 kB
SReclaimable:      98128 kB
SUnreclaim:        87424 kB
KernelStack:        5212 kB
PageTables:         4984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    7063436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    415744 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432924 MiB
End job on nodeC020 at 2025-07-01 00:32:07