Trace number 4447574

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 NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.19 3604.4

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n188-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM1c14f117e67441c2f256fb4d1e22e789
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables282
Total number of constraints752
Number of constraints which are clauses752
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 constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.06	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4447574-1721349638.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.14/0.15	c ... done. Wall clock time 0.034s.
0.14/0.15	c declared #vars     282
0.14/0.15	c #constraints  752
0.14/0.15	c constraints type 
0.14/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 752
0.14/0.15	c 752 constraints processed.
0.73/0.48	c cleaning 2493 clauses out of 5001 with flag 14951/5001
1.12/0.63	c cleaning 4249 clauses out of 8508 with flag 34334/11001
1.30/0.80	c cleaning 5622 clauses out of 11258 with flag 59521/18000
1.69/0.90	c cleaning 6810 clauses out of 13636 with flag 90398/26000
1.87/1.02	c cleaning 7907 clauses out of 15826 with flag 128616/35000
2.06/1.15	c cleaning 8954 clauses out of 17919 with flag 168957/45000
2.25/1.29	c cleaning 9973 clauses out of 19965 with flag 211400/56000
2.58/1.44	c cleaning 10992 clauses out of 21993 with flag 262717/68001
2.78/1.60	c cleaning 11992 clauses out of 24001 with flag 317530/81001
2.88/1.77	c cleaning 12993 clauses out of 26008 with flag 373786/95000
3.08/1.96	c cleaning 13998 clauses out of 28016 with flag 436575/110001
3.28/2.17	c cleaning 14998 clauses out of 30018 with flag 505623/126001
3.50/2.39	c cleaning 16003 clauses out of 32020 with flag 581207/143001
3.82/2.61	c cleaning 17003 clauses out of 34016 with flag 664681/161000
4.02/2.85	c cleaning 17999 clauses out of 36013 with flag 745189/180000
4.31/3.12	c cleaning 18999 clauses out of 38014 with flag 835644/200000
4.61/3.45	c cleaning 20005 clauses out of 40017 with flag 937710/221002
4.91/3.79	c cleaning 20998 clauses out of 42011 with flag 1041465/243001
5.41/4.22	c cleaning 21995 clauses out of 44012 with flag 1152815/266000
5.70/4.59	c cleaning 23000 clauses out of 46018 with flag 1273362/290001
6.10/4.97	c cleaning 24001 clauses out of 48017 with flag 1394616/315000
6.50/5.37	c cleaning 24999 clauses out of 50017 with flag 1510064/341001
7.00/5.81	c cleaning 26002 clauses out of 52017 with flag 1641755/368000
7.40/6.23	c cleaning 27004 clauses out of 54016 with flag 1767159/396001
7.80/6.68	c cleaning 27998 clauses out of 56012 with flag 1894384/425001
8.30/7.15	c cleaning 29000 clauses out of 58014 with flag 2034325/455001
8.80/7.66	c cleaning 29999 clauses out of 60013 with flag 2184833/486000
9.40/8.26	c cleaning 31002 clauses out of 62014 with flag 2325043/518000
10.00/8.88	c cleaning 31997 clauses out of 64014 with flag 2483791/551002
10.60/9.46	c cleaning 33004 clauses out of 66016 with flag 2636874/585001
11.31/10.11	c cleaning 33998 clauses out of 68011 with flag 2807846/620000
11.91/10.74	c cleaning 34997 clauses out of 70014 with flag 2981420/656001
12.51/11.37	c cleaning 36000 clauses out of 72016 with flag 3152301/693000
13.21/12.03	c cleaning 36996 clauses out of 74016 with flag 3333450/731000
14.01/12.83	c cleaning 38004 clauses out of 76021 with flag 3511523/770001
14.81/13.61	c cleaning 38998 clauses out of 78016 with flag 3698404/810000
15.60/14.43	c cleaning 40002 clauses out of 80018 with flag 3896139/851000
16.40/15.23	c cleaning 41001 clauses out of 82016 with flag 4088853/893000
17.21/16.07	c cleaning 41998 clauses out of 84016 with flag 4285183/936001
18.10/16.99	c cleaning 43004 clauses out of 86017 with flag 4495390/980000
19.10/17.97	c cleaning 44000 clauses out of 88013 with flag 4710137/1025000
20.00/18.89	c cleaning 45001 clauses out of 90014 with flag 4933662/1071001
21.20/20.01	c cleaning 45999 clauses out of 92013 with flag 5148571/1118001
22.39/21.21	c cleaning 46995 clauses out of 94014 with flag 5376915/1166001
23.49/22.34	c cleaning 48003 clauses out of 96018 with flag 5608121/1215000
24.83/23.65	c cleaning 48999 clauses out of 98015 with flag 5842816/1265000
25.94/24.75	c cleaning 49998 clauses out of 100017 with flag 6086198/1316001
27.24/26.06	c cleaning 51003 clauses out of 102019 with flag 6325404/1368001
28.43/27.22	c cleaning 52004 clauses out of 104015 with flag 6585864/1421000
29.76/28.59	c cleaning 53000 clauses out of 106012 with flag 6851174/1475001
31.26/30.00	c cleaning 53999 clauses out of 108011 with flag 7119542/1530000
32.86/31.67	c cleaning 54998 clauses out of 110012 with flag 7388340/1586000
34.86/33.60	c cleaning 56003 clauses out of 112015 with flag 7664652/1643001
36.36/35.13	c cleaning 56999 clauses out of 114012 with flag 7941110/1701001
37.98/36.74	c cleaning 57997 clauses out of 116012 with flag 8232814/1760000
39.57/38.37	c cleaning 59002 clauses out of 118016 with flag 8532301/1820001
41.28/40.07	c cleaning 59996 clauses out of 120014 with flag 8845816/1881001
42.67/41.48	c cleaning 61001 clauses out of 122018 with flag 9126999/1943001
44.40/43.16	c cleaning 62001 clauses out of 124016 with flag 9425183/2006000
45.99/44.76	c cleaning 62999 clauses out of 126015 with flag 9716001/2070000
47.59/46.39	c cleaning 64000 clauses out of 128016 with flag 10030651/2135000
49.91/48.62	c cleaning 64996 clauses out of 130016 with flag 10362229/2201000
51.61/50.33	c cleaning 66002 clauses out of 132021 with flag 10700082/2268001
53.61/52.38	c cleaning 67000 clauses out of 134019 with flag 11025168/2336001
55.41/54.12	c cleaning 68003 clauses out of 136020 with flag 11343654/2405002
57.13/55.82	c cleaning 69005 clauses out of 138015 with flag 11686669/2475000
58.82/57.58	c cleaning 69994 clauses out of 140010 with flag 12036600/2546000
61.33/60.08	c cleaning 70999 clauses out of 142017 with flag 12397005/2618001
63.25/61.99	c cleaning 72001 clauses out of 144017 with flag 12765025/2691000
65.35/64.08	c cleaning 73000 clauses out of 146016 with flag 13127481/2765000
67.74/66.46	c cleaning 74002 clauses out of 148017 with flag 13502887/2840001
70.26/68.93	c cleaning 75001 clauses out of 150015 with flag 13907181/2916001
72.76/71.41	c cleaning 75995 clauses out of 152013 with flag 14273535/2993000
74.85/73.59	c cleaning 77002 clauses out of 154018 with flag 14650584/3071000
78.10/76.79	c cleaning 78004 clauses out of 156017 with flag 15063354/3150001
81.09/79.78	c cleaning 78995 clauses out of 158012 with flag 15444359/3230000
83.78/82.47	c cleaning 80002 clauses out of 160018 with flag 15853045/3311001
85.92/84.53	c cleaning 80999 clauses out of 162015 with flag 16209582/3393000
88.31/86.95	c cleaning 82001 clauses out of 164017 with flag 16602311/3476001
90.91/89.55	c cleaning 83004 clauses out of 166015 with flag 17002656/3560000
93.80/92.43	c cleaning 84001 clauses out of 168013 with flag 17428836/3645002
96.73/95.31	c cleaning 84998 clauses out of 170010 with flag 17852277/3731000
99.43/98.05	c cleaning 86001 clauses out of 172013 with flag 18269973/3818001
101.82/100.49	c cleaning 86998 clauses out of 174011 with flag 18710427/3906000
105.11/103.77	c cleaning 87998 clauses out of 176013 with flag 19140422/3995000
109.68/108.27	c cleaning 89002 clauses out of 178015 with flag 19562034/4085000
112.48/111.06	c cleaning 89996 clauses out of 180014 with flag 20007289/4176001
115.27/113.82	c cleaning 91001 clauses out of 182018 with flag 20475412/4268001
118.07/116.64	c cleaning 92000 clauses out of 184016 with flag 20944525/4361000
120.96/119.51	c cleaning 92999 clauses out of 186016 with flag 21390104/4455000
123.89/122.49	c cleaning 94004 clauses out of 188018 with flag 21832168/4550001
127.68/126.20	c cleaning 94998 clauses out of 190013 with flag 22394095/4646000
131.67/130.28	c cleaning 95997 clauses out of 192016 with flag 22864470/4743001
136.37/134.94	c cleaning 97002 clauses out of 194018 with flag 23360070/4841000
139.96/138.53	c cleaning 98000 clauses out of 196017 with flag 23840369/4940001
143.22/141.73	c cleaning 98999 clauses out of 198017 with flag 24340054/5040001
146.92/145.41	c cleaning 100004 clauses out of 200017 with flag 24839739/5141000
150.41/148.98	c cleaning 100997 clauses out of 202014 with flag 25359442/5243001
153.71/152.29	c cleaning 102002 clauses out of 204016 with flag 25865616/5346000
157.40/155.95	c cleaning 103001 clauses out of 206014 with flag 26417097/5450000
161.86/160.34	c cleaning 103998 clauses out of 208014 with flag 26899842/5555001
165.66/164.17	c cleaning 105006 clauses out of 210015 with flag 27355242/5661000
169.25/167.79	c cleaning 105994 clauses out of 212009 with flag 27878354/5768000
172.94/171.43	c cleaning 107004 clauses out of 214015 with flag 28413431/5876000
176.54/175.03	c cleaning 107999 clauses out of 216011 with flag 28954540/5985000
180.70/179.10	c cleaning 108998 clauses out of 218013 with flag 29486032/6095001
184.48/182.98	c cleaning 110001 clauses out of 220016 with flag 30028210/6206002
187.78/186.20	c cleaning 110998 clauses out of 222013 with flag 30571476/6318000
191.68/190.11	c cleaning 112003 clauses out of 224016 with flag 31135820/6431001
195.27/193.79	c cleaning 112999 clauses out of 226013 with flag 31676497/6545001
198.86/197.38	c cleaning 114001 clauses out of 228013 with flag 32181525/6660000
203.38/201.82	c cleaning 115000 clauses out of 230012 with flag 32747673/6776000
207.38/205.82	c cleaning 115999 clauses out of 232013 with flag 33268493/6893001
210.77/209.23	c cleaning 116999 clauses out of 234014 with flag 33807981/7011001
214.76/213.20	c cleaning 118003 clauses out of 236015 with flag 34405685/7130001
221.25/219.72	c cleaning 118997 clauses out of 238013 with flag 34955998/7250002
225.74/224.22	c cleaning 120001 clauses out of 240014 with flag 35537293/7371000
230.78/229.06	c cleaning 120995 clauses out of 242013 with flag 36125005/7493000
234.46/232.73	c cleaning 122002 clauses out of 244019 with flag 36726910/7616001
238.86/237.16	c cleaning 123003 clauses out of 246016 with flag 37349407/7740000
242.95/241.30	c cleaning 123998 clauses out of 248014 with flag 37950517/7865001
251.03/249.34	c cleaning 125002 clauses out of 250016 with flag 38589199/7991001
257.12/255.46	c cleaning 126000 clauses out of 252013 with flag 39276311/8118000
262.08/260.35	c cleaning 126996 clauses out of 254014 with flag 39899452/8246001
266.78/265.05	c cleaning 128008 clauses out of 256019 with flag 40555192/8375002
272.27/270.53	c cleaning 129004 clauses out of 258009 with flag 41229925/8505000
277.76/276.08	c cleaning 129994 clauses out of 260006 with flag 41892470/8636001
282.94/281.25	c cleaning 130996 clauses out of 262011 with flag 42520607/8768000
288.13/286.41	c cleaning 131997 clauses out of 264015 with flag 43211996/8901000
292.92/291.22	c cleaning 133004 clauses out of 266019 with flag 43853743/9035001
298.11/296.40	c cleaning 133996 clauses out of 268015 with flag 44517895/9170001
303.49/301.88	c cleaning 135000 clauses out of 270019 with flag 45185298/9306001
309.98/308.37	c cleaning 136000 clauses out of 272019 with flag 45837493/9443001
315.97/314.32	c cleaning 137001 clauses out of 274018 with flag 46506503/9581000
323.45/321.88	c cleaning 138003 clauses out of 276018 with flag 47133922/9720001
329.18/327.46	c cleaning 138998 clauses out of 278014 with flag 47834753/9860000
334.45/332.72	c cleaning 140006 clauses out of 280017 with flag 48509703/10001001
341.19/339.59	c cleaning 141001 clauses out of 282010 with flag 49246546/10143000
345.94/344.30	c cleaning 141995 clauses out of 284010 with flag 49936358/10286001
351.10/349.54	c cleaning 143002 clauses out of 286014 with flag 50623431/10430000
356.65/355.13	c cleaning 144000 clauses out of 288013 with flag 51342983/10575001
362.27/360.76	c cleaning 145002 clauses out of 290012 with flag 52076920/10721000
368.12/366.66	c cleaning 146003 clauses out of 292010 with flag 52789009/10868000
373.67/372.23	c cleaning 146998 clauses out of 294007 with flag 53519657/11016000
379.23/377.82	c cleaning 148000 clauses out of 296010 with flag 54260052/11165001
385.56/384.22	c cleaning 148993 clauses out of 298010 with flag 54950126/11315001
391.69/390.34	c cleaning 149999 clauses out of 300016 with flag 55608485/11466000
397.88/396.54	c cleaning 151005 clauses out of 302018 with flag 56366782/11618001
405.26/403.97	c cleaning 151999 clauses out of 304012 with flag 57094750/11771000
411.76/410.42	c cleaning 153000 clauses out of 306014 with flag 57835898/11925001
419.14/417.86	c cleaning 153996 clauses out of 308014 with flag 58583179/12080001
426.83/425.57	c cleaning 155001 clauses out of 310017 with flag 59363448/12236000
434.38/433.03	c cleaning 156000 clauses out of 312016 with flag 60131328/12393000
441.66/440.35	c cleaning 157002 clauses out of 314016 with flag 60858494/12551000
448.85/447.50	c cleaning 157997 clauses out of 316014 with flag 61548467/12710000
454.84/453.54	c cleaning 159001 clauses out of 318017 with flag 62326790/12870000
465.03/463.77	c cleaning 160003 clauses out of 320017 with flag 63153631/13031001
474.31/473.01	c cleaning 160997 clauses out of 322013 with flag 64073493/13193000
484.79/483.51	c cleaning 161997 clauses out of 324016 with flag 65002494/13356000
494.87/493.66	c cleaning 162999 clauses out of 326020 with flag 65954563/13520001
506.07/504.70	c cleaning 164000 clauses out of 328021 with flag 66909364/13685001
512.96/511.62	c cleaning 165005 clauses out of 330020 with flag 67773043/13851000
519.46/518.14	c cleaning 166001 clauses out of 332016 with flag 68535153/14018001
526.35/525.10	c cleaning 166999 clauses out of 334014 with flag 69271598/14186000
534.23/532.93	c cleaning 168001 clauses out of 336015 with flag 70018088/14355000
541.71/540.44	c cleaning 169003 clauses out of 338015 with flag 70776025/14525001
559.58/558.39	c cleaning 170002 clauses out of 340011 with flag 71641269/14696000
567.96/566.73	c cleaning 170999 clauses out of 342009 with flag 72479555/14868000
574.55/573.34	c cleaning 171996 clauses out of 344011 with flag 73337918/15041001
583.73/582.56	c cleaning 173003 clauses out of 346014 with flag 74154783/15215000
593.91/592.63	c cleaning 174002 clauses out of 348012 with flag 75019238/15390001
605.79/604.52	c cleaning 174997 clauses out of 350009 with flag 75878426/15566000
612.39/611.16	c cleaning 175998 clauses out of 352012 with flag 76671177/15743000
619.87/618.63	c cleaning 176996 clauses out of 354014 with flag 77501973/15921000
631.25/629.62	c cleaning 178001 clauses out of 356018 with flag 78340320/16100000
640.13/638.52	c cleaning 178997 clauses out of 358018 with flag 79173542/16280001
649.32/647.73	c cleaning 180006 clauses out of 360021 with flag 79983849/16461001
657.30/655.76	c cleaning 181002 clauses out of 362014 with flag 80734884/16643000
666.70/665.17	c cleaning 181998 clauses out of 364013 with flag 81671050/16826001
678.87/677.36	c cleaning 182997 clauses out of 366015 with flag 82684268/17010001
689.75/688.26	c cleaning 183999 clauses out of 368018 with flag 83701768/17195001
697.33/695.81	c cleaning 185000 clauses out of 370018 with flag 84617683/17381000
707.13/705.57	c cleaning 186002 clauses out of 372018 with flag 85469844/17568000
715.92/714.38	c cleaning 187003 clauses out of 374016 with flag 86323625/17756000
723.71/722.19	c cleaning 187999 clauses out of 376014 with flag 87204432/17945001
731.99/730.40	c cleaning 188998 clauses out of 378014 with flag 88077088/18135000
741.16/739.61	c cleaning 190003 clauses out of 380017 with flag 89040277/18326001
748.74/747.27	c cleaning 190999 clauses out of 382013 with flag 89955891/18518000
757.23/755.76	c cleaning 191998 clauses out of 384014 with flag 90867204/18711000
766.21/764.79	c cleaning 192999 clauses out of 386016 with flag 91746413/18905000
777.69/776.24	c cleaning 194003 clauses out of 388017 with flag 92716201/19100000
799.74/798.25	c cleaning 194994 clauses out of 390015 with flag 93553484/19296001
813.02/811.55	c cleaning 195995 clauses out of 392021 with flag 94456264/19493001
822.00/820.57	c cleaning 197007 clauses out of 394027 with flag 95363955/19691002
831.81/830.40	c cleaning 198000 clauses out of 396018 with flag 96316959/19890000
841.33/840.03	c cleaning 199005 clauses out of 398019 with flag 97290711/20090001
850.05/848.84	c cleaning 199998 clauses out of 400014 with flag 98247996/20291001
859.67/858.56	c cleaning 201001 clauses out of 402016 with flag 99222682/20493001
872.17/871.14	c cleaning 201999 clauses out of 404014 with flag 100186941/20696000
882.27/881.33	c cleaning 203001 clauses out of 406015 with flag 101132309/20900000
893.31/892.26	c cleaning 203998 clauses out of 408015 with flag 102062720/21105001
903.09/902.10	c cleaning 204999 clauses out of 410016 with flag 103214127/21311000
912.67/911.67	c cleaning 206001 clauses out of 412017 with flag 104059623/21518000
924.75/923.74	c cleaning 207000 clauses out of 414017 with flag 104924216/21726001
934.73/933.79	c cleaning 208005 clauses out of 416017 with flag 105882309/21935001
944.72/943.77	c cleaning 208994 clauses out of 418011 with flag 106914511/22145000
955.29/954.20	c cleaning 210000 clauses out of 420018 with flag 107954143/22356001
965.57/964.59	c cleaning 211003 clauses out of 422017 with flag 108954077/22568000
976.65/975.63	c cleaning 212001 clauses out of 424015 with flag 109957655/22781001
986.54/985.59	c cleaning 213002 clauses out of 426013 with flag 110957488/22995000
996.92/995.97	c cleaning 214000 clauses out of 428012 with flag 111930610/23210001
1007.30/1006.31	c cleaning 215002 clauses out of 430012 with flag 112881083/23426001
1018.19/1017.26	c cleaning 216001 clauses out of 432010 with flag 113841598/23643001
1031.44/1030.47	c cleaning 216997 clauses out of 434009 with flag 114907932/23861001
1048.61/1047.61	c cleaning 217999 clauses out of 436011 with flag 115997398/24080000
1058.50/1057.51	c cleaning 219001 clauses out of 438012 with flag 116989072/24300000
1071.08/1070.10	c cleaning 219998 clauses out of 440011 with flag 118006324/24521000
1084.96/1084.01	c cleaning 220994 clauses out of 442013 with flag 118983940/24743000
1100.23/1099.31	c cleaning 221998 clauses out of 444020 with flag 120025336/24966001
1117.70/1116.89	c cleaning 223002 clauses out of 446021 with flag 121208192/25190000
1134.51/1133.59	c cleaning 224002 clauses out of 448020 with flag 122267997/25415001
1149.79/1148.81	c cleaning 224997 clauses out of 450017 with flag 123312724/25641000
1166.26/1165.36	c cleaning 225994 clauses out of 452020 with flag 124332445/25868000
1179.83/1178.94	c cleaning 227005 clauses out of 454028 with flag 125384295/26096002
1195.61/1194.72	c cleaning 228004 clauses out of 456022 with flag 126412561/26325001
1205.39/1204.53	c cleaning 229002 clauses out of 458017 with flag 127474928/26555000
1216.07/1214.71	c cleaning 230000 clauses out of 460016 with flag 128539820/26786001
1226.38/1225.17	c cleaning 231000 clauses out of 462016 with flag 129575384/27018001
1236.20/1235.04	c cleaning 231999 clauses out of 464015 with flag 130630514/27251000
1248.59/1247.55	c cleaning 233001 clauses out of 466016 with flag 131648020/27485000
1260.19/1259.25	c cleaning 234004 clauses out of 468016 with flag 132672154/27720001
1271.91/1271.09	c cleaning 234999 clauses out of 470011 with flag 133715027/27956000
1284.09/1283.38	c cleaning 236000 clauses out of 472013 with flag 134845218/28193001
1295.60/1294.98	c cleaning 236999 clauses out of 474012 with flag 135917983/28431000
1310.67/1310.11	c cleaning 237999 clauses out of 476013 with flag 137052560/28670000
1324.55/1324.19	c cleaning 238994 clauses out of 478014 with flag 138215458/28910000
1342.60/1342.34	c cleaning 239999 clauses out of 480020 with flag 139355890/29151000
1354.30/1354.14	c cleaning 240999 clauses out of 482021 with flag 140309330/29393000
1370.76/1370.76	c cleaning 242003 clauses out of 484023 with flag 141467626/29636001
1390.99/1390.92	c cleaning 242999 clauses out of 486019 with flag 142803380/29880000
1411.26/1411.21	c cleaning 244001 clauses out of 488020 with flag 144200341/30125000
1432.73/1432.75	c cleaning 244998 clauses out of 490019 with flag 145553894/30371000
1448.70/1448.70	c cleaning 246002 clauses out of 492021 with flag 146883893/30618000
1466.76/1466.87	c cleaning 246996 clauses out of 494019 with flag 148156682/30866000
1485.64/1485.71	c cleaning 247999 clauses out of 496024 with flag 149435495/31115001
1504.10/1504.21	c cleaning 249000 clauses out of 498024 with flag 150731053/31365000
1523.07/1523.25	c cleaning 249998 clauses out of 500024 with flag 152033734/31616000
1542.13/1542.11	c cleaning 251004 clauses out of 502027 with flag 153348153/31868001
1560.89/1560.90	c cleaning 251997 clauses out of 504022 with flag 154691604/32121000
1581.35/1581.47	c cleaning 253001 clauses out of 506026 with flag 156015325/32375001
1601.12/1601.29	c cleaning 254000 clauses out of 508025 with flag 157353837/32630001
1615.39/1615.55	c cleaning 255006 clauses out of 510025 with flag 158646905/32886001
1635.36/1635.54	c cleaning 256001 clauses out of 512018 with flag 159773855/33143000
1651.64/1651.80	c cleaning 256997 clauses out of 514017 with flag 160940219/33401000
1665.31/1665.54	c cleaning 258006 clauses out of 516021 with flag 162104071/33660001
1680.68/1680.80	c cleaning 258999 clauses out of 518015 with flag 163327953/33920001
1694.87/1695.09	c cleaning 260001 clauses out of 520015 with flag 164533440/34181000
1709.04/1709.20	c cleaning 261001 clauses out of 522014 with flag 165772144/34443000
1749.67/1749.98	c cleaning 261998 clauses out of 524013 with flag 167049685/34706000
1762.75/1763.02	c cleaning 262997 clauses out of 526016 with flag 168349864/34970001
1775.70/1775.46	c cleaning 264001 clauses out of 528018 with flag 169618166/35235000
1790.08/1789.91	c cleaning 265002 clauses out of 530018 with flag 170830198/35501001
1809.40/1809.43	c cleaning 266000 clauses out of 532016 with flag 172036964/35768001
1824.68/1824.89	c cleaning 266997 clauses out of 534016 with flag 173239106/36036001
1857.70/1858.16	c cleaning 268002 clauses out of 536019 with flag 174517089/36305001
1880.60/1881.29	c cleaning 268998 clauses out of 538017 with flag 175779567/36575001
1899.85/1900.56	c cleaning 270000 clauses out of 540018 with flag 177040169/36846000
1919.58/1920.48	c cleaning 271001 clauses out of 542019 with flag 178354076/37118001
1945.27/1946.30	c cleaning 271998 clauses out of 544018 with flag 179424241/37391001
1963.51/1964.74	c cleaning 273001 clauses out of 546019 with flag 180584333/37665000
1982.84/1984.22	c cleaning 273999 clauses out of 548019 with flag 181717975/37940001
2004.94/2006.42	c cleaning 274999 clauses out of 550019 with flag 182588520/38216000
2028.10/2029.61	c cleaning 275999 clauses out of 552020 with flag 183469253/38493000
2052.18/2053.70	c cleaning 276997 clauses out of 554021 with flag 184351787/38771000
2078.07/2079.85	c cleaning 277999 clauses out of 556024 with flag 185235839/39050000
2107.22/2109.26	c cleaning 279001 clauses out of 558025 with flag 186113948/39330000
2135.68/2137.93	c cleaning 279996 clauses out of 560024 with flag 187006365/39611000
2164.93/2167.44	c cleaning 280999 clauses out of 562028 with flag 187900634/39893000
2190.11/2192.83	c cleaning 282005 clauses out of 564029 with flag 188885873/40176000
2214.53/2216.86	c cleaning 283001 clauses out of 566025 with flag 190042449/40460001
2239.09/2241.49	c cleaning 284002 clauses out of 568024 with flag 191323998/40745001
2266.45/2268.81	c cleaning 285001 clauses out of 570021 with flag 192604859/41031000
2294.71/2297.18	c cleaning 285996 clauses out of 572021 with flag 193867713/41318001
2320.77/2323.28	c cleaning 286998 clauses out of 574025 with flag 195134600/41606001
2340.82/2343.21	c cleaning 288005 clauses out of 576026 with flag 196438772/41895000
2358.59/2361.04	c cleaning 289001 clauses out of 578022 with flag 197800313/42185001
2377.66/2380.15	c cleaning 290002 clauses out of 580020 with flag 199126773/42476000
2404.21/2406.77	c cleaning 290997 clauses out of 582018 with flag 200478098/42768000
2427.87/2430.43	c cleaning 292004 clauses out of 584021 with flag 201831522/43061000
2454.92/2457.54	c cleaning 292997 clauses out of 586018 with flag 203209257/43355001
2471.79/2474.47	c cleaning 294003 clauses out of 588020 with flag 204564501/43650000
2489.10/2491.74	c cleaning 294997 clauses out of 590018 with flag 205950801/43946001
2510.03/2512.89	c cleaning 295996 clauses out of 592021 with flag 207324835/44243001
2537.11/2540.16	c cleaning 297007 clauses out of 594025 with flag 208758741/44541001
2564.88/2568.15	c cleaning 298003 clauses out of 596017 with flag 210094064/44840000
2586.78/2590.29	c cleaning 298999 clauses out of 598014 with flag 211492877/45140000
2609.59/2613.05	c cleaning 300003 clauses out of 600015 with flag 212976592/45441000
2628.96/2632.49	c cleaning 300998 clauses out of 602013 with flag 214401017/45743001
2647.12/2650.69	c cleaning 301999 clauses out of 604015 with flag 215817850/46046001
2664.68/2668.20	c cleaning 303002 clauses out of 606015 with flag 217173446/46350000
2711.99/2715.60	c cleaning 303999 clauses out of 608014 with flag 218371054/46655001
2732.24/2735.93	c cleaning 305002 clauses out of 610014 with flag 219710574/46961000
2753.94/2757.29	c cleaning 305999 clauses out of 612012 with flag 221119576/47268000
2775.61/2778.92	c cleaning 306999 clauses out of 614013 with flag 222545108/47576000
2796.07/2799.44	c cleaning 307996 clauses out of 616015 with flag 223960483/47885001
2821.64/2825.03	c cleaning 309003 clauses out of 618019 with flag 225434119/48195001
2859.26/2862.74	c cleaning 309995 clauses out of 620016 with flag 226844116/48506001
2898.10/2901.60	c cleaning 310996 clauses out of 622020 with flag 228178444/48818000
2934.70/2938.22	c cleaning 312000 clauses out of 624025 with flag 229517603/49131001
2968.64/2972.29	c cleaning 312997 clauses out of 626024 with flag 230858832/49445000
3002.29/3005.97	c cleaning 313998 clauses out of 628027 with flag 232205871/49760000
3035.83/3039.57	c cleaning 315001 clauses out of 630030 with flag 233556708/50076001
3070.88/3074.65	c cleaning 315999 clauses out of 632028 with flag 234913912/50393000
3108.33/3112.13	c cleaning 317002 clauses out of 634030 with flag 236271657/50711001
3143.47/3147.38	c cleaning 318000 clauses out of 636027 with flag 237632639/51030000
3179.80/3183.79	c cleaning 319002 clauses out of 638027 with flag 238998485/51350000
3216.55/3220.43	c cleaning 320000 clauses out of 640025 with flag 240368160/51671000
3253.90/3257.89	c cleaning 321003 clauses out of 642026 with flag 241746633/51993001
3296.33/3300.37	c cleaning 321995 clauses out of 644023 with flag 243126989/52316001
3335.68/3339.76	c cleaning 322999 clauses out of 646028 with flag 244513160/52640001
3374.83/3378.96	c cleaning 324003 clauses out of 648029 with flag 245901521/52965001
3418.26/3422.46	c cleaning 325001 clauses out of 650026 with flag 247295544/53291001
3457.20/3461.43	c cleaning 325996 clauses out of 652025 with flag 248694442/53618001
3503.58/3507.72	c cleaning 327004 clauses out of 654029 with flag 250098285/53946001
3543.62/3547.85	c cleaning 328001 clauses out of 656025 with flag 251505745/54275001
3588.55/3592.87	c cleaning 328996 clauses out of 658023 with flag 252914622/54605000
3600.03/3604.31	c starts		: 46522
3600.03/3604.32	c timeout
3600.03/3604.32	c conflicts		: 54802071
3600.03/3604.32	c decisions		: 63634817
3600.03/3604.32	c propagations		: 437761484
3600.03/3604.32	c inspects		: 35667730558
3600.03/3604.32	c shortcuts		: 0
3600.03/3604.32	c learnt literals	: 0
3600.03/3604.32	c learnt binary clauses	: 0
3600.03/3604.32	c learnt ternary clauses	: 4
3600.03/3604.32	c learnt constraints	: 54802071
3600.03/3604.32	c ignored constraints	: 0
3600.03/3604.32	c root simplifications	: 0
3600.03/3604.32	c removed literals (reason simplification)	: 0
3600.03/3604.32	c reason swapping (by a shorter reason)	: 0
3600.03/3604.32	c Calls to reduceDB	: 326
3600.03/3604.32	c Number of update (reduction) of LBD	: 4773447
3600.03/3604.32	c Imported unit clauses	: 0
3600.03/3604.32	c No decision after first conflict	: false
3600.03/3604.32	c number of reductions to clauses (during analyze)	: 0
3600.03/3604.32	c number of learned constraints concerned by reduction	: 0
3600.03/3604.32	c number of learning phase by resolution	: 0
3600.03/3604.32	c number of learning phase by cutting planes	: 0
3600.03/3604.32	c number of rounding to 1 operations	: 0
3600.03/3604.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3604.32	c number of reductions of the coefficients by power 2 	: 0
3600.03/3604.32	c number of right shift for reduction by power 2 	: 0
3600.03/3604.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3604.32	c number of ending skipping 	: 0
3600.03/3604.32	c number of internal skipping 	: 0
3600.03/3604.32	c number of derivation steps 	: 0
3600.03/3604.32	c number of skipped derivation steps 	: 0
3600.03/3604.32	c number of remaining unassigned 	: 0
3600.03/3604.32	c number of remaining assigned 	: 0
3600.03/3604.32	c number of falsified literals weakened from reason	: 0
3600.03/3604.32	c number of falsified literals weakened from conflict	: 0
3600.03/3604.32	c time for arithmetic operations	: 0
3600.03/3604.32	c minimum degree of deleted constraints	: null
3600.03/3604.32	c maximum degree of deleted constraints	: null
3600.03/3604.32	c number of deleted constraints	: 0
3600.03/3604.32	c speed (assignments/second)	: 121459.78877788161
3600.03/3604.32	c non guided choices	: 89136
3600.03/3604.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 526098
3600.03/3604.38	s UNKNOWN
3600.03/3604.39	c Total wall clock time (in seconds): 3604.27

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447574-1721349638/watcher-4447574-1721349638 -o /tmp/evaluation-result-4447574-1721349638/solver-4447574-1721349638 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721341105-984136 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4447574-1721349638.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=990141, runsolver pid=990138

