Trace number 4440408

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07OPT cert.8908 422.242 434.957

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
poldner/PB/testset/normalized-11_22.opb
MD5SUMa74353a91b8173c9f34b6251be571240
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8908
Best CPU time to get the best result obtained on this benchmark0.033729
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables253
Total number of constraints264
Number of constraints which are clauses242
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Number of terms in the objective function 253
Biggest coefficient in the objective function 2437
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 125403
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2437
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 125403
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d 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	Expensive 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@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d 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 Expensive 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-4440408-1721817206.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c using VERIPB proof format
0.14/0.13	c  objective function found
0.14/0.15	c ... done. Wall clock time 0.027s.
0.14/0.15	c declared #vars     253
0.14/0.15	c #constraints  286
0.14/0.15	c constraints type 
0.14/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.14/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.14/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
0.14/0.15	c 286 constraints processed.
0.14/0.16	c objective function length is 253 literals
0.14/0.17	c SATISFIABLE
0.14/0.17	c OPTIMIZING...
0.14/0.17	c Got one! Elapsed wall clock time (in seconds):0.044
0.14/0.17	o 10896
0.14/0.18	c Got one! Elapsed wall clock time (in seconds):0.053
0.14/0.18	o 10411
0.34/0.28	c Got one! Elapsed wall clock time (in seconds):0.152
0.34/0.28	o 10369
0.34/0.28	c Got one! Elapsed wall clock time (in seconds):0.154
0.34/0.28	o 9354
1.28/0.71	c cleaning 2682 clauses out of 5369 with flag 10002/5369
2.07/1.16	c cleaning 4344 clauses out of 8688 with flag 22004/11370
3.05/1.66	c cleaning 5669 clauses out of 11343 with flag 36002/18369
3.86/2.08	c cleaning 6835 clauses out of 13675 with flag 53651/26370
4.64/2.41	c cleaning 7920 clauses out of 15840 with flag 74962/35370
5.09/2.71	c cleaning 8960 clauses out of 17921 with flag 98789/45371
5.64/3.04	c cleaning 9979 clauses out of 19959 with flag 125157/56369
6.16/3.42	c cleaning 10990 clauses out of 21982 with flag 154758/68371
6.69/3.87	c cleaning 11995 clauses out of 23990 with flag 187388/81369
7.30/4.30	c cleaning 12994 clauses out of 25996 with flag 224081/95370
7.76/4.79	c cleaning 13999 clauses out of 28003 with flag 260530/110371
8.46/5.34	c cleaning 14997 clauses out of 30003 with flag 300389/126370
9.11/5.94	c cleaning 15998 clauses out of 32006 with flag 343098/143370
9.66/6.46	c cleaning 17000 clauses out of 34007 with flag 387054/161369
10.26/7.00	c cleaning 18003 clauses out of 36008 with flag 433410/180370
10.86/7.61	c cleaning 18994 clauses out of 38004 with flag 482345/200369
11.45/8.27	c cleaning 20002 clauses out of 40010 with flag 531452/221369
12.16/8.98	c cleaning 21004 clauses out of 42009 with flag 586802/243370
12.96/9.77	c cleaning 21993 clauses out of 44004 with flag 645300/266369
13.86/10.62	c cleaning 22998 clauses out of 46013 with flag 706754/290371
14.65/11.44	c cleaning 24002 clauses out of 48014 with flag 769784/315370
15.36/12.12	c cleaning 24987 clauses out of 50012 with flag 831965/341370
16.15/12.98	c cleaning 26010 clauses out of 52024 with flag 899153/368369
17.04/13.89	c cleaning 26999 clauses out of 54014 with flag 969676/396369
18.05/14.85	c cleaning 28009 clauses out of 56017 with flag 1045403/425371
19.15/15.94	c cleaning 29004 clauses out of 58008 with flag 1119397/455371
20.26/17.08	c cleaning 29995 clauses out of 60003 with flag 1199934/486370
21.38/18.14	c cleaning 30994 clauses out of 62008 with flag 1279642/518370
22.47/19.26	c cleaning 32002 clauses out of 64013 with flag 1360210/551369
23.67/20.41	c cleaning 33003 clauses out of 66012 with flag 1444250/585370
24.77/21.58	c cleaning 34002 clauses out of 68011 with flag 1534797/620372
26.06/22.83	c cleaning 34995 clauses out of 70006 with flag 1625481/656369
27.26/24.10	c cleaning 36003 clauses out of 72011 with flag 1722790/693369
29.26/25.70	c cleaning 36998 clauses out of 74009 with flag 1822936/731370
30.55/27.07	c cleaning 38002 clauses out of 76011 with flag 1921179/770370
32.30/28.61	c cleaning 38997 clauses out of 78009 with flag 2025965/810370
33.96/30.27	c cleaning 39997 clauses out of 80012 with flag 2130704/851370
35.56/31.80	c cleaning 41004 clauses out of 82014 with flag 2237864/893369
36.83/33.28	c cleaning 42003 clauses out of 84011 with flag 2340834/936370
38.33/34.70	c cleaning 42992 clauses out of 86007 with flag 2446807/980369
39.93/36.34	c cleaning 44002 clauses out of 88015 with flag 2558084/1025369
41.82/38.24	c cleaning 45005 clauses out of 90013 with flag 2674200/1071369
43.62/40.02	c cleaning 46003 clauses out of 92009 with flag 2790662/1118370
45.31/41.73	c cleaning 46993 clauses out of 94005 with flag 2911450/1166369
46.99/43.46	c cleaning 48006 clauses out of 96012 with flag 3031804/1215369
48.66/45.12	c cleaning 49002 clauses out of 98007 with flag 3153290/1265370
50.45/46.94	c cleaning 50003 clauses out of 100006 with flag 3281014/1316371
52.55/49.00	c cleaning 50998 clauses out of 102002 with flag 3409941/1368370
54.66/51.13	c cleaning 51998 clauses out of 104004 with flag 3545522/1421370
56.35/52.83	c cleaning 53000 clauses out of 106005 with flag 3681422/1475369
57.95/54.48	c cleaning 54000 clauses out of 108005 with flag 3820525/1530369
61.09/57.32	c cleaning 54988 clauses out of 110005 with flag 3959157/1586369
64.10/60.33	c cleaning 56001 clauses out of 112017 with flag 4103709/1643369
66.19/62.48	c cleaning 57004 clauses out of 114017 with flag 4243813/1701370
68.12/67.78	c cleaning 58000 clauses out of 116012 with flag 4383713/1760369
70.52/70.13	c cleaning 59004 clauses out of 118012 with flag 4527127/1820369
73.22/72.89	c cleaning 59997 clauses out of 120009 with flag 4683835/1881370
76.20/75.87	c cleaning 61001 clauses out of 122012 with flag 4839787/1943370
78.89/78.59	c cleaning 61999 clauses out of 124011 with flag 4995385/2006370
81.48/81.18	c cleaning 63001 clauses out of 126011 with flag 5150787/2070369
84.48/84.11	c cleaning 63997 clauses out of 128010 with flag 5310526/2135369
86.86/86.51	c cleaning 65005 clauses out of 130013 with flag 5466814/2201369
89.67/89.38	c cleaning 65994 clauses out of 132008 with flag 5635495/2268369
92.86/92.56	c cleaning 67001 clauses out of 134014 with flag 5801286/2336369
96.35/96.09	c cleaning 68005 clauses out of 136013 with flag 5974283/2405369
99.81/99.70	c cleaning 68999 clauses out of 138008 with flag 6148697/2475369
102.80/102.74	c cleaning 69999 clauses out of 140010 with flag 6323287/2546370
106.18/106.14	c cleaning 70993 clauses out of 142010 with flag 6497770/2618369
109.48/109.40	c cleaning 71994 clauses out of 144018 with flag 6680335/2691370
112.46/112.44	c cleaning 73007 clauses out of 146024 with flag 6857568/2765370
115.46/115.44	c cleaning 73993 clauses out of 148016 with flag 7039092/2840369
118.25/118.20	c cleaning 75004 clauses out of 150023 with flag 7225821/2916369
121.27/121.28	c cleaning 75999 clauses out of 152019 with flag 7414068/2993369
124.36/124.34	c cleaning 77005 clauses out of 154020 with flag 7605746/3071369
127.85/127.81	c cleaning 77994 clauses out of 156017 with flag 7800767/3150371
131.55/131.93	c cleaning 79007 clauses out of 158021 with flag 7999810/3230369
135.53/135.90	c cleaning 80004 clauses out of 160015 with flag 8201098/3311370
139.35/139.71	c cleaning 80999 clauses out of 162010 with flag 8401716/3393369
142.54/142.95	c cleaning 82000 clauses out of 164011 with flag 8594012/3476369
146.72/147.20	c cleaning 83003 clauses out of 166013 with flag 8792137/3560371
151.31/151.78	c cleaning 84004 clauses out of 168011 with flag 9009633/3645372
156.39/156.85	c cleaning 84993 clauses out of 170004 with flag 9229428/3731369
161.75/162.59	c cleaning 85995 clauses out of 172011 with flag 9462451/3818369
165.84/166.68	c cleaning 87008 clauses out of 174016 with flag 9682526/3906369
169.33/170.18	c cleaning 87996 clauses out of 176008 with flag 9898427/3995369
173.24/174.02	c cleaning 88995 clauses out of 178014 with flag 10121726/4085371
177.42/178.27	c cleaning 90004 clauses out of 180017 with flag 10348097/4176369
181.31/182.19	c cleaning 90997 clauses out of 182014 with flag 10575103/4268370
185.90/186.78	c cleaning 92004 clauses out of 184017 with flag 10801545/4361370
190.34/198.77	c cleaning 93003 clauses out of 186013 with flag 11035228/4455370
194.73/203.10	c cleaning 94001 clauses out of 188009 with flag 11266355/4550369
199.05/207.49	c cleaning 94996 clauses out of 190009 with flag 11518000/4646370
203.24/211.60	c cleaning 95995 clauses out of 192012 with flag 11753705/4743369
208.47/216.80	c cleaning 96994 clauses out of 194019 with flag 11996520/4841371
213.46/221.81	c cleaning 98003 clauses out of 196023 with flag 12234955/4940369
217.89/226.22	c cleaning 99005 clauses out of 198020 with flag 12467331/5040369
222.97/231.31	c cleaning 100003 clauses out of 200015 with flag 12716450/5141369
227.50/236.20	c cleaning 101000 clauses out of 202014 with flag 12976525/5243371
231.78/240.51	c cleaning 102000 clauses out of 204012 with flag 13229247/5346369
237.52/246.21	c cleaning 102992 clauses out of 206012 with flag 13491988/5450369
239.11/247.87	c Got one! Elapsed wall clock time (in seconds):247.747
239.11/247.87	o 9353
240.12/248.86	c cleaning 76484 clauses out of 152983 with flag 12954/5500332
240.52/249.27	c cleaning 41242 clauses out of 82500 with flag 27855/5506333
240.86/249.55	c cleaning 24120 clauses out of 48257 with flag 45098/5513332
241.08/249.77	c cleaning 16063 clauses out of 32136 with flag 64441/5521331
241.39/250.00	c cleaning 12522 clauses out of 25072 with flag 86640/5530330
241.59/250.28	c cleaning 11271 clauses out of 22550 with flag 111289/5540330
241.98/250.62	c cleaning 11133 clauses out of 22279 with flag 139727/5551330
242.28/250.96	c cleaning 11562 clauses out of 23146 with flag 171136/5563330
242.73/251.37	c cleaning 12290 clauses out of 24584 with flag 204271/5576330
243.22/251.82	c cleaning 13144 clauses out of 26294 with flag 239852/5590330
243.63/252.20	c cleaning 14069 clauses out of 28151 with flag 277519/5605331
244.02/252.63	c cleaning 15038 clauses out of 30081 with flag 316765/5621330
244.42/253.09	c cleaning 16013 clauses out of 32044 with flag 358933/5638331
245.02/253.61	c cleaning 17005 clauses out of 34030 with flag 403467/5656330
245.52/254.18	c cleaning 18007 clauses out of 36025 with flag 450506/5675330
246.12/254.79	c cleaning 19004 clauses out of 38018 with flag 498963/5695330
246.91/255.57	c cleaning 20001 clauses out of 40015 with flag 553934/5716331
247.52/256.14	c cleaning 21000 clauses out of 42013 with flag 607305/5738330
248.12/256.78	c cleaning 21998 clauses out of 44014 with flag 665476/5761331
248.86/257.46	c cleaning 23005 clauses out of 46015 with flag 723814/5785330
249.45/258.09	c cleaning 24004 clauses out of 48010 with flag 783070/5810330
250.25/258.84	c cleaning 25004 clauses out of 50008 with flag 850842/5836332
251.05/259.67	c cleaning 25999 clauses out of 52002 with flag 920409/5863330
251.94/260.50	c cleaning 26992 clauses out of 54003 with flag 988970/5891330
252.75/261.36	c cleaning 27999 clauses out of 56011 with flag 1061232/5920330
253.64/262.26	c cleaning 29003 clauses out of 58012 with flag 1136915/5950330
254.71/264.27	c cleaning 29999 clauses out of 60009 with flag 1213903/5981330
255.61/265.15	c cleaning 30998 clauses out of 62010 with flag 1289557/6013330
256.70/266.29	c cleaning 32001 clauses out of 64013 with flag 1380116/6046331
257.80/267.39	c cleaning 33001 clauses out of 66012 with flag 1465266/6080331
259.10/268.60	c cleaning 34001 clauses out of 68011 with flag 1559075/6115331
259.99/269.54	c cleaning 34996 clauses out of 70009 with flag 1647784/6151330
261.34/270.80	c cleaning 36004 clauses out of 72013 with flag 1739500/6188330
262.43/271.95	c cleaning 37001 clauses out of 74009 with flag 1837076/6226330
263.53/273.04	c cleaning 37994 clauses out of 76008 with flag 1926752/6265330
264.73/274.23	c cleaning 39006 clauses out of 78015 with flag 2026750/6305331
266.02/275.51	c cleaning 39996 clauses out of 80008 with flag 2129436/6346330
267.32/276.84	c cleaning 41006 clauses out of 82012 with flag 2232842/6388330
268.76/278.26	c cleaning 41998 clauses out of 84007 with flag 2336781/6431331
270.15/279.68	c cleaning 42997 clauses out of 86008 with flag 2444974/6475330
271.65/281.17	c cleaning 44002 clauses out of 88011 with flag 2557030/6520330
273.25/282.75	c cleaning 45002 clauses out of 90010 with flag 2670065/6566331
274.84/284.30	c cleaning 45998 clauses out of 92007 with flag 2785221/6613330
276.58/286.09	c cleaning 47002 clauses out of 94010 with flag 2907215/6661331
278.37/287.84	c cleaning 48001 clauses out of 96008 with flag 3028565/6710331
280.26/289.72	c cleaning 48999 clauses out of 98008 with flag 3153415/6760332
281.95/291.46	c cleaning 49995 clauses out of 100008 with flag 3272726/6811331
283.90/293.31	c cleaning 50999 clauses out of 102013 with flag 3394290/6863331
285.57/295.54	c cleaning 52001 clauses out of 104014 with flag 3518532/6916331
287.17/297.14	c cleaning 53001 clauses out of 106012 with flag 3649184/6970330
288.86/298.81	c cleaning 54002 clauses out of 108011 with flag 3783498/7025330
291.01/300.91	c cleaning 55000 clauses out of 110009 with flag 3921936/7081330
293.21/303.10	c cleaning 55999 clauses out of 112010 with flag 4060868/7138331
295.30/305.20	c cleaning 57001 clauses out of 114011 with flag 4201643/7196331
297.59/307.51	c cleaning 57994 clauses out of 116009 with flag 4346736/7255330
299.88/309.67	c cleaning 59005 clauses out of 118015 with flag 4494391/7315331
301.97/311.73	c cleaning 60001 clauses out of 120009 with flag 4641725/7376330
303.96/313.72	c cleaning 61004 clauses out of 122010 with flag 4789977/7438332
305.96/315.74	c cleaning 62001 clauses out of 124006 with flag 4941602/7501332
308.00/317.78	c cleaning 62993 clauses out of 126004 with flag 5090645/7565331
310.99/320.79	c cleaning 63997 clauses out of 128011 with flag 5256950/7630331
313.59/323.38	c cleaning 64999 clauses out of 130013 with flag 5422497/7696330
316.10/326.29	c cleaning 65999 clauses out of 132015 with flag 5589753/7763331
319.39/329.55	c cleaning 66995 clauses out of 134015 with flag 5763621/7831330
322.28/332.41	c cleaning 68000 clauses out of 136020 with flag 5939854/7900330
324.92/335.02	c cleaning 69005 clauses out of 138021 with flag 6110204/7970331
328.01/338.12	c cleaning 70004 clauses out of 140015 with flag 6289792/8041330
331.15/341.21	c cleaning 71002 clauses out of 142013 with flag 6470943/8113332
333.65/343.77	c cleaning 71997 clauses out of 144009 with flag 6644216/8186330
336.43/346.54	c cleaning 73005 clauses out of 146012 with flag 6829092/8260330
339.89/349.96	c cleaning 73997 clauses out of 148007 with flag 7013535/8335331
343.17/353.22	c cleaning 75000 clauses out of 150009 with flag 7209448/8411330
346.70/357.35	c cleaning 75995 clauses out of 152010 with flag 7403708/8488331
350.54/361.11	c cleaning 77002 clauses out of 154014 with flag 7602578/8566330
352.14/362.72	c Got one! Elapsed wall clock time (in seconds):362.592
352.14/362.72	o 9305
352.64/363.21	c cleaning 60834 clauses out of 121676 with flag 12458/8610994
353.03/363.60	c cleaning 33410 clauses out of 66841 with flag 28430/8616993
353.23/363.85	c cleaning 20210 clauses out of 40430 with flag 48482/8623992
353.53/364.11	c cleaning 14101 clauses out of 28222 with flag 69349/8631994
353.73/364.34	c cleaning 11548 clauses out of 23120 with flag 91610/8640993
354.03/364.62	c cleaning 10772 clauses out of 21571 with flag 117217/8650992
354.33/364.90	c cleaning 10895 clauses out of 21800 with flag 146532/8661993
354.66/365.22	c cleaning 11449 clauses out of 22905 with flag 177064/8673993
354.97/365.57	c cleaning 12219 clauses out of 24455 with flag 208774/8686992
355.36/365.94	c cleaning 13118 clauses out of 26239 with flag 244540/8700995
355.76/366.32	c cleaning 14053 clauses out of 28119 with flag 283124/8715993
356.16/366.71	c cleaning 15034 clauses out of 30068 with flag 320270/8731995
356.57/367.13	c cleaning 16009 clauses out of 32032 with flag 362049/8748993
357.06/367.61	c cleaning 17006 clauses out of 34023 with flag 405423/8766993
357.56/368.11	c cleaning 18008 clauses out of 36016 with flag 448869/8785992
358.06/368.62	c cleaning 18997 clauses out of 38008 with flag 494783/8805992
358.65/369.24	c cleaning 20002 clauses out of 40014 with flag 546812/8826995
359.25/369.89	c cleaning 21005 clauses out of 42009 with flag 598346/8848992
360.06/370.63	c cleaning 21994 clauses out of 44005 with flag 654206/8871993
360.85/371.40	c cleaning 22996 clauses out of 46010 with flag 714544/8895992
361.56/372.18	c cleaning 23999 clauses out of 48015 with flag 776538/8920993
362.55/373.13	c cleaning 25004 clauses out of 50015 with flag 842218/8946992
363.45/374.08	c cleaning 25996 clauses out of 52012 with flag 909996/8973993
364.34/374.93	c cleaning 27004 clauses out of 54015 with flag 976741/9001992
365.25/375.86	c cleaning 27999 clauses out of 56011 with flag 1048883/9030992
366.37/376.93	c cleaning 29006 clauses out of 58013 with flag 1124547/9060993
366.67/377.21	c Got one! Elapsed wall clock time (in seconds):377.088
366.67/377.21	o 9304
366.87/377.41	c cleaning 21728 clauses out of 43466 with flag 12120/9075452
366.97/377.58	c cleaning 13869 clauses out of 27738 with flag 27082/9081452
367.17/377.77	c cleaning 10431 clauses out of 20871 with flag 46744/9088454
367.36/377.99	c cleaning 9212 clauses out of 18438 with flag 66484/9096452
367.66/378.21	c cleaning 9109 clauses out of 18226 with flag 88032/9105452
367.87/378.48	c cleaning 9559 clauses out of 19117 with flag 112825/9115452
368.17/378.73	c cleaning 10280 clauses out of 20559 with flag 139475/9126453
368.47/379.02	c cleaning 11130 clauses out of 22279 with flag 169371/9138453
368.76/379.36	c cleaning 12071 clauses out of 24149 with flag 201992/9151453
369.16/379.76	c cleaning 13034 clauses out of 26078 with flag 237390/9165453
369.57/380.18	c cleaning 14017 clauses out of 28044 with flag 275589/9180453
370.06/380.64	c cleaning 15008 clauses out of 30027 with flag 315669/9196453
370.57/381.11	c cleaning 16007 clauses out of 32020 with flag 357479/9213454
370.66/381.26	c Got one! Elapsed wall clock time (in seconds):381.14
370.66/381.26	o 9277
370.87/381.40	c cleaning 13802 clauses out of 27608 with flag 13021/9225049
371.07/381.60	c cleaning 9896 clauses out of 19808 with flag 29647/9231051
371.17/381.74	c cleaning 8452 clauses out of 16911 with flag 47519/9238050
371.36/381.92	c cleaning 8226 clauses out of 16459 with flag 67923/9246050
371.57/382.12	c cleaning 8611 clauses out of 17232 with flag 90693/9255049
371.76/382.33	c cleaning 9307 clauses out of 18621 with flag 115131/9265049
372.06/382.61	c cleaning 10150 clauses out of 20314 with flag 141899/9276049
372.36/382.92	c cleaning 11079 clauses out of 22165 with flag 170751/9288050
372.65/383.24	c cleaning 12032 clauses out of 24086 with flag 202562/9301050
372.95/383.54	c cleaning 13024 clauses out of 26054 with flag 233532/9315050
373.35/383.96	c cleaning 14016 clauses out of 28031 with flag 270992/9330051
373.84/384.41	c cleaning 15000 clauses out of 30013 with flag 313928/9346049
374.34/384.92	c cleaning 15998 clauses out of 32014 with flag 361472/9363050
374.83/385.46	c cleaning 17006 clauses out of 34015 with flag 411017/9381049
375.28/387.10	c cleaning 18004 clauses out of 36010 with flag 458270/9400050
375.87/387.67	c cleaning 19001 clauses out of 38005 with flag 510432/9420049
376.49/388.28	c cleaning 20001 clauses out of 40005 with flag 564249/9441050
377.09/388.87	c cleaning 20997 clauses out of 42003 with flag 618171/9463049
377.88/389.60	c cleaning 22003 clauses out of 44008 with flag 676389/9486051
378.48/390.28	c cleaning 23002 clauses out of 46006 with flag 734164/9510052
379.26/391.06	c cleaning 23995 clauses out of 48001 with flag 797350/9535049
380.06/391.80	c cleaning 24997 clauses out of 50007 with flag 861324/9561050
380.65/392.45	c Got one! Elapsed wall clock time (in seconds):392.328
380.65/392.45	o 9237
380.85/392.68	c cleaning 27355 clauses out of 54717 with flag 12479/9590757
381.06/392.89	c cleaning 16676 clauses out of 33361 with flag 28544/9596756
381.25/393.08	c cleaning 11830 clauses out of 23684 with flag 46535/9603755
381.44/393.29	c cleaning 9918 clauses out of 19854 with flag 66976/9611755
381.74/393.50	c cleaning 9459 clauses out of 18936 with flag 90019/9620755
381.94/393.73	c cleaning 9736 clauses out of 19477 with flag 114044/9630755
382.24/394.01	c cleaning 10368 clauses out of 20742 with flag 140589/9641756
382.53/394.30	c cleaning 11184 clauses out of 22373 with flag 171020/9653755
382.73/394.59	c cleaning 12094 clauses out of 24189 with flag 201219/9666755
383.13/394.92	c cleaning 13048 clauses out of 26098 with flag 233636/9680758
383.43/395.23	c Got one! Elapsed wall clock time (in seconds):395.11
383.43/395.23	o 9171
383.63/395.43	c cleaning 15647 clauses out of 31302 with flag 13068/9699010
383.83/395.61	c cleaning 10819 clauses out of 21658 with flag 28969/9705013
384.02/395.80	c cleaning 8904 clauses out of 17836 with flag 47333/9712010
384.12/395.98	c cleaning 8458 clauses out of 16934 with flag 67569/9720012
384.42/396.21	c cleaning 8734 clauses out of 17474 with flag 91777/9729010
384.62/396.45	c cleaning 9359 clauses out of 18740 with flag 117192/9739010
384.92/396.73	c cleaning 10189 clauses out of 20381 with flag 144646/9750010
385.21/397.03	c cleaning 11093 clauses out of 22192 with flag 174474/9762010
385.51/397.32	c cleaning 12044 clauses out of 24099 with flag 205955/9775010
385.81/397.69	c cleaning 13022 clauses out of 26056 with flag 239862/9789011
386.31/398.12	c cleaning 14011 clauses out of 28033 with flag 277362/9804010
386.70/398.54	c cleaning 15012 clauses out of 30023 with flag 317837/9820011
387.30/399.12	c cleaning 16004 clauses out of 32011 with flag 361397/9837011
387.49/399.36	c Got one! Elapsed wall clock time (in seconds):399.234
387.49/399.36	o 9169
387.70/399.51	c cleaning 15991 clauses out of 31994 with flag 13579/9852998
387.80/399.65	c cleaning 11000 clauses out of 22003 with flag 28931/9858998
387.99/399.82	c cleaning 8998 clauses out of 18002 with flag 46854/9865997
388.19/400.01	c cleaning 8493 clauses out of 17004 with flag 68733/9873997
388.38/400.21	c cleaning 8750 clauses out of 17512 with flag 92136/9882998
388.59/400.43	c cleaning 9380 clauses out of 18764 with flag 117648/9893000
388.79/400.68	c cleaning 10188 clauses out of 20382 with flag 146104/9903998
389.09/400.97	c cleaning 11089 clauses out of 22193 with flag 176034/9915997
389.38/401.29	c cleaning 12053 clauses out of 24105 with flag 205304/9928998
389.77/401.65	c cleaning 13023 clauses out of 26051 with flag 239896/9942997
390.18/402.06	c cleaning 14006 clauses out of 28028 with flag 278959/9957997
390.57/402.46	c cleaning 15003 clauses out of 30022 with flag 318259/9973997
391.07/402.95	c cleaning 16001 clauses out of 32019 with flag 361269/9990997
391.56/403.46	c cleaning 17006 clauses out of 34018 with flag 405875/10008997
392.06/403.94	c cleaning 18003 clauses out of 36012 with flag 454104/10027997
392.57/404.49	c cleaning 19001 clauses out of 38011 with flag 501032/10047999
393.17/405.06	c cleaning 20003 clauses out of 40009 with flag 551789/10068998
393.87/405.76	c cleaning 21003 clauses out of 42006 with flag 610703/10090998
394.65/406.50	c cleaning 21997 clauses out of 44003 with flag 669095/10113998
395.25/407.16	c cleaning 23002 clauses out of 46006 with flag 727067/10137998
395.95/407.87	c cleaning 23999 clauses out of 48003 with flag 786777/10162997
396.74/408.60	c cleaning 24997 clauses out of 50004 with flag 848479/10188997
397.52/409.42	c cleaning 26001 clauses out of 52008 with flag 913840/10215998
398.31/410.22	c cleaning 26999 clauses out of 54006 with flag 980043/10243997
399.13/411.05	c cleaning 28001 clauses out of 56006 with flag 1045675/10272997
400.06/411.91	c cleaning 29001 clauses out of 58004 with flag 1116589/10302997
400.86/412.77	c cleaning 29997 clauses out of 60005 with flag 1190489/10333999
401.75/413.61	c cleaning 30998 clauses out of 62007 with flag 1261844/10365998
402.54/414.41	c cleaning 31997 clauses out of 64009 with flag 1334224/10398998
403.43/415.30	c cleaning 33005 clauses out of 66012 with flag 1407867/10432998
404.32/416.22	c cleaning 33998 clauses out of 68006 with flag 1485849/10467997
405.39/418.10	c cleaning 35000 clauses out of 70008 with flag 1566031/10503997
406.49/419.14	c cleaning 35998 clauses out of 72009 with flag 1655432/10540998
407.08/419.71	c Got one! Elapsed wall clock time (in seconds):419.584
407.08/419.71	o 8970
407.29/419.95	c cleaning 30960 clauses out of 61929 with flag 12251/10566916
407.49/420.14	c cleaning 18482 clauses out of 36968 with flag 26762/10572915
407.68/420.34	c cleaning 12738 clauses out of 25486 with flag 44794/10579915
407.88/420.54	c cleaning 10364 clauses out of 20749 with flag 65235/10587916
408.08/420.75	c cleaning 9687 clauses out of 19387 with flag 86494/10596918
408.38/421.00	c cleaning 9843 clauses out of 19698 with flag 110453/10606916
408.57/421.26	c cleaning 10421 clauses out of 20854 with flag 137064/10617915
408.88/421.54	c cleaning 11208 clauses out of 22433 with flag 165983/10629915
409.17/421.83	c cleaning 12113 clauses out of 24226 with flag 195866/10642916
409.48/422.17	c cleaning 13051 clauses out of 26112 with flag 230139/10656915
409.88/422.58	c cleaning 14029 clauses out of 28063 with flag 267415/10671917
410.38/423.05	c cleaning 15015 clauses out of 30031 with flag 307333/10687915
410.79/423.49	c cleaning 16003 clauses out of 32017 with flag 347183/10704916
411.29/423.93	c cleaning 17001 clauses out of 34012 with flag 388811/10722915
411.69/424.35	c cleaning 18006 clauses out of 36012 with flag 431098/10741916
412.18/424.82	c cleaning 18997 clauses out of 38006 with flag 475525/10761916
412.69/425.36	c cleaning 20003 clauses out of 40009 with flag 523621/10782916
413.29/425.90	c cleaning 21002 clauses out of 42006 with flag 576549/10804916
413.78/426.47	c cleaning 21993 clauses out of 44003 with flag 630549/10827915
414.39/427.05	c cleaning 23001 clauses out of 46010 with flag 686295/10851915
415.08/427.72	c cleaning 24004 clauses out of 48010 with flag 747138/10876916
415.78/428.40	c cleaning 24997 clauses out of 50005 with flag 807428/10902915
416.50/429.18	c cleaning 26004 clauses out of 52009 with flag 867097/10929916
417.30/429.94	c cleaning 26998 clauses out of 54005 with flag 932509/10957916
417.99/430.64	c cleaning 28000 clauses out of 56007 with flag 996553/10986916
418.79/431.43	c cleaning 28998 clauses out of 58006 with flag 1068816/11016915
419.29/431.96	c Got one! Elapsed wall clock time (in seconds):431.841
419.29/431.96	o 8908
419.49/432.13	c cleaning 27299 clauses out of 54606 with flag 10663/11042513
419.59/432.29	c cleaning 16645 clauses out of 33306 with flag 23013/11048512
419.79/432.47	c cleaning 11821 clauses out of 23661 with flag 38345/11055512
419.99/432.64	c cleaning 9919 clauses out of 19841 with flag 57058/11063513
420.19/432.86	c cleaning 9457 clauses out of 18921 with flag 80321/11072512
420.39/433.06	c cleaning 9731 clauses out of 19463 with flag 102772/11082512
420.59/433.28	c cleaning 10366 clauses out of 20731 with flag 127009/11093512
420.89/433.53	c cleaning 11180 clauses out of 22366 with flag 154154/11105514
421.19/433.80	c cleaning 12089 clauses out of 24184 with flag 183054/11118512
421.49/434.15	c cleaning 13045 clauses out of 26095 with flag 214708/11132512
421.89/434.53	c cleaning 14024 clauses out of 28047 with flag 248143/11147512
422.19/434.92	c starts		: 7655
422.19/434.93	c conflicts		: 11156853
422.19/434.93	c decisions		: 15227821
422.19/434.93	c propagations		: 220920826
422.19/434.93	c inspects		: 3657101639
422.19/434.93	c shortcuts		: 0
422.19/434.93	c learnt literals	: 17
422.19/434.93	c learnt binary clauses	: 239
422.19/434.93	c learnt ternary clauses	: 2038
422.19/434.93	c learnt constraints	: 11156835
422.19/434.93	c ignored constraints	: 0
422.19/434.93	c root simplifications	: 0
422.19/434.93	c removed literals (reason simplification)	: 110890540
422.19/434.93	c reason swapping (by a shorter reason)	: 0
422.19/434.93	c Calls to reduceDB	: 328
422.19/434.93	c Number of update (reduction) of LBD	: 1151803
422.19/434.93	c Imported unit clauses	: 0
422.19/434.93	c No decision after first conflict	: false
422.19/434.93	c number of reductions to clauses (during analyze)	: 0
422.19/434.93	c number of learned constraints concerned by reduction	: 0
422.19/434.93	c number of learning phase by resolution	: 0
422.19/434.93	c number of learning phase by cutting planes	: 0
422.19/434.93	c number of rounding to 1 operations	: 0
422.19/434.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
422.19/434.93	c number of reductions of the coefficients by power 2 	: 0
422.19/434.93	c number of right shift for reduction by power 2 	: 0
422.19/434.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
422.19/434.93	c number of ending skipping 	: 0
422.19/434.93	c number of internal skipping 	: 0
422.19/434.93	c number of derivation steps 	: 0
422.19/434.93	c number of skipped derivation steps 	: 0
422.19/434.93	c number of remaining unassigned 	: 0
422.19/434.93	c number of remaining assigned 	: 0
422.19/434.93	c number of falsified literals weakened from reason	: 0
422.19/434.93	c number of falsified literals weakened from conflict	: 0
422.19/434.93	c time for arithmetic operations	: 0
422.19/434.93	c minimum degree of deleted constraints	: null
422.19/434.93	c maximum degree of deleted constraints	: null
422.19/434.93	c number of deleted constraints	: 0
422.19/434.93	c speed (assignments/second)	: 508141.9857301236
422.19/434.93	c non guided choices	: 14
422.19/434.93	s OPTIMUM FOUND
422.19/434.93	c Found 13 solution(s)
422.19/434.93	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 x252 -x253 
422.19/434.93	c objective function=8908
422.19/434.93	c Total wall clock time (in seconds): 434.805

