Trace number 4432340

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 Default 2024-07-07SAT (TO)51876 3600.25 3615.9

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir04_trarea_ac.opb
MD5SUM206b08b420dad9af66531a7207372127
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 benchmark41202
Best CPU time to get the best result obtained on this benchmark0.09333
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1945
Total number of constraints3355
Number of constraints which are clauses3355
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 constraint55
Number of terms in the objective function 1036
Biggest coefficient in the objective function 2072
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 1671510
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 2072
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 1671510
Number of bits of the biggest sum of numbers21
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 CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
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	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
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@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f 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 No 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.13	c solving HOME/instance-4432340-1721113782.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.13/0.19	c ... done. Wall clock time 0.065s.
0.13/0.19	c declared #vars     1945
0.13/0.19	c #constraints  3355
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2431
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 920
0.13/0.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.13/0.20	c 3355 constraints processed.
0.13/0.20	c objective function length is 1036 literals
0.33/0.22	c SATISFIABLE
0.33/0.22	c OPTIMIZING...
0.33/0.22	c Got one! Elapsed wall clock time (in seconds):0.098
0.33/0.22	o 60200
0.33/0.24	c Got one! Elapsed wall clock time (in seconds):0.107
0.33/0.24	o 58956
0.33/0.25	c Got one! Elapsed wall clock time (in seconds):0.116
0.33/0.25	o 58898
0.33/0.25	c Got one! Elapsed wall clock time (in seconds):0.122
0.33/0.25	o 57654
0.33/0.26	c Got one! Elapsed wall clock time (in seconds):0.129
0.33/0.26	o 57596
0.33/0.26	c Got one! Elapsed wall clock time (in seconds):0.136
0.33/0.26	o 56352
0.33/0.27	c Got one! Elapsed wall clock time (in seconds):0.142
0.33/0.27	o 56294
0.33/0.28	c Got one! Elapsed wall clock time (in seconds):0.151
0.33/0.28	o 55116
0.33/0.28	c Got one! Elapsed wall clock time (in seconds):0.158
0.33/0.28	o 55050
0.33/0.29	c Got one! Elapsed wall clock time (in seconds):0.17
0.33/0.30	o 55044
1.62/1.16	c cleaning 2539 clauses out of 5120 with flag 23669/5120
2.59/1.98	c cleaning 4256 clauses out of 8581 with flag 63850/11120
3.78/2.91	c cleaning 5648 clauses out of 11326 with flag 96160/18121
4.97/4.01	c cleaning 6836 clauses out of 13677 with flag 139838/26120
6.16/5.20	c cleaning 7900 clauses out of 15841 with flag 185631/35120
7.46/6.52	c cleaning 8965 clauses out of 17941 with flag 246350/45120
8.75/7.88	c cleaning 9973 clauses out of 19978 with flag 300891/56122
10.35/9.40	c cleaning 10981 clauses out of 22003 with flag 364039/68120
11.95/11.05	c cleaning 12002 clauses out of 24022 with flag 440205/81120
13.75/12.85	c cleaning 13000 clauses out of 26020 with flag 518254/95120
15.66/14.75	c cleaning 13996 clauses out of 28020 with flag 596735/110120
17.66/16.74	c cleaning 14995 clauses out of 30025 with flag 696957/126121
19.79/18.89	c cleaning 16013 clauses out of 32030 with flag 786640/143121
22.01/21.08	c cleaning 16994 clauses out of 34018 with flag 870330/161122
24.30/23.37	c cleaning 17974 clauses out of 36023 with flag 971712/180121
26.90/25.96	c cleaning 19017 clauses out of 38048 with flag 1074157/200120
29.69/28.73	c cleaning 20015 clauses out of 40032 with flag 1187418/221121
32.59/31.66	c cleaning 20988 clauses out of 42018 with flag 1322772/243122
35.58/34.65	c cleaning 21998 clauses out of 44028 with flag 1441800/266120
38.77/37.80	c cleaning 22995 clauses out of 46030 with flag 1571694/290120
41.97/41.03	c cleaning 23999 clauses out of 48035 with flag 1703487/315120
45.36/44.48	c cleaning 25018 clauses out of 50036 with flag 1862882/341120
49.05/48.15	c cleaning 26003 clauses out of 52018 with flag 2016112/368120
52.77/51.88	c cleaning 26992 clauses out of 54015 with flag 2177603/396120
56.56/55.68	c cleaning 27987 clauses out of 56023 with flag 2316589/425120
60.65/59.74	c cleaning 29009 clauses out of 58036 with flag 2472844/455120
64.75/63.83	c cleaning 30004 clauses out of 60027 with flag 2609903/486120
68.95/68.04	c cleaning 30981 clauses out of 62023 with flag 2773142/518120
73.34/72.48	c cleaning 31997 clauses out of 64043 with flag 2934186/551121
77.95/77.07	c cleaning 33004 clauses out of 66045 with flag 3095605/585120
83.04/82.16	c cleaning 34018 clauses out of 68041 with flag 3253289/620120
88.12/87.23	c cleaning 35000 clauses out of 70023 with flag 3457055/656120
93.43/92.51	c cleaning 35992 clauses out of 72023 with flag 3692970/693120
98.82/97.99	c cleaning 36998 clauses out of 74031 with flag 3905458/731120
104.41/103.58	c cleaning 37988 clauses out of 76033 with flag 4140369/770120
110.50/109.63	c cleaning 39017 clauses out of 78045 with flag 4380089/810120
116.22/115.32	c cleaning 40007 clauses out of 80029 with flag 4608427/851121
122.01/121.19	c cleaning 40992 clauses out of 82023 with flag 4862551/893122
128.09/127.25	c cleaning 42009 clauses out of 84029 with flag 5131578/936120
134.60/133.78	c cleaning 42964 clauses out of 86020 with flag 5415532/980120
141.09/140.21	c cleaning 43990 clauses out of 88056 with flag 5723226/1025120
147.60/146.77	c cleaning 45009 clauses out of 90067 with flag 6024392/1071121
154.19/153.39	c cleaning 46023 clauses out of 92057 with flag 6287238/1118120
160.88/160.09	c cleaning 47015 clauses out of 94034 with flag 6577190/1166120
167.90/167.04	c cleaning 48006 clauses out of 96019 with flag 6898565/1215120
174.78/173.96	c cleaning 48995 clauses out of 98018 with flag 7190199/1265125
182.28/181.44	c cleaning 49978 clauses out of 100018 with flag 7482616/1316120
188.56/187.73	c Got one! Elapsed wall clock time (in seconds):187.602
188.56/187.73	o 54711
189.49/188.64	c cleaning 51616 clauses out of 103244 with flag 28848/1369324
190.44/189.53	c cleaning 28765 clauses out of 57627 with flag 60294/1375323
191.05/190.12	c Got one! Elapsed wall clock time (in seconds):189.998
191.05/190.12	o 54708
191.28/190.31	c cleaning 17270 clauses out of 34574 with flag 4652/1381035
192.08/191.19	c cleaning 11623 clauses out of 23304 with flag 40329/1387035
193.08/192.11	c cleaning 9325 clauses out of 18681 with flag 76907/1394035
194.08/193.19	c cleaning 8657 clauses out of 17357 with flag 120778/1402036
195.27/194.38	c cleaning 8825 clauses out of 17700 with flag 170608/1411036
196.67/195.75	c cleaning 9432 clauses out of 18874 with flag 234941/1421035
198.16/197.24	c cleaning 10198 clauses out of 20444 with flag 291108/1432037
199.77/198.81	c cleaning 11114 clauses out of 22244 with flag 354821/1444035
201.47/200.54	c cleaning 12057 clauses out of 24130 with flag 428223/1457035
203.36/202.44	c cleaning 13036 clauses out of 26073 with flag 512378/1471035
205.46/204.54	c cleaning 14016 clauses out of 28037 with flag 599966/1486035
207.66/206.72	c cleaning 14999 clauses out of 30023 with flag 692475/1502037
209.85/208.99	c cleaning 16000 clauses out of 32024 with flag 781833/1519037
212.25/211.38	c cleaning 16999 clauses out of 34023 with flag 876916/1537036
214.84/213.90	c cleaning 17998 clauses out of 36024 with flag 979358/1556036
217.63/216.75	c cleaning 19009 clauses out of 38025 with flag 1097319/1576035
220.63/219.73	c cleaning 19986 clauses out of 40016 with flag 1224452/1597035
223.73/222.87	c cleaning 21011 clauses out of 42030 with flag 1367736/1619035
227.12/226.21	c cleaning 22003 clauses out of 44019 with flag 1511315/1642035
230.61/229.71	c cleaning 22998 clauses out of 46016 with flag 1647229/1666035
234.21/233.31	c cleaning 23999 clauses out of 48018 with flag 1793272/1691035
238.20/237.30	c cleaning 24991 clauses out of 50019 with flag 1959697/1717035
242.19/241.32	c cleaning 25968 clauses out of 52028 with flag 2114977/1744035
246.28/245.42	c cleaning 27023 clauses out of 54061 with flag 2265257/1772036
250.27/249.41	c cleaning 28018 clauses out of 56037 with flag 2407809/1801035
254.47/253.67	c cleaning 29008 clauses out of 58019 with flag 2547957/1831035
258.86/258.03	c cleaning 29996 clauses out of 60012 with flag 2700455/1862036
263.35/262.53	c cleaning 31008 clauses out of 62015 with flag 2849201/1894035
268.04/267.22	c cleaning 31990 clauses out of 64007 with flag 3010354/1927035
273.06/272.23	c cleaning 32994 clauses out of 66017 with flag 3191467/1961035
278.05/277.24	c cleaning 34001 clauses out of 68024 with flag 3354841/1996036
283.24/282.48	c cleaning 35008 clauses out of 70023 with flag 3548570/2032036
288.72/287.97	c cleaning 35972 clauses out of 72014 with flag 3758864/2069035
294.42/293.65	c cleaning 37002 clauses out of 74042 with flag 3966777/2107035
300.00/299.27	c cleaning 38016 clauses out of 76040 with flag 4207343/2146035
305.90/305.11	c cleaning 39011 clauses out of 78025 with flag 4435508/2186036
311.97/311.24	c cleaning 39975 clauses out of 80013 with flag 4669491/2227035
318.19/317.41	c cleaning 40983 clauses out of 82038 with flag 4901677/2269035
324.67/323.90	c cleaning 42011 clauses out of 84055 with flag 5149105/2312035
331.16/330.44	c cleaning 43018 clauses out of 86046 with flag 5407023/2356037
337.64/336.93	c cleaning 44002 clauses out of 88026 with flag 5661921/2401035
344.12/343.48	c cleaning 44989 clauses out of 90024 with flag 5943192/2447035
350.90/350.27	c cleaning 46008 clauses out of 92035 with flag 6214778/2494035
357.90/357.26	c cleaning 47002 clauses out of 94028 with flag 6491908/2542036
364.78/364.18	c cleaning 48004 clauses out of 96026 with flag 6748183/2591036
372.16/371.51	c cleaning 48995 clauses out of 98021 with flag 7028890/2641035
379.64/379.09	c cleaning 49945 clauses out of 100026 with flag 7309774/2692035
387.80/387.18	c cleaning 51025 clauses out of 102081 with flag 7605494/2744035
395.57/394.99	c cleaning 52008 clauses out of 104056 with flag 7890916/2797035
403.35/402.75	c cleaning 53014 clauses out of 106048 with flag 8198879/2851035
411.23/410.60	c cleaning 54012 clauses out of 108034 with flag 8492576/2906035
419.41/418.84	c cleaning 54997 clauses out of 110022 with flag 8851679/2962035
427.80/427.23	c cleaning 55985 clauses out of 112025 with flag 9150238/3019035
436.63/436.05	c cleaning 56990 clauses out of 114040 with flag 9466771/3077035
445.61/445.01	c cleaning 58007 clauses out of 116050 with flag 9769044/3136035
454.18/453.64	c cleaning 59016 clauses out of 118043 with flag 10047980/3196035
462.36/461.88	c cleaning 60013 clauses out of 120027 with flag 10303809/3257035
471.34/470.86	c cleaning 61000 clauses out of 122015 with flag 10658293/3319036
480.72/480.24	c cleaning 61989 clauses out of 124014 with flag 10970870/3382035
490.50/490.07	c cleaning 63011 clauses out of 126026 with flag 11292788/3446036
500.14/499.63	c cleaning 64000 clauses out of 128018 with flag 11581122/3511039
509.62/509.11	c cleaning 64995 clauses out of 130016 with flag 11853435/3577037
519.00/518.52	c cleaning 65995 clauses out of 132019 with flag 12207866/3644035
528.79/528.30	c cleaning 66976 clauses out of 134024 with flag 12545768/3712035
538.37/537.91	c cleaning 68016 clauses out of 136049 with flag 12861909/3781036
541.57/541.10	c Got one! Elapsed wall clock time (in seconds):540.977
541.57/541.10	o 53568
542.47/542.02	c cleaning 48401 clauses out of 96812 with flag 23990/3809815
543.42/542.92	c cleaning 27197 clauses out of 54411 with flag 56328/3815815
544.32/543.89	c cleaning 17087 clauses out of 34214 with flag 91319/3822815
545.41/544.92	c cleaning 12551 clauses out of 25127 with flag 132664/3830815
546.62/546.17	c cleaning 10761 clauses out of 21576 with flag 188560/3839815
548.01/547.58	c cleaning 10401 clauses out of 20815 with flag 265604/3849815
549.51/549.07	c cleaning 10688 clauses out of 21414 with flag 324209/3860815
551.30/550.82	c cleaning 11348 clauses out of 22726 with flag 398355/3872815
553.00/552.53	c cleaning 12184 clauses out of 24378 with flag 459928/3885815
554.89/554.44	c cleaning 13062 clauses out of 26194 with flag 523497/3899815
556.80/556.38	c cleaning 14043 clauses out of 28132 with flag 585173/3914815
559.14/558.67	c cleaning 15043 clauses out of 30091 with flag 664130/3930817
561.54/561.03	c cleaning 15997 clauses out of 32046 with flag 750446/3947815
564.03/563.59	c cleaning 17012 clauses out of 34051 with flag 848811/3965817
566.63/566.17	c cleaning 18010 clauses out of 36037 with flag 944794/3984815
569.32/568.86	c cleaning 19007 clauses out of 38028 with flag 1032988/4004816
572.21/571.71	c cleaning 20001 clauses out of 40020 with flag 1132334/4025815
575.00/574.56	c cleaning 21000 clauses out of 42020 with flag 1213398/4047816
578.10/577.64	c cleaning 21996 clauses out of 44019 with flag 1312358/4070815
581.19/580.76	c cleaning 23003 clauses out of 46023 with flag 1413223/4094815
584.49/584.02	c cleaning 23970 clauses out of 48020 with flag 1536040/4119815
587.88/587.47	c cleaning 25017 clauses out of 50051 with flag 1660060/4145816
591.48/591.05	c cleaning 26008 clauses out of 52033 with flag 1786634/4172815
595.26/594.87	c cleaning 27006 clauses out of 54026 with flag 1923829/4200816
599.25/598.84	c cleaning 27996 clauses out of 56019 with flag 2061626/4229815
603.25/602.87	c cleaning 28984 clauses out of 58023 with flag 2197480/4259815
607.54/607.15	c cleaning 29985 clauses out of 60039 with flag 2353649/4290815
612.23/611.87	c cleaning 31006 clauses out of 62054 with flag 2518255/4322815
616.82/616.48	c cleaning 32011 clauses out of 64048 with flag 2691152/4355815
621.51/621.17	c cleaning 33009 clauses out of 66038 with flag 2852031/4389816
626.30/625.91	c cleaning 34002 clauses out of 68028 with flag 3002497/4424815
631.29/630.94	c cleaning 35002 clauses out of 70026 with flag 3172131/4460815
636.67/636.34	c cleaning 36007 clauses out of 72024 with flag 3310175/4497815
642.16/641.82	c cleaning 37004 clauses out of 74017 with flag 3459181/4535815
647.65/647.36	c cleaning 38003 clauses out of 76013 with flag 3644362/4574815
647.75/647.46	c Got one! Elapsed wall clock time (in seconds):647.339
647.75/647.46	o 53509
648.66/648.30	c cleaning 21917 clauses out of 43886 with flag 21278/4580691
649.46/649.12	c cleaning 13963 clauses out of 27969 with flag 56754/4586691
650.36/650.04	c cleaning 10486 clauses out of 21006 with flag 95246/4593691
651.47/651.12	c cleaning 9250 clauses out of 18520 with flag 137722/4601691
652.66/652.36	c cleaning 9115 clauses out of 18270 with flag 186003/4610691
654.09/653.76	c cleaning 9567 clauses out of 19157 with flag 240452/4620693
655.58/655.22	c cleaning 10282 clauses out of 20588 with flag 292940/4631691
657.08/656.77	c cleaning 11147 clauses out of 22310 with flag 357769/4643695
658.88/658.54	c cleaning 12053 clauses out of 24159 with flag 420414/4656691
660.97/660.61	c cleaning 13043 clauses out of 26108 with flag 498276/4670693
663.07/662.72	c cleaning 13988 clauses out of 28063 with flag 590537/4685691
665.38/665.10	c cleaning 15035 clauses out of 30075 with flag 714888/4701691
667.86/667.51	c cleaning 16011 clauses out of 32040 with flag 823488/4718691
670.36/670.09	c cleaning 17006 clauses out of 34029 with flag 929392/4736691
673.05/672.73	c cleaning 17990 clauses out of 36023 with flag 1036090/4755691
675.85/675.52	c cleaning 19007 clauses out of 38034 with flag 1147600/4775692
678.74/678.40	c cleaning 20002 clauses out of 40026 with flag 1255544/4796691
681.73/681.46	c cleaning 21012 clauses out of 42024 with flag 1371359/4818691
684.93/684.64	c cleaning 21991 clauses out of 44013 with flag 1489825/4841692
688.12/687.88	c cleaning 23001 clauses out of 46021 with flag 1618475/4865691
691.61/691.31	c cleaning 24007 clauses out of 48022 with flag 1756146/4890693
695.31/695.03	c cleaning 24996 clauses out of 50013 with flag 1898553/4916691
699.00/698.78	c cleaning 26006 clauses out of 52017 with flag 2045298/4943691
702.89/702.64	c cleaning 27001 clauses out of 54012 with flag 2170377/4971692
706.88/706.65	c cleaning 28000 clauses out of 56010 with flag 2304362/5000691
710.97/710.74	c cleaning 29001 clauses out of 58010 with flag 2449884/5030691
715.16/715.00	c cleaning 29988 clauses out of 60009 with flag 2597297/5061691
719.65/719.49	c cleaning 31007 clauses out of 62023 with flag 2752096/5093693
724.34/724.17	c cleaning 31980 clauses out of 64014 with flag 2897207/5126691
729.23/729.03	c cleaning 32981 clauses out of 66034 with flag 3074493/5160691
734.01/733.89	c cleaning 34014 clauses out of 68055 with flag 3244655/5195693
739.20/739.05	c cleaning 35015 clauses out of 70039 with flag 3428002/5231691
744.58/744.40	c cleaning 35994 clauses out of 72024 with flag 3571020/5268691
749.97/749.89	c cleaning 37006 clauses out of 74030 with flag 3779751/5306691
755.96/755.80	c cleaning 38012 clauses out of 76025 with flag 4015916/5345692
761.44/761.31	c cleaning 38982 clauses out of 78012 with flag 4205946/5385691
767.33/767.23	c cleaning 39984 clauses out of 80030 with flag 4432816/5426691
773.52/773.44	c cleaning 40992 clauses out of 82046 with flag 4628379/5468691
779.80/779.79	c cleaning 42018 clauses out of 84054 with flag 4823380/5511691
786.28/786.29	c cleaning 43004 clauses out of 86036 with flag 5042638/5555691
792.67/792.63	c cleaning 44008 clauses out of 88034 with flag 5264891/5600693
799.16/799.16	c cleaning 44988 clauses out of 90025 with flag 5459480/5646692
806.43/806.48	c cleaning 45977 clauses out of 92036 with flag 5683204/5693691
813.61/813.65	c cleaning 47013 clauses out of 94059 with flag 5895354/5741691
820.79/820.82	c cleaning 48021 clauses out of 96047 with flag 6101202/5790692
828.08/828.14	c cleaning 48993 clauses out of 98025 with flag 6296849/5840691
835.66/835.71	c cleaning 49999 clauses out of 100032 with flag 6520734/5891691
843.14/843.29	c cleaning 51013 clauses out of 102033 with flag 6774748/5943691
850.92/851.07	c cleaning 52001 clauses out of 104020 with flag 7053659/5996691
858.50/858.61	c cleaning 52992 clauses out of 106020 with flag 7295257/6050692
866.28/866.44	c cleaning 53984 clauses out of 108027 with flag 7552319/6105691
874.37/874.53	c cleaning 55006 clauses out of 110043 with flag 7842953/6161691
882.54/882.77	c cleaning 56019 clauses out of 112038 with flag 8147116/6218692
890.83/891.05	c cleaning 57009 clauses out of 114018 with flag 8449985/6276691
899.40/899.62	c cleaning 58002 clauses out of 116009 with flag 8750590/6335691
908.11/908.29	c cleaning 58998 clauses out of 118007 with flag 9043167/6395691
917.09/917.26	c cleaning 59974 clauses out of 120010 with flag 9371939/6456692
925.98/926.15	c cleaning 61011 clauses out of 122037 with flag 9705391/6518693
935.15/935.35	c cleaning 62010 clauses out of 124024 with flag 10059774/6581691
944.73/944.90	c cleaning 63001 clauses out of 126015 with flag 10403114/6645692
954.31/954.54	c cleaning 64008 clauses out of 128017 with flag 10789268/6710695
963.99/964.29	c cleaning 64992 clauses out of 130005 with flag 11128985/6776691
973.68/973.90	c cleaning 65996 clauses out of 132013 with flag 11416088/6843691
983.06/983.39	c cleaning 67002 clauses out of 134017 with flag 11735999/6911691
993.63/993.99	c cleaning 68001 clauses out of 136015 with flag 12150052/6980691
1004.51/1004.82	c cleaning 68992 clauses out of 138014 with flag 12580074/7050691
1015.49/1015.80	c cleaning 69995 clauses out of 140022 with flag 13027600/7121691
1026.56/1026.94	c cleaning 70989 clauses out of 142027 with flag 13465334/7193691
1037.65/1038.09	c cleaning 72007 clauses out of 144038 with flag 13869157/7266691
1049.15/1049.42	c cleaning 72981 clauses out of 146031 with flag 14318760/7340691
1060.43/1060.70	c cleaning 74003 clauses out of 148050 with flag 14802232/7415691
1071.60/1071.93	c cleaning 75007 clauses out of 150047 with flag 15277575/7491691
1083.38/1083.71	c cleaning 75975 clauses out of 152040 with flag 15733816/7568691
1095.55/1095.92	c cleaning 76994 clauses out of 154065 with flag 16238350/7646691
1107.83/1108.22	c cleaning 78007 clauses out of 156072 with flag 16823339/7725692
1120.61/1121.03	c cleaning 79028 clauses out of 158065 with flag 17418866/7805692
1132.78/1133.22	c cleaning 80006 clauses out of 160036 with flag 17858284/7886691
1145.67/1145.79	c cleaning 81014 clauses out of 162032 with flag 18370924/7968693
1158.55/1158.74	c cleaning 81994 clauses out of 164016 with flag 18903802/8051691
1171.94/1172.26	c cleaning 83003 clauses out of 166022 with flag 19436432/8135691
1185.41/1185.70	c cleaning 84003 clauses out of 168019 with flag 20028047/8220691
1198.38/1198.76	c cleaning 84973 clauses out of 170016 with flag 20542507/8306691
1211.76/1212.12	c cleaning 86011 clauses out of 172043 with flag 21085105/8393691
1225.83/1226.27	c cleaning 87017 clauses out of 174033 with flag 21649330/8481692
1239.65/1240.06	c cleaning 87981 clauses out of 176015 with flag 22226233/8570691
1253.62/1254.16	c cleaning 89001 clauses out of 178034 with flag 22851886/8660691
1267.79/1268.45	c cleaning 90017 clauses out of 180033 with flag 23412330/8751691
1282.18/1282.93	c cleaning 90974 clauses out of 182016 with flag 23975776/8843691
1296.84/1297.77	c cleaning 92012 clauses out of 184044 with flag 24472058/8936693
1310.98/1311.97	c cleaning 93013 clauses out of 186031 with flag 24929230/9030692
1327.05/1328.04	c cleaning 93997 clauses out of 188018 with flag 25407526/9125692
1342.22/1343.27	c cleaning 94979 clauses out of 190020 with flag 26042866/9221691
1357.85/1358.86	c cleaning 95998 clauses out of 192041 with flag 26691797/9318691
1373.11/1374.24	c cleaning 97011 clauses out of 194046 with flag 27229031/9416694
1388.97/1390.23	c cleaning 98005 clauses out of 196032 with flag 27776538/9515691
1405.23/1406.65	c cleaning 99004 clauses out of 198028 with flag 28364747/9615692
1421.58/1423.18	c cleaning 99987 clauses out of 200023 with flag 28934212/9716691
1437.61/1439.20	c cleaning 101014 clauses out of 202039 with flag 29515151/9818694
1453.38/1455.06	c cleaning 101999 clauses out of 204022 with flag 30080441/9921691
1468.75/1470.43	c cleaning 102994 clauses out of 206024 with flag 30610064/10025692
1485.96/1487.66	c cleaning 103993 clauses out of 208029 with flag 31133357/10130691
1502.44/1504.17	c cleaning 105010 clauses out of 210036 with flag 31669061/10236691
1518.20/1519.95	c cleaning 105989 clauses out of 212026 with flag 32234102/10343691
1534.06/1535.80	c cleaning 106988 clauses out of 214037 with flag 32807877/10451691
1549.94/1551.78	c cleaning 108020 clauses out of 216050 with flag 33348665/10560692
1567.20/1569.05	c cleaning 108994 clauses out of 218030 with flag 33932365/10670692
1575.48/1577.21	c Got one! Elapsed wall clock time (in seconds):1577.089
1575.48/1577.21	o 53370
1576.59/1578.33	c cleaning 85424 clauses out of 170887 with flag 23850/10732543
1577.59/1579.36	c cleaning 45715 clauses out of 91463 with flag 55422/10738543
1578.59/1580.31	c cleaning 26349 clauses out of 52749 with flag 86715/10745544
1579.58/1581.35	c cleaning 17188 clauses out of 34399 with flag 125643/10753543
1580.79/1582.58	c cleaning 13074 clauses out of 26211 with flag 176300/10762543
1582.09/1583.86	c cleaning 11543 clauses out of 23137 with flag 220344/10772543
1583.49/1585.26	c cleaning 11254 clauses out of 22594 with flag 275604/10783543
1585.08/1586.87	c cleaning 11654 clauses out of 23340 with flag 336546/10795543
1586.78/1588.52	c cleaning 12331 clauses out of 24686 with flag 396628/10808543
1588.57/1590.37	c cleaning 13167 clauses out of 26359 with flag 460339/10822547
1590.57/1592.38	c cleaning 14092 clauses out of 28188 with flag 532838/10837543
1592.77/1594.59	c cleaning 15025 clauses out of 30096 with flag 609553/10853543
1595.06/1596.88	c cleaning 16027 clauses out of 32071 with flag 696760/10870543
1597.55/1599.33	c cleaning 17007 clauses out of 34044 with flag 776897/10888543
1600.15/1601.95	c cleaning 18009 clauses out of 36037 with flag 868739/10907543
1602.64/1604.49	c cleaning 19011 clauses out of 38029 with flag 958391/10927544
1605.54/1607.34	c cleaning 20000 clauses out of 40017 with flag 1051106/10948543
1608.53/1610.32	c cleaning 20988 clauses out of 42017 with flag 1154528/10970543
1611.62/1613.46	c cleaning 22000 clauses out of 44029 with flag 1252558/10993543
1614.91/1616.74	c cleaning 23006 clauses out of 46029 with flag 1362526/11017543
1618.31/1620.19	c cleaning 24006 clauses out of 48023 with flag 1460875/11042543
1621.80/1623.60	c cleaning 24995 clauses out of 50018 with flag 1561447/11068544
1625.39/1627.27	c cleaning 26006 clauses out of 52022 with flag 1685637/11095543
1629.29/1631.17	c cleaning 26983 clauses out of 54016 with flag 1815316/11123543
1633.37/1635.21	c cleaning 28002 clauses out of 56034 with flag 1944686/11152544
1637.48/1639.37	c cleaning 28990 clauses out of 58031 with flag 2084893/11182543
1641.77/1643.66	c cleaning 30019 clauses out of 60042 with flag 2238757/11213544
1646.26/1648.18	c cleaning 30994 clauses out of 62022 with flag 2369299/11245543
1650.75/1652.63	c cleaning 31987 clauses out of 64028 with flag 2498393/11278543
1655.34/1657.21	c cleaning 33001 clauses out of 66041 with flag 2645485/11312543
1660.53/1662.45	c cleaning 34004 clauses out of 68040 with flag 2807487/11347543
1665.72/1667.61	c cleaning 35004 clauses out of 70037 with flag 2973937/11383544
1670.91/1672.83	c cleaning 36007 clauses out of 72032 with flag 3141364/11420543
1676.10/1678.04	c cleaning 37002 clauses out of 74025 with flag 3297836/11458543
1681.32/1683.28	c cleaning 38000 clauses out of 76024 with flag 3456118/11497544
1687.01/1689.00	c cleaning 39001 clauses out of 78023 with flag 3621319/11537543
1693.21/1695.15	c cleaning 39999 clauses out of 80022 with flag 3776725/11578543
1699.29/1701.21	c cleaning 41010 clauses out of 82023 with flag 3953728/11620543
1704.88/1706.88	c cleaning 41999 clauses out of 84014 with flag 4118993/11663544
1711.07/1713.06	c cleaning 42996 clauses out of 86014 with flag 4317246/11707543
1716.96/1718.98	c cleaning 44005 clauses out of 88018 with flag 4514678/11752543
1723.44/1725.43	c cleaning 45006 clauses out of 90017 with flag 4717176/11798547
1729.93/1731.93	c cleaning 45989 clauses out of 92007 with flag 4922918/11845543
1736.52/1738.58	c cleaning 47002 clauses out of 94020 with flag 5120312/11893545
1743.11/1745.19	c cleaning 48011 clauses out of 96022 with flag 5350549/11942549
1750.09/1752.14	c cleaning 48988 clauses out of 98005 with flag 5591023/11992543
1757.17/1759.24	c cleaning 49994 clauses out of 100017 with flag 5857513/12043543
1764.27/1766.37	c cleaning 51010 clauses out of 102024 with flag 6120795/12095544
1771.95/1774.00	c cleaning 51976 clauses out of 104013 with flag 6411683/12148543
1776.54/1778.69	c Got one! Elapsed wall clock time (in seconds):1778.567
1776.54/1778.69	o 52980
1777.54/1779.65	c cleaning 45222 clauses out of 90499 with flag 20941/12187005
1778.44/1780.53	c cleaning 25624 clauses out of 51277 with flag 55548/12193005
1779.33/1781.47	c cleaning 16304 clauses out of 32655 with flag 86114/12200007
1780.43/1782.58	c cleaning 12159 clauses out of 24350 with flag 120219/12208006
1781.63/1783.77	c cleaning 10579 clauses out of 21190 with flag 157078/12217005
1783.03/1785.15	c cleaning 10303 clauses out of 20612 with flag 198528/12227006
1784.52/1786.67	c cleaning 10642 clauses out of 21309 with flag 254463/12238006
1786.22/1788.39	c cleaning 11327 clauses out of 22666 with flag 325939/12250005
1788.12/1790.23	c cleaning 12139 clauses out of 24339 with flag 414374/12263005
1790.02/1792.11	c cleaning 13099 clauses out of 26200 with flag 486968/12277005
1792.01/1794.13	c cleaning 14035 clauses out of 28103 with flag 556799/12292007
1794.10/1796.28	c cleaning 15027 clauses out of 30067 with flag 633918/12308006
1796.40/1798.56	c cleaning 16003 clauses out of 32039 with flag 709454/12325005
1798.79/1801.00	c cleaning 17012 clauses out of 34036 with flag 792692/12343005
1801.49/1803.63	c cleaning 18001 clauses out of 36024 with flag 874336/12362005
1804.18/1806.39	c cleaning 19008 clauses out of 38024 with flag 959819/12382006
1807.28/1809.43	c cleaning 19992 clauses out of 40016 with flag 1062595/12403006
1810.51/1812.66	c cleaning 20999 clauses out of 42023 with flag 1178273/12425005
1813.89/1816.06	c cleaning 21999 clauses out of 44024 with flag 1295930/12448005
1817.25/1819.43	c cleaning 23005 clauses out of 46025 with flag 1399820/12472005
1820.63/1822.88	c cleaning 24004 clauses out of 48020 with flag 1516504/12497005
1824.29/1826.51	c cleaning 24995 clauses out of 50016 with flag 1642610/12523005
1828.16/1830.42	c cleaning 25999 clauses out of 52021 with flag 1795077/12550005
1832.32/1834.63	c cleaning 26988 clauses out of 54022 with flag 2002129/12578005
1836.49/1838.80	c cleaning 27969 clauses out of 56035 with flag 2169057/12607006
1840.95/1843.36	c cleaning 28997 clauses out of 58065 with flag 2318452/12637005
1845.12/1847.50	c cleaning 30033 clauses out of 60069 with flag 2464929/12668006
1849.18/1851.65	c cleaning 31002 clauses out of 62035 with flag 2593400/12700005
1853.64/1856.17	c cleaning 32008 clauses out of 64033 with flag 2740143/12733005
1858.20/1860.75	c cleaning 32996 clauses out of 66025 with flag 2891431/12767005
1862.86/1865.49	c cleaning 34004 clauses out of 68029 with flag 3040194/12802005
1867.91/1870.56	c cleaning 34991 clauses out of 70025 with flag 3213825/12838005
1873.27/1875.96	c cleaning 35990 clauses out of 72034 with flag 3421824/12875005
1878.81/1881.60	c cleaning 36983 clauses out of 74044 with flag 3674624/12913005
1884.66/1887.45	c cleaning 38020 clauses out of 76061 with flag 3933617/12952005
1890.41/1893.22	c cleaning 39014 clauses out of 78041 with flag 4168320/12992005
1896.47/1899.31	c cleaning 39984 clauses out of 80027 with flag 4453504/13033005
1902.41/1905.39	c cleaning 41011 clauses out of 82043 with flag 4708209/13075005
1908.36/1911.38	c cleaning 41999 clauses out of 84032 with flag 4915984/13118005
1914.60/1917.68	c cleaning 43002 clauses out of 86033 with flag 5138905/13162005
1921.04/1924.19	c cleaning 44002 clauses out of 88031 with flag 5378341/13207005
1927.48/1930.66	c cleaning 45003 clauses out of 90029 with flag 5633861/13253005
1934.12/1937.31	c cleaning 46009 clauses out of 92026 with flag 5890174/13300005
1941.39/1944.40	c cleaning 46988 clauses out of 94017 with flag 6176053/13348005
1948.53/1951.61	c cleaning 47974 clauses out of 96029 with flag 6461481/13397005
1955.67/1958.87	c cleaning 49024 clauses out of 98056 with flag 6714547/13447006
1963.10/1966.31	c cleaning 50009 clauses out of 100031 with flag 6959366/13498005
1970.34/1973.61	c cleaning 51003 clauses out of 102022 with flag 7183800/13550005
1976.79/1980.11	c cleaning 52007 clauses out of 104019 with flag 7347848/13603005
1984.42/1987.87	c cleaning 52944 clauses out of 106012 with flag 7571994/13657005
1992.25/1995.74	c cleaning 54020 clauses out of 108068 with flag 7819491/13712005
2000.57/2004.15	c cleaning 55023 clauses out of 110049 with flag 8081707/13768006
2008.80/2012.45	c cleaning 56012 clauses out of 112025 with flag 8326502/13825005
2017.43/2021.13	c cleaning 56987 clauses out of 114013 with flag 8594950/13883005
2026.44/2030.21	c cleaning 58006 clauses out of 116026 with flag 8920509/13942005
2035.27/2039.16	c cleaning 59006 clauses out of 118020 with flag 9200064/14002005
2044.00/2047.93	c cleaning 59987 clauses out of 120014 with flag 9457530/14063005
2053.41/2057.40	c cleaning 60998 clauses out of 122027 with flag 9733622/14125005
2062.43/2066.51	c cleaning 62003 clauses out of 124030 with flag 10040733/14188006
2071.95/2076.18	c cleaning 63010 clauses out of 126026 with flag 10438452/14252005
2082.46/2086.76	c cleaning 63984 clauses out of 128017 with flag 10871376/14317006
2092.67/2097.05	c cleaning 64983 clauses out of 130033 with flag 11315662/14383006
2103.02/2107.48	c cleaning 65986 clauses out of 132049 with flag 11748234/14450005
2113.04/2117.54	c cleaning 67015 clauses out of 134063 with flag 12145499/14518005
2119.97/2124.51	c Got one! Elapsed wall clock time (in seconds):2124.389
2119.97/2124.51	o 52956
2120.96/2125.51	c cleaning 59828 clauses out of 119689 with flag 18883/14570646
2121.86/2126.49	c cleaning 32927 clauses out of 65861 with flag 45074/14576646
2122.95/2127.50	c cleaning 19947 clauses out of 39933 with flag 77093/14583645
2123.94/2128.58	c cleaning 13978 clauses out of 27985 with flag 107854/14591644
2125.13/2129.79	c cleaning 11499 clauses out of 23007 with flag 145178/14600644
2126.52/2131.18	c cleaning 10723 clauses out of 21508 with flag 199030/14610644
2127.90/2132.57	c Got one! Elapsed wall clock time (in seconds):2132.45
2127.90/2132.57	o 52695
2128.63/2133.24	c Got one! Elapsed wall clock time (in seconds):2133.118
2128.63/2133.24	o 52651
2128.73/2133.39	c cleaning 13082 clauses out of 26181 with flag 2925/14626040
2129.52/2134.14	c cleaning 9536 clauses out of 19099 with flag 30019/14632040
2130.42/2135.09	c cleaning 8266 clauses out of 16565 with flag 68733/14639042
2131.52/2136.14	c cleaning 8144 clauses out of 16299 with flag 112422/14647042
2132.70/2137.30	c cleaning 8574 clauses out of 17157 with flag 152724/14656044
2133.89/2138.52	c cleaning 9284 clauses out of 18579 with flag 194962/14666040
2135.28/2139.94	c cleaning 10141 clauses out of 20295 with flag 248643/14677040
2136.86/2141.50	c cleaning 11068 clauses out of 22154 with flag 309051/14689040
2138.55/2143.21	c cleaning 12034 clauses out of 24086 with flag 378607/14702040
2140.34/2145.09	c cleaning 13021 clauses out of 26052 with flag 441640/14716040
2142.32/2147.07	c cleaning 13993 clauses out of 28031 with flag 507089/14731040
2144.50/2149.24	c cleaning 15003 clauses out of 30038 with flag 587310/14747040
2146.78/2151.55	c cleaning 16011 clauses out of 32037 with flag 664833/14764042
2149.16/2153.96	c cleaning 16997 clauses out of 34025 with flag 739263/14782041
2151.73/2156.51	c cleaning 18012 clauses out of 36027 with flag 821124/14801040
2154.32/2159.16	c cleaning 18985 clauses out of 38015 with flag 908248/14821040
2157.09/2161.91	c cleaning 20003 clauses out of 40030 with flag 989893/14842040
2159.96/2164.82	c cleaning 21008 clauses out of 42027 with flag 1083427/14864040
2163.04/2167.92	c cleaning 21992 clauses out of 44019 with flag 1181205/14887040
2166.40/2171.38	c cleaning 23014 clauses out of 46029 with flag 1285785/14911042
2169.97/2174.99	c cleaning 23994 clauses out of 48013 with flag 1398554/14936040
2173.74/2178.79	c cleaning 25006 clauses out of 50019 with flag 1541635/14962040
2177.71/2182.78	c cleaning 25990 clauses out of 52014 with flag 1673655/14989041
2181.87/2186.95	c cleaning 26999 clauses out of 54023 with flag 1838939/15017040
2186.13/2191.28	c cleaning 27984 clauses out of 56024 with flag 2026104/15046040
2190.70/2195.87	c cleaning 28991 clauses out of 58040 with flag 2212024/15076040
2195.25/2200.48	c cleaning 30022 clauses out of 60049 with flag 2403540/15107040
2200.01/2205.21	c cleaning 31002 clauses out of 62027 with flag 2583213/15139040
2204.67/2209.94	c cleaning 32010 clauses out of 64025 with flag 2772778/15172040
2209.63/2214.93	c cleaning 32958 clauses out of 66015 with flag 2962045/15206040
2214.58/2219.93	c cleaning 34027 clauses out of 68058 with flag 3128135/15241041
2219.64/2225.03	c cleaning 35005 clauses out of 70030 with flag 3294932/15277040
2225.10/2230.50	c cleaning 35979 clauses out of 72025 with flag 3474307/15314040
2230.35/2235.84	c cleaning 37006 clauses out of 74048 with flag 3663561/15352042
2235.90/2241.44	c cleaning 38011 clauses out of 76040 with flag 3859351/15391040
2241.85/2247.44	c cleaning 38986 clauses out of 78030 with flag 4060777/15431041
2248.29/2253.93	c cleaning 40015 clauses out of 80043 with flag 4362998/15472040
2254.73/2260.42	c cleaning 40998 clauses out of 82028 with flag 4620118/15514040
2261.38/2267.11	c cleaning 42008 clauses out of 84030 with flag 4857755/15557040
2267.72/2273.57	c cleaning 42978 clauses out of 86022 with flag 5073892/15601040
2274.26/2280.17	c cleaning 44011 clauses out of 88044 with flag 5286288/15646040
2281.00/2286.96	c cleaning 44970 clauses out of 90033 with flag 5506891/15692040
2288.10/2294.03	c cleaning 46020 clauses out of 92065 with flag 5774990/15739042
2295.14/2301.17	c cleaning 47005 clauses out of 94043 with flag 6022160/15787040
2302.27/2308.31	c cleaning 48000 clauses out of 96041 with flag 6274063/15836043
2309.41/2315.55	c cleaning 49005 clauses out of 98038 with flag 6541715/15886040
2316.94/2323.16	c cleaning 50006 clauses out of 100033 with flag 6771795/15937040
2324.47/2330.70	c cleaning 51005 clauses out of 102027 with flag 7000508/15989040
2332.20/2338.53	c cleaning 52010 clauses out of 104023 with flag 7301863/16042041
2340.23/2346.65	c cleaning 53005 clauses out of 106015 with flag 7625548/16096043
2348.45/2354.98	c cleaning 53989 clauses out of 108007 with flag 7922557/16151040
2356.98/2363.54	c cleaning 55002 clauses out of 110018 with flag 8226939/16207040
2365.50/2372.19	c cleaning 56006 clauses out of 112016 with flag 8523048/16264040
2374.12/2380.89	c cleaning 56983 clauses out of 114010 with flag 8833631/16322040
2383.34/2390.13	c cleaning 57983 clauses out of 116027 with flag 9158842/16381040
2392.45/2399.38	c cleaning 59021 clauses out of 118044 with flag 9508648/16441040
2401.26/2408.27	c cleaning 59992 clauses out of 120023 with flag 9817945/16502040
2410.49/2417.54	c cleaning 60990 clauses out of 122032 with flag 10143843/16564041
2419.50/2426.61	c cleaning 61966 clauses out of 124042 with flag 10475747/16627041
2429.01/2436.20	c cleaning 63017 clauses out of 126076 with flag 10830109/16691041
2438.62/2445.91	c cleaning 63992 clauses out of 128058 with flag 11198337/16756040
2448.24/2455.63	c cleaning 65026 clauses out of 130067 with flag 11552710/16822041
2458.04/2465.59	c cleaning 66004 clauses out of 132040 with flag 11959260/16889040
2462.21/2469.73	c Got one! Elapsed wall clock time (in seconds):2469.601
2462.21/2469.73	o 52482
2463.12/2470.63	c cleaning 49989 clauses out of 99986 with flag 20828/16922990
2464.01/2471.56	c cleaning 27989 clauses out of 55997 with flag 59361/16928990
2465.01/2472.58	c cleaning 17491 clauses out of 35008 with flag 96029/16935990
2466.10/2473.69	c cleaning 12710 clauses out of 25517 with flag 137026/16943990
2467.38/2474.90	c cleaning 10877 clauses out of 21808 with flag 179728/16952991
2468.67/2476.27	c cleaning 10435 clauses out of 20933 with flag 222729/16962993
2470.26/2477.80	c cleaning 10743 clauses out of 21498 with flag 267696/16973993
2471.84/2479.49	c cleaning 11371 clauses out of 22752 with flag 329306/16985990
2473.62/2481.30	c cleaning 12184 clauses out of 24381 with flag 406504/16998990
2475.51/2483.18	c cleaning 13083 clauses out of 26197 with flag 468553/17012990
2477.59/2485.20	c cleaning 14048 clauses out of 28114 with flag 535190/17027990
2479.77/2487.42	c cleaning 15014 clauses out of 30066 with flag 601723/17043990
2482.15/2489.82	c cleaning 16010 clauses out of 32052 with flag 683697/17060990
2484.82/2492.53	c cleaning 17004 clauses out of 34042 with flag 783845/17078990
2487.40/2495.19	c cleaning 18012 clauses out of 36038 with flag 885189/17097990
2490.18/2497.99	c cleaning 19012 clauses out of 38026 with flag 983162/17117990
2493.15/2500.98	c cleaning 19992 clauses out of 40014 with flag 1081309/17138990
2496.41/2504.20	c cleaning 20982 clauses out of 42022 with flag 1184573/17160990
2499.64/2507.48	c cleaning 22008 clauses out of 44040 with flag 1312376/17183990
2503.02/2510.84	c cleaning 23009 clauses out of 46032 with flag 1416113/17207990
2506.48/2514.32	c cleaning 24001 clauses out of 48023 with flag 1529051/17232990
2510.15/2518.03	c cleaning 24984 clauses out of 50022 with flag 1643718/17258990
2513.72/2521.68	c cleaning 26009 clauses out of 52038 with flag 1756690/17285990
2517.68/2525.69	c cleaning 27005 clauses out of 54029 with flag 1876258/17313990
2521.75/2529.76	c cleaning 28006 clauses out of 56024 with flag 1986835/17342990
2525.91/2533.98	c cleaning 29007 clauses out of 58018 with flag 2113664/17372990
2530.38/2538.41	c cleaning 30006 clauses out of 60011 with flag 2253445/17403990
2534.84/2542.97	c cleaning 30991 clauses out of 62005 with flag 2380471/17435990
2539.70/2547.88	c cleaning 31996 clauses out of 64014 with flag 2524097/17468990
2544.46/2552.64	c cleaning 33005 clauses out of 66018 with flag 2657353/17502990
2549.31/2557.52	c cleaning 34005 clauses out of 68014 with flag 2799557/17537991
2554.27/2562.50	c cleaning 34993 clauses out of 70009 with flag 2931392/17573991
2559.13/2567.49	c cleaning 36003 clauses out of 72015 with flag 3061673/17610990
2564.08/2572.42	c cleaning 36988 clauses out of 74013 with flag 3187712/17648991
2569.14/2577.50	c cleaning 38009 clauses out of 76025 with flag 3320320/17687991
2574.30/2582.77	c cleaning 38992 clauses out of 78015 with flag 3466488/17727990
2580.15/2588.61	c cleaning 39987 clauses out of 80023 with flag 3625665/17768990
2585.89/2594.47	c cleaning 40990 clauses out of 82036 with flag 3789331/17810990
2592.14/2600.73	c cleaning 41989 clauses out of 84047 with flag 3965930/17853991
2598.19/2606.88	c cleaning 43006 clauses out of 86057 with flag 4136801/17897990
2604.24/2612.95	c cleaning 44022 clauses out of 88052 with flag 4286865/17942991
2610.19/2618.99	c cleaning 44996 clauses out of 90030 with flag 4439392/17988991
2616.63/2625.44	c cleaning 45989 clauses out of 92035 with flag 4635101/18035992
2623.28/2632.14	c cleaning 47006 clauses out of 94044 with flag 4854242/18083990
2630.31/2639.24	c cleaning 48011 clauses out of 96040 with flag 5097724/18132992
2637.55/2646.58	c cleaning 48993 clauses out of 98027 with flag 5394882/18182990
2645.08/2654.13	c cleaning 49999 clauses out of 100034 with flag 5690383/18233990
2652.91/2662.08	c cleaning 50997 clauses out of 102035 with flag 5979102/18285990
2660.84/2670.08	c cleaning 52018 clauses out of 104038 with flag 6276916/18338990
2669.16/2678.41	c cleaning 53002 clauses out of 106020 with flag 6550315/18392990
2677.49/2686.85	c cleaning 54002 clauses out of 108018 with flag 6895533/18447990
2685.81/2695.27	c cleaning 54997 clauses out of 110016 with flag 7194767/18503990
2694.73/2704.21	c cleaning 55966 clauses out of 112019 with flag 7494416/18560990
2703.25/2712.90	c cleaning 57004 clauses out of 114053 with flag 7769046/18618990
2712.26/2721.99	c cleaning 58019 clauses out of 116050 with flag 8069626/18677991
2721.38/2731.11	c cleaning 58987 clauses out of 118031 with flag 8415003/18737991
2730.50/2740.33	c cleaning 60013 clauses out of 120043 with flag 8759966/18798990
2739.31/2749.24	c cleaning 60982 clauses out of 122030 with flag 9074595/18860990
2748.62/2758.61	c cleaning 62012 clauses out of 124048 with flag 9417673/18923990
2758.24/2768.37	c cleaning 63008 clauses out of 126036 with flag 9775102/18987990
2767.95/2778.16	c cleaning 63985 clauses out of 128029 with flag 10100216/19052991
2777.83/2788.02	c cleaning 64993 clauses out of 130043 with flag 10436991/19118990
2787.93/2798.24	c cleaning 66006 clauses out of 132050 with flag 10766255/19185990
2798.04/2808.41	c cleaning 66995 clauses out of 134046 with flag 11066366/19253992
2808.15/2818.69	c cleaning 68000 clauses out of 136049 with flag 11359583/19322990
2818.57/2829.15	c cleaning 69014 clauses out of 138049 with flag 11718200/19392990
2829.86/2840.54	c cleaning 69969 clauses out of 140035 with flag 12102064/19463990
2840.97/2851.79	c cleaning 71027 clauses out of 142068 with flag 12434758/19535992
2852.96/2863.85	c cleaning 71962 clauses out of 144039 with flag 12866953/19608990
2864.55/2875.59	c cleaning 73030 clauses out of 146078 with flag 13350061/19682991
2876.05/2887.14	c cleaning 74009 clauses out of 148047 with flag 13802976/19757990
2887.64/2898.81	c cleaning 75002 clauses out of 150038 with flag 14222523/19833990
2899.55/2910.89	c cleaning 76006 clauses out of 152036 with flag 14670966/19910990
2911.93/2923.36	c cleaning 76998 clauses out of 154030 with flag 15144035/19988990
2924.02/2935.52	c cleaning 78003 clauses out of 156032 with flag 15608588/20067990
2936.51/2948.17	c cleaning 78991 clauses out of 158029 with flag 15991630/20147990
2948.49/2960.22	c cleaning 80009 clauses out of 160038 with flag 16368465/20228990
2961.19/2973.01	c cleaning 81010 clauses out of 162030 with flag 16806940/20310991
2973.68/2985.64	c cleaning 82000 clauses out of 164019 with flag 17265464/20393990
2986.56/2998.60	c cleaning 82990 clauses out of 166019 with flag 17693990/20477990
2999.34/3011.55	c cleaning 84007 clauses out of 168029 with flag 18084777/20562990
3012.74/3025.02	c cleaning 85005 clauses out of 170022 with flag 18459878/20648990
3025.52/3037.91	c cleaning 85991 clauses out of 172017 with flag 18879115/20735990
3038.70/3051.25	c cleaning 87009 clauses out of 174026 with flag 19282970/20823990
3052.18/3064.88	c cleaning 88001 clauses out of 176018 with flag 19713988/20912991
3065.67/3078.40	c cleaning 89000 clauses out of 178020 with flag 20171394/21002994
3079.68/3092.42	c cleaning 89991 clauses out of 180017 with flag 20672112/21093991
3094.26/3107.10	c cleaning 90989 clauses out of 182025 with flag 21264912/21185990
3108.83/3121.89	c cleaning 91993 clauses out of 184036 with flag 21882102/21278990
3123.30/3136.47	c cleaning 93011 clauses out of 186043 with flag 22414560/21372990
3137.57/3150.88	c cleaning 93991 clauses out of 188032 with flag 22904908/21467990
3152.34/3165.79	c cleaning 94992 clauses out of 190041 with flag 23405679/21563990
3167.41/3180.94	c cleaning 96014 clauses out of 192049 with flag 23927293/21660990
3182.37/3196.07	c cleaning 97014 clauses out of 194035 with flag 24470245/21758990
3197.52/3211.38	c cleaning 97996 clauses out of 196021 with flag 25057859/21857990
3213.18/3227.19	c cleaning 98969 clauses out of 198025 with flag 25699373/21957990
3228.23/3242.36	c cleaning 100011 clauses out of 200056 with flag 26255201/22058990
3244.28/3258.51	c cleaning 101003 clauses out of 202046 with flag 26866487/22160991
3260.33/3274.76	c cleaning 102001 clauses out of 204042 with flag 27450182/22263990
3276.29/3290.80	c cleaning 103003 clauses out of 206041 with flag 27993901/22367990
3292.78/3307.37	c cleaning 104004 clauses out of 208039 with flag 28590214/22472991
3309.35/3324.05	c cleaning 105009 clauses out of 210035 with flag 29215493/22578991
3325.50/3340.37	c cleaning 105998 clauses out of 212025 with flag 29783570/22685990
3342.36/3357.38	c cleaning 106986 clauses out of 214027 with flag 30436614/22793990
3359.31/3374.48	c cleaning 107982 clauses out of 216041 with flag 31089576/22902990
3376.26/3391.57	c cleaning 109008 clauses out of 218059 with flag 31729758/23012990
3393.85/3409.25	c cleaning 110008 clauses out of 220051 with flag 32369601/23123990
3410.11/3425.54	c cleaning 110999 clauses out of 222043 with flag 32977385/23235990
3427.29/3442.76	c cleaning 111975 clauses out of 224046 with flag 33553376/23348992
3428.98/3444.45	c Got one! Elapsed wall clock time (in seconds):3444.321
3428.98/3444.45	o 51876
3429.88/3445.33	c cleaning 64687 clauses out of 129418 with flag 21546/23366339
3430.68/3446.14	c cleaning 35356 clauses out of 70729 with flag 48454/23372337
3431.68/3447.11	c cleaning 21154 clauses out of 42373 with flag 84488/23379337
3432.68/3448.16	c cleaning 14582 clauses out of 29219 with flag 126756/23387337
3433.87/3449.36	c cleaning 11793 clauses out of 23637 with flag 172758/23396337
3435.17/3450.65	c cleaning 10900 clauses out of 21844 with flag 231814/23406337
3436.57/3452.08	c cleaning 10972 clauses out of 21946 with flag 285456/23417339
3438.16/3453.60	c cleaning 11484 clauses out of 22975 with flag 338517/23429340
3439.76/3455.21	c cleaning 12240 clauses out of 24488 with flag 391747/23442337
3441.45/3456.98	c cleaning 13087 clauses out of 26248 with flag 465385/23456337
3443.56/3459.03	c cleaning 14066 clauses out of 28161 with flag 541892/23471337
3445.74/3461.21	c cleaning 15042 clauses out of 30095 with flag 637526/23487337
3447.94/3463.48	c cleaning 16004 clauses out of 32053 with flag 723351/23504337
3450.33/3465.86	c cleaning 16993 clauses out of 34049 with flag 812970/23522337
3452.83/3468.34	c cleaning 17994 clauses out of 36056 with flag 912834/23541337
3455.53/3471.08	c cleaning 19018 clauses out of 38062 with flag 1013933/23561337
3458.42/3474.00	c cleaning 20012 clauses out of 40044 with flag 1114481/23582337
3461.52/3477.03	c cleaning 21011 clauses out of 42033 with flag 1204505/23604338
3464.61/3480.16	c cleaning 22000 clauses out of 44021 with flag 1289469/23627337
3467.90/3483.42	c cleaning 23012 clauses out of 46024 with flag 1401147/23651340
3471.57/3487.04	c cleaning 24003 clauses out of 48009 with flag 1518528/23676337
3475.06/3490.58	c cleaning 24977 clauses out of 50006 with flag 1638474/23702337
3478.86/3494.33	c cleaning 26014 clauses out of 52032 with flag 1783324/23729340
3482.66/3498.19	c cleaning 26990 clauses out of 54015 with flag 1927067/23757337
3486.74/3502.22	c cleaning 28003 clauses out of 56027 with flag 2075373/23786339
3490.93/3506.45	c cleaning 28983 clauses out of 58022 with flag 2222616/23816337
3495.22/3510.78	c cleaning 30020 clauses out of 60043 with flag 2382967/23847341
3499.71/3515.20	c cleaning 30986 clauses out of 62019 with flag 2530994/23879337
3504.29/3519.80	c cleaning 32005 clauses out of 64033 with flag 2706718/23912337
3508.98/3524.57	c cleaning 33006 clauses out of 66029 with flag 2885544/23946338
3514.07/3529.69	c cleaning 34007 clauses out of 68022 with flag 3039186/23981337
3519.56/3535.12	c cleaning 34987 clauses out of 70015 with flag 3212580/24017337
3524.94/3540.53	c cleaning 35998 clauses out of 72028 with flag 3397863/24054337
3530.53/3546.14	c cleaning 37003 clauses out of 74030 with flag 3616643/24092337
3536.11/3551.78	c cleaning 38000 clauses out of 76027 with flag 3820599/24131337
3541.79/3557.41	c cleaning 38994 clauses out of 78027 with flag 4020976/24171337
3547.68/3563.38	c cleaning 39997 clauses out of 80033 with flag 4256455/24212337
3553.67/3569.35	c cleaning 41010 clauses out of 82037 with flag 4478605/24254338
3559.76/3575.46	c cleaning 42001 clauses out of 84026 with flag 4704328/24297337
3566.04/3581.72	c cleaning 43001 clauses out of 86025 with flag 4942323/24341337
3572.52/3588.24	c cleaning 44008 clauses out of 88024 with flag 5183513/24386337
3579.31/3595.10	c cleaning 44987 clauses out of 90016 with flag 5430493/24432337
3586.29/3602.02	c cleaning 46014 clauses out of 92029 with flag 5722453/24479337
3593.46/3609.20	c cleaning 47003 clauses out of 94015 with flag 5984488/24527337
3600.05/3615.82	c starts		: 32809
3600.05/3615.82	c conflicts		: 24575104
3600.05/3615.82	c decisions		: 247458215
3600.05/3615.82	c propagations		: 18139289966
3600.05/3615.82	c inspects		: 20307238591
3600.05/3615.82	c shortcuts		: 0
3600.05/3615.82	c learnt literals	: 0
3600.05/3615.82	c learnt binary clauses	: 0
3600.05/3615.82	c learnt ternary clauses	: 0
3600.05/3615.82	c learnt constraints	: 24575104
3600.05/3615.82	c ignored constraints	: 0
3600.05/3615.82	c root simplifications	: 0
3600.05/3615.82	c removed literals (reason simplification)	: 0
3600.05/3615.82	c reason swapping (by a shorter reason)	: 0
3600.05/3615.82	c Calls to reduceDB	: 590
3600.05/3615.82	c Number of update (reduction) of LBD	: 14711954
3600.05/3615.82	c Imported unit clauses	: 0
3600.05/3615.82	c No decision after first conflict	: false
3600.05/3615.82	c number of reductions to clauses (during analyze)	: 0
3600.05/3615.82	c number of learned constraints concerned by reduction	: 0
3600.05/3615.82	c number of learning phase by resolution	: 0
3600.05/3615.82	c number of learning phase by cutting planes	: 0
3600.05/3615.82	c number of rounding to 1 operations	: 0
3600.05/3615.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3615.82	c number of reductions of the coefficients by power 2 	: 0
3600.05/3615.82	c number of right shift for reduction by power 2 	: 0
3600.05/3615.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3615.82	c number of ending skipping 	: 0
3600.05/3615.82	c number of internal skipping 	: 0
3600.05/3615.82	c number of derivation steps 	: 0
3600.05/3615.82	c number of skipped derivation steps 	: 0
3600.05/3615.82	c number of remaining unassigned 	: 0
3600.05/3615.82	c number of remaining assigned 	: 0
3600.05/3615.82	c number of falsified literals weakened from reason	: 0
3600.05/3615.82	c number of falsified literals weakened from conflict	: 0
3600.05/3615.82	c time for arithmetic operations	: 0
3600.05/3615.82	c minimum degree of deleted constraints	: null
3600.05/3615.83	c maximum degree of deleted constraints	: null
3600.05/3615.83	c number of deleted constraints	: 0
3600.05/3615.83	c speed (assignments/second)	: 5016930.7202232545
3600.05/3615.83	c non guided choices	: 1
3600.05/3615.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 94779
3600.05/3615.88	s SATISFIABLE
3600.05/3615.88	c Found 21 solution(s)
3600.05/3615.88	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 x542 x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 x994 x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 x1400 x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 x1494 x1495 -x1496 -x1497 -x1498 -x1499 -x1500 x1501 x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 x1603 x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 -x1622 -x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 x1708 x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 -x1873 x1874 x1875 -x1876 -x1877 -x1878 -x1879 x1880 -x1881 -x1882 -x1883 -x1884 -x1885 x1886 x1887 -x1888 x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 x1902 x1903 -x1904 x1905 x1906 -x1907 -x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 x1935 -x1936 -x1937 -x1938 -x1939 -x1940 x1941 x1942 x1943 -x1944 x1945 
3600.05/3615.89	c objective function=51876
3600.05/3615.89	c Total wall clock time (in seconds): 3615.763

