Trace number 4440400

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 2024 2024-07-07SAT (TO)51969 3600.24 3630.86

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 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.13	--- Begin Solver configuration ---
0.14/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	Learn all clauses as in MiniSAT
0.14/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	Expensive reason simplification
0.14/0.13	Glucose 2.1 dynamic restart strategy
0.14/0.13	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.14/0.13	timeout=2147483s
0.14/0.13	DB Simplification allowed=false
0.14/0.13	Listener: none
0.14/0.13	--- End Solver configuration ---
0.14/0.13	c Pseudo Boolean Optimization by upper bound
0.14/0.13	c --- Begin Solver configuration ---
0.14/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	c Learn all clauses as in MiniSAT
0.14/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	c Expensive reason simplification
0.14/0.13	c Glucose 2.1 dynamic restart strategy
0.14/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.13	c timeout=2147483s
0.14/0.13	c DB Simplification allowed=false
0.14/0.13	c Listener: none
0.14/0.13	c --- End Solver configuration ---
0.14/0.13	c solving HOME/instance-4440400-1721818182.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  objective function found
0.14/0.20	c ... done. Wall clock time 0.067s.
0.14/0.20	c declared #vars     1945
0.14/0.20	c #constraints  3355
0.14/0.20	c constraints type 
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2431
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 920
0.14/0.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.14/0.20	c 3355 constraints processed.
0.32/0.21	c objective function length is 1036 literals
0.32/0.23	c SATISFIABLE
0.32/0.23	c OPTIMIZING...
0.32/0.23	c Got one! Elapsed wall clock time (in seconds):0.103
0.32/0.23	o 60200
0.32/0.25	c Got one! Elapsed wall clock time (in seconds):0.12
0.32/0.25	o 58956
0.32/0.27	c Got one! Elapsed wall clock time (in seconds):0.134
0.32/0.27	o 58898
0.32/0.28	c Got one! Elapsed wall clock time (in seconds):0.141
0.32/0.28	o 57654
0.32/0.29	c Got one! Elapsed wall clock time (in seconds):0.15
0.32/0.29	o 57596
0.32/0.29	c Got one! Elapsed wall clock time (in seconds):0.159
0.32/0.29	o 56352
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.169
0.52/0.31	o 56294
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.188
0.52/0.32	o 55116
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.195
0.52/0.32	o 55050
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.216
0.52/0.34	o 55044
2.67/1.48	c cleaning 2535 clauses out of 5120 with flag 22357/5120
4.19/2.52	c cleaning 4282 clauses out of 8585 with flag 49530/11120
4.37/2.62	c Got one! Elapsed wall clock time (in seconds):2.497
4.37/2.62	o 54796
5.36/3.37	c cleaning 5113 clauses out of 10241 with flag 23935/17058
6.40/4.25	c cleaning 5563 clauses out of 11127 with flag 52985/23057
7.55/5.22	c cleaning 6274 clauses out of 12563 with flag 88068/30056
8.64/6.27	c cleaning 7122 clauses out of 14289 with flag 131858/38056
9.99/7.52	c cleaning 8062 clauses out of 16167 with flag 181327/47056
11.28/8.88	c cleaning 9023 clauses out of 18105 with flag 242484/57056
12.82/10.37	c cleaning 10034 clauses out of 20082 with flag 315695/68056
14.41/11.97	c cleaning 11025 clauses out of 22049 with flag 376241/80057
16.21/13.71	c cleaning 12009 clauses out of 24023 with flag 427914/93056
18.11/15.64	c cleaning 13007 clauses out of 26014 with flag 506106/107056
20.12/17.66	c cleaning 13993 clauses out of 28007 with flag 602448/122056
22.26/19.79	c cleaning 14993 clauses out of 30014 with flag 686694/138056
24.50/21.99	c cleaning 16008 clauses out of 32024 with flag 776531/155059
26.89/24.39	c cleaning 16999 clauses out of 34013 with flag 871985/173056
29.49/26.96	c cleaning 18002 clauses out of 36014 with flag 972451/192056
32.18/29.67	c cleaning 18980 clauses out of 38012 with flag 1072476/212056
35.07/32.77	c cleaning 20000 clauses out of 40032 with flag 1198117/233056
38.08/35.74	c cleaning 21000 clauses out of 42032 with flag 1308180/255056
41.35/38.94	c cleaning 22006 clauses out of 44032 with flag 1425191/278056
44.65/42.28	c cleaning 23002 clauses out of 46026 with flag 1547573/302056
48.25/45.76	c cleaning 24000 clauses out of 48025 with flag 1668218/327057
52.05/49.57	c cleaning 25012 clauses out of 50024 with flag 1811822/353056
56.04/53.56	c cleaning 26000 clauses out of 52012 with flag 1965978/380056
60.24/57.79	c cleaning 27004 clauses out of 54012 with flag 2136367/408056
64.65/62.12	c cleaning 27994 clauses out of 56008 with flag 2310021/437056
69.00/66.66	c cleaning 29003 clauses out of 58014 with flag 2523506/467056
73.79/71.41	c cleaning 30006 clauses out of 60011 with flag 2729704/498056
78.79/76.41	c cleaning 31001 clauses out of 62005 with flag 2908910/530056
83.48/81.13	c cleaning 31988 clauses out of 64004 with flag 3087170/563056
88.37/86.04	c cleaning 32966 clauses out of 66016 with flag 3293233/597056
93.37/91.05	c cleaning 33980 clauses out of 68050 with flag 3463932/632056
98.83/98.38	c cleaning 35017 clauses out of 70070 with flag 3656782/668056
104.52/104.07	c cleaning 36019 clauses out of 72053 with flag 3870653/705056
110.11/109.61	c cleaning 37010 clauses out of 74034 with flag 4067917/743056
115.70/115.26	c cleaning 38011 clauses out of 76024 with flag 4276392/782056
121.50/121.08	c cleaning 38997 clauses out of 78013 with flag 4524115/822056
127.53/127.18	c cleaning 39957 clauses out of 80016 with flag 4781419/863056
133.91/133.53	c cleaning 41027 clauses out of 82059 with flag 5042018/905056
140.29/139.92	c cleaning 42006 clauses out of 84032 with flag 5292178/948056
146.89/146.56	c cleaning 43005 clauses out of 86026 with flag 5523894/992056
153.78/153.45	c cleaning 43979 clauses out of 88021 with flag 5813918/1037056
160.52/160.25	c cleaning 45011 clauses out of 90042 with flag 6051159/1083056
167.10/166.88	c cleaning 45985 clauses out of 92031 with flag 6283173/1130056
174.29/174.05	c cleaning 47023 clauses out of 94046 with flag 6560153/1178056
181.47/181.22	c cleaning 48003 clauses out of 96025 with flag 6854531/1227058
188.80/189.17	c cleaning 48977 clauses out of 98020 with flag 7116361/1277056
196.17/196.52	c cleaning 49990 clauses out of 100043 with flag 7366200/1328056
203.47/203.88	c cleaning 51011 clauses out of 102053 with flag 7634804/1380056
211.45/211.87	c cleaning 52009 clauses out of 104042 with flag 7930013/1433056
219.57/220.02	c cleaning 53010 clauses out of 106033 with flag 8184266/1487056
227.77/228.23	c cleaning 53993 clauses out of 108024 with flag 8435597/1542057
235.94/236.45	c cleaning 55010 clauses out of 110030 with flag 8724978/1598056
244.04/244.54	c cleaning 55987 clauses out of 112020 with flag 9081515/1655056
252.63/253.37	c cleaning 57005 clauses out of 114033 with flag 9431340/1713056
261.52/262.22	c cleaning 58007 clauses out of 116028 with flag 9771272/1772056
270.25/271.02	c cleaning 58975 clauses out of 118021 with flag 10083117/1832056
279.26/280.11	c cleaning 60007 clauses out of 120046 with flag 10370018/1893056
288.25/289.29	c cleaning 60996 clauses out of 122039 with flag 10671804/1955056
297.68/298.77	c cleaning 62016 clauses out of 124043 with flag 11008801/2018056
307.10/308.14	c cleaning 62985 clauses out of 126027 with flag 11350554/2082056
316.92/319.82	c cleaning 63990 clauses out of 128044 with flag 11693861/2147058
326.91/329.88	c cleaning 64971 clauses out of 130052 with flag 12075975/2213056
337.38/340.35	c cleaning 66009 clauses out of 132081 with flag 12509818/2280056
348.15/351.21	c cleaning 67002 clauses out of 134072 with flag 12904164/2348056
358.87/361.91	c cleaning 68015 clauses out of 136070 with flag 13346519/2417056
369.73/372.82	c cleaning 69006 clauses out of 138055 with flag 13728579/2487056
371.71/375.16	c Got one! Elapsed wall clock time (in seconds):375.034
371.71/375.16	o 54625
372.66/376.03	c cleaning 43744 clauses out of 87545 with flag 23113/2505552
373.45/376.89	c cleaning 24895 clauses out of 49801 with flag 49326/2511552
374.45/377.88	c cleaning 15952 clauses out of 31907 with flag 73745/2518553
375.65/379.01	c cleaning 11967 clauses out of 23954 with flag 99209/2526552
376.85/380.29	c cleaning 10488 clauses out of 20987 with flag 127179/2535552
378.24/381.65	c cleaning 10242 clauses out of 20502 with flag 161246/2545555
379.75/383.18	c cleaning 10614 clauses out of 21257 with flag 199091/2556552
381.33/384.77	c cleaning 11312 clauses out of 22645 with flag 242015/2568554
383.13/386.51	c cleaning 12149 clauses out of 24331 with flag 299039/2581552
385.04/388.48	c cleaning 13057 clauses out of 26182 with flag 371616/2595552
387.05/390.44	c cleaning 14049 clauses out of 28126 with flag 439253/2610553
389.13/392.54	c cleaning 15034 clauses out of 30076 with flag 499709/2626552
391.33/394.76	c cleaning 16012 clauses out of 32042 with flag 570189/2643552
393.82/397.27	c cleaning 17001 clauses out of 34031 with flag 656175/2661553
396.52/399.93	c cleaning 17992 clauses out of 36029 with flag 756604/2680552
399.31/402.70	c cleaning 19009 clauses out of 38037 with flag 863340/2700552
402.13/405.73	c cleaning 20008 clauses out of 40028 with flag 965818/2721552
405.12/408.70	c cleaning 20993 clauses out of 42020 with flag 1075963/2743552
408.32/411.99	c cleaning 22011 clauses out of 44027 with flag 1174021/2766552
411.64/415.27	c cleaning 22989 clauses out of 46019 with flag 1268808/2790555
415.13/418.71	c cleaning 24014 clauses out of 48028 with flag 1388130/2815553
418.62/422.29	c cleaning 24986 clauses out of 50013 with flag 1509761/2841552
422.75/426.30	c cleaning 26007 clauses out of 52027 with flag 1641864/2868552
426.64/430.23	c cleaning 26987 clauses out of 54020 with flag 1769606/2896552
430.73/434.38	c cleaning 28007 clauses out of 56033 with flag 1913780/2925552
435.07/438.82	c cleaning 29000 clauses out of 58026 with flag 2070426/2955552
439.43/443.26	c cleaning 29996 clauses out of 60026 with flag 2243500/2986552
443.89/447.79	c cleaning 31009 clauses out of 62030 with flag 2400848/3018552
448.69/452.50	c cleaning 31985 clauses out of 64021 with flag 2549325/3051552
453.64/457.58	c cleaning 33016 clauses out of 66036 with flag 2721222/3085552
459.19/463.14	c cleaning 34004 clauses out of 68021 with flag 2904885/3120553
464.58/468.69	c cleaning 35001 clauses out of 70016 with flag 3083585/3156552
470.32/474.42	c cleaning 35983 clauses out of 72016 with flag 3298780/3193553
476.41/480.51	c cleaning 37006 clauses out of 74032 with flag 3561579/3231552
482.35/486.55	c cleaning 37973 clauses out of 76026 with flag 3785600/3270552
488.84/493.07	c cleaning 39006 clauses out of 78053 with flag 4040570/3310552
495.06/499.49	c cleaning 40014 clauses out of 80047 with flag 4280281/3351552
501.60/506.02	c cleaning 41015 clauses out of 82033 with flag 4544565/3393552
508.37/512.88	c cleaning 41992 clauses out of 84018 with flag 4847244/3436552
515.10/519.66	c cleaning 43014 clauses out of 86028 with flag 5091515/3480554
522.09/526.67	c cleaning 43995 clauses out of 88012 with flag 5349362/3525552
529.07/533.66	c cleaning 44996 clauses out of 90018 with flag 5600299/3571553
536.55/541.10	c cleaning 45990 clauses out of 92021 with flag 5866572/3618552
544.49/549.03	c cleaning 46973 clauses out of 94031 with flag 6133453/3666552
552.46/557.02	c cleaning 48027 clauses out of 96058 with flag 6444322/3715552
560.56/565.26	c cleaning 48986 clauses out of 98031 with flag 6767192/3765552
569.34/574.04	c cleaning 50023 clauses out of 100045 with flag 7122604/3816552
577.96/582.60	c cleaning 50994 clauses out of 102022 with flag 7346532/3868552
586.22/590.99	c cleaning 51977 clauses out of 104028 with flag 7689776/3921552
594.70/599.45	c cleaning 53017 clauses out of 106051 with flag 8076190/3975552
602.73/607.45	c cleaning 54001 clauses out of 108036 with flag 8442814/4030554
611.50/616.23	c cleaning 54996 clauses out of 110033 with flag 8766496/4086552
615.84/620.65	c Got one! Elapsed wall clock time (in seconds):620.519
615.84/620.65	o 53964
616.74/621.56	c cleaning 44174 clauses out of 88417 with flag 23070/4119932
617.65/622.47	c cleaning 25081 clauses out of 50242 with flag 48371/4125931
618.64/623.45	c cleaning 16060 clauses out of 32161 with flag 85276/4132931
619.74/624.58	c cleaning 12028 clauses out of 24101 with flag 122256/4140931
620.94/625.74	c cleaning 10505 clauses out of 21073 with flag 156957/4149931
622.24/627.08	c cleaning 10271 clauses out of 20569 with flag 196182/4159932
623.83/628.61	c cleaning 10641 clauses out of 21298 with flag 237336/4170932
625.42/630.27	c cleaning 11325 clauses out of 22656 with flag 283549/4182931
627.26/632.08	c cleaning 12160 clauses out of 24331 with flag 338322/4195931
629.26/634.02	c cleaning 13066 clauses out of 26171 with flag 393204/4209931
631.45/636.20	c cleaning 14045 clauses out of 28105 with flag 454165/4224931
633.54/638.36	c cleaning 15025 clauses out of 30060 with flag 513516/4240931
635.84/640.65	c cleaning 15991 clauses out of 32035 with flag 578705/4257931
638.24/643.07	c cleaning 16996 clauses out of 34044 with flag 651052/4275931
640.96/645.70	c cleaning 18004 clauses out of 36048 with flag 724360/4294931
643.66/648.47	c cleaning 19021 clauses out of 38045 with flag 800423/4314932
646.68/652.09	c cleaning 20011 clauses out of 40023 with flag 892078/4335931
649.96/655.33	c cleaning 20997 clauses out of 42012 with flag 983276/4357931
653.19/658.58	c cleaning 21978 clauses out of 44015 with flag 1073860/4380931
656.49/661.80	c cleaning 23012 clauses out of 46037 with flag 1178649/4404931
660.08/665.45	c cleaning 23986 clauses out of 48025 with flag 1297336/4429931
663.87/669.26	c cleaning 25013 clauses out of 50039 with flag 1424015/4455931
667.88/673.25	c cleaning 26002 clauses out of 52026 with flag 1554396/4482931
671.87/677.23	c cleaning 26998 clauses out of 54024 with flag 1683352/4510931
676.05/681.43	c cleaning 28000 clauses out of 56028 with flag 1807060/4539933
680.41/685.84	c cleaning 29001 clauses out of 58026 with flag 1932780/4569931
684.80/690.25	c cleaning 30004 clauses out of 60025 with flag 2063682/4600931
689.49/694.94	c cleaning 31010 clauses out of 62021 with flag 2207514/4632931
694.32/699.74	c cleaning 31999 clauses out of 64011 with flag 2359041/4665931
699.41/704.87	c cleaning 32987 clauses out of 66012 with flag 2505009/4699931
704.70/710.19	c cleaning 34008 clauses out of 68025 with flag 2660432/4734931
710.32/715.89	c cleaning 34992 clauses out of 70017 with flag 2824942/4770931
716.01/721.58	c cleaning 35997 clauses out of 72025 with flag 2985299/4807931
722.04/727.53	c cleaning 36994 clauses out of 74028 with flag 3144952/4845931
727.83/733.34	c cleaning 38008 clauses out of 76035 with flag 3298230/4884932
734.01/739.53	c cleaning 39010 clauses out of 78028 with flag 3461770/4924933
740.28/745.87	c cleaning 39995 clauses out of 80016 with flag 3642408/4965931
746.67/752.22	c cleaning 40994 clauses out of 82021 with flag 3839698/5007931
753.30/758.82	c cleaning 41990 clauses out of 84027 with flag 4019068/5050931
759.88/765.47	c cleaning 43016 clauses out of 86037 with flag 4195926/5094931
766.91/772.45	c cleaning 44010 clauses out of 88021 with flag 4371321/5139931
773.72/779.36	c cleaning 44998 clauses out of 90011 with flag 4555262/5185931
781.15/786.70	c cleaning 45978 clauses out of 92013 with flag 4736501/5232931
788.04/793.64	c cleaning 46997 clauses out of 94035 with flag 4937176/5280931
795.66/801.23	c cleaning 47998 clauses out of 96038 with flag 5136497/5329931
802.93/808.75	c cleaning 48997 clauses out of 98040 with flag 5333712/5379931
810.72/816.55	c cleaning 50012 clauses out of 100043 with flag 5568846/5430931
818.89/824.71	c cleaning 51004 clauses out of 102031 with flag 5825127/5482931
827.31/833.26	c cleaning 52007 clauses out of 104028 with flag 6050398/5535932
836.02/842.07	c cleaning 53001 clauses out of 106020 with flag 6269000/5589931
844.94/851.03	c cleaning 54001 clauses out of 108019 with flag 6498913/5644931
853.98/860.19	c cleaning 54994 clauses out of 110018 with flag 6746217/5700931
863.08/869.43	c cleaning 56002 clauses out of 112024 with flag 7030682/5757931
871.93/878.39	c cleaning 56992 clauses out of 114023 with flag 7284050/5815932
880.99/887.49	c cleaning 57992 clauses out of 116030 with flag 7551564/5874931
889.90/896.44	c cleaning 58989 clauses out of 118038 with flag 7850328/5934931
899.00/905.61	c cleaning 60007 clauses out of 120049 with flag 8130037/5995931
908.42/915.10	c cleaning 60993 clauses out of 122042 with flag 8415450/6057931
918.74/925.32	c cleaning 61995 clauses out of 124049 with flag 8743117/6120931
928.64/935.36	c cleaning 63027 clauses out of 126054 with flag 9055729/6184931
938.86/945.54	c cleaning 63985 clauses out of 128027 with flag 9383876/6249931
949.24/955.96	c cleaning 65004 clauses out of 130042 with flag 9766615/6315931
959.64/966.47	c cleaning 66013 clauses out of 132038 with flag 10085944/6382931
970.12/976.91	c cleaning 67007 clauses out of 134025 with flag 10428288/6450931
981.03/987.88	c cleaning 68001 clauses out of 136018 with flag 10735592/6519931
992.12/999.78	c cleaning 69007 clauses out of 138018 with flag 11028065/6589932
1003.33/1010.96	c cleaning 69991 clauses out of 140010 with flag 11337272/6660931
1014.50/1022.14	c cleaning 70998 clauses out of 142020 with flag 11702046/6732932
1025.82/1033.47	c cleaning 72003 clauses out of 144021 with flag 12066708/6805931
1037.19/1044.80	c cleaning 72982 clauses out of 146018 with flag 12492578/6879931
1048.83/1056.59	c cleaning 74002 clauses out of 148036 with flag 12888910/6954931
1060.94/1068.68	c cleaning 75012 clauses out of 150034 with flag 13255531/7030931
1072.92/1080.67	c cleaning 76004 clauses out of 152022 with flag 13599840/7107931
1085.39/1093.19	c cleaning 76955 clauses out of 154018 with flag 14038650/7185931
1098.50/1106.21	c cleaning 78013 clauses out of 156064 with flag 14496753/7264932
1111.66/1119.40	c cleaning 79013 clauses out of 158052 with flag 14949375/7344933
1124.47/1132.25	c cleaning 80011 clauses out of 160037 with flag 15354229/7425931
1138.11/1145.93	c cleaning 81006 clauses out of 162026 with flag 15874418/7507931
1152.24/1160.06	c cleaning 81994 clauses out of 164020 with flag 16421862/7590931
1154.33/1162.17	c Got one! Elapsed wall clock time (in seconds):1162.045
1154.33/1162.17	o 53811
1155.33/1163.14	c cleaning 50472 clauses out of 101012 with flag 24460/7609917
1156.23/1164.03	c cleaning 28263 clauses out of 56540 with flag 55263/7615917
1157.22/1165.01	c cleaning 17583 clauses out of 35277 with flag 86053/7622917
1158.32/1166.15	c cleaning 12829 clauses out of 25694 with flag 120358/7630917
1159.51/1167.38	c cleaning 10912 clauses out of 21865 with flag 153773/7639917
1160.91/1168.75	c cleaning 10463 clauses out of 20953 with flag 191045/7649917
1162.40/1170.24	c cleaning 10733 clauses out of 21490 with flag 234089/7660917
1164.13/1171.93	c cleaning 11379 clauses out of 22758 with flag 284500/7672918
1165.87/1173.72	c cleaning 12187 clauses out of 24378 with flag 342910/7685917
1167.77/1175.64	c cleaning 13086 clauses out of 26192 with flag 405374/7699918
1169.86/1177.73	c cleaning 14019 clauses out of 28105 with flag 471628/7714917
1172.16/1180.06	c cleaning 15024 clauses out of 30088 with flag 544850/7730919
1174.65/1182.53	c cleaning 16020 clauses out of 32062 with flag 624233/7747917
1177.27/1185.17	c cleaning 17018 clauses out of 34044 with flag 719282/7765919
1180.16/1188.02	c cleaning 18005 clauses out of 36027 with flag 808217/7784920
1183.15/1191.03	c cleaning 19009 clauses out of 38019 with flag 915242/7804917
1186.34/1194.25	c cleaning 20002 clauses out of 40010 with flag 1032841/7825917
1189.74/1197.65	c cleaning 20998 clauses out of 42009 with flag 1166243/7847918
1193.24/1201.19	c cleaning 21995 clauses out of 44010 with flag 1273715/7870917
1196.73/1204.78	c cleaning 22994 clauses out of 46015 with flag 1389994/7894917
1200.43/1208.46	c cleaning 24004 clauses out of 48021 with flag 1503538/7919917
1204.22/1212.29	c cleaning 24992 clauses out of 50017 with flag 1639303/7945917
1208.28/1216.33	c cleaning 25991 clauses out of 52026 with flag 1782775/7972918
1212.55/1220.60	c cleaning 27000 clauses out of 54034 with flag 1924768/8000917
1217.01/1225.11	c cleaning 28014 clauses out of 56037 with flag 2062730/8029920
1221.46/1229.62	c cleaning 28971 clauses out of 58021 with flag 2205056/8059918
1226.12/1234.39	c cleaning 30025 clauses out of 60049 with flag 2350091/8090917
1231.05/1239.36	c cleaning 30994 clauses out of 62025 with flag 2509055/8122918
1236.14/1244.44	c cleaning 31985 clauses out of 64030 with flag 2674969/8155917
1241.26/1249.59	c cleaning 32988 clauses out of 66047 with flag 2833961/8189919
1246.56/1254.87	c cleaning 34028 clauses out of 68057 with flag 3008401/8224917
1252.18/1260.43	c cleaning 35010 clauses out of 70029 with flag 3204379/8260917
1257.81/1266.18	c cleaning 36003 clauses out of 72019 with flag 3390894/8297917
1263.80/1272.11	c cleaning 36964 clauses out of 74016 with flag 3542531/8335917
1269.82/1278.16	c cleaning 38011 clauses out of 76056 with flag 3755761/8374921
1276.20/1284.50	c cleaning 39014 clauses out of 78041 with flag 3985355/8414917
1282.52/1290.89	c cleaning 39982 clauses out of 80027 with flag 4208888/8455917
1289.05/1297.49	c cleaning 41023 clauses out of 82045 with flag 4425543/8497917
1295.67/1304.06	c cleaning 41995 clauses out of 84022 with flag 4589215/8540917
1302.55/1310.93	c cleaning 43007 clauses out of 86028 with flag 4761228/8584918
1309.67/1318.05	c cleaning 43984 clauses out of 88020 with flag 4985505/8629917
1316.94/1325.30	c cleaning 45011 clauses out of 90036 with flag 5219920/8675917
1324.12/1332.55	c cleaning 45999 clauses out of 92025 with flag 5449605/8722917
1331.50/1339.98	c cleaning 46950 clauses out of 94026 with flag 5699416/8770917
1339.49/1347.91	c cleaning 47999 clauses out of 96076 with flag 6038460/8819917
1347.07/1355.53	c cleaning 49007 clauses out of 98077 with flag 6310272/8869917
1355.22/1363.72	c cleaning 50035 clauses out of 100072 with flag 6589181/8920919
1363.20/1371.75	c cleaning 50964 clauses out of 102035 with flag 6844220/8972917
1371.68/1380.23	c cleaning 52023 clauses out of 104073 with flag 7106582/9025919
1380.04/1388.61	c cleaning 53010 clauses out of 106048 with flag 7395146/9079917
1388.93/1397.55	c cleaning 53981 clauses out of 108038 with flag 7705565/9134917
1397.64/1406.24	c cleaning 54994 clauses out of 110057 with flag 7970397/9190917
1406.52/1415.11	c cleaning 56021 clauses out of 112063 with flag 8237327/9247917
1415.97/1424.74	c cleaning 56996 clauses out of 114042 with flag 8544983/9305917
1425.49/1434.26	c cleaning 57999 clauses out of 116046 with flag 8870654/9364917
1435.28/1444.00	c cleaning 59009 clauses out of 118047 with flag 9189598/9424917
1437.60/1446.35	c Got one! Elapsed wall clock time (in seconds):1446.228
1437.60/1446.38	o 53595
1438.61/1447.30	c cleaning 39897 clauses out of 79814 with flag 20603/9445693
1439.51/1448.25	c cleaning 22945 clauses out of 45918 with flag 56189/9451694
1440.51/1449.29	c cleaning 14970 clauses out of 29972 with flag 81032/9458693
1441.75/1450.54	c cleaning 11491 clauses out of 23002 with flag 111292/9466693
1443.05/1451.88	c cleaning 10216 clauses out of 20511 with flag 149286/9475693
1444.55/1453.38	c cleaning 10134 clauses out of 20296 with flag 189225/9485694
1446.35/1455.11	c cleaning 10569 clauses out of 21161 with flag 240669/9496693
1448.03/1456.84	c cleaning 11285 clauses out of 22592 with flag 307096/9508693
1449.95/1458.72	c cleaning 12138 clauses out of 24307 with flag 375203/9521693
1451.95/1460.72	c cleaning 13072 clauses out of 26169 with flag 454703/9535693
1454.04/1462.89	c cleaning 14041 clauses out of 28097 with flag 542483/9550693
1456.44/1465.25	c cleaning 15008 clauses out of 30056 with flag 627451/9566693
1458.93/1467.77	c cleaning 16013 clauses out of 32048 with flag 721965/9583693
1461.53/1470.37	c cleaning 16999 clauses out of 34035 with flag 821295/9601693
1464.63/1473.42	c cleaning 18012 clauses out of 36036 with flag 935770/9620693
1467.82/1476.63	c cleaning 19001 clauses out of 38024 with flag 1030033/9640693
1471.11/1479.93	c cleaning 20007 clauses out of 40023 with flag 1130233/9661693
1474.54/1483.49	c cleaning 21003 clauses out of 42016 with flag 1229310/9683693
1478.16/1487.10	c cleaning 21976 clauses out of 44013 with flag 1368335/9706693
1481.94/1490.82	c cleaning 22974 clauses out of 46037 with flag 1516673/9730693
1485.64/1494.54	c cleaning 24012 clauses out of 48063 with flag 1656374/9755693
1489.65/1498.58	c cleaning 24998 clauses out of 50051 with flag 1795773/9781693
1493.75/1502.66	c cleaning 26008 clauses out of 52053 with flag 1952724/9808693
1497.93/1506.87	c cleaning 27017 clauses out of 54045 with flag 2106859/9836693
1502.35/1511.29	c cleaning 28013 clauses out of 56028 with flag 2264422/9865693
1506.88/1515.87	c cleaning 29002 clauses out of 58015 with flag 2423508/9895693
1511.57/1520.52	c cleaning 29983 clauses out of 60013 with flag 2585404/9926693
1516.29/1525.25	c cleaning 30999 clauses out of 62030 with flag 2725086/9958693
1521.18/1530.12	c cleaning 32006 clauses out of 64031 with flag 2857531/9991693
1526.17/1535.11	c cleaning 32987 clauses out of 66025 with flag 3004851/10025693
1531.45/1540.43	c cleaning 34012 clauses out of 68039 with flag 3166359/10060694
1536.67/1545.80	c cleaning 34998 clauses out of 70027 with flag 3307641/10096694
1542.10/1551.29	c cleaning 36007 clauses out of 72028 with flag 3453578/10133693
1547.48/1556.67	c cleaning 37007 clauses out of 74021 with flag 3614772/10171693
1553.36/1562.55	c cleaning 37997 clauses out of 76014 with flag 3803788/10210693
1559.38/1568.57	c cleaning 38986 clauses out of 78017 with flag 3999537/10250693
1565.60/1574.82	c cleaning 40008 clauses out of 80031 with flag 4211190/10291693
1572.11/1581.32	c cleaning 41004 clauses out of 82023 with flag 4463690/10333693
1578.80/1588.01	c cleaning 41979 clauses out of 84019 with flag 4697615/10376693
1585.69/1594.90	c cleaning 42966 clauses out of 86041 with flag 4924747/10420694
1592.88/1602.13	c cleaning 44021 clauses out of 88074 with flag 5182841/10465693
1600.23/1610.08	c cleaning 45002 clauses out of 90053 with flag 5435713/10511693
1607.61/1617.45	c cleaning 45992 clauses out of 92051 with flag 5676808/10558693
1615.22/1625.04	c cleaning 47012 clauses out of 94059 with flag 5914423/10606693
1622.99/1632.81	c cleaning 48024 clauses out of 96047 with flag 6184871/10655693
1630.82/1640.75	c cleaning 49008 clauses out of 98023 with flag 6428737/10705693
1638.44/1648.37	c cleaning 49986 clauses out of 100017 with flag 6654544/10756695
1646.46/1656.42	c cleaning 51014 clauses out of 102030 with flag 6905303/10808694
1654.41/1664.46	c cleaning 51989 clauses out of 104015 with flag 7155659/10861693
1662.35/1672.56	c cleaning 53006 clauses out of 106027 with flag 7374642/10915694
1670.71/1680.94	c cleaning 54004 clauses out of 108022 with flag 7633392/10970695
1679.46/1689.72	c cleaning 54999 clauses out of 110017 with flag 7890788/11026694
1688.51/1699.02	c cleaning 55982 clauses out of 112017 with flag 8146145/11083693
1697.95/1708.50	c cleaning 57014 clauses out of 114035 with flag 8457531/11141693
1706.90/1717.51	c cleaning 57998 clauses out of 116021 with flag 8749911/11200693
1715.96/1726.75	c cleaning 59007 clauses out of 118023 with flag 9030432/11260693
1725.29/1736.13	c cleaning 60006 clauses out of 120019 with flag 9320686/11321696
1734.85/1745.75	c cleaning 60996 clauses out of 122010 with flag 9625489/11383693
1744.50/1755.45	c cleaning 61988 clauses out of 124015 with flag 9929462/11446694
1754.30/1765.54	c cleaning 63001 clauses out of 126027 with flag 10238753/11510694
1764.81/1776.05	c cleaning 64003 clauses out of 128030 with flag 10581601/11575698
1775.30/1786.50	c cleaning 65000 clauses out of 130022 with flag 10962608/11641693
1785.96/1797.22	c cleaning 65960 clauses out of 132022 with flag 11299289/11708693
1797.53/1808.87	c cleaning 67020 clauses out of 134062 with flag 11736401/11776693
1808.47/1819.87	c cleaning 68022 clauses out of 136043 with flag 12125266/11845694
1819.62/1831.03	c cleaning 69005 clauses out of 138020 with flag 12510333/11915693
1831.14/1842.53	c cleaning 69983 clauses out of 140016 with flag 12938374/11986694
1842.59/1854.04	c cleaning 71001 clauses out of 142032 with flag 13332598/12058693
1853.82/1865.32	c cleaning 71991 clauses out of 144031 with flag 13715976/12131693
1865.41/1877.06	c cleaning 72990 clauses out of 146040 with flag 14091808/12205693
1877.22/1888.97	c cleaning 73979 clauses out of 148050 with flag 14498584/12280693
1889.63/1901.38	c cleaning 75026 clauses out of 150071 with flag 14907541/12356693
1902.19/1913.94	c cleaning 75981 clauses out of 152046 with flag 15410896/12433694
1914.80/1926.50	c cleaning 77032 clauses out of 154064 with flag 15818612/12511693
1927.23/1938.98	c cleaning 78016 clauses out of 156032 with flag 16226927/12590693
1940.88/1952.63	c cleaning 78999 clauses out of 158016 with flag 16729970/12670693
1953.79/1965.54	c cleaning 79980 clauses out of 160017 with flag 17196474/12751693
1967.26/1979.02	c cleaning 80998 clauses out of 162037 with flag 17705813/12833693
1981.10/1992.93	c cleaning 82018 clauses out of 164039 with flag 18218617/12916693
1994.74/2006.73	c cleaning 82982 clauses out of 166022 with flag 18687791/13000694
2008.49/2020.53	c cleaning 84014 clauses out of 168039 with flag 19138612/13085693
2023.54/2035.77	c cleaning 84984 clauses out of 170025 with flag 19696086/13171693
2038.24/2050.59	c cleaning 86013 clauses out of 172042 with flag 20258477/13258694
2052.64/2065.11	c cleaning 86987 clauses out of 174029 with flag 20735060/13346694
2067.23/2079.85	c cleaning 88015 clauses out of 176041 with flag 21138240/13435693
2081.60/2094.18	c cleaning 88979 clauses out of 178026 with flag 21548478/13525693
2096.25/2108.80	c cleaning 90011 clauses out of 180047 with flag 21987541/13616693
2111.84/2124.30	c cleaning 91015 clauses out of 182039 with flag 22427811/13708696
2126.28/2138.84	c cleaning 91979 clauses out of 184021 with flag 22854010/13801693
2141.56/2154.15	c cleaning 93014 clauses out of 186042 with flag 23288077/13895693
2156.84/2169.46	c cleaning 94002 clauses out of 188030 with flag 23741290/13990695
2171.92/2184.56	c cleaning 94986 clauses out of 190026 with flag 24242438/14086693
2187.57/2200.22	c cleaning 96006 clauses out of 192043 with flag 24769035/14183696
2203.19/2215.88	c cleaning 97013 clauses out of 194034 with flag 25290283/14281693
2219.84/2232.50	c cleaning 97989 clauses out of 196021 with flag 25810296/14380693
2235.54/2248.26	c cleaning 98993 clauses out of 198032 with flag 26443104/14480693
2251.92/2264.73	c cleaning 100000 clauses out of 200039 with flag 27032022/14581693
2268.11/2281.07	c cleaning 101008 clauses out of 202039 with flag 27568878/14683693
2272.49/2285.41	c Got one! Elapsed wall clock time (in seconds):2285.287
2272.49/2285.41	o 53397
2273.59/2286.55	c cleaning 67765 clauses out of 135536 with flag 21226/14718198
2274.49/2287.48	c cleaning 36878 clauses out of 73770 with flag 45773/14724197
2275.48/2288.49	c cleaning 21903 clauses out of 43891 with flag 74857/14731196
2276.58/2289.57	c cleaning 14977 clauses out of 29988 with flag 111273/14739196
2277.78/2290.77	c cleaning 11979 clauses out of 24011 with flag 151851/14748196
2279.18/2292.12	c cleaning 10989 clauses out of 22033 with flag 206613/14758197
2280.70/2293.70	c cleaning 11003 clauses out of 22043 with flag 270361/14769196
2282.49/2295.50	c cleaning 11517 clauses out of 23042 with flag 321898/14781198
2284.49/2297.40	c cleaning 12238 clauses out of 24523 with flag 383896/14794196
2286.49/2299.50	c cleaning 13117 clauses out of 26285 with flag 453116/14808196
2288.68/2301.68	c cleaning 14060 clauses out of 28168 with flag 528064/14823196
2291.07/2304.02	c cleaning 15039 clauses out of 30108 with flag 606475/14839196
2293.69/2306.64	c cleaning 16020 clauses out of 32069 with flag 687605/14856196
2296.38/2309.31	c cleaning 17014 clauses out of 34049 with flag 772956/14874196
2299.11/2312.17	c cleaning 17982 clauses out of 36035 with flag 862899/14893196
2302.00/2315.09	c cleaning 18995 clauses out of 38059 with flag 955100/14913202
2305.09/2318.12	c cleaning 20024 clauses out of 40058 with flag 1048432/14934196
2308.20/2321.30	c cleaning 21011 clauses out of 42036 with flag 1149888/14956198
2308.70/2321.78	c Got one! Elapsed wall clock time (in seconds):2321.653
2308.70/2321.78	o 53329
2309.12/2322.11	c cleaning 13303 clauses out of 26630 with flag 7851/14961803
2310.03/2323.05	c cleaning 9659 clauses out of 19327 with flag 31893/14967803
2310.92/2324.00	c cleaning 8322 clauses out of 16668 with flag 63025/14974803
2312.12/2325.11	c cleaning 8137 clauses out of 16346 with flag 103667/14982803
2313.31/2326.39	c cleaning 8593 clauses out of 17209 with flag 149020/14991803
2314.70/2327.77	c cleaning 9295 clauses out of 18616 with flag 191755/15001803
2316.30/2329.34	c cleaning 10142 clauses out of 20321 with flag 237795/15012803
2318.01/2331.09	c cleaning 11087 clauses out of 22179 with flag 307577/15024803
2320.00/2333.01	c cleaning 12026 clauses out of 24092 with flag 371947/15037803
2322.10/2335.10	c cleaning 13025 clauses out of 26069 with flag 442768/15051806
2324.29/2337.30	c cleaning 14006 clauses out of 28041 with flag 526683/15066803
2326.58/2339.66	c cleaning 15012 clauses out of 30036 with flag 608009/15082804
2329.10/2342.22	c cleaning 16007 clauses out of 32023 with flag 688133/15099803
2331.69/2344.88	c cleaning 17003 clauses out of 34017 with flag 771739/15117804
2334.61/2347.71	c cleaning 18002 clauses out of 36013 with flag 858721/15136803
2337.70/2350.83	c cleaning 18998 clauses out of 38011 with flag 962431/15156803
2340.79/2353.97	c cleaning 20005 clauses out of 40013 with flag 1062088/15177803
2344.09/2357.23	c cleaning 20997 clauses out of 42008 with flag 1177639/15199803
2347.49/2360.65	c cleaning 21996 clauses out of 44011 with flag 1271064/15222803
2351.09/2364.25	c cleaning 23005 clauses out of 46015 with flag 1385047/15246803
2354.78/2367.95	c cleaning 24001 clauses out of 48010 with flag 1503138/15271803
2358.71/2371.95	c cleaning 24986 clauses out of 50009 with flag 1628449/15297803
2359.61/2372.84	c Got one! Elapsed wall clock time (in seconds):2372.717
2359.61/2372.84	o 53275
2360.40/2373.66	c cleaning 18076 clauses out of 36263 with flag 34209/15309043
2361.30/2374.54	c cleaning 12084 clauses out of 24191 with flag 62466/15315047
2362.30/2375.50	c cleaning 9529 clauses out of 19103 with flag 92960/15322043
2363.39/2376.61	c cleaning 8758 clauses out of 17574 with flag 130173/15330043
2364.59/2377.89	c cleaning 8890 clauses out of 17816 with flag 169733/15339043
2366.09/2379.34	c cleaning 9445 clauses out of 18926 with flag 212687/15349043
2367.68/2380.90	c cleaning 10233 clauses out of 20483 with flag 263829/15360045
2369.18/2382.49	c cleaning 11123 clauses out of 22248 with flag 317486/15372043
2371.00/2384.25	c cleaning 12054 clauses out of 24125 with flag 372080/15385043
2372.90/2386.15	c cleaning 13005 clauses out of 26071 with flag 430910/15399043
2374.98/2388.21	c cleaning 14031 clauses out of 28066 with flag 496955/15414043
2377.18/2390.48	c cleaning 15019 clauses out of 30038 with flag 569095/15430046
2379.58/2392.88	c cleaning 16004 clauses out of 32016 with flag 637489/15447043
2382.28/2395.51	c cleaning 16990 clauses out of 34012 with flag 720328/15465043
2385.16/2398.47	c cleaning 17998 clauses out of 36024 with flag 808622/15484045
2388.26/2401.51	c cleaning 19013 clauses out of 38025 with flag 898568/15504044
2391.39/2404.71	c cleaning 19953 clauses out of 40011 with flag 995649/15525043
2394.68/2408.07	c cleaning 21025 clauses out of 42058 with flag 1112183/15547043
2398.30/2411.65	c cleaning 22006 clauses out of 44034 with flag 1235459/15570044
2401.88/2415.26	c cleaning 22999 clauses out of 46027 with flag 1343844/15594043
2405.78/2419.11	c cleaning 23997 clauses out of 48028 with flag 1461640/15619043
2409.78/2423.12	c cleaning 24999 clauses out of 50031 with flag 1591959/15645043
2413.77/2427.11	c cleaning 26005 clauses out of 52032 with flag 1726334/15672043
2417.95/2431.34	c cleaning 26999 clauses out of 54027 with flag 1876713/15700043
2422.52/2435.91	c cleaning 27992 clauses out of 56029 with flag 2019091/15729044
2427.10/2440.53	c cleaning 29018 clauses out of 58036 with flag 2177665/15759043
2431.89/2445.36	c cleaning 30005 clauses out of 60018 with flag 2346713/15790043
2437.08/2450.54	c cleaning 30988 clauses out of 62013 with flag 2555164/15822043
2442.17/2455.67	c cleaning 32009 clauses out of 64026 with flag 2724321/15855044
2447.36/2460.82	c cleaning 32981 clauses out of 66016 with flag 2903822/15889043
2452.80/2466.57	c cleaning 34013 clauses out of 68035 with flag 3084043/15924043
2458.29/2472.08	c cleaning 35004 clauses out of 70022 with flag 3276335/15960043
2464.10/2477.84	c cleaning 35991 clauses out of 72020 with flag 3476244/15997045
2469.98/2483.74	c cleaning 36985 clauses out of 74027 with flag 3676320/16035043
2475.80/2489.53	c cleaning 38011 clauses out of 76042 with flag 3853343/16074043
2481.92/2495.77	c cleaning 39003 clauses out of 78031 with flag 4078769/16114043
2488.21/2502.05	c cleaning 40015 clauses out of 80032 with flag 4285120/16155047
2492.22/2506.01	c Got one! Elapsed wall clock time (in seconds):2505.883
2492.22/2506.01	o 53181
2493.12/2506.98	c cleaning 35829 clauses out of 71685 with flag 20904/16186715
2494.02/2507.88	c cleaning 20903 clauses out of 41856 with flag 49100/16192715
2495.02/2508.86	c cleaning 13966 clauses out of 27953 with flag 75142/16199715
2496.11/2509.97	c cleaning 10957 clauses out of 21988 with flag 106313/16207716
2497.41/2511.26	c cleaning 10002 clauses out of 20036 with flag 147305/16216721
2498.80/2512.67	c cleaning 9996 clauses out of 20028 with flag 192425/16226715
2500.31/2514.18	c cleaning 10512 clauses out of 21034 with flag 238004/16237717
2502.00/2515.85	c cleaning 11230 clauses out of 22520 with flag 286980/16249715
2503.89/2517.77	c cleaning 12125 clauses out of 24290 with flag 342988/16262715
2505.89/2519.75	c cleaning 13080 clauses out of 26165 with flag 398255/16276715
2508.08/2521.97	c cleaning 14030 clauses out of 28085 with flag 472198/16291715
2510.58/2524.43	c cleaning 15028 clauses out of 30055 with flag 554950/16307715
2513.13/2527.20	c cleaning 16009 clauses out of 32029 with flag 630135/16324717
2515.72/2529.81	c cleaning 16980 clauses out of 34018 with flag 712856/16342715
2518.63/2532.73	c cleaning 17971 clauses out of 36038 with flag 800246/16361715
2521.62/2535.77	c cleaning 19022 clauses out of 38067 with flag 893356/16381715
2524.72/2538.83	c cleaning 20023 clauses out of 40045 with flag 986154/16402715
2527.92/2542.07	c cleaning 21001 clauses out of 42024 with flag 1091831/16424717
2531.41/2545.53	c cleaning 21991 clauses out of 44021 with flag 1191093/16447715
2535.01/2549.16	c cleaning 23014 clauses out of 46030 with flag 1308920/16471715
2538.90/2553.05	c cleaning 24004 clauses out of 48016 with flag 1437213/16496715
2542.74/2557.17	c cleaning 25003 clauses out of 50012 with flag 1568827/16522715
2546.93/2561.36	c cleaning 25988 clauses out of 52009 with flag 1753457/16549715
2551.12/2565.59	c cleaning 26997 clauses out of 54021 with flag 1914953/16577715
2555.51/2569.99	c cleaning 27985 clauses out of 56024 with flag 2076695/16606715
2560.20/2574.60	c cleaning 29014 clauses out of 58039 with flag 2274060/16636715
2564.89/2579.33	c cleaning 29999 clauses out of 60026 with flag 2454426/16667716
2569.58/2584.04	c cleaning 31010 clauses out of 62026 with flag 2607026/16699715
2574.43/2589.03	c cleaning 31982 clauses out of 64016 with flag 2739950/16732715
2579.42/2594.05	c cleaning 32991 clauses out of 66034 with flag 2892602/16766715
2584.83/2599.40	c cleaning 34005 clauses out of 68043 with flag 3056254/16801715
2590.42/2605.01	c cleaning 34995 clauses out of 70038 with flag 3242504/16837715
2596.30/2610.93	c cleaning 36001 clauses out of 72043 with flag 3439119/16874715
2602.28/2616.90	c cleaning 37009 clauses out of 74042 with flag 3657174/16912715
2608.20/2622.94	c cleaning 38012 clauses out of 76033 with flag 3838563/16951715
2614.20/2628.93	c cleaning 38987 clauses out of 78021 with flag 4024329/16991715
2620.59/2635.38	c cleaning 39982 clauses out of 80034 with flag 4258437/17032715
2627.10/2641.87	c cleaning 41024 clauses out of 82055 with flag 4528155/17074718
2634.02/2653.11	c cleaning 41981 clauses out of 84028 with flag 4781246/17117715
2641.04/2660.19	c cleaning 43014 clauses out of 86047 with flag 4996098/17161715
2648.02/2667.10	c cleaning 44001 clauses out of 88033 with flag 5237422/17206715
2652.79/2671.96	c Got one! Elapsed wall clock time (in seconds):2671.835
2652.79/2671.96	o 52958
2653.69/2672.87	c cleaning 41141 clauses out of 82389 with flag 22086/17245072
2654.70/2673.83	c cleaning 23587 clauses out of 47248 with flag 51012/17251072
2655.69/2674.86	c cleaning 15297 clauses out of 30661 with flag 89436/17258072
2656.90/2676.03	c cleaning 11657 clauses out of 23364 with flag 127914/17266072
2658.08/2677.29	c cleaning 10326 clauses out of 20707 with flag 166000/17275072
2659.58/2678.76	c cleaning 10155 clauses out of 20381 with flag 218105/17285072
2661.18/2680.37	c cleaning 10587 clauses out of 21226 with flag 268904/17296072
2662.98/2682.12	c cleaning 11284 clauses out of 22639 with flag 323535/17308072
2664.78/2684.07	c cleaning 12175 clauses out of 24356 with flag 385339/17321073
2666.87/2686.15	c cleaning 13059 clauses out of 26181 with flag 459224/17335073
2669.06/2688.35	c cleaning 14061 clauses out of 28121 with flag 529376/17350072
2671.35/2690.62	c cleaning 15027 clauses out of 30060 with flag 605614/17366072
2673.86/2693.11	c cleaning 16010 clauses out of 32033 with flag 692204/17383072
2676.44/2695.79	c cleaning 17012 clauses out of 34024 with flag 795701/17401073
2679.33/2698.63	c cleaning 17966 clauses out of 36012 with flag 891277/17420073
2682.42/2701.70	c cleaning 19005 clauses out of 38046 with flag 998436/17440073
2685.51/2704.82	c cleaning 20017 clauses out of 40040 with flag 1101260/17461072
2688.72/2708.07	c cleaning 21000 clauses out of 42023 with flag 1214987/17483072
2692.21/2711.53	c cleaning 22006 clauses out of 44023 with flag 1324054/17506072
2695.86/2715.31	c cleaning 23006 clauses out of 46021 with flag 1468524/17530076
2699.56/2719.07	c cleaning 24004 clauses out of 48011 with flag 1609739/17555072
2703.54/2723.03	c cleaning 24996 clauses out of 50007 with flag 1769985/17581072
2707.65/2727.10	c cleaning 26004 clauses out of 52011 with flag 1918121/17608072
2711.64/2731.19	c cleaning 26991 clauses out of 54007 with flag 2042386/17636072
2716.03/2735.56	c cleaning 27996 clauses out of 56016 with flag 2199644/17665072
2720.43/2739.99	c cleaning 28994 clauses out of 58021 with flag 2344507/17695073
2725.11/2744.60	c cleaning 30008 clauses out of 60026 with flag 2495297/17726072
2729.90/2749.51	c cleaning 30987 clauses out of 62020 with flag 2667867/17758074
2734.90/2754.57	c cleaning 31981 clauses out of 64031 with flag 2835855/17791072
2739.99/2759.61	c cleaning 33011 clauses out of 66050 with flag 2994238/17825072
2745.08/2764.74	c cleaning 34004 clauses out of 68039 with flag 3147389/17860072
2750.37/2770.04	c cleaning 35008 clauses out of 70036 with flag 3299780/17896073
2756.05/2775.72	c cleaning 36001 clauses out of 72027 with flag 3493569/17933072
2761.93/2781.77	c cleaning 36982 clauses out of 74029 with flag 3709003/17971075
2767.92/2787.75	c cleaning 37996 clauses out of 76044 with flag 3887599/18010072
2774.32/2794.11	c cleaning 38988 clauses out of 78048 with flag 4102580/18050072
2780.69/2800.55	c cleaning 39995 clauses out of 80060 with flag 4330793/18091072
2787.18/2807.23	c cleaning 41014 clauses out of 82065 with flag 4534739/18133072
2793.78/2813.82	c cleaning 42021 clauses out of 84051 with flag 4754395/18176072
2800.46/2820.50	c cleaning 43003 clauses out of 86030 with flag 4987514/18220072
2807.26/2827.34	c cleaning 43999 clauses out of 88027 with flag 5232426/18265072
2814.25/2834.31	c cleaning 45007 clauses out of 90028 with flag 5472541/18311072
2821.46/2842.18	c cleaning 46000 clauses out of 92023 with flag 5737132/18358074
2829.16/2849.87	c cleaning 47009 clauses out of 94021 with flag 6037691/18406072
2836.64/2857.33	c cleaning 47999 clauses out of 96012 with flag 6330607/18455072
2844.73/2865.48	c cleaning 48996 clauses out of 98013 with flag 6651221/18505072
2852.73/2873.87	c cleaning 50006 clauses out of 100018 with flag 6934067/18556073
2860.84/2881.98	c cleaning 50967 clauses out of 102011 with flag 7243515/18608072
2869.12/2890.29	c cleaning 51994 clauses out of 104044 with flag 7545334/18661072
2877.50/2898.67	c cleaning 53021 clauses out of 106050 with flag 7831611/18715072
2878.18/2899.45	c Got one! Elapsed wall clock time (in seconds):2899.32
2878.18/2899.45	o 52573
2878.37/2899.68	c cleaning 29260 clauses out of 58544 with flag 3469/18720587
2879.38/2900.61	c cleaning 17612 clauses out of 35283 with flag 29511/18726586
2880.37/2901.60	c cleaning 12305 clauses out of 24671 with flag 61086/18733586
2881.37/2902.69	c cleaning 10168 clauses out of 20366 with flag 97130/18741586
2882.66/2903.95	c cleaning 9563 clauses out of 19198 with flag 132046/18750586
2884.17/2905.42	c cleaning 9801 clauses out of 19638 with flag 171794/18760589
2885.78/2907.06	c cleaning 10346 clauses out of 20834 with flag 213997/18771586
2887.47/2908.77	c cleaning 11229 clauses out of 22488 with flag 260148/18783586
2889.27/2910.58	c cleaning 12104 clauses out of 24259 with flag 310176/18796586
2891.26/2912.56	c cleaning 13065 clauses out of 26155 with flag 371868/18810586
2893.46/2914.74	c cleaning 14040 clauses out of 28090 with flag 437674/18825586
2895.76/2917.08	c cleaning 15021 clauses out of 30051 with flag 514630/18841587
2898.37/2919.62	c cleaning 15997 clauses out of 32029 with flag 593756/18858586
2900.77/2922.06	c cleaning 17004 clauses out of 34032 with flag 676497/18876586
2903.36/2924.68	c cleaning 18004 clauses out of 36028 with flag 760355/18895586
2906.25/2927.53	c cleaning 19007 clauses out of 38024 with flag 851735/18915586
2909.13/2930.60	c cleaning 19992 clauses out of 40019 with flag 948724/18936588
2912.25/2933.65	c cleaning 20993 clauses out of 42026 with flag 1042454/18958587
2915.44/2936.87	c cleaning 22009 clauses out of 44032 with flag 1143373/18981586
2918.84/2940.21	c cleaning 23011 clauses out of 46025 with flag 1239690/19005588
2922.32/2943.77	c cleaning 24001 clauses out of 48013 with flag 1342798/19030587
2926.12/2947.54	c cleaning 25003 clauses out of 50011 with flag 1441818/19056586
2930.10/2951.53	c cleaning 26000 clauses out of 52008 with flag 1553216/19083586
2934.09/2955.55	c cleaning 26986 clauses out of 54008 with flag 1672667/19111586
2938.21/2959.68	c cleaning 27967 clauses out of 56022 with flag 1801858/19140586
2942.60/2964.12	c cleaning 29008 clauses out of 58055 with flag 1933958/19170586
2946.99/2968.59	c cleaning 30014 clauses out of 60047 with flag 2077304/19201586
2951.81/2973.32	c cleaning 30998 clauses out of 62033 with flag 2250494/19233586
2956.60/2978.15	c cleaning 32007 clauses out of 64035 with flag 2443518/19266586
2961.88/2983.43	c cleaning 33012 clauses out of 66029 with flag 2626947/19300587
2967.00/2988.57	c cleaning 33990 clauses out of 68016 with flag 2827004/19335586
2972.86/2994.81	c cleaning 35009 clauses out of 70026 with flag 2990739/19371586
2978.67/3000.68	c cleaning 35967 clauses out of 72017 with flag 3154870/19408586
2984.63/3006.65	c cleaning 36990 clauses out of 74050 with flag 3372213/19446586
2990.62/3012.68	c cleaning 38011 clauses out of 76060 with flag 3599738/19485586
2996.83/3018.87	c cleaning 38998 clauses out of 78049 with flag 3822590/19525586
3003.30/3025.46	c cleaning 40026 clauses out of 80051 with flag 4035263/19566586
3010.01/3032.12	c cleaning 40995 clauses out of 82025 with flag 4273128/19608586
3016.59/3038.79	c cleaning 42002 clauses out of 84030 with flag 4490514/19651586
3023.70/3045.81	c cleaning 43010 clauses out of 86028 with flag 4743051/19695586
3030.59/3052.89	c cleaning 43992 clauses out of 88018 with flag 4971226/19740586
3037.70/3059.92	c cleaning 45006 clauses out of 90026 with flag 5199102/19786586
3044.90/3067.18	c cleaning 46010 clauses out of 92021 with flag 5416599/19833587
3052.61/3074.82	c cleaning 47000 clauses out of 94010 with flag 5667922/19881586
3060.20/3082.48	c cleaning 47978 clauses out of 96010 with flag 5904147/19930586
3068.22/3090.55	c cleaning 49016 clauses out of 98032 with flag 6157327/19980586
3076.40/3098.71	c cleaning 49978 clauses out of 100017 with flag 6484393/20031587
3084.91/3107.24	c cleaning 51007 clauses out of 102038 with flag 6792620/20083586
3093.22/3115.62	c cleaning 52008 clauses out of 104031 with flag 7059366/20136586
3101.71/3124.16	c cleaning 53009 clauses out of 106023 with flag 7338532/20190586
3110.21/3132.67	c cleaning 54000 clauses out of 108014 with flag 7596254/20245586
3119.10/3141.53	c cleaning 54995 clauses out of 110014 with flag 7878075/20301586
3127.97/3150.58	c cleaning 55997 clauses out of 112019 with flag 8171306/20358586
3137.29/3159.85	c cleaning 57003 clauses out of 114022 with flag 8488656/20416586
3146.37/3168.97	c cleaning 57981 clauses out of 116019 with flag 8801938/20475586
3155.75/3178.40	c cleaning 59002 clauses out of 118038 with flag 9098525/20535586
3165.53/3188.27	c cleaning 59987 clauses out of 120036 with flag 9432733/20596586
3175.08/3197.84	c cleaning 61014 clauses out of 122049 with flag 9721252/20658586
3184.80/3207.79	c cleaning 62018 clauses out of 124037 with flag 10013935/20721588
3194.96/3217.94	c cleaning 63009 clauses out of 126017 with flag 10333448/20785586
3205.50/3228.54	c cleaning 63986 clauses out of 128008 with flag 10761101/20850586
3216.52/3239.74	c cleaning 64988 clauses out of 130024 with flag 11146924/20916588
3227.52/3250.74	c cleaning 66000 clauses out of 132034 with flag 11501757/20983586
3238.44/3261.60	c cleaning 67015 clauses out of 134034 with flag 11796132/21051586
3249.59/3278.03	c cleaning 68009 clauses out of 136020 with flag 12141245/21120587
3260.80/3289.23	c cleaning 68989 clauses out of 138010 with flag 12467365/21190586
3272.24/3300.72	c cleaning 70004 clauses out of 140021 with flag 12821775/21261586
3283.66/3312.29	c cleaning 71003 clauses out of 142017 with flag 13241728/21333586
3295.97/3324.54	c cleaning 71984 clauses out of 144014 with flag 13729520/21406586
3308.60/3337.29	c cleaning 73000 clauses out of 146030 with flag 14204683/21480586
3320.52/3349.18	c cleaning 73975 clauses out of 148030 with flag 14567732/21555586
3332.39/3361.08	c cleaning 75004 clauses out of 150055 with flag 14955620/21631586
3344.89/3373.65	c cleaning 76018 clauses out of 152055 with flag 15376242/21708590
3358.01/3386.78	c cleaning 77005 clauses out of 154033 with flag 15810741/21786586
3371.33/3400.16	c cleaning 78002 clauses out of 156029 with flag 16239437/21865587
3384.03/3412.84	c cleaning 79006 clauses out of 158028 with flag 16655618/21945588
3397.14/3425.92	c cleaning 80004 clauses out of 160020 with flag 17126647/22026586
3410.76/3439.65	c cleaning 80991 clauses out of 162016 with flag 17666585/22108586
3424.04/3452.92	c cleaning 82011 clauses out of 164026 with flag 18193040/22191587
3438.24/3467.23	c cleaning 82985 clauses out of 166015 with flag 18640796/22275587
3452.35/3481.34	c cleaning 83991 clauses out of 168029 with flag 19159374/22360586
3466.68/3495.75	c cleaning 85008 clauses out of 170038 with flag 19692172/22446586
3469.18/3498.21	c Got one! Elapsed wall clock time (in seconds):3498.079
3469.18/3498.21	o 51969
3470.08/3499.15	c cleaning 53337 clauses out of 106724 with flag 24050/22468280
3471.11/3500.14	c cleaning 29655 clauses out of 59384 with flag 48596/22474277
3472.11/3501.16	c cleaning 18347 clauses out of 36729 with flag 78919/22481277
3473.31/3502.35	c cleaning 13178 clauses out of 26379 with flag 118479/22489274
3474.60/3503.65	c cleaning 11055 clauses out of 22201 with flag 169886/22498274
3476.00/3505.06	c cleaning 10534 clauses out of 21146 with flag 223940/22508274
3477.60/3506.62	c cleaning 10788 clauses out of 21612 with flag 282873/22519274
3479.29/3508.37	c cleaning 11396 clauses out of 22826 with flag 343737/22531276
3481.29/3510.31	c cleaning 12186 clauses out of 24428 with flag 411521/22544274
3483.39/3512.40	c cleaning 13093 clauses out of 26244 with flag 487939/22558276
3485.58/3514.63	c cleaning 14066 clauses out of 28149 with flag 581734/22573274
3487.87/3516.97	c cleaning 15026 clauses out of 30083 with flag 666014/22589274
3490.41/3520.34	c cleaning 16023 clauses out of 32057 with flag 740859/22606274
3492.90/3522.88	c cleaning 17007 clauses out of 34034 with flag 811213/22624274
3495.69/3525.65	c cleaning 18009 clauses out of 36027 with flag 899183/22643274
3498.72/3528.66	c cleaning 18987 clauses out of 38018 with flag 986852/22663274
3501.82/3531.75	c cleaning 20011 clauses out of 40031 with flag 1087310/22684274
3505.11/3535.04	c cleaning 20979 clauses out of 42020 with flag 1195958/22706274
3508.40/3538.38	c cleaning 22017 clauses out of 44045 with flag 1312338/22729278
3511.99/3541.92	c cleaning 23009 clauses out of 46024 with flag 1417263/22753274
3515.59/3545.58	c cleaning 24003 clauses out of 48015 with flag 1528055/22778274
3519.33/3549.75	c cleaning 24998 clauses out of 50012 with flag 1650159/22804274
3523.35/3553.79	c cleaning 26006 clauses out of 52014 with flag 1772557/22831274
3527.65/3558.02	c cleaning 27004 clauses out of 54010 with flag 1942682/22859276
3532.04/3562.46	c cleaning 27988 clauses out of 56004 with flag 2118938/22888274
3536.56/3566.98	c cleaning 29000 clauses out of 58016 with flag 2291725/22918274
3541.15/3571.52	c cleaning 29992 clauses out of 60016 with flag 2437931/22949274
3545.75/3576.14	c cleaning 31012 clauses out of 62024 with flag 2558849/22981274
3550.76/3581.36	c cleaning 31996 clauses out of 64012 with flag 2701761/23014274
3555.75/3586.32	c cleaning 32953 clauses out of 66016 with flag 2841539/23048274
3560.84/3591.44	c cleaning 34003 clauses out of 68063 with flag 2980791/23083274
3566.06/3596.63	c cleaning 35024 clauses out of 70060 with flag 3127713/23119274
3571.45/3602.01	c cleaning 36014 clauses out of 72036 with flag 3268498/23156274
3576.87/3607.48	c cleaning 36984 clauses out of 74022 with flag 3414601/23194274
3582.96/3613.62	c cleaning 37978 clauses out of 76038 with flag 3604524/23233274
3589.05/3619.78	c cleaning 38990 clauses out of 78060 with flag 3813346/23273274
3595.46/3626.16	c cleaning 40030 clauses out of 80070 with flag 4017779/23314274
3600.05/3630.71	c starts		: 26592
3600.05/3630.72	c conflicts		: 23345541
3600.05/3630.72	c decisions		: 247209633
3600.05/3630.72	c propagations		: 16999938187
3600.05/3630.72	c inspects		: 19349276922
3600.05/3630.72	c shortcuts		: 0
3600.05/3630.72	c learnt literals	: 0
3600.05/3630.72	c learnt binary clauses	: 0
3600.05/3630.72	c learnt ternary clauses	: 0
3600.05/3630.72	c learnt constraints	: 23345541
3600.05/3630.72	c ignored constraints	: 0
3600.05/3630.72	c root simplifications	: 0
3600.05/3630.72	c removed literals (reason simplification)	: 126321030
3600.05/3630.72	c reason swapping (by a shorter reason)	: 0
3600.05/3630.72	c Calls to reduceDB	: 640
3600.05/3630.72	c Number of update (reduction) of LBD	: 14640093
3600.05/3630.72	c Imported unit clauses	: 0
3600.05/3630.72	c No decision after first conflict	: false
3600.05/3630.72	c number of reductions to clauses (during analyze)	: 0
3600.05/3630.72	c number of learned constraints concerned by reduction	: 0
3600.05/3630.72	c number of learning phase by resolution	: 0
3600.05/3630.72	c number of learning phase by cutting planes	: 0
3600.05/3630.72	c number of rounding to 1 operations	: 0
3600.05/3630.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3630.72	c number of reductions of the coefficients by power 2 	: 0
3600.05/3630.72	c number of right shift for reduction by power 2 	: 0
3600.05/3630.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3630.72	c number of ending skipping 	: 0
3600.05/3630.72	c number of internal skipping 	: 0
3600.05/3630.72	c number of derivation steps 	: 0
3600.05/3630.72	c number of skipped derivation steps 	: 0
3600.05/3630.72	c number of remaining unassigned 	: 0
3600.05/3630.72	c number of remaining assigned 	: 0
3600.05/3630.72	c number of falsified literals weakened from reason	: 0
3600.05/3630.72	c number of falsified literals weakened from conflict	: 0
3600.05/3630.72	c time for arithmetic operations	: 0
3600.05/3630.72	c minimum degree of deleted constraints	: null
3600.05/3630.72	c maximum degree of deleted constraints	: null
3600.05/3630.72	c number of deleted constraints	: 0
3600.05/3630.74	c speed (assignments/second)	: 4682525.848187553
3600.05/3630.74	c non guided choices	: 0
3600.05/3630.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 71307
3600.05/3630.78	s SATISFIABLE
3600.05/3630.78	c Found 22 solution(s)
3600.05/3630.78	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/3630.78	c objective function=51969
3600.05/3630.78	c Total wall clock time (in seconds): 3630.658