Verifier Data

OK	8908

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED BOUNDS 8908 <= obj <= 8908
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED BOUNDS 8908 <= obj <= 8908
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 8908 <= obj <= 8908
--summary--
ALL OK

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: 63931 MiB (58731 MiB free)
  memory of node 1: 64510 MiB (51713 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440408-1721817206/watcher-4440408-1721817206 -o /tmp/evaluation-result-4440408-1721817206/solver-4440408-1721817206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721817186-181708 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440408-1721817206 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440408-1721817206.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=181970, runsolver pid=181967

[startup+0.10019 s]*
/proc/loadavg: 2.00 0.54 0.30 8/337 181988
/proc/meminfo: memFree=113050420/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=18975048 memory=64672 CPUtime=0.14 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 7245 0 0 0 12 2 0 0 20 0 18 0 18243528 19430449152 16168 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4743762 16168 5513 1 0 549373 0
[pid=181970/tid=181972] ppid=181967 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 5760 0 0 0 7 1 0 0 20 0 18 0 18243529 19430449152 16168 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18243531 19430449152 16168 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=18975048 memory=13855165888293772 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18243532 19430449152 16168 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64672 KiB

[startup+0.206154 s]*
/proc/loadavg: 2.00 0.54 0.30 7/338 181989
/proc/meminfo: memFree=113036820/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19041612 memory=71644 CPUtime=0.34 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 7823 0 0 0 31 3 0 0 20 0 19 0 18243528 19498610688 17911 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4760403 17911 5755 1 0 549972 0
[pid=181970/tid=181972] ppid=181967 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 6077 0 0 0 17 2 0 0 20 0 19 0 18243529 19498610688 17911 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19041612 memory=1010558 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18243531 19498610688 17911 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19041612 memory=14415916817450633 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18243532 19498610688 17911 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18243545 19498610688 17911 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71644 KiB

[startup+0.306167 s]*
/proc/loadavg: 2.00 0.54 0.30 7/338 181989
/proc/meminfo: memFree=113024260/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19041612 memory=82264 CPUtime=0.52 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 8690 0 0 0 49 3 0 0 20 0 19 0 18243528 19498610688 20566 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4760403 20566 5839 1 0 550407 0
[pid=181970/tid=181972] ppid=181967 vsize=19041612 memory=-8671506721431921340 CPUtime=0.27 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 6105 0 0 0 25 2 0 0 20 0 19 0 18243529 19498610688 20566 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18243531 19498610688 20566 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18243532 19498610688 20566 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18243545 19498610688 20566 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82264 KiB

[startup+0.701166 s]
/proc/loadavg: 2.00 0.54 0.30 8/338 181989
/proc/meminfo: memFree=112969456/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19041612 memory=152712 CPUtime=1.28 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 14487 0 0 0 122 6 0 0 20 0 19 0 18243528 19498610688 38178 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4760403 38178 5871 1 0 553537 0
[pid=181970/tid=181972] ppid=181967 vsize=19041612 memory=66704 CPUtime=0.62 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 6203 0 0 0 59 3 0 0 20 0 19 0 18243529 19498610688 38178 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19041612 memory=13524 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18243531 19498610688 38178 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19041612 memory=2212 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18243532 19498610688 38178 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19041612 memory=1896 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18243545 19498610688 38178 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 152712 KiB

[startup+1.50117 s]
/proc/loadavg: 2.00 0.54 0.30 7/339 181990
/proc/meminfo: memFree=112887660/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=181416 CPUtime=2.85 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 22107 0 0 0 278 7 0 0 20 0 20 0 18243528 19566772224 45354 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 45354 5903 1 0 555079 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=13524 CPUtime=1.4 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 6682 0 0 0 136 4 0 0 20 0 20 0 18243529 19566772224 45354 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 45354 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=2212 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 45354 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=1896 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 45354 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181416 KiB

[startup+3.10576 s]
/proc/loadavg: 2.24 0.61 0.33 5/339 181990
/proc/meminfo: memFree=112780456/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=256196 CPUtime=5.82 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 24136 0 0 0 572 10 0 0 20 0 20 0 18243528 19566772224 64049 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 64049 5903 1 0 555098 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=0 CPUtime=2.97 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 7308 0 0 0 291 6 0 0 20 0 20 0 18243529 19566772224 64049 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=-8671506721431921340 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 64049 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 64049 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=2212 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 64049 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 256196 KiB

[startup+6.30018 s]
/proc/loadavg: 2.24 0.61 0.33 5/339 181992
/proc/meminfo: memFree=112382296/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=579852 CPUtime=9.56 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 24828 0 0 0 937 19 0 0 20 0 20 0 18243528 19566772224 144963 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 144963 5903 1 0 555103 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=2212 CPUtime=6.14 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 7757 0 0 0 600 14 0 0 20 0 20 0 18243529 19566772224 144963 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 144963 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 144963 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 144963 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 579852 KiB

[startup+12.7002 s]
/proc/loadavg: 2.51 0.73 0.37 4/339 181992
/proc/meminfo: memFree=111074516/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=1313156 CPUtime=15.94 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 28080 0 0 0 1554 40 0 0 20 0 20 0 18243528 19566772224 328289 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 328289 5903 1 0 555103 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=13524 CPUtime=12.51 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 8831 0 0 0 1216 35 0 0 20 0 20 0 18243529 19566772224 328289 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=1177920 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 328289 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=66704 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 328289 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 328289 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 15.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1313156 KiB

[startup+25.5012 s]
/proc/loadavg: 2.74 0.83 0.41 5/339 181995
/proc/meminfo: memFree=110139892/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=1333292 CPUtime=29.02 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 38935 0 0 0 2854 48 0 0 20 0 20 0 18243528 19566772224 333323 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 333323 5918 1 0 556541 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=6943526294502006880 CPUtime=25.22 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 11249 0 0 0 2481 41 0 0 20 0 20 0 18243529 19566772224 333323 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 333323 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=3523 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 333323 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 333323 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 29.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1333292 KiB

[startup+51.106 s]
/proc/loadavg: 3.17 1.09 0.51 5/339 181998
/proc/meminfo: memFree=108833828/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=1330608 CPUtime=54.66 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 50172 0 0 0 5401 65 0 0 20 0 20 0 18243528 19566772224 332652 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 332652 5918 1 0 556709 0

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

/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 392498 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 390.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1569992 KiB

[startup+434.957 s]
# the end of solver process 181970 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=419.416 s, system=2.82561 s

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

[startup+409.601 s]
/proc/loadavg: 4.35 3.31 1.72 5/334 182064
/proc/meminfo: memFree=100935024/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=1574088 CPUtime=397.73 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 85834 0 0 0 39513 260 0 0 20 0 20 0 18243528 19566772224 393522 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 393522 5918 1 0 556725 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=13524 CPUtime=389.66 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 25226 0 0 0 38732 234 0 0 20 0 20 0 18243529 19566772224 393522 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1616 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=5516 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 393522 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=66704 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 374 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 393522 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=167 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 393522 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 397.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1574088 KiB

[startup+422.4 s]
/proc/loadavg: 4.49 3.39 1.77 5/334 182067
/proc/meminfo: memFree=100709332/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=1576176 CPUtime=409.78 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 86723 0 0 0 40707 271 0 0 20 0 20 0 18243528 19566772224 394044 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 394044 5918 1 0 556725 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=19641 CPUtime=401.55 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 25309 0 0 0 39911 244 0 0 20 0 20 0 18243529 19566772224 394044 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1692 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=281197548874304 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 394044 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=281197549820448 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 374 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 394044 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=281197548993152 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 394044 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 409.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1576176 KiB

[startup+428.8 s]
/proc/loadavg: 4.45 3.40 1.78 5/334 182068
/proc/meminfo: memFree=100572320/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=1582336 CPUtime=416.18 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 86820 0 0 0 41343 275 0 0 20 0 20 0 18243528 19566772224 395584 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 395584 5918 1 0 556725 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=1576176 CPUtime=407.9 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 25370 0 0 0 40542 248 0 0 20 0 20 0 18243529 19566772224 395584 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1692 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 395584 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=66704 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 374 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 395584 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 395584 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 416.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1582336 KiB

[startup+432 s]*
/proc/loadavg: 4.42 3.41 1.79 5/334 182068
/proc/meminfo: memFree=100489752/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=1588480 CPUtime=419.39 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 86864 0 0 0 41662 277 0 0 20 0 20 0 18243528 19566772224 397120 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 397120 5918 1 0 556725 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=-8671506721431921340 CPUtime=411.06 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 25370 0 0 0 40856 250 0 0 20 0 20 0 18243529 19566772224 397120 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1692 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 397120 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=104 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 397120 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=5480 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 397120 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 419.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1588480 KiB

[startup+433.6 s]
/proc/loadavg: 4.42 3.41 1.79 5/334 182068
/proc/meminfo: memFree=100471604/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=1588524 CPUtime=420.99 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 87185 0 0 0 41820 279 0 0 20 0 20 0 18243528 19566772224 397131 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 397131 5918 1 0 556741 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=-8671506721431921340 CPUtime=412.66 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 25499 0 0 0 41014 252 0 0 20 0 20 0 18243529 19566772224 397131 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1692 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 397131 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=2696 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 397131 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=4836 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 397131 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 420.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1588524 KiB

[startup+434.4 s]
/proc/loadavg: 4.42 3.41 1.79 5/334 182068
/proc/meminfo: memFree=100454132/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=1594668 CPUtime=421.79 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 87455 0 0 0 41899 280 0 0 20 0 20 0 18243528 19566772224 398667 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 398667 5918 1 0 556741 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=4920 CPUtime=413.42 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) R 181967 181970 181698 0 -1 4194368 25751 0 0 0 41089 253 0 0 20 0 20 0 18243529 19566772224 398667 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1692 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=1588524 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 398667 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=7948 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 398667 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=1588480 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 398667 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 421.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1594668 KiB