[startup+0.100201 s]*
/proc/loadavg: 4.07 4.12 4.15 7/330 990159
/proc/meminfo: memFree=123156492/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=18975048 memory=62720 CPUtime=0.14 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 7239 0 0 0 12 2 0 0 20 0 18 0 187134673 19430449152 15680 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4743762 15680 5562 1 0 549342 0
[pid=990141/tid=990143] ppid=990138 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) S 990138 990141 984125 0 -1 1077936192 5752 0 0 0 7 1 0 0 20 0 18 0 187134673 19430449152 15680 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187134676 19430449152 15680 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=18975048 memory=14971178779437607 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187134676 19430449152 15680 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62720 KiB

[startup+0.211313 s]*
/proc/loadavg: 4.07 4.12 4.15 7/331 990160
/proc/meminfo: memFree=123151820/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19041612 memory=68848 CPUtime=0.35 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 8243 0 0 0 33 2 0 0 20 0 19 0 187134673 19498610688 17212 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4760403 17212 5871 1 0 550150 0
[pid=990141/tid=990143] ppid=990138 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 5922 0 0 0 18 1 0 0 20 0 19 0 187134673 19498610688 17212 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19041612 memory=15997 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187134676 19498610688 17212 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19041612 memory=14689703802701563 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187134676 19498610688 17212 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187134689 19498610688 17212 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 68848 KiB

