Trace number 4509689

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.67 3613.51

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n258-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM7056d5d7645a22d74bbe899777f3f6dc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables387
Total number of constraints1032
Number of constraints which are clauses1032
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version PB25.v20250606
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2104792832
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2113929216
0.12/0.15	c Number of processors 	2
0.29/0.22	c Pseudo Boolean Optimization by upper bound
0.29/0.22	c --- Begin Solver configuration ---
0.29/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.29/0.22	c Learn all clauses as in MiniSAT
0.29/0.22	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.22	c Expensive reason simplification
0.29/0.22	c Glucose 2.1 dynamic restart strategy
0.29/0.22	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.29/0.22	c timeout=2147483s
0.29/0.22	c DB Simplification allowed=false
0.29/0.22	c Listener: none
0.29/0.22	c --- End Solver configuration ---
0.29/0.22	c solving HOME/instance-4509689-1751194137.opb
0.29/0.22	c reading problem ... 
0.29/0.23	c using VERIPB proof format
0.29/0.23	c  no objective function found
0.29/0.31	c ... done. Wall clock time 0.081s.
0.29/0.31	c declared #vars     387
0.29/0.31	c #constraints  1032
0.29/0.31	c constraints type 
0.29/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1032
0.29/0.31	c 1032 constraints processed.
2.01/1.18	c cleaning 2493 clauses out of 5000 with flag 14790/5000
2.78/1.57	c cleaning 4245 clauses out of 8507 with flag 27141/11000
3.38/1.84	c cleaning 5623 clauses out of 11263 with flag 41566/18001
3.97/2.11	c cleaning 6811 clauses out of 13640 with flag 57900/26001
4.37/2.36	c cleaning 7905 clauses out of 15829 with flag 76458/35001
4.74/2.69	c cleaning 8953 clauses out of 17924 with flag 99519/45001
5.23/3.07	c cleaning 9976 clauses out of 19970 with flag 124057/56000
5.58/3.39	c cleaning 10992 clauses out of 21994 with flag 156327/68000
6.02/3.68	c cleaning 11994 clauses out of 24002 with flag 208197/81000
6.82/4.01	c cleaning 13002 clauses out of 26008 with flag 265335/95000
7.39/4.35	c cleaning 13993 clauses out of 28006 with flag 330574/110000
7.84/4.72	c cleaning 15001 clauses out of 30013 with flag 402954/126000
8.27/5.11	c cleaning 16003 clauses out of 32013 with flag 483591/143001
8.73/5.51	c cleaning 16999 clauses out of 34010 with flag 565698/161001
9.13/5.98	c cleaning 17998 clauses out of 36010 with flag 651817/180000
9.62/6.45	c cleaning 19000 clauses out of 38013 with flag 739541/200001
10.12/6.91	c cleaning 19997 clauses out of 40012 with flag 841252/221000
11.11/7.98	c cleaning 21000 clauses out of 42015 with flag 928281/243000
12.01/8.85	c cleaning 22002 clauses out of 44015 with flag 1016877/266000
12.63/9.48	c cleaning 23002 clauses out of 46014 with flag 1127683/290001
13.24/10.09	c cleaning 23998 clauses out of 48012 with flag 1233391/315001
13.93/10.79	c cleaning 25000 clauses out of 50013 with flag 1355210/341000
14.63/11.44	c cleaning 25999 clauses out of 52014 with flag 1478612/368001
15.24/12.07	c cleaning 27003 clauses out of 54014 with flag 1608373/396000
15.93/12.79	c cleaning 28001 clauses out of 56012 with flag 1750751/425001
16.72/13.55	c cleaning 28995 clauses out of 58010 with flag 1884766/455000
17.54/14.32	c cleaning 29997 clauses out of 60016 with flag 2000956/486001
18.34/15.14	c cleaning 31001 clauses out of 62019 with flag 2111644/518001
19.13/16.00	c cleaning 31999 clauses out of 64018 with flag 2278112/551001
20.03/16.82	c cleaning 32998 clauses out of 66018 with flag 2437520/585000
20.94/17.79	c cleaning 34004 clauses out of 68020 with flag 2598735/620000
21.83/18.65	c cleaning 34999 clauses out of 70016 with flag 2772213/656000
22.73/19.50	c cleaning 36001 clauses out of 72017 with flag 2927706/693000
23.73/20.52	c cleaning 36999 clauses out of 74017 with flag 3109130/731001
24.65/21.47	c cleaning 38001 clauses out of 76017 with flag 3272650/770000
25.94/22.73	c cleaning 39000 clauses out of 78016 with flag 3412444/810000
26.94/23.79	c cleaning 40001 clauses out of 80016 with flag 3591562/851000
28.25/25.05	c cleaning 41000 clauses out of 82016 with flag 3795344/893001
29.35/26.17	c cleaning 42002 clauses out of 84015 with flag 4009652/936000
30.52/27.35	c cleaning 42993 clauses out of 86014 with flag 4232714/980001
31.73/28.51	c cleaning 43997 clauses out of 88020 with flag 4465059/1025000
33.02/29.81	c cleaning 45005 clauses out of 90023 with flag 4683188/1071000
34.33/31.12	c cleaning 46004 clauses out of 92020 with flag 4915652/1118002
35.93/32.99	c cleaning 46995 clauses out of 94014 with flag 5150667/1166000
37.72/34.79	c cleaning 48002 clauses out of 96020 with flag 5393070/1215001
39.50/36.58	c cleaning 48995 clauses out of 98017 with flag 5639990/1265000
41.49/38.58	c cleaning 50002 clauses out of 100022 with flag 5883262/1316000
43.19/40.20	c cleaning 51004 clauses out of 102021 with flag 6135800/1368001
44.68/41.74	c cleaning 51999 clauses out of 104017 with flag 6387981/1421001
46.10/43.17	c cleaning 52996 clauses out of 106018 with flag 6636780/1475001
47.77/44.82	c cleaning 54004 clauses out of 108021 with flag 6896546/1530000
49.37/46.44	c cleaning 55001 clauses out of 110020 with flag 7165071/1586003
50.98/48.02	c cleaning 56000 clauses out of 112017 with flag 7430567/1643001
52.77/49.84	c cleaning 57000 clauses out of 114016 with flag 7695669/1701000
54.56/51.62	c cleaning 58000 clauses out of 116016 with flag 7972620/1760000
56.35/53.41	c cleaning 58995 clauses out of 118016 with flag 8241693/1820000
58.34/55.43	c cleaning 60002 clauses out of 120021 with flag 8520596/1881000
60.33/57.40	c cleaning 61006 clauses out of 122021 with flag 8828111/1943002
62.33/59.46	c cleaning 61995 clauses out of 124014 with flag 9147967/2006001
64.53/61.64	c cleaning 62996 clauses out of 126018 with flag 9528657/2070000
67.49/65.43	c cleaning 64001 clauses out of 128022 with flag 9852157/2135000
70.46/68.43	c cleaning 64999 clauses out of 130022 with flag 10173943/2201001
72.86/70.82	c cleaning 66004 clauses out of 132022 with flag 10501834/2268000
74.95/72.99	c cleaning 67004 clauses out of 134019 with flag 10841359/2336001
77.93/75.93	c cleaning 68000 clauses out of 136015 with flag 11188198/2405001
81.21/79.23	c cleaning 68997 clauses out of 138015 with flag 11534183/2475001
83.64/81.66	c cleaning 70000 clauses out of 140017 with flag 11884604/2546000
86.13/84.18	c cleaning 71001 clauses out of 142018 with flag 12249749/2618001
88.52/86.58	c cleaning 72001 clauses out of 144016 with flag 12613436/2691000
90.90/89.01	c cleaning 72998 clauses out of 146016 with flag 12980144/2765001
93.59/91.66	c cleaning 74001 clauses out of 148017 with flag 13364529/2840000
96.35/94.58	c cleaning 74997 clauses out of 150016 with flag 13738458/2916000
99.24/97.41	c cleaning 76000 clauses out of 152019 with flag 14109623/2993000
101.94/100.15	c cleaning 76998 clauses out of 154019 with flag 14496352/3071000
104.68/102.87	c cleaning 78009 clauses out of 156021 with flag 14877905/3150000
107.47/105.68	c cleaning 78996 clauses out of 158012 with flag 15273786/3230000
111.08/109.23	c cleaning 79999 clauses out of 160017 with flag 15672567/3311001
114.15/112.35	c cleaning 80998 clauses out of 162017 with flag 16082321/3393000
117.76/115.98	c cleaning 81997 clauses out of 164019 with flag 16505604/3476000
121.65/119.80	c cleaning 82999 clauses out of 166022 with flag 16943825/3560000
125.25/123.42	c cleaning 84000 clauses out of 168023 with flag 17383360/3645000
129.94/128.18	c cleaning 85004 clauses out of 170024 with flag 17840856/3731001
133.71/131.94	c cleaning 86002 clauses out of 172019 with flag 18284507/3818000
137.27/135.42	c cleaning 87000 clauses out of 174017 with flag 18735433/3906000
140.76/138.93	c cleaning 87999 clauses out of 176018 with flag 19191573/3995001
144.23/142.37	c cleaning 89000 clauses out of 178018 with flag 19633026/4085000
147.62/145.78	c cleaning 89998 clauses out of 180018 with flag 20099099/4176000
152.73/150.84	c cleaning 90999 clauses out of 182020 with flag 20578290/4268000
156.13/154.23	c cleaning 92006 clauses out of 184022 with flag 21043145/4361001
159.57/157.63	c cleaning 93002 clauses out of 186016 with flag 21510290/4455001
163.22/161.25	c cleaning 93997 clauses out of 188013 with flag 21980794/4550000
166.91/164.92	c cleaning 95001 clauses out of 190017 with flag 22463344/4646001
171.82/169.82	c cleaning 95995 clauses out of 192016 with flag 22950192/4743001
176.61/174.67	c cleaning 97003 clauses out of 194020 with flag 23457384/4841000
182.30/180.31	c cleaning 98000 clauses out of 196017 with flag 23946021/4940000
186.19/184.27	c cleaning 98998 clauses out of 198017 with flag 24436053/5040000
190.71/188.95	c cleaning 100003 clauses out of 200019 with flag 24942565/5141000
194.91/193.08	c cleaning 100996 clauses out of 202016 with flag 25450964/5243000
199.18/197.36	c cleaning 102002 clauses out of 204021 with flag 25976272/5346001
203.39/201.44	c cleaning 103000 clauses out of 206018 with flag 26485757/5450000
207.69/205.71	c cleaning 104000 clauses out of 208018 with flag 26999576/5555000
213.43/211.41	c cleaning 105000 clauses out of 210019 with flag 27526337/5661001
217.22/215.30	c cleaning 106001 clauses out of 212019 with flag 28054300/5768001
221.79/219.93	c cleaning 107002 clauses out of 214018 with flag 28569840/5876001
225.99/224.12	c cleaning 108001 clauses out of 216016 with flag 29095061/5985001
229.96/228.05	c cleaning 108996 clauses out of 218015 with flag 29635255/6095001
234.44/232.40	c cleaning 110000 clauses out of 220019 with flag 30172454/6206001
238.53/236.55	c cleaning 110999 clauses out of 222019 with flag 30732883/6318001
243.23/241.14	c cleaning 111999 clauses out of 224020 with flag 31306315/6431001
248.41/246.35	c cleaning 113005 clauses out of 226021 with flag 31877691/6545001
254.61/252.76	c cleaning 113999 clauses out of 228016 with flag 32442280/6660001
263.19/261.25	c cleaning 114993 clauses out of 230016 with flag 33021604/6776000
268.58/266.68	c cleaning 116003 clauses out of 232023 with flag 33593181/6893000
275.33/273.36	c cleaning 117001 clauses out of 234020 with flag 34142955/7011000
280.72/278.91	c cleaning 118002 clauses out of 236020 with flag 34712074/7130001
287.26/285.37	c cleaning 119001 clauses out of 238018 with flag 35302417/7250001
293.32/291.31	c cleaning 120000 clauses out of 240016 with flag 35909598/7371000
299.21/297.24	c cleaning 121002 clauses out of 242017 with flag 36502896/7493001
304.90/302.86	c cleaning 122000 clauses out of 244016 with flag 37112691/7616002
310.87/309.00	c cleaning 122996 clauses out of 246015 with flag 37709972/7740001
316.26/314.31	c cleaning 124001 clauses out of 248018 with flag 38310148/7865000
321.73/319.70	c cleaning 124999 clauses out of 250018 with flag 38923671/7991001
327.61/325.59	c cleaning 125999 clauses out of 252018 with flag 39566625/8118000
332.80/330.72	c cleaning 126997 clauses out of 254019 with flag 40198273/8246000
338.46/336.32	c cleaning 128005 clauses out of 256022 with flag 40796528/8375000
345.11/343.14	c cleaning 128999 clauses out of 258017 with flag 41392438/8505000
350.88/348.94	c cleaning 130004 clauses out of 260019 with flag 42029232/8636001
356.72/354.70	c cleaning 131003 clauses out of 262014 with flag 42684690/8768000
362.69/360.61	c cleaning 131998 clauses out of 264012 with flag 43331082/8901001
368.27/366.29	c cleaning 132997 clauses out of 266014 with flag 43983878/9035001
375.31/373.44	c cleaning 133998 clauses out of 268017 with flag 44628724/9170001
382.06/380.17	c cleaning 135005 clauses out of 270019 with flag 45318295/9306001
387.64/385.80	c cleaning 135998 clauses out of 272013 with flag 46016512/9443000
393.78/391.85	c cleaning 137001 clauses out of 274016 with flag 46712350/9581001
401.44/399.43	c cleaning 137999 clauses out of 276015 with flag 47398802/9720001
408.94/407.04	c cleaning 138996 clauses out of 278015 with flag 48090250/9860000
415.41/413.53	c cleaning 140001 clauses out of 280019 with flag 48806689/10001000
422.10/420.19	c cleaning 140996 clauses out of 282018 with flag 49503813/10143000
428.57/426.58	c cleaning 142002 clauses out of 284024 with flag 50207492/10286002
435.10/433.12	c cleaning 143003 clauses out of 286021 with flag 50922069/10430001
441.66/439.77	c cleaning 143997 clauses out of 288018 with flag 51646739/10575001
448.55/446.59	c cleaning 145001 clauses out of 290021 with flag 52382484/10721001
455.09/453.05	c cleaning 145999 clauses out of 292019 with flag 53135073/10868000
462.70/460.62	c cleaning 147005 clauses out of 294021 with flag 53901771/11016001
469.34/467.32	c cleaning 147998 clauses out of 296015 with flag 54702173/11165000
478.49/476.42	c cleaning 148999 clauses out of 298017 with flag 55518934/11315000
486.50/484.41	c cleaning 150001 clauses out of 300019 with flag 56286460/11466001
495.77/493.77	c cleaning 150998 clauses out of 302018 with flag 57065245/11618001
504.55/502.47	c cleaning 152003 clauses out of 304020 with flag 57814753/11771001
514.00/511.87	c cleaning 152998 clauses out of 306016 with flag 58530669/11925000
521.78/519.58	c cleaning 153999 clauses out of 308018 with flag 59306736/12080000
530.83/528.66	c cleaning 155002 clauses out of 310019 with flag 60085205/12236000
545.40/543.16	c cleaning 156003 clauses out of 312018 with flag 60935305/12393001
560.76/558.68	c cleaning 156996 clauses out of 314015 with flag 61730916/12551001
569.56/567.22	c cleaning 157997 clauses out of 316018 with flag 62538284/12710000
576.84/574.45	c cleaning 159000 clauses out of 318022 with flag 63328620/12870001
584.05/581.50	c cleaning 160000 clauses out of 320021 with flag 64104400/13031000
591.81/589.48	c cleaning 161002 clauses out of 322021 with flag 64899614/13193000
599.04/596.67	c cleaning 162002 clauses out of 324019 with flag 65694283/13356000
606.85/604.44	c cleaning 163009 clauses out of 326018 with flag 66512489/13520001
615.12/612.61	c cleaning 164004 clauses out of 328008 with flag 67336026/13685000
624.67/622.40	c cleaning 164995 clauses out of 330004 with flag 68162425/13851000
634.90/632.51	c cleaning 165998 clauses out of 332009 with flag 68996126/14018000
643.22/640.81	c cleaning 166994 clauses out of 334011 with flag 69782006/14186000
654.58/652.26	c cleaning 168003 clauses out of 336017 with flag 70493994/14355000
666.35/663.93	c cleaning 168997 clauses out of 338015 with flag 71230843/14525001
678.04/675.65	c cleaning 170001 clauses out of 340018 with flag 71987423/14696001
692.17/689.85	c cleaning 170999 clauses out of 342017 with flag 72752776/14868001
700.95/698.69	c cleaning 172001 clauses out of 344018 with flag 73568825/15041001
719.87/717.64	c cleaning 173006 clauses out of 346016 with flag 74443504/15215000
730.50/728.29	c cleaning 174000 clauses out of 348010 with flag 75286314/15390000
739.39/737.04	c cleaning 174998 clauses out of 350011 with flag 76148348/15566001
749.56/747.21	c cleaning 175991 clauses out of 352013 with flag 77042692/15743001
759.40/757.08	c cleaning 177005 clauses out of 354022 with flag 77976786/15921001
768.23/765.87	c cleaning 177996 clauses out of 356016 with flag 78874323/16100000
779.35/777.06	c cleaning 179005 clauses out of 358020 with flag 79798271/16280000
789.27/786.98	c cleaning 179999 clauses out of 360016 with flag 80713610/16461001
798.28/795.96	c cleaning 181001 clauses out of 362016 with flag 81635311/16643000
809.32/806.96	c cleaning 181998 clauses out of 364015 with flag 82576459/16826000
818.97/816.56	c cleaning 183005 clauses out of 366017 with flag 83503819/17010000
829.77/827.30	c cleaning 183999 clauses out of 368013 with flag 84409256/17195001
839.97/837.65	c cleaning 184997 clauses out of 370013 with flag 85299963/17381000
852.21/849.84	c cleaning 186000 clauses out of 372016 with flag 86129760/17568000
863.48/860.90	c cleaning 186998 clauses out of 374016 with flag 87056226/17756000
875.53/873.07	c cleaning 187998 clauses out of 376019 with flag 88034196/17945001
887.62/885.07	c cleaning 189002 clauses out of 378021 with flag 88959869/18135001
899.01/896.52	c cleaning 189998 clauses out of 380018 with flag 89891649/18326000
909.13/906.68	c cleaning 191003 clauses out of 382021 with flag 90878088/18518001
919.28/916.80	c cleaning 191999 clauses out of 384018 with flag 91815344/18711001
929.79/927.38	c cleaning 193003 clauses out of 386018 with flag 92802900/18905000
941.72/939.28	c cleaning 194002 clauses out of 388015 with flag 93805149/19100000
952.68/950.16	c cleaning 194999 clauses out of 390014 with flag 94750360/19296001
965.01/962.59	c cleaning 196002 clauses out of 392015 with flag 95711694/19493001
976.17/973.70	c cleaning 197000 clauses out of 394013 with flag 96653184/19691001
986.08/983.45	c cleaning 198002 clauses out of 396012 with flag 97601653/19890000
996.88/994.29	c cleaning 198995 clauses out of 398010 with flag 98586261/20090000
1007.76/1005.08	c cleaning 200001 clauses out of 400016 with flag 99542045/20291001
1018.11/1015.44	c cleaning 201000 clauses out of 402015 with flag 100553150/20493001
1027.65/1024.94	c cleaning 201996 clauses out of 404014 with flag 101553671/20696000
1040.16/1037.49	c cleaning 203003 clauses out of 406019 with flag 102571275/20900001
1051.13/1048.47	c cleaning 203993 clauses out of 408016 with flag 103588183/21105001
1063.47/1060.72	c cleaning 205007 clauses out of 410023 with flag 104625341/21311001
1073.59/1070.84	c cleaning 206000 clauses out of 412015 with flag 105676993/21518000
1087.38/1084.79	c cleaning 207000 clauses out of 414016 with flag 106731472/21726001
1098.93/1096.14	c cleaning 208003 clauses out of 416016 with flag 107812196/21935001
1111.13/1108.49	c cleaning 208997 clauses out of 418013 with flag 108896023/22145001
1123.94/1121.25	c cleaning 210002 clauses out of 420015 with flag 109932210/22356000
1134.63/1131.94	c cleaning 210999 clauses out of 422013 with flag 110956386/22568000
1149.54/1146.71	c cleaning 211999 clauses out of 424014 with flag 112075715/22781000
1165.61/1162.73	c cleaning 212999 clauses out of 426015 with flag 113201663/22995000
1181.82/1179.05	c cleaning 213997 clauses out of 428016 with flag 114332729/23210000
1196.42/1193.54	c cleaning 215001 clauses out of 430020 with flag 115466681/23426001
1216.30/1213.44	c cleaning 215993 clauses out of 432019 with flag 116608200/23643001
1227.66/1224.76	c cleaning 217009 clauses out of 434026 with flag 117732421/23861001
1241.20/1238.33	c cleaning 218002 clauses out of 436016 with flag 118786870/24080000
1254.98/1252.06	c cleaning 219008 clauses out of 438016 with flag 119884418/24300002
1269.72/1266.80	c cleaning 219995 clauses out of 440006 with flag 121003027/24521000
1282.81/1279.74	c cleaning 220998 clauses out of 442011 with flag 122095128/24743000
1297.34/1294.30	c cleaning 222000 clauses out of 444013 with flag 123199073/24966000
1309.49/1306.46	c cleaning 222997 clauses out of 446013 with flag 124302740/25190000
1323.03/1319.92	c cleaning 223999 clauses out of 448016 with flag 125413000/25415000
1338.86/1335.76	c cleaning 224998 clauses out of 450018 with flag 126496480/25641001
1351.80/1348.66	c cleaning 226003 clauses out of 452019 with flag 127580789/25868000
1365.59/1362.58	c cleaning 227001 clauses out of 454017 with flag 128717288/26096001
1378.53/1375.48	c cleaning 228002 clauses out of 456016 with flag 129877394/26325001
1393.25/1390.22	c cleaning 228998 clauses out of 458013 with flag 131028998/26555000
1408.09/1405.07	c cleaning 229996 clauses out of 460016 with flag 132150361/26786001
1421.39/1418.31	c cleaning 231000 clauses out of 462020 with flag 133349918/27018001
1434.80/1431.60	c cleaning 232004 clauses out of 464020 with flag 134524134/27251001
1448.14/1444.90	c cleaning 233002 clauses out of 466015 with flag 135659187/27485000
1462.42/1459.32	c cleaning 233997 clauses out of 468014 with flag 136828062/27720001
1481.55/1478.66	c cleaning 235001 clauses out of 470016 with flag 138004520/27956000
1496.59/1493.50	c cleaning 236000 clauses out of 472015 with flag 139213866/28193000
1511.21/1508.30	c cleaning 237001 clauses out of 474015 with flag 140424142/28431000
1525.80/1522.96	c cleaning 237998 clauses out of 476015 with flag 141625273/28670001
1540.06/1537.23	c cleaning 239000 clauses out of 478016 with flag 142813663/28910000
1556.17/1553.43	c cleaning 240000 clauses out of 480017 with flag 144049835/29151001
1573.43/1570.85	c cleaning 241000 clauses out of 482017 with flag 145227328/29393001
1588.05/1585.42	c cleaning 241998 clauses out of 484017 with flag 146439542/29636001
1605.27/1602.86	c cleaning 243001 clauses out of 486018 with flag 147664181/29880000
1621.45/1618.93	c cleaning 244003 clauses out of 488018 with flag 148889447/30125001
1638.24/1635.80	c cleaning 244999 clauses out of 490015 with flag 150125174/30371001
1652.92/1650.55	c cleaning 246002 clauses out of 492016 with flag 151336202/30618001
1669.18/1666.80	c cleaning 246997 clauses out of 494013 with flag 152597700/30866000
1686.81/1684.34	c cleaning 247998 clauses out of 496017 with flag 153838915/31115001
1700.95/1698.59	c cleaning 248999 clauses out of 498018 with flag 155105374/31365000
1714.85/1712.40	c cleaning 250003 clauses out of 500020 with flag 156352700/31616001
1731.74/1729.41	c cleaning 250998 clauses out of 502017 with flag 157594676/31868001
1750.43/1748.16	c cleaning 252007 clauses out of 504019 with flag 158873365/32121001
1766.13/1763.94	c cleaning 252999 clauses out of 506011 with flag 160094664/32375000
1784.75/1782.51	c cleaning 253997 clauses out of 508012 with flag 161373155/32630000
1802.80/1800.69	c cleaning 254998 clauses out of 510016 with flag 162654170/32886001
1820.31/1817.77	c cleaning 255999 clauses out of 512017 with flag 163921773/33143000
1837.22/1834.68	c cleaning 256996 clauses out of 514018 with flag 165156885/33401000
1857.22/1854.72	c cleaning 258004 clauses out of 516023 with flag 166275202/33660001
1881.81/1879.35	c cleaning 258997 clauses out of 518019 with flag 167465701/33920001
1911.95/1909.43	c cleaning 259998 clauses out of 520021 with flag 168660495/34181000
1935.50/1932.95	c cleaning 260999 clauses out of 522024 with flag 169865572/34443001
1952.99/1950.41	c cleaning 262004 clauses out of 524025 with flag 171128062/34706001
1969.54/1966.97	c cleaning 263004 clauses out of 526021 with flag 172508180/34970001
1988.16/1985.67	c cleaning 264001 clauses out of 528017 with flag 173812496/35235001
2004.99/2002.64	c cleaning 265002 clauses out of 530017 with flag 175133062/35501002
2024.98/2022.66	c cleaning 265996 clauses out of 532014 with flag 176407796/35768001
2042.48/2040.25	c cleaning 267001 clauses out of 534017 with flag 177742384/36036000
2061.98/2059.77	c cleaning 268002 clauses out of 536017 with flag 179041150/36305001
2083.46/2081.22	c cleaning 269003 clauses out of 538015 with flag 180355291/36575001
2101.02/2098.87	c cleaning 269996 clauses out of 540012 with flag 181712788/36846001
2117.51/2115.37	c cleaning 270997 clauses out of 542016 with flag 183040621/37118001
2136.89/2134.84	c cleaning 272001 clauses out of 544018 with flag 184404360/37391000
2153.66/2151.63	c cleaning 273004 clauses out of 546018 with flag 185781232/37665001
2174.50/2172.46	c cleaning 274004 clauses out of 548013 with flag 187178890/37940000
2191.42/2189.49	c cleaning 274999 clauses out of 550010 with flag 188504986/38216001
2213.84/2211.86	c cleaning 276000 clauses out of 552011 with flag 189844957/38493001
2232.66/2230.69	c cleaning 276994 clauses out of 554010 with flag 191215511/38771000
2249.24/2250.34	c cleaning 278000 clauses out of 556017 with flag 192539090/39050001
2266.61/2267.71	c cleaning 278999 clauses out of 558017 with flag 193930656/39330001
2289.08/2297.61	c cleaning 280001 clauses out of 560018 with flag 195359344/39611001
2307.59/2316.05	c cleaning 281004 clauses out of 562017 with flag 196774784/39893001
2325.30/2333.72	c cleaning 281994 clauses out of 564012 with flag 198123807/40176000
2345.04/2353.66	c cleaning 282998 clauses out of 566019 with flag 199534188/40460001
2363.18/2371.72	c cleaning 284001 clauses out of 568020 with flag 200925853/40745000
2384.23/2393.34	c cleaning 285005 clauses out of 570020 with flag 202367870/41031001
2406.04/2415.34	c cleaning 285999 clauses out of 572014 with flag 203680517/41318000
2424.98/2434.36	c cleaning 287001 clauses out of 574015 with flag 205045469/41606000
2443.00/2452.39	c cleaning 288001 clauses out of 576015 with flag 206428149/41895001
2465.59/2474.90	c cleaning 289002 clauses out of 578014 with flag 207762943/42185001
2483.84/2493.13	c cleaning 289998 clauses out of 580011 with flag 209131149/42476000
2512.71/2522.12	c cleaning 290995 clauses out of 582013 with flag 210710933/42768000
2532.33/2541.69	c cleaning 292002 clauses out of 584020 with flag 212204550/43061002
2550.77/2560.17	c cleaning 293001 clauses out of 586017 with flag 213756650/43355001
2567.24/2576.68	c cleaning 293997 clauses out of 588015 with flag 215288464/43650000
2585.80/2595.37	c cleaning 295005 clauses out of 590019 with flag 216764910/43946001
2603.62/2613.19	c cleaning 296004 clauses out of 592015 with flag 218171740/44243002
2622.50/2632.55	c cleaning 296998 clauses out of 594009 with flag 219647424/44541000
2639.56/2650.07	c cleaning 297996 clauses out of 596011 with flag 221141468/44840000
2660.45/2670.96	c cleaning 299001 clauses out of 598015 with flag 222623726/45140000
2683.11/2693.94	c cleaning 300002 clauses out of 600014 with flag 224056221/45441000
2701.96/2712.80	c cleaning 300997 clauses out of 602012 with flag 225547090/45743000
2723.38/2734.24	c cleaning 301997 clauses out of 604015 with flag 227061488/46046000
2742.73/2753.66	c cleaning 303002 clauses out of 606018 with flag 228561244/46350000
2764.47/2775.71	c cleaning 304004 clauses out of 608017 with flag 230022653/46655001
2788.33/2799.62	c cleaning 305000 clauses out of 610012 with flag 231491450/46961000
2811.09/2822.82	c cleaning 305998 clauses out of 612013 with flag 232959801/47268001
2832.77/2844.52	c cleaning 306996 clauses out of 614014 with flag 234468249/47576000
2853.29/2865.01	c cleaning 308004 clauses out of 616020 with flag 236040726/47885002
2877.95/2889.70	c cleaning 308995 clauses out of 618015 with flag 237747586/48195001
2899.23/2911.45	c cleaning 310001 clauses out of 620019 with flag 239343410/48506000
2933.20/2945.29	c cleaning 310997 clauses out of 622018 with flag 240964135/48818000
2954.05/2966.03	c cleaning 312004 clauses out of 624022 with flag 242572144/49131001
2982.26/2994.81	c cleaning 312995 clauses out of 626018 with flag 244412676/49445001
3013.28/3025.96	c cleaning 314001 clauses out of 628022 with flag 246258123/49760000
3033.39/3045.96	c cleaning 315003 clauses out of 630022 with flag 247756067/50076001
3054.47/3067.04	c cleaning 316005 clauses out of 632019 with flag 249390202/50393001
3077.27/3089.56	c cleaning 317002 clauses out of 634013 with flag 250963182/50711000
3101.59/3113.98	c cleaning 318000 clauses out of 636012 with flag 252624942/51030001
3121.64/3133.94	c cleaning 318998 clauses out of 638012 with flag 254165870/51350001
3148.00/3160.72	c cleaning 319998 clauses out of 640014 with flag 255693713/51671001
3169.97/3182.83	c cleaning 321004 clauses out of 642015 with flag 257272729/51993000
3209.19/3222.14	c cleaning 322000 clauses out of 644012 with flag 258909538/52316001
3235.14/3248.03	c cleaning 322996 clauses out of 646011 with flag 260599822/52640000
3272.82/3285.85	c cleaning 324001 clauses out of 648015 with flag 262278125/52965000
3303.58/3316.69	c cleaning 325000 clauses out of 650014 with flag 263999956/53291000
3327.63/3340.55	c cleaning 325998 clauses out of 652015 with flag 265564700/53618001
3352.29/3364.57	c cleaning 327004 clauses out of 654016 with flag 267124295/53946000
3378.72/3391.63	c cleaning 327994 clauses out of 656013 with flag 268590798/54275001
3405.07/3418.19	c cleaning 328997 clauses out of 658018 with flag 270294234/54605000
3432.91/3445.91	c cleaning 330006 clauses out of 660021 with flag 271932524/54936000
3457.06/3469.76	c cleaning 331001 clauses out of 662016 with flag 273516249/55268001
3479.31/3492.03	c cleaning 331999 clauses out of 664015 with flag 275225725/55601001
3504.86/3517.60	c cleaning 333002 clauses out of 666018 with flag 276996392/55935003
3529.99/3542.82	c cleaning 333999 clauses out of 668014 with flag 278595582/56270001
3555.40/3568.22	c cleaning 334995 clauses out of 670014 with flag 280199416/56606000
3582.49/3595.46	c cleaning 336000 clauses out of 672020 with flag 281785866/56943001
3600.04/3613.15	c starts		: 135698
3600.04/3613.17	c conflicts		: 57281000
3600.04/3613.18	c decisions		: 81991610
3600.04/3613.18	c propagations		: 570988372
3600.04/3613.18	c inspects		: 28581555574
3600.04/3613.18	c shortcuts		: 0
3600.04/3613.18	c learnt literals	: 0
3600.04/3613.18	c learnt binary clauses	: 0
3600.04/3613.18	c learnt ternary clauses	: 0
3600.04/3613.18	c learnt constraints	: 57281000
3600.04/3613.18	c ignored constraints	: 0
3600.04/3613.18	c root simplifications	: 0
3600.04/3613.18	c removed literals (reason simplification)	: 23945460
3600.04/3613.18	c reason swapping (by a shorter reason)	: 0
3600.04/3613.18	c Calls to reduceDB	: 334
3600.04/3613.18	c Number of update (reduction) of LBD	: 7174252
3600.04/3613.19	c Imported unit clauses	: 0
3600.04/3613.19	c No decision after first conflict	: false
3600.04/3613.19	c number of reductions to clauses (during analyze)	: 0
3600.04/3613.20	c number of learned constraints concerned by reduction	: 0
3600.04/3613.20	c number of learning phase by resolution	: 0
3600.04/3613.20	c number of learning phase by cutting planes	: 0
3600.04/3613.20	c number of rounding to 1 operations	: 0
3600.04/3613.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3613.20	c number of reductions of the coefficients by power 2 	: 0
3600.04/3613.20	c number of right shift for reduction by power 2 	: 0
3600.04/3613.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3613.20	c number of ending skipping 	: 0
3600.04/3613.20	c number of internal skipping 	: 0
3600.04/3613.20	c number of derivation steps 	: 0
3600.04/3613.20	c number of skipped derivation steps 	: 0
3600.21/3613.20	c number of remaining unassigned 	: 0
3600.21/3613.20	c number of remaining assigned 	: 0
3600.21/3613.20	c number of falsified literals weakened from reason	: 0
3600.21/3613.20	c number of falsified literals weakened from conflict	: 0
3600.21/3613.21	c time for arithmetic operations	: 0
3600.21/3613.21	c minimum degree of deleted constraints	: null
3600.21/3613.21	c maximum degree of deleted constraints	: null
3600.21/3613.21	c number of deleted constraints	: 0
3600.21/3613.21	c speed (assignments/second)	: 158042.0904273811
3600.21/3613.21	c non guided choices	: 218757
3600.60/3613.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 674019
3600.60/3613.41	s UNKNOWN
3600.60/3613.41	c Total wall clock time (in seconds): 3613.187

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (60651 MiB free)
  memory of node 1: 64507 MiB (62521 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=23914, runsolver pid=23911

[startup+0.100072 s]*
/proc/loadavg: 3.62 3.24 3.70 5/330 23932
/proc/meminfo: memFree=126107024/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=18930384 memory=49372 CPUtime=0.12 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 5981 0 0 0 10 2 0 0 20 0 18 0 35093116 19384713216 12343 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4732596 12343 5359 1 0 547154 0
[pid=23914/tid=23916] ppid=23911 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 4859 0 0 0 6 1 0 0 20 0 18 0 35093118 19384713216 12343 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35093121 19384713216 12343 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=18930384 memory=58494082626307 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35093122 19384713216 12343 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49372 KiB

[startup+0.210339 s]*
/proc/loadavg: 3.62 3.24 3.70 6/330 23932
/proc/meminfo: memFree=126103748/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=18930384 memory=58488 CPUtime=0.29 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 6751 0 0 0 26 3 0 0 20 0 18 0 35093116 19384713216 14622 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4732596 14622 5359 1 0 547753 0
[pid=23914/tid=23916] ppid=23911 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) S 23911 23914 23518 0 -1 4194368 5197 0 0 0 16 2 0 0 20 0 18 0 35093118 19384713216 14622 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=18930384 memory=12896 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35093121 19384713216 14622 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35093122 19384713216 14622 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58488 KiB