Verifier Data

OK	51969

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440400-1721818182/watcher-4440400-1721818182 -o /tmp/evaluation-result-4440400-1721818182/solver-4440400-1721818182 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721817188-240504 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440400-1721818182 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440400-1721818182.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=241214, runsolver pid=241211

[startup+0.100361 s]*
/proc/loadavg: 4.21 4.03 2.80 7/332 241232
/proc/meminfo: memFree=106480180/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=18975048 memory=66532 CPUtime=0.14 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 7098 0 0 0 12 2 0 0 20 0 18 0 18347625 19430449152 16633 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4743762 16633 5622 1 0 549372 0
[pid=241214/tid=241216] ppid=241211 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 1078198336 5661 0 0 0 7 1 0 0 20 0 18 0 18347625 19430449152 16633 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18347628 19430449152 16633 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=18975048 memory=13846374089876100 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18347628 19430449152 16633 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66532 KiB

[startup+0.207157 s]*
/proc/loadavg: 4.21 4.03 2.80 8/332 241232
/proc/meminfo: memFree=106468472/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=18975048 memory=78468 CPUtime=0.32 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 7999 0 0 0 30 2 0 0 20 0 18 0 18347625 19430449152 19617 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4743762 19617 5835 1 0 549901 0
[pid=241214/tid=241216] ppid=241211 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 1077936192 5888 0 0 0 15 2 0 0 20 0 18 0 18347625 19430449152 19617 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=18975048 memory=649556 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18347628 19430449152 19617 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18347628 19430449152 19617 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78468 KiB

