Trace number 4509687

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.37 3578.45

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.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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4509687-1751191187.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.15	c  no objective function found
0.32/0.22	c ... done. Wall clock time 0.066s.
0.32/0.22	c declared #vars     387
0.32/0.22	c #constraints  1032
0.32/0.22	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1032
0.32/0.22	c 1032 constraints processed.
1.88/1.08	c cleaning 2498 clauses out of 5000 with flag 0/5000
3.06/1.68	c cleaning 4245 clauses out of 8503 with flag 0/11001
4.32/2.35	c cleaning 5623 clauses out of 11258 with flag 0/18001
5.20/3.16	c cleaning 6813 clauses out of 13635 with flag 0/26001
6.22/4.02	c cleaning 7904 clauses out of 15822 with flag 0/35001
7.01/4.89	c cleaning 8951 clauses out of 17917 with flag 0/45000
8.08/5.81	c cleaning 9980 clauses out of 19967 with flag 0/56001
9.11/6.85	c cleaning 10989 clauses out of 21987 with flag 0/68001
10.47/8.12	c cleaning 11993 clauses out of 23997 with flag 0/81000
11.77/9.49	c cleaning 12997 clauses out of 26005 with flag 0/95001
13.17/10.83	c cleaning 13997 clauses out of 28008 with flag 0/110001
14.38/12.09	c cleaning 14997 clauses out of 30010 with flag 0/126000
15.80/13.45	c cleaning 16000 clauses out of 32014 with flag 0/143001
17.45/15.07	c cleaning 16999 clauses out of 34013 with flag 0/161000
19.14/16.78	c cleaning 18002 clauses out of 36015 with flag 0/180001
20.93/18.57	c cleaning 19000 clauses out of 38012 with flag 0/200000
22.73/20.38	c cleaning 19998 clauses out of 40014 with flag 0/221002
24.74/22.36	c cleaning 21002 clauses out of 42015 with flag 0/243001
26.74/24.35	c cleaning 21997 clauses out of 44013 with flag 0/266001
28.85/26.47	c cleaning 23000 clauses out of 46015 with flag 0/290000
31.05/28.62	c cleaning 24001 clauses out of 48016 with flag 0/315001
33.21/30.89	c cleaning 24997 clauses out of 50014 with flag 0/341000
35.91/33.50	c cleaning 25999 clauses out of 52017 with flag 0/368000
38.92/36.52	c cleaning 26999 clauses out of 54018 with flag 0/396000
42.02/39.65	c cleaning 28005 clauses out of 56019 with flag 0/425000
44.54/42.19	c cleaning 28999 clauses out of 58014 with flag 0/455000
47.45/45.06	c cleaning 29997 clauses out of 60016 with flag 0/486001
50.38/47.97	c cleaning 31004 clauses out of 62018 with flag 0/518000
53.56/51.14	c cleaning 32001 clauses out of 64015 with flag 0/551001
56.97/54.54	c cleaning 32996 clauses out of 66014 with flag 0/585001
60.60/58.18	c cleaning 34001 clauses out of 68018 with flag 0/620001
64.39/61.91	c cleaning 35000 clauses out of 70017 with flag 0/656001
68.11/65.63	c cleaning 36000 clauses out of 72017 with flag 0/693001
71.94/69.44	c cleaning 36997 clauses out of 74016 with flag 0/731000
75.58/73.05	c cleaning 38004 clauses out of 76019 with flag 0/770000
79.43/76.80	c cleaning 38998 clauses out of 78016 with flag 0/810001
83.07/80.46	c cleaning 40000 clauses out of 80017 with flag 0/851000
87.31/84.60	c cleaning 41002 clauses out of 82018 with flag 0/893001
92.27/89.53	c cleaning 41997 clauses out of 84015 with flag 0/936000
96.76/94.03	c cleaning 43002 clauses out of 86019 with flag 0/980001
101.49/98.77	c cleaning 44001 clauses out of 88016 with flag 0/1025000
106.32/103.53	c cleaning 44999 clauses out of 90016 with flag 0/1071001
110.97/108.19	c cleaning 45999 clauses out of 92017 with flag 0/1118001
116.19/113.33	c cleaning 47001 clauses out of 94017 with flag 0/1166000
121.66/118.72	c cleaning 48002 clauses out of 96016 with flag 0/1215000
127.45/124.53	c cleaning 49003 clauses out of 98015 with flag 0/1265001
132.83/129.83	c cleaning 49999 clauses out of 100011 with flag 0/1316000
138.73/135.63	c cleaning 50994 clauses out of 102012 with flag 0/1368000
144.44/141.34	c cleaning 52003 clauses out of 104018 with flag 0/1421000
150.01/146.85	c cleaning 53000 clauses out of 106016 with flag 0/1475001
155.55/152.32	c cleaning 53997 clauses out of 108016 with flag 0/1530001
161.59/158.31	c cleaning 55004 clauses out of 110019 with flag 0/1586001
168.13/164.87	c cleaning 55995 clauses out of 112014 with flag 0/1643000
174.18/170.87	c cleaning 57002 clauses out of 114020 with flag 0/1701001
181.84/178.40	c cleaning 57998 clauses out of 116018 with flag 0/1760001
190.25/186.81	c cleaning 59003 clauses out of 118020 with flag 0/1820001
197.59/194.16	c cleaning 59999 clauses out of 120017 with flag 0/1881001
203.80/200.32	c cleaning 61000 clauses out of 122018 with flag 0/1943001
210.03/206.54	c cleaning 61995 clauses out of 124017 with flag 0/2006000
216.55/213.06	c cleaning 63002 clauses out of 126022 with flag 0/2070000
223.84/220.36	c cleaning 64002 clauses out of 128021 with flag 0/2135001
230.77/227.27	c cleaning 65000 clauses out of 130019 with flag 0/2201001
237.53/233.90	c cleaning 65996 clauses out of 132018 with flag 0/2268000
244.69/241.02	c cleaning 67001 clauses out of 134023 with flag 0/2336001
252.16/248.45	c cleaning 67999 clauses out of 136022 with flag 0/2405001
259.64/255.87	c cleaning 68998 clauses out of 138023 with flag 0/2475001
267.72/263.82	c cleaning 70002 clauses out of 140024 with flag 0/2546000
275.71/271.77	c cleaning 71001 clauses out of 142022 with flag 0/2618000
283.34/279.37	c cleaning 72002 clauses out of 144022 with flag 0/2691001
291.94/287.88	c cleaning 73003 clauses out of 146019 with flag 0/2765000
301.50/297.31	c cleaning 73998 clauses out of 148016 with flag 0/2840000
310.30/306.00	c cleaning 75002 clauses out of 150019 with flag 0/2916001
319.57/315.29	c cleaning 75997 clauses out of 152016 with flag 0/2993000
328.79/324.33	c cleaning 76999 clauses out of 154019 with flag 0/3071000
338.66/334.14	c cleaning 78003 clauses out of 156021 with flag 0/3150001
348.09/343.56	c cleaning 78997 clauses out of 158018 with flag 0/3230001
357.81/353.24	c cleaning 80000 clauses out of 160020 with flag 0/3311000
367.57/362.92	c cleaning 81003 clauses out of 162020 with flag 0/3393000
377.20/372.53	c cleaning 82000 clauses out of 164017 with flag 0/3476000
386.25/381.49	c cleaning 83002 clauses out of 166018 with flag 0/3560001
396.20/391.39	c cleaning 83995 clauses out of 168015 with flag 0/3645000
405.94/400.99	c cleaning 84997 clauses out of 170021 with flag 0/3731001
416.27/411.10	c cleaning 86003 clauses out of 172023 with flag 0/3818000
426.36/421.16	c cleaning 87001 clauses out of 174022 with flag 0/3906002
435.98/430.75	c cleaning 88000 clauses out of 176020 with flag 0/3995001
445.65/440.30	c cleaning 89003 clauses out of 178019 with flag 0/4085000
456.21/450.82	c cleaning 89999 clauses out of 180016 with flag 0/4176000
466.57/461.84	c cleaning 91001 clauses out of 182017 with flag 0/4268000
476.69/471.86	c cleaning 91999 clauses out of 184017 with flag 0/4361001
488.03/483.03	c cleaning 93000 clauses out of 186017 with flag 0/4455000
499.56/494.52	c cleaning 93999 clauses out of 188017 with flag 0/4550000
510.23/505.17	c cleaning 95001 clauses out of 190019 with flag 0/4646001
520.60/515.47	c cleaning 95994 clauses out of 192018 with flag 0/4743001
532.62/527.37	c cleaning 97003 clauses out of 194023 with flag 0/4841000
543.79/538.41	c cleaning 97998 clauses out of 196021 with flag 0/4940001
554.99/549.58	c cleaning 98999 clauses out of 198022 with flag 0/5040000
567.03/561.43	c cleaning 100003 clauses out of 200024 with flag 0/5141001
579.01/573.38	c cleaning 100998 clauses out of 202021 with flag 0/5243001
590.49/584.72	c cleaning 102000 clauses out of 204023 with flag 0/5346001
602.04/596.21	c cleaning 103003 clauses out of 206023 with flag 0/5450001
614.20/608.33	c cleaning 103999 clauses out of 208019 with flag 0/5555000
626.43/620.55	c cleaning 104999 clauses out of 210020 with flag 0/5661000
638.80/632.80	c cleaning 106000 clauses out of 212021 with flag 0/5768000
650.84/644.83	c cleaning 107001 clauses out of 214022 with flag 0/5876001
663.97/657.96	c cleaning 107999 clauses out of 216021 with flag 0/5985001
676.73/670.68	c cleaning 108996 clauses out of 218021 with flag 0/6095000
690.12/684.07	c cleaning 110007 clauses out of 220026 with flag 0/6206001
706.11/699.91	c cleaning 111000 clauses out of 222018 with flag 0/6318000
722.20/715.98	c cleaning 111999 clauses out of 224019 with flag 0/6431001
736.53/730.18	c cleaning 113002 clauses out of 226020 with flag 0/6545001
751.32/744.87	c cleaning 113997 clauses out of 228017 with flag 0/6660000
767.32/760.77	c cleaning 114999 clauses out of 230020 with flag 0/6776000
782.44/775.85	c cleaning 115997 clauses out of 232021 with flag 0/6893000
797.80/791.18	c cleaning 117004 clauses out of 234025 with flag 0/7011001
812.35/805.66	c cleaning 117999 clauses out of 236021 with flag 0/7130001
827.13/820.36	c cleaning 119004 clauses out of 238021 with flag 0/7250000
842.80/835.92	c cleaning 119999 clauses out of 240017 with flag 0/7371000
858.55/851.68	c cleaning 120997 clauses out of 242018 with flag 0/7493000
874.38/867.38	c cleaning 122002 clauses out of 244021 with flag 0/7616000
890.19/883.01	c cleaning 122999 clauses out of 246020 with flag 0/7740001
904.63/897.48	c cleaning 123998 clauses out of 248021 with flag 0/7865001
921.31/913.93	c cleaning 124998 clauses out of 250023 with flag 0/7991001
936.89/929.47	c cleaning 126002 clauses out of 252024 with flag 0/8118000
957.70/950.15	c cleaning 127001 clauses out of 254022 with flag 0/8246000
981.41/973.42	c cleaning 128003 clauses out of 256021 with flag 0/8375000
1002.21/994.16	c cleaning 128998 clauses out of 258018 with flag 0/8505000
1024.00/1015.86	c cleaning 130000 clauses out of 260021 with flag 0/8636001
1046.13/1037.89	c cleaning 131000 clauses out of 262021 with flag 0/8768001
1069.02/1060.50	c cleaning 132004 clauses out of 264020 with flag 0/8901000
1088.49/1079.85	c cleaning 133002 clauses out of 266016 with flag 0/9035000
1109.27/1100.59	c cleaning 133996 clauses out of 268015 with flag 0/9170001
1131.63/1122.73	c cleaning 135000 clauses out of 270019 with flag 0/9306001
1149.73/1140.67	c cleaning 135998 clauses out of 272018 with flag 0/9443000
1169.12/1159.97	c cleaning 137002 clauses out of 274021 with flag 0/9581001
1189.33/1180.01	c cleaning 137996 clauses out of 276018 with flag 0/9720000
1211.24/1201.88	c cleaning 138995 clauses out of 278023 with flag 0/9860001
1233.37/1223.86	c cleaning 140006 clauses out of 280028 with flag 0/10001001
1256.22/1246.47	c cleaning 141000 clauses out of 282021 with flag 0/10143000
1279.43/1269.46	c cleaning 142002 clauses out of 284022 with flag 0/10286001
1301.47/1291.31	c cleaning 143000 clauses out of 286020 with flag 0/10430001
1323.67/1313.42	c cleaning 144002 clauses out of 288019 with flag 0/10575000
1346.45/1336.18	c cleaning 145002 clauses out of 290018 with flag 0/10721001
1372.76/1362.38	c cleaning 145997 clauses out of 292016 with flag 0/10868001
1395.05/1384.57	c cleaning 146996 clauses out of 294018 with flag 0/11016000
1416.21/1405.57	c cleaning 148001 clauses out of 296022 with flag 0/11165000
1440.01/1429.24	c cleaning 149001 clauses out of 298021 with flag 0/11315000
1463.48/1452.58	c cleaning 150006 clauses out of 300021 with flag 0/11466001
1486.07/1475.09	c cleaning 150996 clauses out of 302015 with flag 0/11618001
1507.52/1496.43	c cleaning 151999 clauses out of 304018 with flag 0/11771000
1529.72/1518.53	c cleaning 152999 clauses out of 306019 with flag 0/11925000
1551.08/1539.80	c cleaning 154004 clauses out of 308021 with flag 0/12080001
1574.57/1563.26	c cleaning 155002 clauses out of 310017 with flag 0/12236001
1595.67/1584.20	c cleaning 155995 clauses out of 312015 with flag 0/12393001
1617.69/1606.14	c cleaning 157003 clauses out of 314019 with flag 0/12551000
1640.55/1628.83	c cleaning 158000 clauses out of 316017 with flag 0/12710001
1663.88/1652.05	c cleaning 158997 clauses out of 318016 with flag 0/12870000
1686.07/1674.74	c cleaning 159998 clauses out of 320020 with flag 0/13031001
1707.98/1696.51	c cleaning 160999 clauses out of 322021 with flag 0/13193000
1728.73/1717.14	c cleaning 162000 clauses out of 324023 with flag 0/13356001
1751.23/1739.52	c cleaning 162998 clauses out of 326022 with flag 0/13520000
1773.64/1761.72	c cleaning 164005 clauses out of 328025 with flag 0/13685001
1796.78/1784.72	c cleaning 164996 clauses out of 330019 with flag 0/13851000
1822.58/1810.46	c cleaning 166001 clauses out of 332023 with flag 0/14018000
1846.35/1833.92	c cleaning 167000 clauses out of 334024 with flag 0/14186002
1869.17/1856.67	c cleaning 168002 clauses out of 336023 with flag 0/14355001
1890.99/1878.35	c cleaning 169000 clauses out of 338021 with flag 0/14525001
1913.06/1900.37	c cleaning 169998 clauses out of 340020 with flag 0/14696000
1937.03/1924.27	c cleaning 171001 clauses out of 342022 with flag 0/14868000
1965.75/1952.83	c cleaning 172003 clauses out of 344021 with flag 0/15041000
1989.68/1976.57	c cleaning 172995 clauses out of 346018 with flag 0/15215000
2015.11/2001.88	c cleaning 174000 clauses out of 348023 with flag 0/15390000
2040.44/2027.02	c cleaning 174997 clauses out of 350024 with flag 0/15566001
2064.94/2051.43	c cleaning 176001 clauses out of 352027 with flag 0/15743001
2087.67/2073.93	c cleaning 177000 clauses out of 354025 with flag 0/15921000
2114.99/2101.05	c cleaning 178005 clauses out of 356026 with flag 0/16100001
2145.28/2131.05	c cleaning 179001 clauses out of 358021 with flag 0/16280001
2175.53/2161.19	c cleaning 180002 clauses out of 360020 with flag 0/16461001
2203.71/2189.25	c cleaning 180995 clauses out of 362018 with flag 0/16643001
2233.05/2218.47	c cleaning 181998 clauses out of 364023 with flag 0/16826001
2259.78/2245.05	c cleaning 183003 clauses out of 366024 with flag 0/17010000
2291.98/2277.12	c cleaning 184002 clauses out of 368022 with flag 0/17195001
2320.02/2304.99	c cleaning 185002 clauses out of 370020 with flag 0/17381001
2352.39/2337.29	c cleaning 186000 clauses out of 372017 with flag 0/17568000
2382.66/2367.39	c cleaning 186998 clauses out of 374018 with flag 0/17756001
2413.65/2398.18	c cleaning 188000 clauses out of 376020 with flag 0/17945001
2446.87/2431.17	c cleaning 189000 clauses out of 378019 with flag 0/18135000
2476.49/2460.63	c cleaning 189999 clauses out of 380019 with flag 0/18326000
2505.61/2489.66	c cleaning 190999 clauses out of 382021 with flag 0/18518001
2534.56/2518.48	c cleaning 192001 clauses out of 384022 with flag 0/18711001
2569.81/2553.57	c cleaning 192998 clauses out of 386021 with flag 0/18905001
2606.32/2589.83	c cleaning 194002 clauses out of 388023 with flag 0/19100001
2641.96/2625.23	c cleaning 195002 clauses out of 390022 with flag 0/19296002
2675.03/2658.06	c cleaning 196001 clauses out of 392018 with flag 0/19493000
2710.42/2693.21	c cleaning 196997 clauses out of 394018 with flag 0/19691001
2748.16/2730.61	c cleaning 198000 clauses out of 396020 with flag 0/19890000
2783.16/2765.56	c cleaning 198999 clauses out of 398020 with flag 0/20090000
2819.85/2802.08	c cleaning 200002 clauses out of 400021 with flag 0/20291000
2852.56/2834.50	c cleaning 201001 clauses out of 402020 with flag 0/20493001
2886.39/2868.17	c cleaning 201997 clauses out of 404018 with flag 0/20696000
2918.05/2899.55	c cleaning 203001 clauses out of 406021 with flag 0/20900000
2947.47/2928.76	c cleaning 204000 clauses out of 408021 with flag 0/21105001
2983.05/2964.17	c cleaning 205001 clauses out of 410020 with flag 0/21311000
3017.16/2998.01	c cleaning 205998 clauses out of 412019 with flag 0/21518000
3051.70/3032.30	c cleaning 207001 clauses out of 414022 with flag 0/21726001
3085.89/3066.26	c cleaning 207996 clauses out of 416020 with flag 0/21935000
3121.91/3102.62	c cleaning 209004 clauses out of 418024 with flag 0/22145000
3157.10/3137.62	c cleaning 209998 clauses out of 420021 with flag 0/22356001
3194.09/3174.46	c cleaning 211001 clauses out of 422022 with flag 0/22568000
3231.05/3211.29	c cleaning 211999 clauses out of 424021 with flag 0/22781000
3267.47/3247.38	c cleaning 213000 clauses out of 426022 with flag 0/22995000
3305.83/3285.55	c cleaning 214001 clauses out of 428022 with flag 0/23210000
3350.52/3330.00	c cleaning 215001 clauses out of 430022 with flag 0/23426001
3392.42/3371.74	c cleaning 215999 clauses out of 432020 with flag 0/23643000
3432.60/3411.73	c cleaning 217002 clauses out of 434021 with flag 0/23861000
3474.78/3453.78	c cleaning 218001 clauses out of 436019 with flag 0/24080000
3517.11/3495.88	c cleaning 219004 clauses out of 438018 with flag 0/24300000
3562.09/3540.51	c cleaning 219996 clauses out of 440014 with flag 0/24521000
3600.08/3578.32	c starts		: 1
3600.08/3578.33	c conflicts		: 24743001
3600.08/3578.33	c decisions		: 28413615
3600.08/3578.33	c propagations		: 319457960
3600.08/3578.33	c inspects		: 16343370595
3600.08/3578.33	c shortcuts		: 0
3600.08/3578.33	c learnt literals	: 0
3600.08/3578.33	c learnt binary clauses	: 0
3600.08/3578.33	c learnt ternary clauses	: 0
3600.08/3578.33	c learnt constraints	: 24743001
3600.08/3578.33	c ignored constraints	: 0
3600.08/3578.34	c root simplifications	: 0
3600.08/3578.34	c removed literals (reason simplification)	: 0
3600.08/3578.34	c reason swapping (by a shorter reason)	: 0
3600.08/3578.34	c Calls to reduceDB	: 218
3600.08/3578.34	c Number of update (reduction) of LBD	: 29326640
3600.08/3578.34	c Imported unit clauses	: 0
3600.08/3578.34	c No decision after first conflict	: false
3600.08/3578.34	c number of reductions to clauses (during analyze)	: 0
3600.08/3578.34	c number of learned constraints concerned by reduction	: 0
3600.08/3578.34	c number of learning phase by resolution	: 0
3600.08/3578.34	c number of learning phase by cutting planes	: 0
3600.08/3578.34	c number of rounding to 1 operations	: 0
3600.08/3578.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3578.34	c number of reductions of the coefficients by power 2 	: 0
3600.08/3578.34	c number of right shift for reduction by power 2 	: 0
3600.08/3578.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3578.34	c number of ending skipping 	: 0
3600.08/3578.34	c number of internal skipping 	: 0
3600.08/3578.34	c number of derivation steps 	: 281397884
3600.08/3578.34	c number of skipped derivation steps 	: 0
3600.08/3578.34	c number of remaining unassigned 	: 0
3600.08/3578.34	c number of remaining assigned 	: 0
3600.08/3578.34	c number of falsified literals weakened from reason	: 0
3600.08/3578.34	c number of falsified literals weakened from conflict	: 0
3600.08/3578.34	c time for arithmetic operations	: 0
3600.08/3578.34	c minimum degree of deleted constraints	: 1
3600.08/3578.35	c maximum degree of deleted constraints	: 1
3600.08/3578.35	c number of deleted constraints	: 24410424
3600.08/3578.35	c speed (assignments/second)	: 89280.77734524236
3600.08/3578.35	c non guided choices	: 9854
3600.29/3578.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 442019
3600.29/3578.43	s UNKNOWN
3600.29/3578.43	c Total wall clock time (in seconds): 3578.282

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100059 s]*
/proc/loadavg: 4.27 4.30 4.26 5/320 24944
/proc/meminfo: memFree=121994220/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=18930384 memory=57772 CPUtime=0.13 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 6593 0 0 0 11 2 0 0 20 0 18 0 34796244 19384713216 14443 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4732596 14443 5331 1 0 547640 0
[pid=24926/tid=24928] ppid=24921 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 5097 0 0 0 6 1 0 0 20 0 18 0 34796245 19384713216 14443 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34796247 19384713216 14443 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=18930384 memory=55186957824150 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34796247 19384713216 14443 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57772 KiB