[startup+0.309717 s]*
/proc/loadavg: 3.62 3.24 3.70 7/330 23932
/proc/meminfo: memFree=126099652/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=18931412 memory=61868 CPUtime=0.48 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 7006 0 0 0 44 4 0 0 20 0 19 0 35093116 19385765888 15467 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4732853 15467 5423 1 0 548178 0
[pid=23914/tid=23916] ppid=23911 vsize=18931412 memory=-6000919502838131053 CPUtime=0.27 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) S 23911 23914 23518 0 -1 4194368 5302 0 0 0 25 2 0 0 20 0 19 0 35093118 19385765888 15467 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=18931412 memory=0 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35093121 19385765888 15467 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=18931412 memory=0 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35093122 19385765888 15467 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=18931412 memory=0 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (java) R 23911 23914 23518 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 19 0 35093148 19385765888 15467 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 2147221247 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18931412 KiB
Current children cumulated memory: 61868 KiB

[startup+0.700331 s]
/proc/loadavg: 3.62 3.24 3.70 7/331 23933
/proc/meminfo: memFree=126082136/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=18996948 memory=95992 CPUtime=1.21 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 9825 0 0 0 115 6 0 0 20 0 19 0 35093116 19452874752 23998 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4749237 23998 5455 1 0 549881 0
[pid=23914/tid=23916] ppid=23911 vsize=18996948 memory=17152 CPUtime=0.58 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 5365 0 0 0 55 3 0 0 20 0 19 0 35093118 19452874752 23998 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35093121 19452874752 23998 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35093122 19452874752 23998 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=18996948 memory=4752 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35093148 19452874752 23998 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95992 KiB