Verifier Data

OK	51876

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: 63968 MiB (63091 MiB free)
  memory of node 1: 64473 MiB (63173 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432340-1721113782/watcher-4432340-1721113782 -o /tmp/evaluation-result-4432340-1721113782/solver-4432340-1721113782 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721113794-840455 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432340-1721113782.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=840494, runsolver pid=840486

[startup+0.100176 s]*
/proc/loadavg: 3.78 4.05 4.07 14/324 840585
/proc/meminfo: memFree=129138128/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=18975048 memory=63172 CPUtime=0.13 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 7209 0 0 0 11 2 0 0 20 0 18 0 163545243 19430449152 15793 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4743762 15793 5703 1 0 549319 0
[pid=840494/tid=840497] ppid=840486 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 5734 0 0 0 7 1 0 0 20 0 18 0 163545244 19430449152 15793 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=18975048 memory=17993 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 163545247 19430449152 15793 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=18975048 memory=15261445554177772 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 163545247 19430449152 15793 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63172 KiB

[startup+0.207234 s]*
/proc/loadavg: 3.78 4.05 4.07 14/324 840585
/proc/meminfo: memFree=129087520/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=18975048 memory=74132 CPUtime=0.33 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 7719 0 0 0 31 2 0 0 20 0 18 0 163545243 19430449152 18533 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4743762 18533 5874 1 0 549622 0
[pid=840494/tid=840497] ppid=840486 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 1077936192 5976 0 0 0 16 2 0 0 20 0 18 0 163545244 19430449152 18533 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=18975048 memory=17993 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 163545247 19430449152 18533 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=18975048 memory=15261445554177772 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 163545247 19430449152 18533 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74132 KiB

[startup+0.306585 s]*
/proc/loadavg: 3.78 4.05 4.07 14/327 840588
/proc/meminfo: memFree=129021848/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19041612 memory=82208 CPUtime=0.52 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 8833 0 0 0 50 2 0 0 20 0 19 0 163545243 19498610688 20552 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4760403 20552 5890 1 0 550264 0
[pid=840494/tid=840497] ppid=840486 vsize=19041612 memory=-9104982587974460092 CPUtime=0.27 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 6038 0 0 0 25 2 0 0 20 0 19 0 163545244 19498610688 20552 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 20552 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 20552 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 163545265 19498610688 20552 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82208 KiB

[startup+0.700586 s]
/proc/loadavg: 3.78 4.05 4.07 11/328 840589
/proc/meminfo: memFree=128982672/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19041612 memory=87832 CPUtime=1.16 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 10620 0 0 0 113 3 0 0 20 0 19 0 163545243 19498610688 21958 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4760403 21958 5905 1 0 551035 0
[pid=840494/tid=840497] ppid=840486 vsize=19041612 memory=5616 CPUtime=0.64 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 6040 0 0 0 62 2 0 0 20 0 19 0 163545244 19498610688 21958 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19041612 memory=12384 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 21958 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 21958 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19041612 memory=3762907387127270692 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 163545265 19498610688 21958 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 87832 KiB

[startup+1.50058 s]
/proc/loadavg: 3.78 4.05 4.07 5/328 840589
/proc/meminfo: memFree=128962328/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19041612 memory=95548 CPUtime=2.19 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 16058 0 0 0 215 4 0 0 20 0 19 0 163545243 19498610688 23887 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4760403 23887 5905 1 0 552419 0
[pid=840494/tid=840497] ppid=840486 vsize=19041612 memory=12384 CPUtime=1.43 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 7062 0 0 0 141 2 0 0 20 0 19 0 163545244 19498610688 23887 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 23887 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19041612 memory=5524 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 23887 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19041612 memory=39104 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 163545265 19498610688 23887 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 2.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 95548 KiB

[startup+3.10658 s]
/proc/loadavg: 3.78 4.05 4.07 8/328 840589
/proc/meminfo: memFree=128924164/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19041612 memory=105072 CPUtime=4.07 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 17420 0 0 0 403 4 0 0 20 0 19 0 163545243 19498610688 26268 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4760403 26268 5905 1 0 552814 0
[pid=840494/tid=840497] ppid=840486 vsize=19041612 memory=0 CPUtime=3.02 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 7337 0 0 0 300 2 0 0 20 0 19 0 163545244 19498610688 26268 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19041612 memory=12384 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 26268 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19041612 memory=11608 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 26268 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19041612 memory=43368 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 163545265 19498610688 26268 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 105072 KiB

[startup+6.30021 s]
/proc/loadavg: 3.88 4.07 4.08 5/328 840589
/proc/meminfo: memFree=128893004/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19041612 memory=117760 CPUtime=7.26 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 18409 0 0 0 722 4 0 0 20 0 19 0 163545243 19498610688 29440 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4760403 29440 5905 1 0 552814 0
[pid=840494/tid=840497] ppid=840486 vsize=19041612 memory=0 CPUtime=6.2 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 7983 0 0 0 618 2 0 0 20 0 19 0 163545244 19498610688 29440 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19041612 memory=2240 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 29440 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19041612 memory=12384 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 29440 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19041612 memory=8292148123324110535 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 163545265 19498610688 29440 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 7.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 117760 KiB

[startup+12.7002 s]
/proc/loadavg: 3.97 4.09 4.08 5/330 840595
/proc/meminfo: memFree=128809076/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19041612 memory=150636 CPUtime=13.65 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 20510 0 0 0 1360 5 0 0 20 0 19 0 163545243 19498610688 37659 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4760403 37659 5905 1 0 552814 0
[pid=840494/tid=840497] ppid=840486 vsize=19041612 memory=12384 CPUtime=12.59 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 8984 0 0 0 1256 3 0 0 20 0 19 0 163545244 19498610688 37659 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19041612 memory=130100 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 37659 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19041612 memory=142444 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 163545247 19498610688 37659 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19041612 memory=-8743006867436184252 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 163545265 19498610688 37659 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 13.65 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 150636 KiB

[startup+25.5002 s]
/proc/loadavg: 3.98 4.08 4.08 5/332 840598
/proc/meminfo: memFree=128677440/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19108176 memory=186100 CPUtime=26.5 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 25020 0 0 0 2643 7 0 0 20 0 20 0 163545243 19566772224 46525 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4777044 46525 5966 1 0 553103 0
[pid=840494/tid=840497] ppid=840486 vsize=19108176 memory=-2249333798624002415 CPUtime=25.35 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 10042 0 0 0 2531 4 0 0 20 0 20 0 163545244 19566772224 46525 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19108176 memory=186100 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 46525 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 46525 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19108176 memory=186100 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 163545265 19566772224 46525 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 26.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186100 KiB

[startup+51.1058 s]
/proc/loadavg: 4.07 4.09 4.08 5/334 840605
/proc/meminfo: memFree=128544716/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19108176 memory=229460 CPUtime=52.08 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 28719 0 0 0 5200 8 0 0 20 0 20 0 163545243 19566772224 57365 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4777044 57365 5966 1 0 553103 0
[pid=840494/tid=840497] ppid=840486 vsize=19108176 memory=192480 CPUtime=50.85 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 11222 0 0 0 5081 4 0 0 20 0 20 0 163545244 19566772224 57365 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0

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

/proc/meminfo: memFree=121079916/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19108176 memory=2178924 CPUtime=3208.41 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 131821 0 0 0 320740 101 0 0 20 0 20 0 163545243 19566772224 544731 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4777044 544731 5982 1 0 556954 0
[pid=840494/tid=840497] ppid=840486 vsize=19108176 memory=2176876 CPUtime=3201.45 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 65770 0 0 0 320121 24 0 0 20 0 20 0 163545244 19566772224 544731 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19108176 memory=1840 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544731 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 4086 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544731 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19108176 memory=2178924 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 163545265 19566772224 544731 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 3208.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178924 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.14 5/332 842369
/proc/meminfo: memFree=121079344/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19108176 memory=2178924 CPUtime=3267.86 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 132799 0 0 0 326683 103 0 0 20 0 20 0 163545243 19566772224 544731 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4777044 544731 5982 1 0 556954 0
[pid=840494/tid=840497] ppid=840486 vsize=19108176 memory=2178924 CPUtime=3260.88 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 66620 0 0 0 326064 24 0 0 20 0 20 0 163545244 19566772224 544731 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19108176 memory=11608 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544731 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19108176 memory=2178924 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 4188 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544731 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19108176 memory=2178924 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 163545265 19566772224 544731 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 3267.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178924 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.14 5/330 842379
/proc/meminfo: memFree=121079076/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19108176 memory=2178952 CPUtime=3327.49 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 134327 0 0 0 332645 104 0 0 20 0 20 0 163545243 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4777044 544738 5982 1 0 556954 0
[pid=840494/tid=840497] ppid=840486 vsize=19108176 memory=2178924 CPUtime=3320.17 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 67241 0 0 0 331993 24 0 0 20 0 20 0 163545244 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19108176 memory=2178952 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19108176 memory=2178952 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 4250 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19108176 memory=5616 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 163545265 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 3327.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.14 4.14 5/330 842389
/proc/meminfo: memFree=121078716/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19108176 memory=2178952 CPUtime=3386.97 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 135290 0 0 0 338592 105 0 0 20 0 20 0 163545243 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4777044 544738 5982 1 0 556954 0
[pid=840494/tid=840497] ppid=840486 vsize=19108176 memory=2178952 CPUtime=3379.63 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 68038 0 0 0 337939 24 0 0 20 0 20 0 163545244 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19108176 memory=2178952 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19108176 memory=43368 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 4352 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19108176 memory=16184 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 163545265 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 3386.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178952 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.13 4.14 5/330 842400
/proc/meminfo: memFree=121078344/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19108176 memory=2178952 CPUtime=3446.84 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 136859 0 0 0 344578 106 0 0 20 0 20 0 163545243 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4777044 544738 5982 1 0 556954 0
[pid=840494/tid=840497] ppid=840486 vsize=19108176 memory=2178952 CPUtime=3439.5 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 69433 0 0 0 343925 25 0 0 20 0 20 0 163545244 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19108176 memory=2178952 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19108176 memory=2178952 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 4466 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19108176 memory=2178952 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 163545265 19566772224 544738 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 3446.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178952 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.12 4.13 5/330 842410
/proc/meminfo: memFree=121078020/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19108176 memory=2178956 CPUtime=3506.79 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 138550 0 0 0 350572 107 0 0 20 0 20 0 163545243 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4777044 544739 5982 1 0 556954 0
[pid=840494/tid=840497] ppid=840486 vsize=19108176 memory=2178952 CPUtime=3499.27 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 70292 0 0 0 349902 25 0 0 20 0 20 0 163545244 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19108176 memory=2178952 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19108176 memory=2178924 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 4576 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19108176 memory=2178956 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 163545265 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 3506.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178956 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.14 4.14 5/330 842420
/proc/meminfo: memFree=121094284/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19108176 memory=2178956 CPUtime=3566.64 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 139554 0 0 0 356556 108 0 0 20 0 20 0 163545243 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4777044 544739 5982 1 0 556954 0
[pid=840494/tid=840497] ppid=840486 vsize=19108176 memory=16184 CPUtime=3559.11 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 71086 0 0 0 355886 25 0 0 20 0 20 0 163545244 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19108176 memory=2178956 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19108176 memory=2178956 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 4662 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19108176 memory=5524 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 163545265 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 3566.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.8 s]
/proc/loadavg: 4.27 4.16 4.14 5/331 842633
/proc/meminfo: memFree=126619640/131524600 swapFree=131071996/131071996
[pid=840494] ppid=840486 vsize=19108176 memory=2178956 CPUtime=3600.05 cores=1,3
/proc/840494/stat : 840494 (java) S 840486 840494 840443 0 -1 1077936128 139909 0 0 0 359897 108 0 0 20 0 20 0 163545243 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
/proc/840494/statm: 4777044 544739 5982 1 0 556954 0
[pid=840494/tid=840497] ppid=840486 vsize=19108176 memory=11608 CPUtime=3592.51 cores=1,3
/proc/840494/task/840497/stat : 840497 (java) R 840486 840494 840443 0 -1 4194368 71434 0 0 0 359226 25 0 0 20 0 20 0 163545244 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840540] ppid=840486 vsize=19108176 memory=-8743006867436184252 CPUtime=0 cores=1,3
/proc/840494/task/840540/stat : 840540 (Finalizer) S 840486 840494 840443 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840550] ppid=840486 vsize=19108176 memory=31976 CPUtime=0 cores=1,3
/proc/840494/task/840550/stat : 840550 (Common-Cleaner) S 840486 840494 840443 0 -1 1077936192 4662 0 0 0 0 0 0 0 20 0 20 0 163545247 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
[pid=840494/tid=840586] ppid=840486 vsize=19108176 memory=28432 CPUtime=0 cores=1,3
/proc/840494/task/840586/stat : 840586 (Timer-0) S 840486 840494 840443 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 163545265 19566772224 544739 134679101440 94488781017088 94488781020784 140721170927040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488781028600 94488781029392 94488790593536 140721170932743 140721170932833 140721170932833 140721170939848 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2178956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.15 s, system=1.09526 s

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