[startup+0.306315 s]*
/proc/loadavg: 4.07 4.12 4.15 6/331 990160
/proc/meminfo: memFree=123142424/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19041612 memory=78208 CPUtime=0.54 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 11155 0 0 0 52 2 0 0 20 0 19 0 187134673 19498610688 19552 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4760403 19552 5871 1 0 551940 0
[pid=990141/tid=990143] ppid=990138 vsize=19041612 memory=-8600302352694813372 CPUtime=0.28 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 5927 0 0 0 27 1 0 0 20 0 19 0 187134673 19498610688 19552 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187134676 19498610688 19552 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187134676 19498610688 19552 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187134689 19498610688 19552 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 78208 KiB

[startup+0.700314 s]
/proc/loadavg: 4.07 4.12 4.15 6/331 990160
/proc/meminfo: memFree=123127148/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19041612 memory=97840 CPUtime=1.3 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 16748 0 0 0 127 3 0 0 20 0 19 0 187134673 19498610688 24460 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4760403 24460 5871 1 0 555787 0
[pid=990141/tid=990143] ppid=990138 vsize=19041612 memory=43852 CPUtime=0.65 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 5968 0 0 0 64 1 0 0 20 0 19 0 187134673 19498610688 24460 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19041612 memory=13184 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187134676 19498610688 24460 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19041612 memory=2164 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187134676 19498610688 24460 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19041612 memory=32812 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187134689 19498610688 24460 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 97840 KiB