[startup+1.50022 s]
/proc/loadavg: 3.62 3.24 3.70 6/331 23933
/proc/meminfo: memFree=126012192/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=171640 CPUtime=2.78 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 19400 0 0 0 269 9 0 0 20 0 20 0 35093116 19521036288 42910 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 42910 5487 1 0 552933 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=11136 CPUtime=1.35 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 6470 0 0 0 130 5 0 0 20 0 20 0 35093118 19521036288 42910 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35093121 19521036288 42910 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 35093122 19521036288 42910 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=19063512 memory=4752 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35093148 19521036288 42910 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171640 KiB

[startup+3.1056 s]
/proc/loadavg: 3.62 3.24 3.70 5/332 23934
/proc/meminfo: memFree=125651144/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=237812 CPUtime=5.33 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 21161 0 0 0 520 13 0 0 20 0 20 0 35093116 19521036288 59453 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 59453 5487 1 0 552936 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=11136 CPUtime=2.91 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 6979 0 0 0 283 8 0 0 20 0 20 0 35093118 19521036288 59453 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19063512 memory=-6000919502838131053 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35093121 19521036288 59453 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 35093122 19521036288 59453 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35093148 19521036288 59453 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 5.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 237812 KiB

[startup+6.30021 s]
/proc/loadavg: 3.73 3.27 3.71 4/312 23950
/proc/meminfo: memFree=126120288/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=923648 CPUtime=9.52 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 22006 0 0 0 920 32 0 0 20 0 20 0 35093116 19521036288 230912 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 230912 5487 1 0 552942 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=0 CPUtime=6.03 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 7662 0 0 0 577 26 0 0 20 0 20 0 35093118 19521036288 230912 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35093121 19521036288 230912 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 35093122 19521036288 230912 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=19063512 memory=171640 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35093148 19521036288 230912 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 9.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 923648 KiB

