Trace number 4496235

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 VeriPB 2025-06-06OPT cert.8908 445.247 442.039

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.018223
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.11/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.20	c See www.sat4j.org for details.
0.11/0.22	c version PB25.v20250606
0.25/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.25	c java.vm.version	22.0.1+8-16
0.25/0.25	c java.vm.vendor	Oracle Corporation
0.25/0.25	c sun.arch.data.model	64
0.25/0.25	c java.version		22.0.1
0.25/0.25	c os.name		Linux
0.25/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.25	c os.arch		amd64
0.25/0.26	c Free memory 		2104792832
0.25/0.26	c Max memory 		16282288128
0.25/0.26	c Total memory 		2113929216
0.25/0.27	c Number of processors 	2
0.40/0.38	c Pseudo Boolean Optimization by upper bound
0.40/0.38	c --- Begin Solver configuration ---
0.40/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.40/0.38	c Learn all clauses as in MiniSAT
0.40/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.40/0.38	c Expensive reason simplification
0.40/0.38	c Glucose 2.1 dynamic restart strategy
0.40/0.38	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.40/0.38	c timeout=2147483s
0.40/0.38	c DB Simplification allowed=false
0.40/0.38	c Listener: none
0.40/0.38	c --- End Solver configuration ---
0.40/0.38	c solving HOME/instance-4496235-1751386585.opb
0.40/0.38	c reading problem ... 
0.40/0.39	c using VERIPB proof format
0.40/0.39	c  objective function found
0.54/0.48	c ... done. Wall clock time 0.094s.
0.54/0.48	c declared #vars     253
0.54/0.48	c #constraints  286
0.54/0.48	c constraints type 
0.54/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.54/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.54/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
0.54/0.48	c 286 constraints processed.
0.54/0.50	c objective function length is 253 literals
0.72/0.54	c SATISFIABLE
0.72/0.54	c OPTIMIZING...
0.72/0.54	c Got one! Elapsed wall clock time (in seconds):0.16
0.72/0.54	o 10896
0.72/0.56	c Got one! Elapsed wall clock time (in seconds):0.178
0.72/0.56	o 10411
1.02/0.74	c Got one! Elapsed wall clock time (in seconds):0.363
1.02/0.74	o 10369
1.02/0.74	c Got one! Elapsed wall clock time (in seconds):0.366
1.02/0.74	o 9354
2.20/1.39	c cleaning 2682 clauses out of 5369 with flag 10002/5369
3.39/1.93	c cleaning 4344 clauses out of 8688 with flag 22004/11370
4.38/2.41	c cleaning 5669 clauses out of 11343 with flag 36002/18369
5.18/2.86	c cleaning 6835 clauses out of 13675 with flag 53651/26370
5.96/3.21	c cleaning 7920 clauses out of 15840 with flag 74962/35370
6.56/3.54	c cleaning 8960 clauses out of 17921 with flag 98789/45371
7.13/3.87	c cleaning 9979 clauses out of 19959 with flag 125157/56369
7.67/4.25	c cleaning 10990 clauses out of 21982 with flag 154758/68371
8.23/4.70	c cleaning 11995 clauses out of 23990 with flag 187388/81369
8.92/5.16	c cleaning 12994 clauses out of 25996 with flag 224081/95370
9.54/5.65	c cleaning 13999 clauses out of 28003 with flag 260530/110371
10.42/6.22	c cleaning 14997 clauses out of 30003 with flag 300389/126370
11.16/6.80	c cleaning 15998 clauses out of 32006 with flag 343098/143370
11.83/7.33	c cleaning 17000 clauses out of 34007 with flag 387054/161369
12.34/7.89	c cleaning 18003 clauses out of 36008 with flag 433410/180370
13.64/9.15	c cleaning 18994 clauses out of 38004 with flag 482345/200369
14.54/10.01	c cleaning 20002 clauses out of 40010 with flag 531452/221369
15.22/10.75	c cleaning 21004 clauses out of 42009 with flag 586802/243370
16.72/12.24	c cleaning 21993 clauses out of 44004 with flag 645300/266369
18.23/13.76	c cleaning 22998 clauses out of 46013 with flag 706754/290371
19.12/14.65	c cleaning 24002 clauses out of 48014 with flag 769784/315370
19.83/15.35	c cleaning 24987 clauses out of 50012 with flag 831965/341370
20.72/16.20	c cleaning 26010 clauses out of 52024 with flag 899153/368369
21.64/17.11	c cleaning 26999 clauses out of 54014 with flag 969676/396369
22.55/18.07	c cleaning 28009 clauses out of 56017 with flag 1045403/425371
23.73/19.21	c cleaning 29004 clauses out of 58008 with flag 1119397/455371
24.84/20.32	c cleaning 29995 clauses out of 60003 with flag 1199934/486370
25.92/21.35	c cleaning 30994 clauses out of 62008 with flag 1279642/518370
27.01/22.47	c cleaning 32002 clauses out of 64013 with flag 1360210/551369
28.21/23.63	c cleaning 33003 clauses out of 66012 with flag 1444250/585370
29.31/24.79	c cleaning 34002 clauses out of 68011 with flag 1534797/620372
30.62/26.09	c cleaning 34995 clauses out of 70006 with flag 1625481/656369
31.90/27.36	c cleaning 36003 clauses out of 72011 with flag 1722790/693369
34.27/29.03	c cleaning 36998 clauses out of 74009 with flag 1822936/731370
35.89/30.44	c cleaning 38002 clauses out of 76011 with flag 1921179/770370
37.73/32.09	c cleaning 38997 clauses out of 78009 with flag 2025965/810370
39.82/33.77	c cleaning 39997 clauses out of 80012 with flag 2130704/851370
41.39/35.30	c cleaning 41004 clauses out of 82014 with flag 2237864/893369
42.79/36.67	c cleaning 42003 clauses out of 84011 with flag 2340834/936370
44.20/38.11	c cleaning 42992 clauses out of 86007 with flag 2446807/980369
45.98/39.80	c cleaning 44002 clauses out of 88015 with flag 2558084/1025369
47.78/41.63	c cleaning 45005 clauses out of 90013 with flag 2674200/1071369
49.47/43.38	c cleaning 46003 clauses out of 92009 with flag 2790662/1118370
51.18/45.07	c cleaning 46993 clauses out of 94005 with flag 2911450/1166369
52.99/46.80	c cleaning 48006 clauses out of 96012 with flag 3031804/1215369
54.58/48.40	c cleaning 49002 clauses out of 98007 with flag 3153290/1265370
56.29/50.19	c cleaning 50003 clauses out of 100006 with flag 3281014/1316371
58.37/52.21	c cleaning 50998 clauses out of 102002 with flag 3409941/1368370
60.47/54.36	c cleaning 51998 clauses out of 104004 with flag 3545522/1421370
62.17/56.06	c cleaning 53000 clauses out of 106005 with flag 3681422/1475369
63.85/57.72	c cleaning 54000 clauses out of 108005 with flag 3820525/1530369
67.04/60.44	c cleaning 54988 clauses out of 110005 with flag 3959157/1586369
70.03/63.50	c cleaning 56001 clauses out of 112017 with flag 4103709/1643369
72.12/65.64	c cleaning 57004 clauses out of 114017 with flag 4243813/1701370
74.02/67.58	c cleaning 58000 clauses out of 116012 with flag 4383713/1760369
76.52/70.02	c cleaning 59004 clauses out of 118012 with flag 4527127/1820369
79.10/72.67	c cleaning 59997 clauses out of 120009 with flag 4683835/1881370
82.00/75.54	c cleaning 61001 clauses out of 122012 with flag 4839787/1943370
84.79/78.33	c cleaning 61999 clauses out of 124011 with flag 4995385/2006370
87.36/80.85	c cleaning 63001 clauses out of 126011 with flag 5150787/2070369
90.25/83.71	c cleaning 63997 clauses out of 128010 with flag 5310526/2135369
92.75/86.21	c cleaning 65005 clauses out of 130013 with flag 5466814/2201369
95.45/88.95	c cleaning 65994 clauses out of 132008 with flag 5635495/2268369
98.55/92.06	c cleaning 67001 clauses out of 134014 with flag 5801286/2336369
102.12/95.71	c cleaning 68005 clauses out of 136013 with flag 5974283/2405369
105.32/98.91	c cleaning 68999 clauses out of 138008 with flag 6148697/2475369
108.31/101.91	c cleaning 69999 clauses out of 140010 with flag 6323287/2546370
111.60/105.26	c cleaning 70993 clauses out of 142010 with flag 6497770/2618369
114.79/108.45	c cleaning 71994 clauses out of 144018 with flag 6680335/2691370
117.89/111.52	c cleaning 73007 clauses out of 146024 with flag 6857568/2765370
120.78/114.45	c cleaning 73993 clauses out of 148016 with flag 7039092/2840369
123.49/117.17	c cleaning 75004 clauses out of 150023 with flag 7225821/2916369
126.57/120.26	c cleaning 75999 clauses out of 152019 with flag 7414068/2993369
129.56/123.26	c cleaning 77005 clauses out of 154020 with flag 7605746/3071369
133.14/126.90	c cleaning 77994 clauses out of 156017 with flag 7800767/3150371
136.64/130.48	c cleaning 79007 clauses out of 158021 with flag 7999810/3230369
141.43/135.24	c cleaning 80004 clauses out of 160015 with flag 8201098/3311370
145.23/139.02	c cleaning 80999 clauses out of 162010 with flag 8401716/3393369
148.33/142.19	c cleaning 82000 clauses out of 164011 with flag 8594012/3476369
152.60/146.43	c cleaning 83003 clauses out of 166013 with flag 8792137/3560371
156.90/150.76	c cleaning 84004 clauses out of 168011 with flag 9009633/3645372
161.77/155.79	c cleaning 84993 clauses out of 170004 with flag 9229428/3731369
166.96/160.91	c cleaning 85995 clauses out of 172011 with flag 9462451/3818369
170.95/164.95	c cleaning 87008 clauses out of 174016 with flag 9682526/3906369
174.45/168.47	c cleaning 87996 clauses out of 176008 with flag 9898427/3995369
178.15/172.17	c cleaning 88995 clauses out of 178014 with flag 10121726/4085371
182.43/176.48	c cleaning 90004 clauses out of 180017 with flag 10348097/4176369
186.22/180.24	c cleaning 90997 clauses out of 182014 with flag 10575103/4268370
190.83/184.83	c cleaning 92004 clauses out of 184017 with flag 10801545/4361370
196.50/190.64	c cleaning 93003 clauses out of 186013 with flag 11035228/4455370
200.90/195.04	c cleaning 94001 clauses out of 188009 with flag 11266355/4550369
205.33/199.45	c cleaning 94996 clauses out of 190009 with flag 11518000/4646370
209.42/203.55	c cleaning 95995 clauses out of 192012 with flag 11753705/4743369
215.51/209.60	c cleaning 96994 clauses out of 194019 with flag 11996520/4841371
220.39/214.56	c cleaning 98003 clauses out of 196023 with flag 12234955/4940369
226.10/220.31	c cleaning 99005 clauses out of 198020 with flag 12467331/5040369
231.20/225.40	c cleaning 100003 clauses out of 200015 with flag 12716450/5141369
235.72/229.96	c cleaning 101000 clauses out of 202014 with flag 12976525/5243371
240.01/234.25	c cleaning 102000 clauses out of 204012 with flag 13229247/5346369
245.68/239.88	c cleaning 102992 clauses out of 206012 with flag 13491988/5450369
247.37/241.51	c Got one! Elapsed wall clock time (in seconds):241.129
247.37/241.51	o 9353
248.30/242.47	c cleaning 76484 clauses out of 152983 with flag 12954/5500332
248.69/242.87	c cleaning 41242 clauses out of 82500 with flag 27855/5506333
249.04/243.15	c cleaning 24120 clauses out of 48257 with flag 45098/5513332
249.39/243.38	c cleaning 16063 clauses out of 32136 with flag 64441/5521331
249.96/243.87	c cleaning 12522 clauses out of 25072 with flag 86640/5530330
250.46/244.34	c cleaning 11271 clauses out of 22550 with flag 111289/5540330
251.06/244.94	c cleaning 11133 clauses out of 22279 with flag 139727/5551330
251.56/245.40	c cleaning 11562 clauses out of 23146 with flag 171136/5563330
251.96/245.80	c cleaning 12290 clauses out of 24584 with flag 204271/5576330
252.35/246.26	c cleaning 13144 clauses out of 26294 with flag 239852/5590330
252.76/246.66	c cleaning 14069 clauses out of 28151 with flag 277519/5605331
253.21/247.24	c cleaning 15038 clauses out of 30081 with flag 316765/5621330
253.71/247.73	c cleaning 16013 clauses out of 32044 with flag 358933/5638331
254.20/248.24	c cleaning 17005 clauses out of 34030 with flag 403467/5656330
254.81/248.82	c cleaning 18007 clauses out of 36025 with flag 450506/5675330
255.41/249.44	c cleaning 19004 clauses out of 38018 with flag 498963/5695330
256.36/250.36	c cleaning 20001 clauses out of 40015 with flag 553934/5716331
256.96/250.94	c cleaning 21000 clauses out of 42013 with flag 607305/5738330
257.56/251.58	c cleaning 21998 clauses out of 44014 with flag 665476/5761331
258.26/252.21	c cleaning 23005 clauses out of 46015 with flag 723814/5785330
258.86/252.85	c cleaning 24004 clauses out of 48010 with flag 783070/5810330
259.55/253.59	c cleaning 25004 clauses out of 50008 with flag 850842/5836332
260.45/254.42	c cleaning 25999 clauses out of 52002 with flag 920409/5863330
261.25/255.26	c cleaning 26992 clauses out of 54003 with flag 988970/5891330
262.22/256.17	c cleaning 27999 clauses out of 56011 with flag 1061232/5920330
263.12/257.06	c cleaning 29003 clauses out of 58012 with flag 1136915/5950330
264.12/258.03	c cleaning 29999 clauses out of 60009 with flag 1213903/5981330
265.00/258.92	c cleaning 30998 clauses out of 62010 with flag 1289557/6013330
266.11/260.05	c cleaning 32001 clauses out of 64013 with flag 1380116/6046331
267.21/261.13	c cleaning 33001 clauses out of 66012 with flag 1465266/6080331
268.39/262.31	c cleaning 34001 clauses out of 68011 with flag 1559075/6115331
270.04/263.98	c cleaning 34996 clauses out of 70009 with flag 1647784/6151330
271.44/265.34	c cleaning 36004 clauses out of 72013 with flag 1739500/6188330
272.63/266.50	c cleaning 37001 clauses out of 74009 with flag 1837076/6226330
273.73/267.60	c cleaning 37994 clauses out of 76008 with flag 1926752/6265330
274.93/268.81	c cleaning 39006 clauses out of 78015 with flag 2026750/6305331
276.67/270.55	c cleaning 39996 clauses out of 80008 with flag 2129436/6346330
279.06/272.95	c cleaning 41006 clauses out of 82012 with flag 2232842/6388330
280.46/274.38	c cleaning 41998 clauses out of 84007 with flag 2336781/6431331
281.96/275.81	c cleaning 42997 clauses out of 86008 with flag 2444974/6475330
283.35/277.29	c cleaning 44002 clauses out of 88011 with flag 2557030/6520330
284.93/278.99	c cleaning 45002 clauses out of 90010 with flag 2670065/6566331
286.65/280.69	c cleaning 45998 clauses out of 92007 with flag 2785221/6613330
288.45/282.41	c cleaning 47002 clauses out of 94010 with flag 2907215/6661331
290.15/284.14	c cleaning 48001 clauses out of 96008 with flag 3028565/6710331
291.94/285.99	c cleaning 48999 clauses out of 98008 with flag 3153415/6760332
294.47/288.46	c cleaning 49995 clauses out of 100008 with flag 3272726/6811331
297.17/291.12	c cleaning 50999 clauses out of 102013 with flag 3394290/6863331
298.86/292.83	c cleaning 52001 clauses out of 104014 with flag 3518532/6916331
300.45/294.44	c cleaning 53001 clauses out of 106012 with flag 3649184/6970330
302.38/296.30	c cleaning 54002 clauses out of 108011 with flag 3783498/7025330
304.38/298.32	c cleaning 55000 clauses out of 110009 with flag 3921936/7081330
306.57/300.51	c cleaning 55999 clauses out of 112010 with flag 4060868/7138331
308.57/302.57	c cleaning 57001 clauses out of 114011 with flag 4201643/7196331
311.70/305.60	c cleaning 57994 clauses out of 116009 with flag 4346736/7255330
315.02/308.78	c cleaning 59005 clauses out of 118015 with flag 4494391/7315331
317.12/310.85	c cleaning 60001 clauses out of 120009 with flag 4641725/7376330
319.12/312.84	c cleaning 61004 clauses out of 122010 with flag 4789977/7438332
322.74/316.46	c cleaning 62001 clauses out of 124006 with flag 4941602/7501332
324.94/318.62	c cleaning 62993 clauses out of 126004 with flag 5090645/7565331
327.94/321.62	c cleaning 63997 clauses out of 128011 with flag 5256950/7630331
330.78/324.42	c cleaning 64999 clauses out of 130013 with flag 5422497/7696330
333.18/326.88	c cleaning 65999 clauses out of 132015 with flag 5589753/7763331
336.39/330.09	c cleaning 66995 clauses out of 134015 with flag 5763621/7831330
339.51/333.13	c cleaning 68000 clauses out of 136020 with flag 5939854/7900330
342.09/335.70	c cleaning 69005 clauses out of 138021 with flag 6110204/7970331
345.83/339.50	c cleaning 70004 clauses out of 140015 with flag 6289792/8041330
349.71/343.47	c cleaning 71002 clauses out of 142013 with flag 6470943/8113332
352.33/346.07	c cleaning 71997 clauses out of 144009 with flag 6644216/8186330
355.33/349.02	c cleaning 73005 clauses out of 146012 with flag 6829092/8260330
358.62/352.38	c cleaning 73997 clauses out of 148007 with flag 7013535/8335331
361.91/355.62	c cleaning 75000 clauses out of 150009 with flag 7209448/8411330
365.62/359.38	c cleaning 75995 clauses out of 152010 with flag 7403708/8488331
369.22/363.00	c cleaning 77002 clauses out of 154014 with flag 7602578/8566330
371.05/364.77	c Got one! Elapsed wall clock time (in seconds):364.395
371.05/364.77	o 9305
371.57/365.28	c cleaning 60834 clauses out of 121676 with flag 12458/8610994
371.97/365.68	c cleaning 33410 clauses out of 66841 with flag 28430/8616993
372.27/365.94	c cleaning 20210 clauses out of 40430 with flag 48482/8623992
372.48/366.19	c cleaning 14101 clauses out of 28222 with flag 69349/8631994
372.77/366.43	c cleaning 11548 clauses out of 23120 with flag 91610/8640993
373.07/366.71	c cleaning 10772 clauses out of 21571 with flag 117217/8650992
373.27/366.99	c cleaning 10895 clauses out of 21800 with flag 146532/8661993
373.57/367.29	c cleaning 11449 clauses out of 22905 with flag 177064/8673993
373.97/367.65	c cleaning 12219 clauses out of 24455 with flag 208774/8686992
374.37/368.02	c cleaning 13118 clauses out of 26239 with flag 244540/8700995
374.76/368.42	c cleaning 14053 clauses out of 28119 with flag 283124/8715993
375.17/368.82	c cleaning 15034 clauses out of 30068 with flag 320270/8731995
375.56/369.25	c cleaning 16009 clauses out of 32032 with flag 362049/8748993
376.06/369.74	c cleaning 17006 clauses out of 34023 with flag 405423/8766993
376.61/370.28	c cleaning 18008 clauses out of 36016 with flag 448869/8785992
377.20/370.81	c cleaning 18997 clauses out of 38008 with flag 494783/8805992
377.80/371.44	c cleaning 20002 clauses out of 40014 with flag 546812/8826995
378.41/372.10	c cleaning 21005 clauses out of 42009 with flag 598346/8848992
379.20/372.80	c cleaning 21994 clauses out of 44005 with flag 654206/8871993
379.90/373.57	c cleaning 22996 clauses out of 46010 with flag 714544/8895992
380.71/374.37	c cleaning 23999 clauses out of 48015 with flag 776538/8920993
381.70/375.32	c cleaning 25004 clauses out of 50015 with flag 842218/8946992
382.80/376.43	c cleaning 25996 clauses out of 52012 with flag 909996/8973993
383.70/377.30	c cleaning 27004 clauses out of 54015 with flag 976741/9001992
384.59/378.23	c cleaning 27999 clauses out of 56011 with flag 1048883/9030992
385.59/379.27	c cleaning 29006 clauses out of 58013 with flag 1124547/9060993
385.89/379.56	c Got one! Elapsed wall clock time (in seconds):379.179
385.89/379.56	o 9304
386.09/379.75	c cleaning 21728 clauses out of 43466 with flag 12120/9075452
386.29/379.93	c cleaning 13869 clauses out of 27738 with flag 27082/9081452
386.50/380.12	c cleaning 10431 clauses out of 20871 with flag 46744/9088454
386.69/380.33	c cleaning 9212 clauses out of 18438 with flag 66484/9096452
386.90/380.56	c cleaning 9109 clauses out of 18226 with flag 88032/9105452
387.20/380.84	c cleaning 9559 clauses out of 19117 with flag 112825/9115452
387.41/381.09	c cleaning 10280 clauses out of 20559 with flag 139475/9126453
387.69/381.39	c cleaning 11130 clauses out of 22279 with flag 169371/9138453
388.19/381.87	c cleaning 12071 clauses out of 24149 with flag 201992/9151453
388.60/382.28	c cleaning 13034 clauses out of 26078 with flag 237390/9165453
389.09/382.71	c cleaning 14017 clauses out of 28044 with flag 275589/9180453
389.50/383.17	c cleaning 15008 clauses out of 30027 with flag 315669/9196453
389.99/383.65	c cleaning 16007 clauses out of 32020 with flag 357479/9213454
390.19/383.80	c Got one! Elapsed wall clock time (in seconds):383.426
390.19/383.80	o 9277
390.29/383.95	c cleaning 13802 clauses out of 27608 with flag 13021/9225049
390.41/384.10	c cleaning 9896 clauses out of 19808 with flag 29647/9231051
390.60/384.24	c cleaning 8452 clauses out of 16911 with flag 47519/9238050
390.79/384.43	c cleaning 8226 clauses out of 16459 with flag 67923/9246050
390.99/384.63	c cleaning 8611 clauses out of 17232 with flag 90693/9255049
391.19/384.84	c cleaning 9307 clauses out of 18621 with flag 115131/9265049
391.50/385.13	c cleaning 10150 clauses out of 20314 with flag 141899/9276049
391.79/385.45	c cleaning 11079 clauses out of 22165 with flag 170751/9288050
392.09/385.77	c cleaning 12032 clauses out of 24086 with flag 202562/9301050
392.40/386.08	c cleaning 13024 clauses out of 26054 with flag 233532/9315050
392.89/386.50	c cleaning 14016 clauses out of 28031 with flag 270992/9330051
393.50/387.11	c cleaning 15000 clauses out of 30013 with flag 313928/9346049
393.98/387.66	c cleaning 15998 clauses out of 32014 with flag 361472/9363050
394.59/388.22	c cleaning 17006 clauses out of 34015 with flag 411017/9381049
395.08/388.72	c cleaning 18004 clauses out of 36010 with flag 458270/9400050
395.68/389.31	c cleaning 19001 clauses out of 38005 with flag 510432/9420049
396.18/389.89	c cleaning 20001 clauses out of 40005 with flag 564249/9441050
396.78/390.49	c cleaning 20997 clauses out of 42003 with flag 618171/9463049
397.57/391.22	c cleaning 22003 clauses out of 44008 with flag 676389/9486051
398.27/391.92	c cleaning 23002 clauses out of 46006 with flag 734164/9510052
398.97/392.68	c cleaning 23995 clauses out of 48001 with flag 797350/9535049
399.77/393.44	c cleaning 24997 clauses out of 50007 with flag 861324/9561050
400.57/394.24	c Got one! Elapsed wall clock time (in seconds):393.859
400.57/394.24	o 9237
400.77/394.47	c cleaning 27355 clauses out of 54717 with flag 12479/9590757
400.97/394.68	c cleaning 16676 clauses out of 33361 with flag 28544/9596756
401.16/394.87	c cleaning 11830 clauses out of 23684 with flag 46535/9603755
401.38/395.09	c cleaning 9918 clauses out of 19854 with flag 66976/9611755
401.66/395.31	c cleaning 9459 clauses out of 18936 with flag 90019/9620755
401.86/395.54	c cleaning 9736 clauses out of 19477 with flag 114044/9630755
402.06/395.78	c cleaning 10368 clauses out of 20742 with flag 140589/9641756
402.37/396.08	c cleaning 11184 clauses out of 22373 with flag 171020/9653755
402.66/396.38	c cleaning 12094 clauses out of 24189 with flag 201219/9666755
403.07/396.73	c cleaning 13048 clauses out of 26098 with flag 233636/9680758
403.38/397.04	c Got one! Elapsed wall clock time (in seconds):396.658
403.38/397.04	o 9171
403.57/397.23	c cleaning 15647 clauses out of 31302 with flag 13068/9699010
403.77/397.42	c cleaning 10819 clauses out of 21658 with flag 28969/9705013
403.97/397.61	c cleaning 8904 clauses out of 17836 with flag 47333/9712010
404.17/397.80	c cleaning 8458 clauses out of 16934 with flag 67569/9720012
404.38/398.03	c cleaning 8734 clauses out of 17474 with flag 91777/9729010
404.57/398.28	c cleaning 9359 clauses out of 18740 with flag 117192/9739010
404.87/398.57	c cleaning 10189 clauses out of 20381 with flag 144646/9750010
405.17/398.87	c cleaning 11093 clauses out of 22192 with flag 174474/9762010
405.48/399.17	c cleaning 12044 clauses out of 24099 with flag 205955/9775010
405.86/399.55	c cleaning 13022 clauses out of 26056 with flag 239862/9789011
406.27/399.98	c cleaning 14011 clauses out of 28033 with flag 277362/9804010
406.87/400.60	c cleaning 15012 clauses out of 30023 with flag 317837/9820011
407.38/401.13	c cleaning 16004 clauses out of 32011 with flag 361397/9837011
407.57/401.37	c Got one! Elapsed wall clock time (in seconds):400.995
407.57/401.37	o 9169
407.77/401.52	c cleaning 15991 clauses out of 31994 with flag 13579/9852998
407.87/401.67	c cleaning 11000 clauses out of 22003 with flag 28931/9858998
408.07/401.85	c cleaning 8998 clauses out of 18002 with flag 46854/9865997
408.28/402.03	c cleaning 8493 clauses out of 17004 with flag 68733/9873997
408.47/402.24	c cleaning 8750 clauses out of 17512 with flag 92136/9882998
408.67/402.47	c cleaning 9380 clauses out of 18764 with flag 117648/9893000
408.97/402.72	c cleaning 10188 clauses out of 20382 with flag 146104/9903998
409.28/403.02	c cleaning 11089 clauses out of 22193 with flag 176034/9915997
409.57/403.33	c cleaning 12053 clauses out of 24105 with flag 205304/9928998
409.96/403.71	c cleaning 13023 clauses out of 26051 with flag 239896/9942997
410.38/404.12	c cleaning 14006 clauses out of 28028 with flag 278959/9957997
410.76/404.52	c cleaning 15003 clauses out of 30022 with flag 318259/9973997
411.27/405.02	c cleaning 16001 clauses out of 32019 with flag 361269/9990997
411.76/405.53	c cleaning 17006 clauses out of 34018 with flag 405875/10008997
412.28/406.01	c cleaning 18003 clauses out of 36012 with flag 454104/10027997
412.76/406.55	c cleaning 19001 clauses out of 38011 with flag 501032/10047999
413.94/407.72	c cleaning 20003 clauses out of 40009 with flag 551789/10068998
414.73/408.57	c cleaning 21003 clauses out of 42006 with flag 610703/10090998
415.53/409.32	c cleaning 21997 clauses out of 44003 with flag 669095/10113998
416.12/409.99	c cleaning 23002 clauses out of 46006 with flag 727067/10137998
416.91/410.71	c cleaning 23999 clauses out of 48003 with flag 786777/10162997
417.60/411.45	c cleaning 24997 clauses out of 50004 with flag 848479/10188997
418.40/412.28	c cleaning 26001 clauses out of 52008 with flag 913840/10215998
419.19/413.09	c cleaning 26999 clauses out of 54006 with flag 980043/10243997
420.09/413.90	c cleaning 28001 clauses out of 56006 with flag 1045675/10272997
421.22/414.80	c cleaning 29001 clauses out of 58004 with flag 1116589/10302997
422.44/415.83	c cleaning 29997 clauses out of 60005 with flag 1190489/10333999
424.02/417.41	c cleaning 30998 clauses out of 62007 with flag 1261844/10365998
424.93/418.36	c cleaning 31997 clauses out of 64009 with flag 1334224/10398998
425.82/419.26	c cleaning 33005 clauses out of 66012 with flag 1407867/10432998
426.82/420.20	c cleaning 33998 clauses out of 68006 with flag 1485849/10467997
427.92/421.30	c cleaning 35000 clauses out of 70008 with flag 1566031/10503997
428.92/422.37	c cleaning 35998 clauses out of 72009 with flag 1655432/10540998
429.52/422.95	c Got one! Elapsed wall clock time (in seconds):422.569
429.52/422.95	o 8970
429.75/423.19	c cleaning 30960 clauses out of 61929 with flag 12251/10566916
429.93/423.39	c cleaning 18482 clauses out of 36968 with flag 26762/10572915
430.14/423.59	c cleaning 12738 clauses out of 25486 with flag 44794/10579915
430.46/423.84	c cleaning 10364 clauses out of 20749 with flag 65235/10587916
430.68/424.05	c cleaning 9687 clauses out of 19387 with flag 86494/10596918
430.96/424.31	c cleaning 9843 clauses out of 19698 with flag 110453/10606916
431.16/424.57	c cleaning 10421 clauses out of 20854 with flag 137064/10617915
431.45/424.85	c cleaning 11208 clauses out of 22433 with flag 165983/10629915
431.78/425.16	c cleaning 12113 clauses out of 24226 with flag 195866/10642916
432.16/425.51	c cleaning 13051 clauses out of 26112 with flag 230139/10656915
432.56/425.92	c cleaning 14029 clauses out of 28063 with flag 267415/10671917
433.06/426.40	c cleaning 15015 clauses out of 30031 with flag 307333/10687915
433.45/426.82	c cleaning 16003 clauses out of 32017 with flag 347183/10704916
433.85/427.29	c cleaning 17001 clauses out of 34012 with flag 388811/10722915
434.35/427.71	c cleaning 18006 clauses out of 36012 with flag 431098/10741916
434.77/428.19	c cleaning 18997 clauses out of 38006 with flag 475525/10761916
435.35/428.75	c cleaning 20003 clauses out of 40009 with flag 523621/10782916
435.95/429.31	c cleaning 21002 clauses out of 42006 with flag 576549/10804916
436.45/429.89	c cleaning 21993 clauses out of 44003 with flag 630549/10827915
437.05/430.49	c cleaning 23001 clauses out of 46010 with flag 686295/10851915
437.96/431.50	c cleaning 24004 clauses out of 48010 with flag 747138/10876916
438.66/432.21	c cleaning 24997 clauses out of 50005 with flag 807428/10902915
439.35/432.97	c cleaning 26004 clauses out of 52009 with flag 867097/10929916
440.15/433.74	c cleaning 26998 clauses out of 54005 with flag 932509/10957916
440.85/434.46	c cleaning 28000 clauses out of 56007 with flag 996553/10986916
441.66/435.26	c cleaning 28998 clauses out of 58006 with flag 1068816/11016915
442.25/435.80	c Got one! Elapsed wall clock time (in seconds):435.425
442.25/435.80	o 8908
442.35/435.97	c cleaning 27299 clauses out of 54606 with flag 10663/11042513
442.57/436.14	c cleaning 16645 clauses out of 33306 with flag 23013/11048512
442.75/436.32	c cleaning 11821 clauses out of 23661 with flag 38345/11055512
442.95/436.50	c cleaning 9919 clauses out of 19841 with flag 57058/11063513
443.15/436.72	c cleaning 9457 clauses out of 18921 with flag 80321/11072512
443.35/436.93	c cleaning 9731 clauses out of 19463 with flag 102772/11082512
443.56/437.16	c cleaning 10366 clauses out of 20731 with flag 127009/11093512
443.84/437.42	c cleaning 11180 clauses out of 22366 with flag 154154/11105514
444.19/437.74	c cleaning 12089 clauses out of 24184 with flag 183054/11118512
444.50/438.10	c cleaning 13045 clauses out of 26095 with flag 214708/11132512
444.89/438.45	c cleaning 14024 clauses out of 28047 with flag 248143/11147512
445.16/441.98	c starts		: 7655
445.16/441.99	c conflicts		: 11156853
445.16/441.99	c decisions		: 15227821
445.16/441.99	c propagations		: 220920826
445.16/441.99	c inspects		: 3657101639
445.16/441.99	c shortcuts		: 0
445.16/441.99	c learnt literals	: 17
445.16/441.99	c learnt binary clauses	: 239
445.16/441.99	c learnt ternary clauses	: 2038
445.16/441.99	c learnt constraints	: 11156835
445.16/441.99	c ignored constraints	: 0
445.16/441.99	c root simplifications	: 0
445.16/441.99	c removed literals (reason simplification)	: 110890540
445.16/441.99	c reason swapping (by a shorter reason)	: 0
445.16/441.99	c Calls to reduceDB	: 328
445.16/441.99	c Number of update (reduction) of LBD	: 1151803
445.16/441.99	c Imported unit clauses	: 0
445.16/442.00	c No decision after first conflict	: false
445.16/442.00	c number of reductions to clauses (during analyze)	: 0
445.16/442.00	c number of learned constraints concerned by reduction	: 0
445.16/442.00	c number of learning phase by resolution	: 0
445.16/442.00	c number of learning phase by cutting planes	: 0
445.16/442.00	c number of rounding to 1 operations	: 0
445.16/442.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
445.16/442.00	c number of reductions of the coefficients by power 2 	: 0
445.16/442.00	c number of right shift for reduction by power 2 	: 0
445.16/442.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
445.16/442.00	c number of ending skipping 	: 0
445.16/442.00	c number of internal skipping 	: 0
445.16/442.00	c number of derivation steps 	: 0
445.16/442.00	c number of skipped derivation steps 	: 0
445.16/442.00	c number of remaining unassigned 	: 0
445.16/442.00	c number of remaining assigned 	: 0
445.16/442.00	c number of falsified literals weakened from reason	: 0
445.16/442.00	c number of falsified literals weakened from conflict	: 0
445.16/442.00	c time for arithmetic operations	: 0
445.16/442.00	c minimum degree of deleted constraints	: null
445.16/442.00	c maximum degree of deleted constraints	: null
445.16/442.00	c number of deleted constraints	: 0
445.16/442.00	c speed (assignments/second)	: 500422.059080026
445.16/442.00	c non guided choices	: 14
445.16/442.00	s OPTIMUM FOUND
445.16/442.00	c Found 13 solution(s)
445.16/442.01	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 
445.16/442.01	c objective function=8908
445.16/442.01	c Total wall clock time (in seconds): 441.628