[startup+1.50031 s]
/proc/loadavg: 4.07 4.12 4.15 5/331 990162
/proc/meminfo: memFree=123113424/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19041612 memory=118908 CPUtime=2.68 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 21028 0 0 0 264 4 0 0 20 0 19 0 187134673 19498610688 29727 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4760403 29727 5871 1 0 555806 0
[pid=990141/tid=990143] ppid=990138 vsize=19041612 memory=13184 CPUtime=1.45 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 6253 0 0 0 143 2 0 0 20 0 19 0 187134673 19498610688 29727 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187134676 19498610688 29727 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19041612 memory=2164 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187134676 19498610688 29727 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19041612 memory=32812 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187134689 19498610688 29727 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 118908 KiB

[startup+3.10631 s]
/proc/loadavg: 4.06 4.11 4.15 5/331 990162
/proc/meminfo: memFree=123063892/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19041612 memory=158024 CPUtime=4.31 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 21890 0 0 0 427 4 0 0 20 0 19 0 187134673 19498610688 39506 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4760403 39506 5871 1 0 555808 0
[pid=990141/tid=990143] ppid=990138 vsize=19041612 memory=0 CPUtime=3.04 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 6560 0 0 0 301 3 0 0 20 0 19 0 187134673 19498610688 39506 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19041612 memory=-8600302352694813372 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187134676 19498610688 39506 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19041612 memory=13184 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187134676 19498610688 39506 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19041612 memory=2164 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187134689 19498610688 39506 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 4.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 158024 KiB