[startup+0.204949 s]*
/proc/loadavg: 4.27 4.30 4.26 6/320 24956
/proc/meminfo: memFree=122010084/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=18930384 memory=66788 CPUtime=0.32 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 7167 0 0 0 29 3 0 0 20 0 18 0 34796244 19384713216 16697 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4732596 16697 5459 1 0 548017 0
[pid=24926/tid=24928] ppid=24921 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 5395 0 0 0 15 2 0 0 20 0 18 0 34796245 19384713216 16697 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34796247 19384713216 16697 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34796247 19384713216 16697 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66788 KiB

[startup+0.305752 s]*
/proc/loadavg: 4.27 4.30 4.26 7/319 24958
/proc/meminfo: memFree=121999624/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=18996948 memory=79488 CPUtime=0.51 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 8100 0 0 0 48 3 0 0 20 0 19 0 34796244 19452874752 19872 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4749237 19872 5459 1 0 548817 0
[pid=24926/tid=24928] ppid=24921 vsize=18996948 memory=7686721470250393238 CPUtime=0.26 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 5465 0 0 0 24 2 0 0 20 0 19 0 34796245 19452874752 19872 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34796247 19452874752 19872 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34796247 19452874752 19872 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34796266 19452874752 19872 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79488 KiB

[startup+0.700254 s]
/proc/loadavg: 4.27 4.30 4.26 6/319 24966
/proc/meminfo: memFree=121937028/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=164908 CPUtime=1.28 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 12627 0 0 0 121 7 0 0 20 0 20 0 34796244 19521036288 41227 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 41227 5491 1 0 551708 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=17408 CPUtime=0.6 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 5507 0 0 0 56 4 0 0 20 0 20 0 34796245 19521036288 41227 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 41227 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 41227 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 41227 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164908 KiB