[startup+12.7004 s]
/proc/loadavg: 3.83 3.30 3.71 5/332 24000
/proc/meminfo: memFree=125343732/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=1306656 CPUtime=15.93 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 25386 0 0 0 1545 48 0 0 20 0 20 0 35093116 19521036288 326664 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 326664 5487 1 0 552942 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=171640 CPUtime=12.35 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 8730 0 0 0 1194 41 0 0 20 0 20 0 35093118 19521036288 326664 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35093121 19521036288 326664 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 35093122 19521036288 326664 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=19063512 memory=-6000919502838131053 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35093148 19521036288 326664 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 15.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1306656 KiB

[startup+25.5004 s]
/proc/loadavg: 3.87 3.33 3.72 5/332 24000
/proc/meminfo: memFree=124388740/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=1329332 CPUtime=28.74 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 28314 0 0 0 2804 70 0 0 20 0 20 0 35093116 19521036288 332333 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 332333 5519 1 0 552942 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=-6000919502838131053 CPUtime=24.9 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 10206 0 0 0 2429 61 0 0 20 0 20 0 35093118 19521036288 332333 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19063512 memory=1317036 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35093121 19521036288 332333 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 35093122 19521036288 332333 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=19063512 memory=1310752 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35093148 19521036288 332333 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 28.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1329332 KiB