[startup+6.30027 s]
/proc/loadavg: 4.06 4.11 4.15 6/333 990164
/proc/meminfo: memFree=123043216/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=176172 CPUtime=7.5 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 22989 0 0 0 745 5 0 0 20 0 20 0 187134673 19566772224 44043 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 44043 5887 1 0 556097 0
[pid=990141/tid=990143] ppid=990138 vsize=19108176 memory=2164 CPUtime=6.2 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 6585 0 0 0 617 3 0 0 20 0 20 0 187134673 19566772224 44043 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 44043 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 44043 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187134689 19566772224 44043 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 7.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176172 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.11 4.15 5/333 990166
/proc/meminfo: memFree=123041168/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=190900 CPUtime=13.9 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 25796 0 0 0 1384 6 0 0 20 0 20 0 187134673 19566772224 47725 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 47725 5903 1 0 556097 0
[pid=990141/tid=990143] ppid=990138 vsize=19108176 memory=13184 CPUtime=12.54 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 7366 0 0 0 1251 3 0 0 20 0 20 0 187134673 19566772224 47725 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19108176 memory=178540 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 47725 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19108176 memory=43852 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 47725 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187134689 19566772224 47725 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 13.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190900 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.12 4.15 5/333 990167
/proc/meminfo: memFree=122865884/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=252672 CPUtime=26.74 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 30073 0 0 0 2665 9 0 0 20 0 20 0 187134673 19566772224 63168 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 63168 5919 1 0 556097 0
[pid=990141/tid=990143] ppid=990138 vsize=19108176 memory=6943526294502006880 CPUtime=25.23 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 8470 0 0 0 2520 3 0 0 20 0 20 0 187134673 19566772224 63168 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 63168 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19108176 memory=3564 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 63168 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187134689 19566772224 63168 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 26.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 252672 KiB