[startup+0.305644 s]*
/proc/loadavg: 4.21 4.03 2.80 10/333 241233
/proc/meminfo: memFree=106458276/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19041612 memory=87604 CPUtime=0.52 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 9611 0 0 0 49 3 0 0 20 0 19 0 18347625 19498610688 21901 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4760403 21901 5875 1 0 551393 0
[pid=241214/tid=241216] ppid=241211 vsize=19041612 memory=-9105267357191479996 CPUtime=0.26 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 6001 0 0 0 24 2 0 0 20 0 19 0 18347625 19498610688 21901 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18347628 19498610688 21901 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18347628 19498610688 21901 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 18347647 19498610688 21901 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 87604 KiB

[startup+0.700597 s]
/proc/loadavg: 4.35 4.06 2.82 6/333 241233
/proc/meminfo: memFree=106418112/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19041612 memory=125424 CPUtime=1.28 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 11198 0 0 0 124 4 0 0 20 0 19 0 18347625 19498610688 31356 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4760403 31356 5887 1 0 552393 0
[pid=241214/tid=241216] ppid=241211 vsize=19041612 memory=12544 CPUtime=0.63 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 6022 0 0 0 60 3 0 0 20 0 19 0 18347625 19498610688 31356 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19041612 memory=12544 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18347628 19498610688 31356 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18347628 19498610688 31356 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19041612 memory=1988 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 18347647 19498610688 31356 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 125424 KiB