[startup+1.50026 s]
/proc/loadavg: 4.27 4.30 4.26 7/342 24996
/proc/meminfo: memFree=121808164/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=331884 CPUtime=2.86 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 19691 0 0 0 275 11 0 0 20 0 20 0 34796244 19521036288 82971 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 82971 5491 1 0 552953 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=0 CPUtime=1.38 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 5925 0 0 0 130 8 0 0 20 0 20 0 34796245 19521036288 82971 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 82971 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 82971 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 82971 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 331884 KiB

[startup+3.10557 s]
/proc/loadavg: 4.41 4.33 4.27 5/343 24997
/proc/meminfo: memFree=120593968/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=1013580 CPUtime=5.2 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 24593 0 0 0 494 26 0 0 20 0 20 0 34796244 19521036288 253395 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 253395 5491 1 0 554742 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=10752 CPUtime=2.95 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 7069 0 0 0 273 22 0 0 20 0 20 0 34796245 19521036288 253395 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=-6000919502821353581 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 253395 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 253395 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 253395 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1013580 KiB

[startup+6.30024 s]
/proc/loadavg: 4.41 4.33 4.27 5/343 24997
/proc/meminfo: memFree=119596252/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=1307960 CPUtime=8.57 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 25839 0 0 0 825 32 0 0 20 0 20 0 34796244 19521036288 326990 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 326990 5491 1 0 554743 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=0 CPUtime=6.12 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 7286 0 0 0 584 28 0 0 20 0 20 0 34796245 19521036288 326990 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 326990 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 326990 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=390304 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 326990 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 8.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1307960 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.33 4.27 6/322 25000
/proc/meminfo: memFree=124490296/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=1314276 CPUtime=15.11 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 29155 0 0 0 1475 36 0 0 20 0 20 0 34796244 19521036288 328569 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 328569 5491 1 0 554743 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=390304 CPUtime=12.47 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 8141 0 0 0 1216 31 0 0 20 0 20 0 34796245 19521036288 328569 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 328569 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=-6000919502821353581 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 328569 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 328569 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 15.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1314276 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 4.29 4.26 5/343 25064
/proc/meminfo: memFree=123658080/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=1320452 CPUtime=27.94 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 33796 0 0 0 2752 42 0 0 20 0 20 0 34796244 19521036288 330113 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 330113 5491 1 0 554743 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=4380 CPUtime=25.13 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 10298 0 0 0 2477 36 0 0 20 0 20 0 34796245 19521036288 330113 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=1318404 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 330113 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 330113 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=165548 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 330113 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 27.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320452 KiB