[startup+51.1058 s]
/proc/loadavg: 4.07 4.11 4.15 5/333 990172
/proc/meminfo: memFree=122670176/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=447360 CPUtime=52.42 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 34341 0 0 0 5228 14 0 0 20 0 20 0 187134673 19566772224 111840 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 111840 5919 1 0 556097 0

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

/proc/meminfo: memFree=126733036/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3278.36 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 157386 0 0 0 327713 123 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 511289 5919 1 0 528237 0
[pid=990141/tid=990143] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3265.36 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 57700 0 0 0 326518 18 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 2242 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187134689 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 3278.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2045156 KiB

[startup+3342.3 s]
/proc/loadavg: 1.31 2.73 3.57 2/255 992070
/proc/meminfo: memFree=126732176/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3338.27 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 157536 0 0 0 333703 124 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 511289 5919 1 0 528237 0
[pid=990141/tid=990143] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3325.27 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 57845 0 0 0 332509 18 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 2242 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187134689 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 3338.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2045156 KiB

[startup+3402.3 s]
/proc/loadavg: 1.17 2.43 3.41 2/255 992082
/proc/meminfo: memFree=126731528/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3398.19 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 158427 0 0 0 339694 125 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 511289 5919 1 0 528237 0
[pid=990141/tid=990143] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3385.16 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 58441 0 0 0 338498 18 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 2387 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187134689 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 3398.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2045156 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 2.18 3.27 2/254 992092
/proc/meminfo: memFree=126730816/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3458.1 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 158623 0 0 0 345685 125 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 511289 5919 1 0 528237 0
[pid=990141/tid=990143] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3445.06 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 58632 0 0 0 344488 18 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 2387 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187134689 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 3458.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2045156 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.98 3.13 2/254 992102
/proc/meminfo: memFree=126730152/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3518.16 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 159861 0 0 0 351689 127 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 511289 5919 1 0 528237 0
[pid=990141/tid=990143] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3504.79 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 58734 0 0 0 350461 18 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 2387 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19108176 memory=32812 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187134689 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 3518.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2045156 KiB