Verifier Data

OK	8908

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 20:46:18 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
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: 63794 MiB (62907 MiB free)
  memory of node 1: 64507 MiB (63511 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4496235-1751386585/watcher-4496235-1751386585 -o /tmp/evaluation-result-4496235-1751386585/solver-4496235-1751386585 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751386581-53120 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4496235-1751386585 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4496235-1751386585.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=53497, runsolver pid=53494
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 1.04 1.43 2.68 10/326 53515
/proc/meminfo: memFree=129449456/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=18930384 memory=48008 CPUtime=0.11 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 5715 0 0 0 7 4 0 0 20 0 18 0 54337440 19384713216 12002 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4732596 12002 5303 1 0 546925 0
[pid=53497/tid=53499] ppid=53494 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 4607 0 0 0 4 2 0 0 20 0 18 0 54337442 19384713216 12002 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 54337447 19384713216 12002 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 54337448 19384713216 12066 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48008 KiB

[startup+0.214425 s]*
/proc/loadavg: 1.04 1.43 2.68 8/326 53515
/proc/meminfo: memFree=129446740/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=18930384 memory=51784 CPUtime=0.25 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 6121 0 0 0 20 5 0 0 20 0 18 0 54337440 19384713216 12946 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4732596 12946 5335 1 0 547239 0
[pid=53497/tid=53499] ppid=53494 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 4950 0 0 0 12 3 0 0 20 0 18 0 54337442 19384713216 12946 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 54337447 19384713216 12946 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 54337448 19384713216 12946 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51784 KiB

[startup+0.322403 s]*
/proc/loadavg: 1.04 1.43 2.68 8/327 53516
/proc/meminfo: memFree=129441888/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=18930384 memory=58076 CPUtime=0.4 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 6642 0 0 0 34 6 0 0 20 0 18 0 54337440 19384713216 14519 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4732596 14519 5335 1 0 547682 0
[pid=53497/tid=53499] ppid=53494 vsize=18930384 memory=-6000919489819339114 CPUtime=0.24 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 5128 0 0 0 21 3 0 0 20 0 18 0 54337442 19384713216 14519 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 54337447 19384713216 14519 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 54337448 19384713216 14519 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58076 KiB

[startup+0.700362 s]
/proc/loadavg: 1.04 1.43 2.68 9/327 53516
/proc/meminfo: memFree=129436972/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=18997644 memory=68664 CPUtime=1.02 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 8212 0 0 0 95 7 0 0 20 0 19 0 54337440 19453587456 17241 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4749326 17241 5495 1 0 548793 0
[pid=53497/tid=53499] ppid=53494 vsize=18996948 memory=17792 CPUtime=0.53 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 5436 0 0 0 49 4 0 0 20 0 19 0 54337442 19452874752 17166 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 54337447 19452874752 17166 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 54337448 19452874752 17166 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 18997644 KiB
Current children cumulated memory: 68664 KiB

[startup+1.50028 s]
/proc/loadavg: 1.04 1.43 2.68 7/328 53517
/proc/meminfo: memFree=129403764/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=18996948 memory=169020 CPUtime=2.6 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 17675 0 0 0 248 12 0 0 20 0 19 0 54337440 19452874752 42255 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4749237 42255 5495 1 0 552817 0
[pid=53497/tid=53499] ppid=53494 vsize=18996948 memory=3200 CPUtime=1.28 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 6552 0 0 0 122 6 0 0 20 0 19 0 54337442 19452874752 42255 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 54337447 19452874752 42255 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 54337448 19452874752 42255 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 54337493 19452874752 42255 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 169020 KiB

[startup+3.10564 s]
/proc/loadavg: 1.04 1.43 2.68 9/329 53518
/proc/meminfo: memFree=129300984/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=182648 CPUtime=5.78 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 22675 0 0 0 564 14 0 0 20 0 20 0 54337440 19521036288 45662 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 45662 5495 1 0 554717 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=14720 CPUtime=2.84 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 7108 0 0 0 276 8 0 0 20 0 20 0 54337442 19521036288 45662 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 45662 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 45662 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 45662 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182648 KiB

[startup+6.30022 s]
/proc/loadavg: 1.28 1.48 2.69 5/329 53518
/proc/meminfo: memFree=128984528/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=454256 CPUtime=10.62 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 23228 0 0 0 1040 22 0 0 20 0 20 0 54337440 19521036288 113564 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 113564 5495 1 0 554721 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=0 CPUtime=5.98 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 7396 0 0 0 583 15 0 0 20 0 20 0 54337442 19521036288 113564 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 113564 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 113564 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=173480 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 113564 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 10.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 454256 KiB

[startup+12.7003 s]
/proc/loadavg: 1.50 1.52 2.70 5/329 53518
/proc/meminfo: memFree=128110828/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=1267472 CPUtime=17.21 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 26097 0 0 0 1678 43 0 0 20 0 20 0 54337440 19521036288 316868 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 316868 5495 1 0 554721 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=173480 CPUtime=12.34 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 9094 0 0 0 1198 36 0 0 20 0 20 0 54337442 19521036288 316868 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=1177352 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 316868 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 316868 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 316868 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 17.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1267472 KiB

[startup+25.5005 s]
/proc/loadavg: 2.05 1.64 2.72 5/329 53518
/proc/meminfo: memFree=127511076/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=1320792 CPUtime=30.11 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 32100 0 0 0 2958 53 0 0 20 0 20 0 54337440 19521036288 330198 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 330198 5495 1 0 554721 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=0 CPUtime=24.98 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 10224 0 0 0 2455 43 0 0 20 0 20 0 54337442 19521036288 330198 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 330198 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=1316624 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 330198 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=1316624 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 330198 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 30.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320792 KiB

[startup+51.1139 s]
/proc/loadavg: 2.72 1.83 2.75 6/332 53522
/proc/meminfo: memFree=126591984/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=1332888 CPUtime=57.29 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 44013 0 0 0 5663 66 0 0 20 0 20 0 54337440 19521036288 333222 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 333222 5527 1 0 554871 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=1321176 CPUtime=50.25 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 12501 0 0 0 4973 52 0 0 20 0 20 0 54337442 19521036288 333222 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 333222 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 333222 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0

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

/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 502681 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=2008676 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 502681 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 408.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2010724 KiB

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

# cumulated CPU time of all completed processes:  user=442.719 s, system=2.52742 s

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

[startup+409.6 s]
/proc/loadavg: 4.24 3.59 3.28 5/334 53542
/proc/meminfo: memFree=121567248/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=2016992 CPUtime=415.82 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 63961 0 0 0 41349 233 0 0 20 0 20 0 54337440 19521036288 504248 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 504248 5527 1 0 661413 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=5632 CPUtime=401.27 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 18838 0 0 0 39932 195 0 0 20 0 20 0 54337442 19521036288 504248 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 504248 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=1413316 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 504248 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 504248 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 415.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2016992 KiB

[startup+422.4 s]
/proc/loadavg: 4.33 3.64 3.30 5/334 53543
/proc/meminfo: memFree=121437868/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=2017120 CPUtime=429.02 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 65556 0 0 0 42663 239 0 0 20 0 20 0 54337440 19521036288 504280 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 504280 5527 1 0 661414 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=-5155633680935826750 CPUtime=413.85 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 18939 0 0 0 41184 201 0 0 20 0 20 0 54337442 19521036288 504280 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=5060 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 504280 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=5888 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 504280 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=12288 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 504280 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 429.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2017120 KiB

[startup+435.2 s]
/proc/loadavg: 4.26 3.66 3.32 5/334 53543
/proc/meminfo: memFree=121349672/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=2027392 CPUtime=441.66 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 65635 0 0 0 43919 247 0 0 20 0 20 0 54337440 19521036288 506848 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 506848 5527 1 0 661414 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=17792 CPUtime=426.26 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 18952 0 0 0 42418 208 0 0 20 0 20 0 54337442 19521036288 506848 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 506848 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=2017120 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 506848 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 506848 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 441.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2027392 KiB

[startup+438.4 s]
/proc/loadavg: 4.26 3.66 3.32 5/334 53543
/proc/meminfo: memFree=121317756/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=2031520 CPUtime=444.89 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 65689 0 0 0 44241 248 0 0 20 0 20 0 54337440 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 507880 5527 1 0 661414 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=17792 CPUtime=429.42 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) R 53494 53497 53106 0 -1 4194368 18953 0 0 0 42733 209 0 0 20 0 20 0 54337442 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 444.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2031520 KiB