[startup+51.1136 s]
/proc/loadavg: 3.99 3.40 3.73 5/332 24001
/proc/meminfo: memFree=122437384/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=1331384 CPUtime=54.07 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 30788 0 0 0 5304 103 0 0 20 0 20 0 35093116 19521036288 332846 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 332846 5519 1 0 552942 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=164 CPUtime=49.83 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 11148 0 0 0 4890 93 0 0 20 0 20 0 35093118 19521036288 332846 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0

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

Current children cumulated memory: 5132764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.20 4.21 5/333 24310
/proc/meminfo: memFree=83564292/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=5132764 CPUtime=3329.49 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 129799 0 0 0 330090 2859 0 0 20 0 20 0 35093116 19521036288 1283191 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 1283191 5519 1 0 1304238 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=5130700 CPUtime=3267.25 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 66842 0 0 0 324089 2636 0 0 20 0 20 0 35093118 19521036288 1283191 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19063512 memory=5132764 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35093121 19521036288 1283191 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19063512 memory=5132764 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 2134 0 0 0 0 0 0 0 20 0 20 0 35093122 19521036288 1283191 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35093148 19521036288 1283191 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 3329.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5132764 KiB

[startup+3402.3 s]
/proc/loadavg: 4.46 4.27 4.24 5/331 24312
/proc/meminfo: memFree=82757548/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=5164892 CPUtime=3389.41 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 134308 0 0 0 336037 2904 0 0 20 0 20 0 35093116 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 1291223 5519 1 0 1304364 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=5132764 CPUtime=3325.75 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 68540 0 0 0 329898 2677 0 0 20 0 20 0 35093118 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35093121 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19063512 memory=5164892 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 2135 0 0 0 0 0 0 0 20 0 20 0 35093122 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=19063512 memory=4752 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35093148 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 3389.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5164892 KiB