[startup+51.1056 s]
/proc/loadavg: 4.15 4.27 4.25 5/343 25064
/proc/meminfo: memFree=123495308/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=1353628 CPUtime=53.56 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 36121 0 0 0 5305 51 0 0 20 0 20 0 34796244 19521036288 338407 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 338407 5523 1 0 554743 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=0 CPUtime=50.4 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 11377 0 0 0 4997 43 0 0 20 0 20 0 34796245 19521036288 338407 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0

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

[startup+3222.3 s]
/proc/loadavg: 3.66 4.19 4.26 4/318 25271
/proc/meminfo: memFree=117574412/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3242.28 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 114397 0 0 0 323390 838 0 0 20 0 20 0 34796244 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 776235 5523 1 0 789764 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=3103788 CPUtime=3168.13 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 51588 0 0 0 316108 705 0 0 20 0 20 0 34796245 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=3103788 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=3104940 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 1460 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 3242.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3104940 KiB

[startup+3282.3 s]
/proc/loadavg: 3.28 3.98 4.18 4/318 25273
/proc/meminfo: memFree=117478940/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3302.63 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 116251 0 0 0 329413 850 0 0 20 0 20 0 34796244 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 776235 5523 1 0 789766 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3227.16 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 52586 0 0 0 321999 717 0 0 20 0 20 0 34796245 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=3104940 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 1541 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=-6000919502821353581 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 3302.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3104940 KiB

