Trace number 4509867

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 CP VeriPB 2025-06-06? (TO) 3600.23 3581.82

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n182-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMfdfc61e25e9264eb2f8645fd8f162aaa
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 variables273
Total number of constraints728
Number of constraints which are clauses728
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4509867-1751191196.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
0.32/0.22	c ... done. Wall clock time 0.052s.
0.32/0.22	c declared #vars     273
0.32/0.22	c #constraints  728
0.32/0.22	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 728
0.32/0.22	c 728 constraints processed.
1.87/1.02	c cleaning 2493 clauses out of 5000 with flag 0/5000
2.85/1.52	c cleaning 4249 clauses out of 8507 with flag 0/11000
3.84/2.00	c cleaning 5622 clauses out of 11258 with flag 0/18000
4.66/2.56	c cleaning 6811 clauses out of 13637 with flag 0/26001
5.29/3.18	c cleaning 7908 clauses out of 15826 with flag 0/35001
6.05/3.85	c cleaning 8950 clauses out of 17918 with flag 0/45001
6.85/4.56	c cleaning 9975 clauses out of 19967 with flag 0/56000
7.65/5.39	c cleaning 10988 clauses out of 21992 with flag 0/68000
8.56/6.29	c cleaning 11995 clauses out of 24004 with flag 0/81000
9.47/7.18	c cleaning 12997 clauses out of 26009 with flag 0/95000
10.57/8.23	c cleaning 14003 clauses out of 28013 with flag 0/110001
11.57/9.28	c cleaning 14997 clauses out of 30009 with flag 0/126000
12.82/10.46	c cleaning 16000 clauses out of 32013 with flag 0/143001
14.07/11.66	c cleaning 16996 clauses out of 34012 with flag 0/161000
15.47/13.02	c cleaning 17999 clauses out of 36016 with flag 0/180000
16.77/14.30	c cleaning 19002 clauses out of 38017 with flag 0/200000
18.27/15.84	c cleaning 19999 clauses out of 40015 with flag 0/221000
19.88/17.46	c cleaning 21001 clauses out of 42016 with flag 0/243000
21.58/19.19	c cleaning 22001 clauses out of 44016 with flag 0/266001
23.29/20.85	c cleaning 23001 clauses out of 46014 with flag 0/290000
25.19/22.78	c cleaning 23998 clauses out of 48014 with flag 0/315001
27.29/24.84	c cleaning 24996 clauses out of 50015 with flag 0/341000
29.29/26.89	c cleaning 26002 clauses out of 52019 with flag 0/368000
31.60/29.11	c cleaning 26997 clauses out of 54018 with flag 0/396001
33.81/31.46	c cleaning 28004 clauses out of 56021 with flag 0/425001
36.01/33.67	c cleaning 29000 clauses out of 58017 with flag 0/455001
38.43/36.02	c cleaning 30002 clauses out of 60016 with flag 0/486000
40.82/38.41	c cleaning 30999 clauses out of 62014 with flag 0/518000
43.43/41.07	c cleaning 32001 clauses out of 64015 with flag 0/551000
46.55/44.11	c cleaning 32999 clauses out of 66014 with flag 0/585000
49.36/46.99	c cleaning 33999 clauses out of 68016 with flag 0/620001
52.16/49.78	c cleaning 34996 clauses out of 70016 with flag 0/656000
55.18/52.78	c cleaning 35999 clauses out of 72022 with flag 0/693002
58.28/55.87	c cleaning 37000 clauses out of 74022 with flag 0/731001
61.70/59.23	c cleaning 38003 clauses out of 76021 with flag 0/770000
65.02/62.67	c cleaning 39002 clauses out of 78019 with flag 0/810001
68.46/66.04	c cleaning 39999 clauses out of 80016 with flag 0/851000
72.07/69.61	c cleaning 40995 clauses out of 82018 with flag 0/893001
75.64/73.16	c cleaning 42003 clauses out of 84022 with flag 0/936000
79.65/77.11	c cleaning 42998 clauses out of 86020 with flag 0/980001
83.36/80.80	c cleaning 44003 clauses out of 88022 with flag 0/1025001
87.81/85.21	c cleaning 44996 clauses out of 90019 with flag 0/1071001
92.12/89.47	c cleaning 46005 clauses out of 92023 with flag 0/1118001
96.37/93.76	c cleaning 46999 clauses out of 94018 with flag 0/1166001
100.82/98.17	c cleaning 48001 clauses out of 96019 with flag 0/1215001
105.15/102.48	c cleaning 49002 clauses out of 98018 with flag 0/1265001
109.98/107.20	c cleaning 50003 clauses out of 100017 with flag 0/1316002
114.79/111.94	c cleaning 50996 clauses out of 102012 with flag 0/1368000
119.43/116.56	c cleaning 52004 clauses out of 104016 with flag 0/1421000
123.75/120.86	c cleaning 52993 clauses out of 106012 with flag 0/1475000
128.43/126.00	c cleaning 54001 clauses out of 108019 with flag 0/1530000
133.10/130.65	c cleaning 54998 clauses out of 110019 with flag 0/1586001
138.07/135.54	c cleaning 56000 clauses out of 112020 with flag 0/1643000
143.23/140.63	c cleaning 57005 clauses out of 114022 with flag 0/1701002
148.21/145.59	c cleaning 57998 clauses out of 116016 with flag 0/1760001
153.38/150.67	c cleaning 58998 clauses out of 118017 with flag 0/1820000
158.75/156.09	c cleaning 59997 clauses out of 120019 with flag 0/1881000
164.30/161.52	c cleaning 61005 clauses out of 122023 with flag 0/1943001
169.74/166.98	c cleaning 61998 clauses out of 124018 with flag 0/2006001
175.58/172.70	c cleaning 63002 clauses out of 126019 with flag 0/2070000
181.50/178.68	c cleaning 64001 clauses out of 128017 with flag 0/2135000
187.35/184.59	c cleaning 64996 clauses out of 130017 with flag 0/2201001
193.58/190.73	c cleaning 65998 clauses out of 132020 with flag 0/2268000
200.20/197.30	c cleaning 67002 clauses out of 134023 with flag 0/2336001
206.92/204.05	c cleaning 67997 clauses out of 136021 with flag 0/2405001
214.21/211.28	c cleaning 69001 clauses out of 138024 with flag 0/2475001
222.02/219.05	c cleaning 70004 clauses out of 140023 with flag 0/2546001
229.73/226.66	c cleaning 71000 clauses out of 142018 with flag 0/2618000
236.40/233.22	c cleaning 71999 clauses out of 144019 with flag 0/2691001
243.56/240.33	c cleaning 72998 clauses out of 146019 with flag 0/2765000
250.81/247.53	c cleaning 74002 clauses out of 148021 with flag 0/2840000
258.63/255.25	c cleaning 74998 clauses out of 150019 with flag 0/2916000
266.43/262.99	c cleaning 76005 clauses out of 152022 with flag 0/2993001
274.95/271.42	c cleaning 76998 clauses out of 154017 with flag 0/3071001
282.85/279.29	c cleaning 78001 clauses out of 156019 with flag 0/3150001
291.16/287.47	c cleaning 78998 clauses out of 158018 with flag 0/3230001
300.19/296.36	c cleaning 79997 clauses out of 160019 with flag 0/3311000
308.94/305.10	c cleaning 81003 clauses out of 162023 with flag 0/3393001
317.49/313.45	c cleaning 81999 clauses out of 164020 with flag 0/3476001
325.98/321.80	c cleaning 82998 clauses out of 166020 with flag 0/3560000
334.99/330.87	c cleaning 83996 clauses out of 168023 with flag 0/3645001
344.57/340.39	c cleaning 85003 clauses out of 170027 with flag 0/3731001
354.15/349.84	c cleaning 86002 clauses out of 172024 with flag 0/3818001
363.81/359.52	c cleaning 86998 clauses out of 174021 with flag 0/3906000
373.35/369.02	c cleaning 87999 clauses out of 176023 with flag 0/3995000
382.18/377.87	c cleaning 89003 clauses out of 178025 with flag 0/4085001
391.54/387.18	c cleaning 90000 clauses out of 180021 with flag 0/4176000
400.79/396.44	c cleaning 91000 clauses out of 182021 with flag 0/4268000
409.92/405.56	c cleaning 91998 clauses out of 184021 with flag 0/4361000
420.26/415.80	c cleaning 93002 clauses out of 186024 with flag 0/4455001
429.92/425.57	c cleaning 93998 clauses out of 188021 with flag 0/4550000
439.70/435.22	c cleaning 94999 clauses out of 190024 with flag 0/4646001
450.22/445.65	c cleaning 95998 clauses out of 192024 with flag 0/4743000
460.47/455.84	c cleaning 97000 clauses out of 194026 with flag 0/4841000
470.17/465.48	c cleaning 98002 clauses out of 196026 with flag 0/4940000
480.21/475.34	c cleaning 98999 clauses out of 198024 with flag 0/5040000
490.71/485.79	c cleaning 100001 clauses out of 200026 with flag 0/5141001
500.93/495.80	c cleaning 101001 clauses out of 202025 with flag 0/5243001
510.82/505.63	c cleaning 102002 clauses out of 204024 with flag 0/5346001
521.15/515.95	c cleaning 103000 clauses out of 206021 with flag 0/5450000
531.73/526.45	c cleaning 104000 clauses out of 208021 with flag 0/5555000
545.60/540.23	c cleaning 104998 clauses out of 210022 with flag 0/5661001
556.61/551.20	c cleaning 105997 clauses out of 212024 with flag 0/5768001
567.49/562.04	c cleaning 107003 clauses out of 214027 with flag 0/5876001
579.10/573.68	c cleaning 108004 clauses out of 216023 with flag 0/5985000
589.42/583.96	c cleaning 109003 clauses out of 218019 with flag 0/6095000
601.01/595.42	c cleaning 109994 clauses out of 220016 with flag 0/6206000
612.82/607.26	c cleaning 111001 clauses out of 222023 with flag 0/6318001
624.94/619.21	c cleaning 111999 clauses out of 224022 with flag 0/6431001
636.76/630.96	c cleaning 113003 clauses out of 226023 with flag 0/6545001
649.51/643.63	c cleaning 113997 clauses out of 228020 with flag 0/6660001
662.44/656.42	c cleaning 115001 clauses out of 230023 with flag 0/6776001
675.59/669.55	c cleaning 116000 clauses out of 232022 with flag 0/6893001
688.50/682.35	c cleaning 117003 clauses out of 234022 with flag 0/7011001
701.16/695.00	c cleaning 117996 clauses out of 236019 with flag 0/7130001
715.17/708.90	c cleaning 119003 clauses out of 238023 with flag 0/7250001
727.82/721.54	c cleaning 120002 clauses out of 240020 with flag 0/7371001
741.80/735.56	c cleaning 120994 clauses out of 242018 with flag 0/7493001
754.74/748.45	c cleaning 122002 clauses out of 244023 with flag 0/7616000
767.93/761.68	c cleaning 122998 clauses out of 246022 with flag 0/7740001
781.26/774.87	c cleaning 124006 clauses out of 248023 with flag 0/7865000
794.91/788.40	c cleaning 124997 clauses out of 250017 with flag 0/7991000
809.01/802.40	c cleaning 126000 clauses out of 252020 with flag 0/8118000
822.97/816.31	c cleaning 126997 clauses out of 254021 with flag 0/8246001
838.22/831.58	c cleaning 127998 clauses out of 256023 with flag 0/8375000
852.58/845.89	c cleaning 129004 clauses out of 258025 with flag 0/8505000
867.42/860.64	c cleaning 129998 clauses out of 260022 with flag 0/8636001
882.68/875.80	c cleaning 130998 clauses out of 262024 with flag 0/8768001
898.10/891.29	c cleaning 131997 clauses out of 264026 with flag 0/8901001
913.02/906.05	c cleaning 133000 clauses out of 266028 with flag 0/9035000
928.29/921.21	c cleaning 134006 clauses out of 268028 with flag 0/9170000
943.51/936.33	c cleaning 135004 clauses out of 270023 with flag 0/9306001
959.05/951.89	c cleaning 135998 clauses out of 272018 with flag 0/9443000
974.68/967.36	c cleaning 137000 clauses out of 274020 with flag 0/9581000
992.05/984.67	c cleaning 137999 clauses out of 276021 with flag 0/9720001
1007.64/1000.17	c cleaning 138998 clauses out of 278021 with flag 0/9860000
1024.10/1016.58	c cleaning 139996 clauses out of 280023 with flag 0/10001000
1040.57/1032.92	c cleaning 141002 clauses out of 282027 with flag 0/10143000
1057.12/1049.39	c cleaning 141998 clauses out of 284025 with flag 0/10286000
1073.23/1065.26	c cleaning 143002 clauses out of 286028 with flag 0/10430001
1089.99/1081.92	c cleaning 144001 clauses out of 288025 with flag 0/10575000
1106.68/1098.61	c cleaning 145007 clauses out of 290025 with flag 0/10721001
1124.28/1116.12	c cleaning 145999 clauses out of 292018 with flag 0/10868001
1141.44/1133.67	c cleaning 146999 clauses out of 294019 with flag 0/11016001
1159.19/1151.35	c cleaning 147996 clauses out of 296020 with flag 0/11165001
1176.63/1168.70	c cleaning 149001 clauses out of 298024 with flag 0/11315001
1195.05/1187.04	c cleaning 150002 clauses out of 300023 with flag 0/11466001
1213.80/1205.62	c cleaning 151001 clauses out of 302020 with flag 0/11618000
1231.73/1223.52	c cleaning 151999 clauses out of 304019 with flag 0/11771000
1249.28/1241.02	c cleaning 153000 clauses out of 306021 with flag 0/11925001
1268.51/1260.14	c cleaning 154002 clauses out of 308021 with flag 0/12080001
1287.73/1279.25	c cleaning 155000 clauses out of 310019 with flag 0/12236001
1306.74/1298.20	c cleaning 156000 clauses out of 312020 with flag 0/12393002
1326.87/1318.29	c cleaning 157000 clauses out of 314019 with flag 0/12551001
1347.62/1338.90	c cleaning 157997 clauses out of 316018 with flag 0/12710000
1368.11/1359.32	c cleaning 159001 clauses out of 318021 with flag 0/12870000
1386.76/1377.88	c cleaning 159996 clauses out of 320020 with flag 0/13031000
1405.89/1396.80	c cleaning 161003 clauses out of 322025 with flag 0/13193001
1425.58/1416.43	c cleaning 162001 clauses out of 324022 with flag 0/13356001
1446.62/1437.41	c cleaning 162997 clauses out of 326020 with flag 0/13520000
1468.14/1458.82	c cleaning 164000 clauses out of 328024 with flag 0/13685001
1489.75/1480.43	c cleaning 164999 clauses out of 330023 with flag 0/13851000
1511.31/1501.85	c cleaning 166001 clauses out of 332024 with flag 0/14018000
1532.64/1523.00	c cleaning 166998 clauses out of 334023 with flag 0/14186000
1553.04/1544.10	c cleaning 167999 clauses out of 336025 with flag 0/14355000
1574.38/1565.39	c cleaning 169000 clauses out of 338026 with flag 0/14525000
1597.94/1588.73	c cleaning 169999 clauses out of 340027 with flag 0/14696001
1621.65/1612.28	c cleaning 171001 clauses out of 342028 with flag 0/14868001
1643.76/1634.24	c cleaning 172000 clauses out of 344026 with flag 0/15041000
1667.73/1658.16	c cleaning 173004 clauses out of 346027 with flag 0/15215001
1690.98/1681.37	c cleaning 174000 clauses out of 348022 with flag 0/15390000
1712.57/1702.82	c cleaning 175003 clauses out of 350023 with flag 0/15566001
1733.91/1724.16	c cleaning 175998 clauses out of 352020 with flag 0/15743001
1758.50/1748.60	c cleaning 176999 clauses out of 354022 with flag 0/15921001
1782.72/1772.81	c cleaning 178002 clauses out of 356022 with flag 0/16100000
1808.34/1798.37	c cleaning 179001 clauses out of 358021 with flag 0/16280001
1830.90/1820.86	c cleaning 180001 clauses out of 360019 with flag 0/16461000
1856.53/1846.37	c cleaning 180997 clauses out of 362018 with flag 0/16643000
1879.52/1869.17	c cleaning 182003 clauses out of 364022 with flag 0/16826001
1904.62/1894.12	c cleaning 183001 clauses out of 366019 with flag 0/17010001
1929.61/1918.96	c cleaning 183996 clauses out of 368017 with flag 0/17195000
1956.20/1945.30	c cleaning 184998 clauses out of 370021 with flag 0/17381000
1984.94/1974.05	c cleaning 186003 clauses out of 372023 with flag 0/17568000
2012.79/2001.84	c cleaning 186997 clauses out of 374021 with flag 0/17756001
2039.67/2028.66	c cleaning 187996 clauses out of 376023 with flag 0/17945000
2067.47/2057.17	c cleaning 189001 clauses out of 378027 with flag 0/18135000
2097.11/2086.53	c cleaning 190005 clauses out of 380027 with flag 0/18326001
2127.63/2116.88	c cleaning 191000 clauses out of 382021 with flag 0/18518000
2157.86/2146.91	c cleaning 191999 clauses out of 384021 with flag 0/18711000
2186.55/2175.53	c cleaning 193003 clauses out of 386023 with flag 0/18905001
2218.14/2206.95	c cleaning 193998 clauses out of 388019 with flag 0/19100000
2245.55/2234.14	c cleaning 195005 clauses out of 390021 with flag 0/19296000
2273.76/2262.09	c cleaning 195998 clauses out of 392017 with flag 0/19493001
2302.07/2289.99	c cleaning 197004 clauses out of 394018 with flag 0/19691000
2331.96/2319.45	c cleaning 198000 clauses out of 396014 with flag 0/19890000
2360.90/2348.23	c cleaning 198997 clauses out of 398014 with flag 0/20090000
2389.67/2376.83	c cleaning 200004 clauses out of 400017 with flag 0/20291000
2419.58/2406.46	c cleaning 201002 clauses out of 402014 with flag 0/20493001
2448.72/2435.32	c cleaning 201997 clauses out of 404011 with flag 0/20696000
2478.46/2464.91	c cleaning 202999 clauses out of 406014 with flag 0/20900000
2508.53/2494.82	c cleaning 203999 clauses out of 408015 with flag 0/21105000
2537.92/2524.02	c cleaning 204997 clauses out of 410016 with flag 0/21311000
2566.33/2552.17	c cleaning 205993 clauses out of 412020 with flag 0/21518001
2598.22/2583.95	c cleaning 206999 clauses out of 414026 with flag 0/21726000
2627.52/2613.14	c cleaning 208000 clauses out of 416028 with flag 0/21935001
2659.45/2644.92	c cleaning 209000 clauses out of 418027 with flag 0/22145000
2687.86/2673.28	c cleaning 210000 clauses out of 420027 with flag 0/22356000
2723.65/2709.00	c cleaning 211002 clauses out of 422028 with flag 0/22568001
2757.13/2742.31	c cleaning 211999 clauses out of 424025 with flag 0/22781000
2790.92/2776.04	c cleaning 213001 clauses out of 426026 with flag 0/22995000
2827.49/2812.56	c cleaning 214001 clauses out of 428025 with flag 0/23210000
2863.15/2848.16	c cleaning 215001 clauses out of 430025 with flag 0/23426001
2892.12/2876.90	c cleaning 216002 clauses out of 432023 with flag 0/23643000
2923.34/2908.02	c cleaning 217001 clauses out of 434021 with flag 0/23861000
2953.45/2937.95	c cleaning 218001 clauses out of 436021 with flag 0/24080001
2987.01/2972.12	c cleaning 218999 clauses out of 438019 with flag 0/24300000
3016.71/3001.67	c cleaning 220000 clauses out of 440021 with flag 0/24521001
3051.59/3036.39	c cleaning 221000 clauses out of 442020 with flag 0/24743000
3087.45/3072.07	c cleaning 221998 clauses out of 444021 with flag 0/24966001
3115.85/3100.22	c cleaning 222998 clauses out of 446022 with flag 0/25190000
3149.63/3133.87	c cleaning 224001 clauses out of 448024 with flag 0/25415000
3181.52/3165.43	c cleaning 225001 clauses out of 450024 with flag 0/25641001
3214.47/3198.15	c cleaning 226003 clauses out of 452023 with flag 0/25868001
3247.42/3230.84	c cleaning 226997 clauses out of 454019 with flag 0/26096000
3278.79/3262.09	c cleaning 228003 clauses out of 456022 with flag 0/26325000
3310.81/3293.90	c cleaning 229004 clauses out of 458019 with flag 0/26555000
3345.04/3327.94	c cleaning 229993 clauses out of 460015 with flag 0/26786000
3380.43/3363.13	c cleaning 230997 clauses out of 462022 with flag 0/27018000
3409.61/3392.13	c cleaning 232003 clauses out of 464026 with flag 0/27251001
3444.56/3426.88	c cleaning 232997 clauses out of 466022 with flag 0/27485000
3479.58/3461.16	c cleaning 234003 clauses out of 468026 with flag 0/27720001
3513.10/3494.44	c cleaning 234999 clauses out of 470022 with flag 0/27956000
3547.90/3529.01	c cleaning 236001 clauses out of 472023 with flag 0/28193000
3582.41/3564.32	c cleaning 236998 clauses out of 474022 with flag 0/28431000
3600.07/3581.71	c starts		: 1
3600.07/3581.71	c conflicts		: 28616614
3600.07/3581.71	c decisions		: 30602183
3600.07/3581.71	c propagations		: 330036882
3600.07/3581.71	c inspects		: 17652074743
3600.07/3581.71	c shortcuts		: 0
3600.07/3581.71	c timeout
3600.07/3581.72	c learnt literals	: 0
3600.07/3581.72	c learnt binary clauses	: 0
3600.07/3581.72	c learnt ternary clauses	: 2
3600.07/3581.72	c learnt constraints	: 28616614
3600.07/3581.72	c ignored constraints	: 0
3600.07/3581.72	c root simplifications	: 0
3600.07/3581.72	c removed literals (reason simplification)	: 0
3600.07/3581.72	c reason swapping (by a shorter reason)	: 0
3600.07/3581.72	c Calls to reduceDB	: 234
3600.07/3581.72	c Number of update (reduction) of LBD	: 32634039
3600.07/3581.72	c Imported unit clauses	: 0
3600.07/3581.72	c No decision after first conflict	: false
3600.07/3581.72	c number of reductions to clauses (during analyze)	: 0
3600.07/3581.72	c number of learned constraints concerned by reduction	: 0
3600.07/3581.72	c number of learning phase by resolution	: 0
3600.07/3581.72	c number of learning phase by cutting planes	: 0
3600.07/3581.72	c number of rounding to 1 operations	: 0
3600.07/3581.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3581.72	c number of reductions of the coefficients by power 2 	: 0
3600.07/3581.72	c number of right shift for reduction by power 2 	: 0
3600.07/3581.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3581.72	c number of ending skipping 	: 0
3600.07/3581.72	c number of internal skipping 	: 0
3600.07/3581.72	c number of derivation steps 	: 306505387
3600.07/3581.72	c number of skipped derivation steps 	: 0
3600.07/3581.72	c number of remaining unassigned 	: 0
3600.07/3581.72	c number of remaining assigned 	: 0
3600.07/3581.72	c number of falsified literals weakened from reason	: 0
3600.07/3581.72	c number of falsified literals weakened from conflict	: 0
3600.07/3581.72	c time for arithmetic operations	: 0
3600.07/3581.72	c minimum degree of deleted constraints	: 1
3600.07/3581.72	c maximum degree of deleted constraints	: 1
3600.07/3581.72	c number of deleted constraints	: 28193976
3600.07/3581.72	c speed (assignments/second)	: 92150.38546666023
3600.07/3581.72	c non guided choices	: 7717
3600.07/3581.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 422638
3600.07/3581.78	s UNKNOWN
3600.07/3581.78	c Total wall clock time (in seconds): 3581.624

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: 63708 MiB (60912 MiB free)
  memory of node 1: 64465 MiB (63404 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509867-1751191196/watcher-4509867-1751191196 -o /tmp/evaluation-result-4509867-1751191196/solver-4509867-1751191196 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751183987-20569 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509867-1751191196 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4509867-1751191196.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=21774, runsolver pid=21771
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.56 4.44 4.33 7/340 21792
/proc/meminfo: memFree=127206768/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=18930384 memory=57396 CPUtime=0.12 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 6458 0 0 0 10 2 0 0 20 0 18 0 34797493 19384713216 14349 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4732596 14349 5367 1 0 547587 0
[pid=21774/tid=21776] ppid=21771 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 5037 0 0 0 6 1 0 0 20 0 18 0 34797494 19384713216 14349 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34797496 19384713216 14349 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=18930384 memory=58485492679666 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34797497 19384713216 14349 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57396 KiB

[startup+0.205931 s]*
/proc/loadavg: 4.56 4.44 4.33 8/340 21792
/proc/meminfo: memFree=127145328/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=18930384 memory=65696 CPUtime=0.32 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 6911 0 0 0 29 3 0 0 20 0 18 0 34797493 19384713216 16424 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4732596 16424 5463 1 0 547991 0
[pid=21774/tid=21776] ppid=21771 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 5386 0 0 0 16 2 0 0 20 0 18 0 34797494 19384713216 16424 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=18930384 memory=16099 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34797496 19384713216 16424 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34797497 19384713216 16424 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65696 KiB

[startup+0.305771 s]*
/proc/loadavg: 4.56 4.44 4.33 8/341 21793
/proc/meminfo: memFree=127075760/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=18996948 memory=78532 CPUtime=0.5 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 8303 0 0 0 47 3 0 0 20 0 19 0 34797493 19452874752 19633 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4749237 19633 5463 1 0 549406 0
[pid=21774/tid=21776] ppid=21771 vsize=18996948 memory=-6000919502737599341 CPUtime=0.26 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 5453 0 0 0 24 2 0 0 20 0 19 0 34797494 19452874752 19633 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34797496 19452874752 19633 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 34797497 19452874752 19633 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34797515 19452874752 19633 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78532 KiB

[startup+0.700241 s]
/proc/loadavg: 4.56 4.44 4.33 6/341 21793
/proc/meminfo: memFree=126908520/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=168056 CPUtime=1.26 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 12014 0 0 0 121 5 0 0 20 0 20 0 34797493 19521036288 42014 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 42014 5495 1 0 552448 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=17536 CPUtime=0.59 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 5500 0 0 0 56 3 0 0 20 0 20 0 34797494 19521036288 42014 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 42014 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 42014 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=4752 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 42014 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168056 KiB

[startup+1.50024 s]
/proc/loadavg: 4.56 4.44 4.33 6/342 21794
/proc/meminfo: memFree=126558976/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=281036 CPUtime=2.85 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 19239 0 0 0 276 9 0 0 20 0 20 0 34797493 19521036288 70259 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 70259 5495 1 0 553944 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=10880 CPUtime=1.36 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 5938 0 0 0 130 6 0 0 20 0 20 0 34797494 19521036288 70259 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 70259 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 70259 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=4752 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 70259 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 281036 KiB

[startup+3.10562 s]
/proc/loadavg: 4.56 4.44 4.33 6/342 21794
/proc/meminfo: memFree=125198120/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=1308708 CPUtime=5.29 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 23232 0 0 0 502 27 0 0 20 0 20 0 34797493 19521036288 327177 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 327177 5495 1 0 554228 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=10880 CPUtime=2.94 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 6981 0 0 0 270 24 0 0 20 0 20 0 34797494 19521036288 327177 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=-6000919502737599341 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 327177 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 327177 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 327177 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1308708 KiB

[startup+6.30021 s]
/proc/loadavg: 4.52 4.43 4.33 5/342 21794
/proc/meminfo: memFree=125115964/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=1311756 CPUtime=8.66 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 23328 0 0 0 836 30 0 0 20 0 20 0 34797493 19521036288 327939 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 327939 5495 1 0 554228 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=0 CPUtime=6.1 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 7011 0 0 0 584 26 0 0 20 0 20 0 34797494 19521036288 327939 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 327939 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 327939 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=336332 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 327939 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 8.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311756 KiB

[startup+12.7002 s]
/proc/loadavg: 4.47 4.42 4.33 5/343 21795
/proc/meminfo: memFree=124909444/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=1315928 CPUtime=15.17 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 24783 0 0 0 1485 32 0 0 20 0 20 0 34797493 19521036288 328982 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 328982 5495 1 0 554228 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=336332 CPUtime=12.44 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 7940 0 0 0 1216 28 0 0 20 0 20 0 34797494 19521036288 328982 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 328982 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=1315928 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 328982 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 328982 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315928 KiB

[startup+25.5002 s]
/proc/loadavg: 4.37 4.40 4.32 5/343 21795
/proc/meminfo: memFree=124401780/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=1322136 CPUtime=27.99 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 29012 0 0 0 2762 37 0 0 20 0 20 0 34797493 19521036288 330534 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 330534 5495 1 0 554228 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=10880 CPUtime=25.13 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 9416 0 0 0 2482 31 0 0 20 0 20 0 34797494 19521036288 330534 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=1315928 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 330534 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 330534 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 330534 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 27.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322136 KiB

[startup+51.1058 s]
/proc/loadavg: 4.30 4.39 4.32 5/345 21798
/proc/meminfo: memFree=124194592/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=1342816 CPUtime=53.57 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 31042 0 0 0 5310 47 0 0 20 0 20 0 34797493 19521036288 335704 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 335704 5495 1 0 554228 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=1342816 CPUtime=50.41 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 10307 0 0 0 5001 40 0 0 20 0 20 0 34797494 19521036288 335704 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0

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

/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=3105144 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 1265 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=3105144 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 3178.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105144 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.19 4.18 5/346 22114
/proc/meminfo: memFree=107404124/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=3105144 CPUtime=3238.94 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 106836 0 0 0 323147 747 0 0 20 0 20 0 34797493 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 776286 5527 1 0 788962 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=3105144 CPUtime=3170.79 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 49860 0 0 0 316439 640 0 0 20 0 20 0 34797494 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 1265 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=-6000919502737599341 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 3238.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105144 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.23 4.19 5/345 22116
/proc/meminfo: memFree=107258228/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=3105144 CPUtime=3299.17 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 108684 0 0 0 329158 759 0 0 20 0 20 0 34797493 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 776286 5527 1 0 788962 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=14156 CPUtime=3230.09 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 50991 0 0 0 322358 651 0 0 20 0 20 0 34797494 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 1363 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=3105144 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 3299.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105144 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.26 4.20 5/344 22118
/proc/meminfo: memFree=107127440/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=3105144 CPUtime=3359.52 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 110471 0 0 0 335184 768 0 0 20 0 20 0 34797493 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 776286 5527 1 0 788962 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=17536 CPUtime=3289.25 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 52071 0 0 0 328266 659 0 0 20 0 20 0 34797494 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=3105144 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=25520 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 1363 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=4137566276636274338 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 3359.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105144 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.27 4.21 5/345 22122
/proc/meminfo: memFree=106989120/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=3105144 CPUtime=3419.85 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 110732 0 0 0 341206 779 0 0 20 0 20 0 34797493 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 776286 5527 1 0 788978 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=14156 CPUtime=3348.39 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 52101 0 0 0 334170 669 0 0 20 0 20 0 34797494 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=3105144 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=3105144 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 1405 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=3105144 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 776286 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 3419.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.35 4.30 4.22 5/344 22127
/proc/meminfo: memFree=106871180/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=3107576 CPUtime=3480.77 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 113655 0 0 0 347287 790 0 0 20 0 20 0 34797493 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 776894 5527 1 0 789587 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=17536 CPUtime=3407.33 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 53612 0 0 0 340055 678 0 0 20 0 20 0 34797494 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=3107576 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=3107576 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 1405 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=3107576 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 3480.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3107576 KiB

[startup+3522.3 s]
/proc/loadavg: 3.96 4.22 4.20 4/319 22162
/proc/meminfo: memFree=112493884/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=3107576 CPUtime=3541.25 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 115764 0 0 0 353324 801 0 0 20 0 20 0 34797493 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 776894 5527 1 0 789588 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=3107576 CPUtime=3466.36 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 54956 0 0 0 345949 687 0 0 20 0 20 0 34797494 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=3105144 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 1405 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=-6000919502737599341 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 3541.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3107576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.7 s]
/proc/loadavg: 3.37 4.01 4.13 3/294 22202
/proc/meminfo: memFree=118684712/131249996 swapFree=33010684/33010684
[pid=21774] ppid=21771 vsize=19063512 memory=3107576 CPUtime=3600.07 cores=1,3
/proc/21774/stat : 21774 (java) S 21771 21774 20557 0 -1 4194304 117902 0 0 0 359197 810 0 0 20 0 20 0 34797493 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
/proc/21774/statm: 4765878 776894 5527 1 0 789589 0
[pid=21774/tid=21776] ppid=21771 vsize=19063512 memory=14156 CPUtime=3523.86 cores=1,3
/proc/21774/task/21776/stat : 21776 (java) R 21771 21774 20557 0 -1 4194368 56043 0 0 0 351691 695 0 0 20 0 20 0 34797494 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21785] ppid=21771 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/21774/task/21785/stat : 21785 (Finalizer) S 21771 21774 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797496 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21792] ppid=21771 vsize=19063512 memory=3107576 CPUtime=0 cores=1,3
/proc/21774/task/21792/stat : 21792 (Common-Cleaner) S 21771 21774 20557 0 -1 4194368 1459 0 0 0 0 0 0 0 20 0 20 0 34797497 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
[pid=21774/tid=21793] ppid=21771 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/21774/task/21793/stat : 21793 (Timer-0) S 21771 21774 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797515 19521036288 776894 18446744073709551615 94685546500096 94685546503792 140722456320432 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94685546511608 94685546512400 94685548666880 140722456328493 140722456328678 140722456328678 140722456334280 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3107576 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.1 s, system=8.12199 s

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