[startup+3582.3 s]
/proc/loadavg: 1.16 1.83 3.00 2/255 992117
/proc/meminfo: memFree=126729308/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3578.06 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 159924 0 0 0 357679 127 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 511289 5919 1 0 528237 0
[pid=990141/tid=990143] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3564.69 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 58792 0 0 0 356450 19 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19108176 memory=-8600302352694813372 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 2387 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19108176 memory=2612 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187134689 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 3578.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2045156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.3 s]
/proc/loadavg: 1.16 1.78 2.95 2/256 992123
/proc/meminfo: memFree=126729128/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3600.03 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 160585 0 0 0 359876 127 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 511289 5919 1 0 528237 0
[pid=990141/tid=990143] ppid=990138 vsize=19108176 memory=5472 CPUtime=3586.65 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 59226 0 0 0 358646 19 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19108176 memory=2612 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 2483 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187134689 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2045156 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.89 s, system=1.29292 s

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

[startup+3604.3 s]
/proc/loadavg: 1.16 1.78 2.95 2/256 992123
/proc/meminfo: memFree=126729128/131524600 swapFree=131071996/131071996
[pid=990141] ppid=990138 vsize=19108176 memory=2045156 CPUtime=3600.03 cores=4,6
/proc/990141/stat : 990141 (java) S 990138 990141 984125 0 -1 1077936128 160585 0 0 0 359876 127 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
/proc/990141/statm: 4777044 511289 5919 1 0 528237 0
[pid=990141/tid=990143] ppid=990138 vsize=19108176 memory=5472 CPUtime=3586.65 cores=4,6
/proc/990141/task/990143/stat : 990143 (java) R 990138 990141 984125 0 -1 4194368 59226 0 0 0 358646 19 0 0 20 0 20 0 187134673 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990152] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990152/stat : 990152 (Finalizer) S 990138 990141 984125 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990159] ppid=990138 vsize=19108176 memory=2612 CPUtime=0 cores=4,6
/proc/990141/task/990159/stat : 990159 (Common-Cleaner) S 990138 990141 984125 0 -1 1077936192 2483 0 0 0 0 0 0 0 20 0 20 0 187134676 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
[pid=990141/tid=990160] ppid=990138 vsize=19108176 memory=2045156 CPUtime=0 cores=4,6
/proc/990141/task/990160/stat : 990160 (Timer-0) S 990138 990141 984125 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187134689 19566772224 511289 134679101440 94727556796416 94727556800112 140732278539856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94727556807928 94727556808720 94727586942976 140732278547462 140732278547552 140732278547552 140732278554568 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2045156 KiB