[startup+3342.3 s]
/proc/loadavg: 3.19 3.83 4.12 5/319 25278
/proc/meminfo: memFree=117421860/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3362.83 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 117813 0 0 0 335420 863 0 0 20 0 20 0 34796244 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 776235 5523 1 0 789766 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3286.44 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 53462 0 0 0 327917 727 0 0 20 0 20 0 34796245 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=3104940 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 1633 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=17460 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 3362.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3104940 KiB

[startup+3402.3 s]
/proc/loadavg: 3.43 3.77 4.07 4/320 25283
/proc/meminfo: memFree=117347536/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3423.21 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 118087 0 0 0 341446 875 0 0 20 0 20 0 34796244 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 776235 5523 1 0 789766 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3345.56 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 53658 0 0 0 333818 738 0 0 20 0 20 0 34796245 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=3104940 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 1633 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=-6000919502821353581 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 3423.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3104940 KiB

[startup+3462.3 s]
/proc/loadavg: 3.33 3.69 4.03 5/319 25285
/proc/meminfo: memFree=117285636/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3483.38 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 120138 0 0 0 347451 887 0 0 20 0 20 0 34796244 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 776235 5523 1 0 789766 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3404.9 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 55078 0 0 0 339743 747 0 0 20 0 20 0 34796245 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=3104940 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 1633 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=3104940 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 3483.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3104940 KiB