[startup+3581.81 s]*
/proc/loadavg: 3.37 4.01 4.13 3/276 22205
/proc/meminfo: memFree=121650724/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3581.82
CPU time (s): 3600.23
CPU user time (s): 3592.1
CPU system time (s): 8.12199
CPU usage (%): 100.514
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3107576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.1
system time used= 8.12199
maximum resident set size= 3108856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120482
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6483160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152416
involuntary context switches= 13215


# summary of solver processes directly reported to runsolver:
#   pid: 21774
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3592.1
#   total CPU system time (s): 8.12199

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.34116 second user time and 17.3148 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-29 11:59:56
IDJOB=4509867
IDBENCH=159141
IDSOLVER=3362
FILE ID=nodeC023/4509867-1751191196
RUNJOBID= nodeC023-1751183987-20569
SLURM_JOB_ID= 9587574
Free space on /tmp= 433060 MiB

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

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

MD5SUM BENCH= fdfc61e25e9264eb2f8645fd8f162aaa
RANDOM SEED=848739711

nodeC023 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	: 0xb00002a
cpu MHz		: 3599.921
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3597.512
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3535.544
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.867
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.887
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.881
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.096
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.880
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127324136 kB
MemAvailable:   127116368 kB
Buffers:            3280 kB
Cached:           602352 kB
SwapCached:            0 kB
Active:          3039904 kB
Inactive:         297212 kB
Active(anon):    2749640 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):   297212 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12556 kB
Writeback:             0 kB
AnonPages:       2734700 kB
Mapped:           122756 kB
Shmem:             18064 kB
KReclaimable:      87992 kB
Slab:             174764 kB
SReclaimable:      87992 kB
SUnreclaim:        86772 kB
KernelStack:        5232 kB
PageTables:         8932 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7085216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2516992 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC023 at 2025-06-29 12:59:38