[startup+1.50958 s]
/proc/loadavg: 4.35 4.06 2.82 6/333 241233
/proc/meminfo: memFree=106381344/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=177592 CPUtime=2.86 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 17968 0 0 0 280 6 0 0 20 0 20 0 18347625 19566772224 44398 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 44398 5919 1 0 553632 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=12544 CPUtime=1.41 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 6960 0 0 0 137 4 0 0 20 0 20 0 18347625 19566772224 44398 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 44398 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 44398 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 44398 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177592 KiB

[startup+3.10658 s]
/proc/loadavg: 4.35 4.06 2.82 6/334 241234
/proc/meminfo: memFree=106333808/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=184216 CPUtime=5.17 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 22054 0 0 0 510 7 0 0 20 0 20 0 18347625 19566772224 46054 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 46054 5919 1 0 555139 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=0 CPUtime=2.97 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 7512 0 0 0 293 4 0 0 20 0 20 0 18347625 19566772224 46054 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 46054 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=183384 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 46054 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=12544 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 46054 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 5.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184216 KiB

[startup+6.30058 s]
/proc/loadavg: 4.32 4.06 2.82 5/334 241234
/proc/meminfo: memFree=106275700/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=223404 CPUtime=8.74 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 27885 0 0 0 865 9 0 0 20 0 20 0 18347625 19566772224 55851 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 55851 5919 1 0 555141 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=12544 CPUtime=6.12 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 8108 0 0 0 607 5 0 0 20 0 20 0 18347625 19566772224 55851 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 55851 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=6080822005100597841 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 55851 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=5536 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 55851 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 8.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 223404 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.06 2.83 5/334 241235
/proc/meminfo: memFree=106036208/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=495932 CPUtime=15.21 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 33203 0 0 0 1505 16 0 0 20 0 20 0 18347625 19566772224 123983 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 123983 5919 1 0 555141 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=0 CPUtime=12.49 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 9373 0 0 0 1237 12 0 0 20 0 20 0 18347625 19566772224 123983 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=430356 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 123983 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 123983 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 123983 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 15.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 495932 KiB