[startup+3462.3 s]
/proc/loadavg: 4.62 4.37 4.28 5/331 24316
/proc/meminfo: memFree=82566656/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=5164892 CPUtime=3449.27 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 136640 0 0 0 341980 2947 0 0 20 0 20 0 35093116 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 1291223 5519 1 0 1304364 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=17152 CPUtime=3385.11 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 70500 0 0 0 335794 2717 0 0 20 0 20 0 35093118 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19063512 memory=5164892 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35093121 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 2192 0 0 0 0 0 0 0 20 0 20 0 35093122 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=19063512 memory=-6000919502838131053 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35093148 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 3449.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5164892 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.32 4.26 5/334 24389
/proc/meminfo: memFree=90142936/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=5164892 CPUtime=3509.54 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 138010 0 0 0 347966 2988 0 0 20 0 20 0 35093116 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 1291223 5519 1 0 1304364 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=5164892 CPUtime=3444.17 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 70929 0 0 0 341663 2754 0 0 20 0 20 0 35093118 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35093121 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19063512 memory=5164892 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 2249 0 0 0 0 0 0 0 20 0 20 0 35093122 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=19063512 memory=-6000919502838131053 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35093148 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 3509.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5164892 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.27 4.25 5/335 24396
/proc/meminfo: memFree=89448348/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=5164892 CPUtime=3569.42 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 140742 0 0 0 353916 3026 0 0 20 0 20 0 35093116 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 1291223 5519 1 0 1304364 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=14304 CPUtime=3502.96 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 72878 0 0 0 347508 2788 0 0 20 0 20 0 35093118 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19063512 memory=5164892 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35093121 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19063512 memory=5164892 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 2249 0 0 0 0 0 0 0 20 0 20 0 35093122 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=19063512 memory=5164892 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35093148 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 3569.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5164892 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.11 s]
/proc/loadavg: 4.10 4.25 4.24 5/335 24397
/proc/meminfo: memFree=89177452/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19063512 memory=5164892 CPUtime=3600.04 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 141962 0 0 0 356956 3048 0 0 20 0 20 0 35093116 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4765878 1291223 5519 1 0 1304367 0
[pid=23914/tid=23916] ppid=23911 vsize=19063512 memory=5130700 CPUtime=3533.52 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 74031 0 0 0 350543 2809 0 0 20 0 20 0 35093118 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35093121 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19063512 memory=5164892 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 2309 0 0 0 0 0 0 0 20 0 20 0 35093122 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23933] ppid=23911 vsize=19063512 memory=4752 CPUtime=0 cores=5,7
/proc/23914/task/23933/stat : 23933 (Timer-0) S 23911 23914 23518 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35093148 19521036288 1291223 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5164892 KiB

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

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