[startup+3522.3 s]
/proc/loadavg: 3.18 3.58 3.96 4/319 25287
/proc/meminfo: memFree=117212216/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3543.87 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 122018 0 0 0 353486 901 0 0 20 0 20 0 34796244 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 776235 5523 1 0 789766 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3463.85 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 56227 0 0 0 345625 760 0 0 20 0 20 0 34796245 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=3104940 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 1688 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=3104940 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 3543.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3104940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.3 s]
/proc/loadavg: 3.14 3.49 3.91 4/319 25289
/proc/meminfo: memFree=117146452/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19063512 memory=3104940 CPUtime=3600.08 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 122512 0 0 0 359096 912 0 0 20 0 20 0 34796244 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4765878 776235 5523 1 0 789766 0
[pid=24926/tid=24928] ppid=24921 vsize=19063512 memory=10752 CPUtime=3519.17 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 56402 0 0 0 351148 769 0 0 20 0 20 0 34796245 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19063512 memory=3104940 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 1743 0 0 0 0 0 0 0 20 0 20 0 34796247 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24958] ppid=24921 vsize=19063512 memory=3104940 CPUtime=0 cores=4,6
/proc/24926/task/24958/stat : 24958 (Timer-0) S 24921 24926 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34796266 19521036288 776235 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3104940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.23 s, system=9.143 s

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