Child status: 143

Real time (s): 3615.9
CPU time (s): 3600.25
CPU user time (s): 3599.15
CPU system time (s): 1.09526
CPU usage (%): 99.567
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2178956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.15
system time used= 1.09526
maximum resident set size= 2180332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142834
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103277
involuntary context switches= 22721


# summary of solver processes directly reported to runsolver:
#   pid: 840494
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3599.15
#   total CPU system time (s): 1.09526

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.15705 second user time and 17.0437 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-16 09:09:54
IDJOB=4432340
IDBENCH=148154
IDSOLVER=3058
FILE ID=nodeC028/4432340-1721113782
RUNJOBID= nodeC028-1721113794-840455
SLURM_JOB_ID= 7505648
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir04_trarea_ac.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432340-1721113782/watcher-4432340-1721113782 -o /tmp/evaluation-result-4432340-1721113782/solver-4432340-1721113782 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721113794-840455 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432340-1721113782.opb

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

MD5SUM BENCH= 206b08b420dad9af66531a7207372127
RANDOM SEED=519128151

nodeC028.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3164.366
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3320.445
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.59
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		: 2722.062
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3511.164
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.59
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		: 3596.221
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2864.167
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.59
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		: 3041.555
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3289.825
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129300660 kB
MemAvailable:   129764504 kB
Buffers:          388756 kB
Cached:           914920 kB
SwapCached:            0 kB
Active:           684764 kB
Inactive:         957580 kB
Active(anon):       1456 kB
Inactive(anon):   374648 kB
Active(file):     683308 kB
Inactive(file):   582932 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1116 kB
Writeback:             0 kB
AnonPages:        335640 kB
Mapped:           104424 kB
Shmem:             37720 kB
KReclaimable:      74856 kB
Slab:             177356 kB
SReclaimable:      74856 kB
SUnreclaim:       102500 kB
KernelStack:        3756 kB
PageTables:        10352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     725712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60928 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    18454528 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC028 at 2024-07-16 10:10:10