[startup+440 s]*
/proc/loadavg: 4.24 3.66 3.32 4/334 53543
/proc/meminfo: memFree=121312048/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=2031520 CPUtime=445.16 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 66014 0 0 0 44267 249 0 0 20 0 20 0 54337440 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 507880 5527 1 0 661414 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=46336 CPUtime=429.69 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) D 53494 53497 53106 0 -1 4194368 19273 0 0 0 42759 210 0 0 20 0 20 0 54337442 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=12288 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 445.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2031520 KiB

[startup+440.8 s]
/proc/loadavg: 4.24 3.66 3.32 4/334 53543
/proc/meminfo: memFree=121312048/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=2031520 CPUtime=445.16 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 66014 0 0 0 44267 249 0 0 20 0 20 0 54337440 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 507880 5527 1 0 661414 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=22792 CPUtime=429.69 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) D 53494 53497 53106 0 -1 4194368 19273 0 0 0 42759 210 0 0 20 0 20 0 54337442 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=7240 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=-6000919489819339114 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=4892 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 445.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2031520 KiB

[startup+441.6 s]
/proc/loadavg: 4.24 3.66 3.32 4/334 53543
/proc/meminfo: memFree=121312048/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19063512 memory=2031520 CPUtime=445.16 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 66014 0 0 0 44267 249 0 0 20 0 20 0 54337440 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4765878 507880 5527 1 0 661414 0
[pid=53497/tid=53499] ppid=53494 vsize=19063512 memory=11264 CPUtime=429.69 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) D 53494 53497 53106 0 -1 4194368 19273 0 0 0 42759 210 0 0 20 0 20 0 54337442 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54337447 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 54337448 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53517] ppid=53494 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/53497/task/53517/stat : 53517 (Timer-0) S 53494 53497 53106 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54337493 19521036288 507880 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 445.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2031520 KiB