[startup+3578.4 s]
/proc/loadavg: 3.14 3.49 3.91 4/319 25289
/proc/meminfo: memFree=117146452/131249988 swapFree=33010684/33010684
[pid=24926] ppid=24921 vsize=19263204 memory=3105708 CPUtime=3600.29 cores=4,6
/proc/24926/stat : 24926 (java) S 24921 24926 23911 0 -1 4194304 124719 0 0 0 359116 913 0 0 20 0 21 0 34796244 19725520896 776427 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
/proc/24926/statm: 4815801 776427 5555 1 0 790653 0
[pid=24926/tid=24928] ppid=24921 vsize=19263204 memory=4760 CPUtime=3519.27 cores=4,6
/proc/24926/task/24928/stat : 24928 (java) R 24921 24926 23911 0 -1 4194368 56402 0 0 0 351158 769 0 0 20 0 21 0 34796245 19725520896 776427 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24937] ppid=24921 vsize=19263204 memory=2764 CPUtime=0 cores=4,6
/proc/24926/task/24937/stat : 24937 (Finalizer) S 24921 24926 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34796247 19725520896 776427 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
[pid=24926/tid=24944] ppid=24921 vsize=19263204 memory=-6000919502821353581 CPUtime=0 cores=4,6
/proc/24926/task/24944/stat : 24944 (Common-Cleaner) S 24921 24926 23911 0 -1 4194368 1743 0 0 0 0 0 0 0 20 0 21 0 34796247 19725520896 776427 18446744073709551615 94357659328512 94357659332208 140722696221392 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94357659340024 94357659340816 94357689229312 140722696227117 140722696227302 140722696227302 140722696232904 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3105708 KiB