Child status: 143

Real time (s): 3604.4
CPU time (s): 3600.19
CPU user time (s): 3598.89
CPU system time (s): 1.29292
CPU usage (%): 99.8831
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2169852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.89
system time used= 1.29292
maximum resident set size= 2169860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104419
involuntary context switches= 11265


# summary of solver processes directly reported to runsolver:
#   pid: 990141
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.89
#   total CPU system time (s): 1.29292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29048 second user time and 16.3657 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-19 02:40:51
IDJOB=4447574
IDBENCH=159284
IDSOLVER=3058
FILE ID=nodeC035/4447574-1721349638
RUNJOBID= nodeC035-1721341105-984136
SLURM_JOB_ID= 7542728
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n188-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447574-1721349638/watcher-4447574-1721349638 -o /tmp/evaluation-result-4447574-1721349638/solver-4447574-1721349638 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721341105-984136 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4447574-1721349638.opb

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

MD5SUM BENCH= 1c14f117e67441c2f256fb4d1e22e789
RANDOM SEED=1844308804

nodeC035.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		: 3670.542
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.65
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		: 3678.402
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123199064 kB
MemAvailable:   124215580 kB
Buffers:          493656 kB
Cached:          1355668 kB
SwapCached:            0 kB
Active:           956996 kB
Inactive:        6739396 kB
Active(anon):       1536 kB
Inactive(anon):  5883232 kB
Active(file):     955460 kB
Inactive(file):   856164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       5847052 kB
Mapped:           126508 kB
Shmem:             37724 kB
KReclaimable:      89432 kB
Slab:             200468 kB
SReclaimable:      89432 kB
SUnreclaim:       111036 kB
KernelStack:        5040 kB
PageTables:        21508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7352592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70560 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5535744 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:      199380 kB
DirectMap2M:    18448384 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC035 at 2024-07-19 03:40:55