# cumulated CPU time of all completed processes:  user=3570.15 s, system=30.518 s

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

[startup+3613.2 s]
/proc/loadavg: 4.10 4.25 4.24 5/335 24397
/proc/meminfo: memFree=89177452/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19263204 memory=5165532 CPUtime=3600.21 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 143887 0 0 0 356973 3048 0 0 20 0 21 0 35093116 19725520896 1291383 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4815801 1291383 5519 1 0 1305254 0
[pid=23914/tid=23916] ppid=23911 vsize=19263204 memory=7092 CPUtime=3533.61 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 74031 0 0 0 350552 2809 0 0 20 0 21 0 35093118 19725520896 1291383 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19263204 memory=5692 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35093121 19725520896 1291383 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19263204 memory=46464 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 2309 0 0 0 0 0 0 0 20 0 21 0 35093122 19725520896 1291383 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5165532 KiB

[startup+3613.4 s]
/proc/loadavg: 4.10 4.25 4.24 5/335 24397
/proc/meminfo: memFree=89177452/131382120 swapFree=33010684/33010684
[pid=23914] ppid=23911 vsize=19263204 memory=5165532 CPUtime=3600.6 cores=5,7
/proc/23914/stat : 23914 (java) S 23911 23914 23518 0 -1 4194304 144025 0 0 0 357012 3048 0 0 20 0 21 0 35093116 19725520896 1291383 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
/proc/23914/statm: 4815801 1291383 5519 1 0 1305254 0
[pid=23914/tid=23916] ppid=23911 vsize=19263204 memory=-6000919502838131053 CPUtime=3533.8 cores=5,7
/proc/23914/task/23916/stat : 23916 (java) R 23911 23914 23518 0 -1 4194368 74032 0 0 0 350571 2809 0 0 20 0 21 0 35093118 19725520896 1291383 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23925] ppid=23911 vsize=19263204 memory=1647440 CPUtime=0 cores=5,7
/proc/23914/task/23925/stat : 23925 (Finalizer) S 23911 23914 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35093121 19725520896 1291383 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
[pid=23914/tid=23932] ppid=23911 vsize=19263204 memory=7024 CPUtime=0 cores=5,7
/proc/23914/task/23932/stat : 23932 (Common-Cleaner) S 23911 23914 23518 0 -1 4194368 2309 0 0 0 0 0 0 0 20 0 21 0 35093122 19725520896 1291383 18446744073709551615 94734519062528 94734519066224 140730273405088 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734519074040 94734519074832 94734550921216 140730273413424 140730273413606 140730273413606 140730273419208 0
Current children cumulated CPU time: 3600.6 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5165532 KiB