[startup+434.8 s]
/proc/loadavg: 4.42 3.41 1.79 5/334 182068
/proc/meminfo: memFree=100454132/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=1594684 CPUtime=422.19 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 88661 0 0 0 41938 281 0 0 20 0 20 0 18243528 19566772224 398671 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 398671 5918 1 0 556741 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=1008181 CPUtime=413.77 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) D 181967 181970 181698 0 -1 4194368 26133 0 0 0 41123 254 0 0 20 0 20 0 18243529 19566772224 398671 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1700 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=1011297 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 398671 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=1018924 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 398671 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=1896 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 398671 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 422.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1594684 KiB

[startup+434.9 s]
/proc/loadavg: 4.42 3.41 1.79 5/334 182068
/proc/meminfo: memFree=100454132/131524600 swapFree=131070704/131071996
[pid=181970] ppid=181967 vsize=19108176 memory=1594684 CPUtime=422.19 cores=0,2
/proc/181970/stat : 181970 (java) S 181967 181970 181698 0 -1 1077936128 88661 0 0 0 41938 281 0 0 20 0 20 0 18243528 19566772224 398671 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
/proc/181970/statm: 4777044 398671 5918 1 0 556741 0
[pid=181970/tid=181972] ppid=181967 vsize=19108176 memory=1561696 CPUtime=413.77 cores=0,2
/proc/181970/task/181972/stat : 181972 (java) D 181967 181970 181698 0 -1 4194368 26133 0 0 0 41123 254 0 0 20 0 20 0 18243529 19566772224 398671 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1716 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181981] ppid=181967 vsize=19108176 memory=6655300316396806240 CPUtime=0 cores=0,2
/proc/181970/task/181981/stat : 181981 (Finalizer) S 181967 181970 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243531 19566772224 398671 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181988] ppid=181967 vsize=19108176 memory=1497788 CPUtime=0 cores=0,2
/proc/181970/task/181988/stat : 181988 (Common-Cleaner) S 181967 181970 181698 0 -1 1077936192 404 0 0 0 0 0 0 0 20 0 20 0 18243532 19566772224 398671 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
[pid=181970/tid=181989] ppid=181967 vsize=19108176 memory=1896 CPUtime=0 cores=0,2
/proc/181970/task/181989/stat : 181989 (Timer-0) S 181967 181970 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243545 19566772224 398671 134679101440 94456627343360 94456627347056 140733746758432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456627354872 94456627355664 94456629886976 140733746766763 140733746766945 140733746766945 140733746773960 0
Current children cumulated CPU time: 422.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1594684 KiB