[startup+442 s]*
/proc/loadavg: 4.24 3.66 3.32 6/334 53545
/proc/meminfo: memFree=121315900/131382112 swapFree=33010160/33010684
[pid=53497] ppid=53494 vsize=19196640 memory=2032160 CPUtime=445.22 cores=4,6
/proc/53497/stat : 53497 (java) S 53494 53497 53106 0 -1 4194304 67166 0 0 0 44271 251 0 0 20 0 14 0 54337440 19657359360 508040 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
/proc/53497/statm: 4799160 508040 5559 1 0 662069 0
[pid=53497/tid=53499] ppid=53494 vsize=19196640 memory=5060 CPUtime=429.7 cores=4,6
/proc/53497/task/53499/stat : 53499 (java) S 53494 53497 53106 0 -1 4194368 19885 0 0 0 42759 211 0 0 20 0 14 0 54337442 19657359360 508040 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53508] ppid=53494 vsize=19196640 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/53497/task/53508/stat : 53508 (Finalizer) S 53494 53497 53106 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 14 0 54337447 19657359360 508040 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
[pid=53497/tid=53515] ppid=53494 vsize=19196640 memory=23532 CPUtime=0 cores=4,6
/proc/53497/task/53515/stat : 53515 (Common-Cleaner) S 53494 53497 53106 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 14 0 54337448 19657359360 508040 18446744073709551615 94742279184384 94742279188080 140732841658384 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94742279195896 94742279196688 94742303440896 140732841666864 140732841667046 140732841667046 140732841672648 0
Current children cumulated CPU time: 445.22 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2032160 KiB