[startup+25.5003 s]
/proc/loadavg: 4.25 4.06 2.84 5/334 241237
/proc/meminfo: memFree=105541172/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=840172 CPUtime=28.1 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 40006 0 0 0 2783 27 0 0 20 0 20 0 18347625 19566772224 210043 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 210043 5934 1 0 555141 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=430356 CPUtime=25.22 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 11126 0 0 0 2500 22 0 0 20 0 20 0 18347625 19566772224 210043 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 210043 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=739772 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 210043 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=11540 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 210043 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 28.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 840172 KiB

[startup+51.1058 s]
/proc/loadavg: 4.40 4.12 2.90 5/337 241246
/proc/meminfo: memFree=104879508/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=1326040 CPUtime=53.65 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 48566 0 0 0 5321 44 0 0 20 0 20 0 18347625 19566772224 331510 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 331510 5934 1 0 555141 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=1327424 CPUtime=50.52 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 13505 0 0 0 5015 37 0 0 20 0 20 0 18347625 19566772224 331510 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0

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

/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=11540 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 3293 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=2172384 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 3199.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2172384 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.17 4.12 5/336 243236
/proc/meminfo: memFree=88302712/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=2172384 CPUtime=3253.87 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 206939 0 0 0 324565 822 0 0 20 0 20 0 18347625 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 543096 5949 1 0 555867 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=2172384 CPUtime=3232.26 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 84198 0 0 0 322495 731 0 0 20 0 20 0 18347625 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2678 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=1988 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=2172384 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 3361 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=11540 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 3253.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2172384 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.17 4.12 5/336 243247
/proc/meminfo: memFree=87849908/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=2172384 CPUtime=3313.68 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 209520 0 0 0 330531 837 0 0 20 0 20 0 18347625 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 543096 5949 1 0 555867 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=2172384 CPUtime=3291.71 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 85575 0 0 0 328426 745 0 0 20 0 20 0 18347625 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2696 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=2172384 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=2304 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 3427 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=2172384 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 3313.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2172384 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.15 4.12 5/338 243260
/proc/meminfo: memFree=87400836/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=2172384 CPUtime=3373.51 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 212068 0 0 0 336500 851 0 0 20 0 20 0 18347625 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 543096 5949 1 0 555867 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=2172384 CPUtime=3351.17 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 86903 0 0 0 334359 758 0 0 20 0 20 0 18347625 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2713 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=2172384 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=2172384 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 3492 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=2172384 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 543096 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 3373.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2172384 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.15 4.12 5/338 243270
/proc/meminfo: memFree=86944592/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=2172388 CPUtime=3433.35 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 214634 0 0 0 342471 864 0 0 20 0 20 0 18347625 19566772224 543097 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 543097 5949 1 0 555867 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=2172388 CPUtime=3410.54 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 88331 0 0 0 340285 769 0 0 20 0 20 0 18347625 19566772224 543097 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2732 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=2172384 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543097 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=1844 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 3559 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543097 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=11540 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 543097 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 3433.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2172388 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.15 4.12 5/338 243281
/proc/meminfo: memFree=86484836/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=2172392 CPUtime=3492.4 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 217852 0 0 0 348361 879 0 0 20 0 20 0 18347625 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 543098 5949 1 0 555867 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=2172384 CPUtime=3469.22 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 90255 0 0 0 346139 783 0 0 20 0 20 0 18347625 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2827 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=2172392 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=12544 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 3627 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=2172392 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 3492.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2172392 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/337 243292
/proc/meminfo: memFree=85979488/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=2172392 CPUtime=3551.75 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 220464 0 0 0 354280 895 0 0 20 0 20 0 18347625 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 543098 5949 1 0 555867 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=2172392 CPUtime=3528.16 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 91286 0 0 0 352019 797 0 0 20 0 20 0 18347625 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2897 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=2172392 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=2172392 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 3686 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=11540 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 3551.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2172392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.7 s]
/proc/loadavg: 4.10 4.13 4.11 5/336 243301
/proc/meminfo: memFree=85608088/131524600 swapFree=131071728/131071996
[pid=241214] ppid=241211 vsize=19108176 memory=2172392 CPUtime=3600.05 cores=1,3
/proc/241214/stat : 241214 (java) S 241211 241214 240492 0 -1 1077936128 222101 0 0 0 359097 908 0 0 20 0 20 0 18347625 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
/proc/241214/statm: 4777044 543098 5949 1 0 555867 0
[pid=241214/tid=241216] ppid=241211 vsize=19108176 memory=2304 CPUtime=3576.19 cores=1,3
/proc/241214/task/241216/stat : 241216 (java) R 241211 241214 240492 0 -1 4194368 92485 0 0 0 356810 809 0 0 20 0 20 0 18347625 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2907 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241225] ppid=241211 vsize=19108176 memory=11540 CPUtime=0 cores=1,3
/proc/241214/task/241225/stat : 241225 (Finalizer) S 241211 241214 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241232] ppid=241211 vsize=19108176 memory=2172392 CPUtime=0 cores=1,3
/proc/241214/task/241232/stat : 241232 (Common-Cleaner) S 241211 241214 240492 0 -1 1077936192 3754 0 0 0 0 0 0 0 20 0 20 0 18347628 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
[pid=241214/tid=241233] ppid=241211 vsize=19108176 memory=12544 CPUtime=0 cores=1,3
/proc/241214/task/241233/stat : 241233 (Timer-0) S 241211 241214 240492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18347647 19566772224 543098 134679101440 94355665416192 94355665419888 140722964335936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94355665427704 94355665428496 94355697254400 140722964341675 140722964341857 140722964341857 140722964348872 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2172392 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.14 s, system=9.10119 s

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