Child status: 143

Real time (s): 3578.45
CPU time (s): 3600.37
CPU user time (s): 3591.23
CPU system time (s): 9.143
CPU usage (%): 100.612
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3105708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.23
system time used= 9.143
maximum resident set size= 3105836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124934
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5758152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154431
involuntary context switches= 30202


# summary of solver processes directly reported to runsolver:
#   pid: 24926
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3591.23
#   total CPU system time (s): 9.143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.54037 second user time and 17.1588 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 11:59:47
IDJOB=4509687
IDBENCH=158768
IDSOLVER=3362
FILE ID=nodeC020/4509687-1751191187
RUNJOBID= nodeC020-1751183987-23922
SLURM_JOB_ID= 9587573
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-n258-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-4509687-1751191187/watcher-4509687-1751191187 -o /tmp/evaluation-result-4509687-1751191187/solver-4509687-1751191187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751183987-23922 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509687-1751191187 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4509687-1751191187.opb

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

MD5SUM BENCH= 7056d5d7645a22d74bbe899777f3f6dc
RANDOM SEED=284374220

nodeC020 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.914
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.79
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		: 3599.659
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        122036468 kB
MemAvailable:   122653220 kB
Buffers:            3280 kB
Cached:          1423884 kB
SwapCached:            0 kB
Active:          7482092 kB
Inactive:        1116544 kB
Active(anon):    7189568 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):  1116544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14752 kB
Writeback:             0 kB
AnonPages:       7173680 kB
Mapped:           122668 kB
Shmem:             18056 kB
KReclaimable:      93844 kB
Slab:             180384 kB
SReclaimable:      93844 kB
SUnreclaim:        86540 kB
KernelStack:        4880 kB
PageTables:        17436 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    8237704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151160 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6926336 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:     7962624 kB
DirectMap1G:    127926272 kB

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