Child status: 143

Real time (s): 3613.51
CPU time (s): 3600.67
CPU user time (s): 3570.15
CPU system time (s): 30.518
CPU usage (%): 99.6447
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5165532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.15
system time used= 30.518
maximum resident set size= 5165660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144216
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32333728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125254
involuntary context switches= 19514


# summary of solver processes directly reported to runsolver:
#   pid: 23914
#   total CPU time (s): 3600.67
#   total CPU user time (s): 3570.15
#   total CPU system time (s): 30.518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3192 second user time and 35.8838 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 12:48:58
IDJOB=4509689
IDBENCH=158768
IDSOLVER=3364
FILE ID=nodeC006/4509689-1751194137
RUNJOBID= nodeC006-1751194066-23531
SLURM_JOB_ID= 9587594
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n258-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509689-1751194137/watcher-4509689-1751194137 -o /tmp/evaluation-result-4509689-1751194137/solver-4509689-1751194137 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751194066-23531 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509689-1751194137 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4509689-1751194137.opb

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

MD5SUM BENCH= 7056d5d7645a22d74bbe899777f3f6dc
RANDOM SEED=1645302107

nodeC006 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		: 3491.689
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.32
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		: 3591.426
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.32
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		: 1197.399
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.32
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		: 1197.717
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.32
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		: 3660.970
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.32
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		: 1795.011
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.32
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.428
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.32
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		: 1795.717
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        126129264 kB
MemAvailable:   126312060 kB
Buffers:            3280 kB
Cached:           993628 kB
SwapCached:            0 kB
Active:          3964036 kB
Inactive:         745568 kB
Active(anon):    3730792 kB
Inactive(anon):        0 kB
Active(file):     233244 kB
Inactive(file):   745568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            120452 kB
Writeback:            12 kB
AnonPages:       3715944 kB
Mapped:           122316 kB
Shmem:             17960 kB
KReclaimable:      86840 kB
Slab:             171948 kB
SReclaimable:      86840 kB
SUnreclaim:        85108 kB
KernelStack:        5040 kB
PageTables:        10828 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    7781908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3518464 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC006 at 2025-06-29 13:49:11