Child status: 30

Real time (s): 434.957
CPU time (s): 422.242
CPU user time (s): 419.416
CPU system time (s): 2.82561
CPU usage (%): 97.0765
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1594684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 419.416
system time used= 2.82561
maximum resident set size= 1596260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89903
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3395192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18241
involuntary context switches= 3618


# summary of solver processes directly reported to runsolver:
#   pid: 181970
#   total CPU time (s): 422.242
#   total CPU user time (s): 419.416
#   total CPU system time (s): 2.82561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.946447 second user time and 2.22925 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-24 12:33:26
IDJOB=4440408
IDBENCH=148110
IDSOLVER=3079
FILE ID=nodeC022/4440408-1721817206
RUNJOBID= nodeC022-1721817186-181708
SLURM_JOB_ID= 7816878
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/poldner/PB/testset/normalized-11_22.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440408-1721817206/watcher-4440408-1721817206 -o /tmp/evaluation-result-4440408-1721817206/solver-4440408-1721817206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721817186-181708 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440408-1721817206 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440408-1721817206.opb

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

MD5SUM BENCH= a74353a91b8173c9f34b6251be571240
RANDOM SEED=163470675

nodeC022.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		: 3622.583
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.87
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		: 3684.713
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	: 7006.75
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		: 3636.441
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.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113096892 kB
MemAvailable:   126178768 kB
Buffers:          246692 kB
Cached:         13559520 kB
SwapCached:          296 kB
Active:          2530972 kB
Inactive:       15058568 kB
Active(anon):       3872 kB
Inactive(anon):  3833432 kB
Active(file):    2527100 kB
Inactive(file): 11225136 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:            268348 kB
Writeback:             8 kB
AnonPages:       3782252 kB
Mapped:           134276 kB
Shmem:             53884 kB
KReclaimable:     338576 kB
Slab:             470384 kB
SReclaimable:     338576 kB
SUnreclaim:       131808 kB
KernelStack:        5120 kB
PageTables:        17768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8757084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21344 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3510272 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:      334548 kB
DirectMap2M:    36139008 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC022 at 2024-07-24 12:40:41