Child status: 30

Real time (s): 442.039
CPU time (s): 445.247
CPU user time (s): 442.719
CPU system time (s): 2.52742
CPU usage (%): 100.726
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2032160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 442.719
system time used= 2.52742
maximum resident set size= 2032288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67195
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3416888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18147
involuntary context switches= 2837


# summary of solver processes directly reported to runsolver:
#   pid: 53497
#   total CPU time (s): 445.247
#   total CPU user time (s): 442.719
#   total CPU system time (s): 2.52742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.5518 second user time and 4.61859 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 18:16:26
IDJOB=4496235
IDBENCH=148110
IDSOLVER=3364
FILE ID=nodeC001/4496235-1751386585
RUNJOBID= nodeC001-1751386581-53120
SLURM_JOB_ID= 9598248
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
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 -w /tmp/evaluation-result-4496235-1751386585/watcher-4496235-1751386585 -o /tmp/evaluation-result-4496235-1751386585/solver-4496235-1751386585 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751386581-53120 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4496235-1751386585 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4496235-1751386585.opb

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

MD5SUM BENCH= a74353a91b8173c9f34b6251be571240
RANDOM SEED=617143640

nodeC001 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2893.154
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 3492.381
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 3092.699
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1396.704
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.243
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 3491.731
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.172
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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	: 0xb00001f
cpu MHz		: 3092.683
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129454416 kB
MemAvailable:   129493500 kB
Buffers:            2128 kB
Cached:           842976 kB
SwapCached:           28 kB
Active:           821588 kB
Inactive:         543412 kB
Active(anon):     527448 kB
Inactive(anon):    10380 kB
Active(file):     294140 kB
Inactive(file):   533032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10192 kB
Writeback:            40 kB
AnonPages:        523108 kB
Mapped:           122628 kB
Shmem:             17932 kB
KReclaimable:     102696 kB
Slab:             186200 kB
SReclaimable:     102696 kB
SUnreclaim:        83504 kB
KernelStack:        4992 kB
PageTables:         4616 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7046660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC001 at 2025-07-01 18:23:48