[startup+3630.8 s]*
/proc/loadavg: 4.10 4.13 4.11 4/319 243305
/proc/meminfo: memFree=87752096/131524600 swapFree=131071728/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3630.86
CPU time (s): 3600.24
CPU user time (s): 3591.14
CPU system time (s): 9.10119
CPU usage (%): 99.1568
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2172392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.14
system time used= 9.10119
maximum resident set size= 2174328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225806
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17308416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120266
involuntary context switches= 12659


# summary of solver processes directly reported to runsolver:
#   pid: 241214
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3591.14
#   total CPU system time (s): 9.10119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.43526 second user time and 18.811 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-24 12:49:42
IDJOB=4440400
IDBENCH=148154
IDSOLVER=3079
FILE ID=nodeC029/4440400-1721818182
RUNJOBID= nodeC029-1721817188-240504
SLURM_JOB_ID= 7816890
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir04_trarea_ac.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440400-1721818182/watcher-4440400-1721818182 -o /tmp/evaluation-result-4440400-1721818182/solver-4440400-1721818182 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721817188-240504 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440400-1721818182 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440400-1721818182.opb

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

MD5SUM BENCH= 206b08b420dad9af66531a7207372127
RANDOM SEED=2121536758

nodeC029.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		: 3681.510
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.50
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		: 3643.977
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.837
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.50
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		: 3644.509
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.34
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		: 3681.547
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.50
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		: 3685.574
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.861
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.50
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		: 3649.337
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        106525932 kB
MemAvailable:   123695916 kB
Buffers:          239948 kB
Cached:         17646332 kB
SwapCached:           44 kB
Active:          2677072 kB
Inactive:       21459240 kB
Active(anon):       1572 kB
Inactive(anon):  6302576 kB
Active(file):    2675500 kB
Inactive(file): 15156664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:             97520 kB
Writeback:             0 kB
AnonPages:       6250112 kB
Mapped:           139244 kB
Shmem:             54012 kB
KReclaimable:     355284 kB
Slab:             488232 kB
SReclaimable:     355284 kB
SUnreclaim:       132948 kB
KernelStack:        5072 kB
PageTables:        22536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8293540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21472 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5941248 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:      346836 kB
DirectMap2M:    44515328 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 889748 MiB
End job on nodeC029 at 2024-07-24 13:50:13