Trace number 4510047

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.18 3573.03

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n232-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUM3c4292db534e5ed9ac145103152ac845
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 variables348
Total number of constraints928
Number of constraints which are clauses928
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: EFFECTIVE
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Dynamic restart strategy considering the size of the coefficients
0.10/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4510047-1751202286.opb
0.10/0.17	c reading problem ... 
0.10/0.18	c using VERIPB proof format
0.10/0.18	c  no objective function found
0.27/0.24	c ... done. Wall clock time 0.071s.
0.27/0.24	c declared #vars     348
0.27/0.24	c #constraints  928
0.27/0.24	c constraints type 
0.27/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 928
0.27/0.24	c 928 constraints processed.
1.84/1.00	c cleaning 2496 clauses out of 5000 with flag 0/5000
2.82/1.53	c cleaning 4246 clauses out of 8505 with flag 0/11001
3.78/2.06	c cleaning 5625 clauses out of 11259 with flag 0/18001
4.59/2.69	c cleaning 6807 clauses out of 13634 with flag 0/26001
5.31/3.33	c cleaning 7907 clauses out of 15826 with flag 0/35000
6.02/4.07	c cleaning 8952 clauses out of 17919 with flag 0/45000
6.89/4.85	c cleaning 9977 clauses out of 19968 with flag 0/56001
7.78/5.79	c cleaning 10988 clauses out of 21990 with flag 0/68000
8.68/6.68	c cleaning 11993 clauses out of 24002 with flag 0/81000
9.68/7.65	c cleaning 12993 clauses out of 26009 with flag 0/95000
10.87/8.77	c cleaning 14000 clauses out of 28016 with flag 0/110000
12.06/9.95	c cleaning 15002 clauses out of 30017 with flag 0/126001
13.52/11.36	c cleaning 16001 clauses out of 32015 with flag 0/143001
14.98/12.71	c cleaning 17000 clauses out of 34014 with flag 0/161001
16.49/14.28	c cleaning 18000 clauses out of 36014 with flag 0/180001
18.19/15.90	c cleaning 18999 clauses out of 38013 with flag 0/200000
19.88/17.66	c cleaning 19998 clauses out of 40014 with flag 0/221000
21.89/19.64	c cleaning 21000 clauses out of 42017 with flag 0/243001
23.70/21.49	c cleaning 22004 clauses out of 44016 with flag 0/266000
25.59/23.39	c cleaning 23001 clauses out of 46013 with flag 0/290001
27.61/25.31	c cleaning 23999 clauses out of 48011 with flag 0/315000
29.51/27.22	c cleaning 24999 clauses out of 50013 with flag 0/341001
31.72/29.47	c cleaning 25998 clauses out of 52014 with flag 0/368001
33.92/31.60	c cleaning 26999 clauses out of 54015 with flag 0/396000
36.14/33.82	c cleaning 28001 clauses out of 56016 with flag 0/425000
38.35/36.08	c cleaning 29001 clauses out of 58015 with flag 0/455000
41.24/39.05	c cleaning 30000 clauses out of 60014 with flag 0/486000
43.95/41.79	c cleaning 31000 clauses out of 62015 with flag 0/518001
46.98/44.78	c cleaning 31995 clauses out of 64014 with flag 0/551000
50.42/48.14	c cleaning 33004 clauses out of 66019 with flag 0/585000
53.60/51.30	c cleaning 34003 clauses out of 68016 with flag 0/620001
56.82/54.56	c cleaning 34999 clauses out of 70013 with flag 0/656001
59.94/57.63	c cleaning 35999 clauses out of 72013 with flag 0/693000
63.10/60.77	c cleaning 37000 clauses out of 74015 with flag 0/731001
66.95/64.53	c cleaning 38001 clauses out of 76014 with flag 0/770000
70.58/68.18	c cleaning 38998 clauses out of 78014 with flag 0/810001
74.32/71.89	c cleaning 40001 clauses out of 80016 with flag 0/851001
78.04/75.50	c cleaning 41001 clauses out of 82015 with flag 0/893001
82.27/79.72	c cleaning 41998 clauses out of 84014 with flag 0/936001
87.34/84.71	c cleaning 42998 clauses out of 86016 with flag 0/980001
92.30/89.61	c cleaning 43999 clauses out of 88017 with flag 0/1025000
96.94/94.22	c cleaning 45000 clauses out of 90018 with flag 0/1071000
101.74/99.01	c cleaning 46002 clauses out of 92018 with flag 0/1118000
106.48/103.75	c cleaning 46998 clauses out of 94017 with flag 0/1166001
111.44/108.60	c cleaning 48001 clauses out of 96020 with flag 0/1215002
116.39/113.54	c cleaning 48998 clauses out of 98018 with flag 0/1265001
121.23/118.38	c cleaning 50002 clauses out of 100019 with flag 0/1316000
126.44/123.41	c cleaning 51001 clauses out of 102017 with flag 0/1368000
131.86/128.89	c cleaning 51997 clauses out of 104016 with flag 0/1421000
136.82/133.77	c cleaning 53001 clauses out of 106020 with flag 0/1475001
141.49/138.39	c cleaning 53998 clauses out of 108019 with flag 0/1530001
146.69/143.42	c cleaning 54999 clauses out of 110020 with flag 0/1586000
151.86/148.54	c cleaning 55999 clauses out of 112021 with flag 0/1643000
157.87/154.50	c cleaning 57000 clauses out of 114023 with flag 0/1701001
164.91/161.41	c cleaning 58003 clauses out of 116023 with flag 0/1760001
171.20/167.62	c cleaning 59002 clauses out of 118019 with flag 0/1820000
177.05/173.45	c cleaning 60000 clauses out of 120018 with flag 0/1881001
182.94/179.28	c cleaning 61000 clauses out of 122018 with flag 0/1943001
191.08/187.34	c cleaning 62000 clauses out of 124018 with flag 0/2006001
199.31/195.54	c cleaning 62998 clauses out of 126018 with flag 0/2070001
207.96/204.12	c cleaning 63997 clauses out of 128019 with flag 0/2135000
216.90/213.08	c cleaning 64999 clauses out of 130023 with flag 0/2201001
225.58/221.75	c cleaning 66000 clauses out of 132024 with flag 0/2268001
234.79/230.93	c cleaning 66999 clauses out of 134024 with flag 0/2336001
245.06/241.17	c cleaning 67998 clauses out of 136025 with flag 0/2405001
254.54/250.56	c cleaning 68997 clauses out of 138026 with flag 0/2475000
264.76/260.72	c cleaning 70007 clauses out of 140029 with flag 0/2546000
275.49/271.44	c cleaning 71000 clauses out of 142022 with flag 0/2618000
286.89/282.82	c cleaning 71996 clauses out of 144022 with flag 0/2691000
298.04/294.00	c cleaning 73005 clauses out of 146027 with flag 0/2765001
306.76/302.60	c cleaning 74002 clauses out of 148021 with flag 0/2840000
314.92/310.71	c cleaning 75002 clauses out of 150019 with flag 0/2916000
323.06/318.87	c cleaning 75998 clauses out of 152017 with flag 0/2993000
331.22/326.98	c cleaning 76999 clauses out of 154019 with flag 0/3071000
340.60/336.25	c cleaning 78000 clauses out of 156020 with flag 0/3150000
350.20/345.73	c cleaning 78999 clauses out of 158020 with flag 0/3230000
358.61/354.08	c cleaning 80002 clauses out of 160021 with flag 0/3311000
368.28/363.59	c cleaning 81001 clauses out of 162020 with flag 0/3393001
377.97/373.13	c cleaning 81999 clauses out of 164019 with flag 0/3476001
387.49/382.54	c cleaning 82996 clauses out of 166020 with flag 0/3560001
397.05/392.03	c cleaning 83999 clauses out of 168024 with flag 0/3645001
405.67/400.52	c cleaning 85000 clauses out of 170025 with flag 0/3731001
413.15/407.95	c cleaning 86001 clauses out of 172025 with flag 0/3818001
420.50/415.27	c cleaning 87000 clauses out of 174023 with flag 0/3906000
428.02/422.71	c cleaning 87998 clauses out of 176024 with flag 0/3995001
437.41/432.04	c cleaning 89003 clauses out of 178025 with flag 0/4085000
447.34/441.96	c cleaning 90000 clauses out of 180022 with flag 0/4176000
458.10/452.64	c cleaning 91001 clauses out of 182022 with flag 0/4268000
469.81/464.37	c cleaning 92001 clauses out of 184022 with flag 0/4361001
481.34/475.89	c cleaning 92997 clauses out of 186021 with flag 0/4455001
493.37/487.83	c cleaning 94002 clauses out of 188024 with flag 0/4550001
504.86/499.24	c cleaning 95003 clauses out of 190022 with flag 0/4646001
516.99/511.27	c cleaning 96000 clauses out of 192019 with flag 0/4743001
528.69/522.76	c cleaning 96997 clauses out of 194019 with flag 0/4841001
539.22/533.22	c cleaning 98001 clauses out of 196022 with flag 0/4940001
549.76/543.79	c cleaning 99002 clauses out of 198021 with flag 0/5040001
561.55/555.30	c cleaning 100001 clauses out of 200019 with flag 0/5141001
572.70/566.47	c cleaning 100998 clauses out of 202017 with flag 0/5243000
584.45/578.17	c cleaning 101998 clauses out of 204020 with flag 0/5346001
595.74/589.47	c cleaning 103000 clauses out of 206021 with flag 0/5450000
606.21/599.87	c cleaning 104002 clauses out of 208021 with flag 0/5555000
617.41/610.96	c cleaning 105001 clauses out of 210019 with flag 0/5661000
628.72/622.14	c cleaning 105999 clauses out of 212018 with flag 0/5768000
641.03/634.34	c cleaning 106998 clauses out of 214019 with flag 0/5876000
653.18/646.35	c cleaning 108000 clauses out of 216021 with flag 0/5985000
665.59/658.69	c cleaning 109003 clauses out of 218021 with flag 0/6095000
678.06/671.05	c cleaning 109998 clauses out of 220018 with flag 0/6206000
690.63/683.55	c cleaning 111000 clauses out of 222020 with flag 0/6318000
702.96/695.81	c cleaning 112000 clauses out of 224020 with flag 0/6431000
715.69/708.48	c cleaning 113001 clauses out of 226020 with flag 0/6545000
728.86/721.57	c cleaning 114000 clauses out of 228019 with flag 0/6660000
741.94/734.51	c cleaning 115000 clauses out of 230019 with flag 0/6776000
754.98/747.75	c cleaning 115999 clauses out of 232020 with flag 0/6893001
767.88/760.58	c cleaning 117001 clauses out of 234021 with flag 0/7011001
781.60/774.29	c cleaning 117996 clauses out of 236020 with flag 0/7130001
795.68/788.21	c cleaning 118999 clauses out of 238023 with flag 0/7250000
810.65/803.17	c cleaning 120005 clauses out of 240025 with flag 0/7371001
824.87/817.29	c cleaning 121001 clauses out of 242020 with flag 0/7493001
839.91/832.18	c cleaning 121995 clauses out of 244018 with flag 0/7616000
854.85/847.05	c cleaning 123002 clauses out of 246024 with flag 0/7740001
868.99/861.14	c cleaning 123999 clauses out of 248021 with flag 0/7865000
884.75/876.89	c cleaning 124999 clauses out of 250022 with flag 0/7991000
901.21/893.24	c cleaning 125999 clauses out of 252023 with flag 0/8118000
916.68/908.57	c cleaning 127007 clauses out of 254024 with flag 0/8246000
932.80/924.22	c cleaning 127998 clauses out of 256017 with flag 0/8375000
950.39/941.74	c cleaning 128999 clauses out of 258020 with flag 0/8505001
967.01/958.22	c cleaning 130004 clauses out of 260021 with flag 0/8636001
985.27/976.32	c cleaning 130996 clauses out of 262016 with flag 0/8768000
1002.02/993.07	c cleaning 132001 clauses out of 264020 with flag 0/8901000
1018.98/1009.97	c cleaning 132999 clauses out of 266019 with flag 0/9035000
1039.22/1030.04	c cleaning 134001 clauses out of 268021 with flag 0/9170001
1057.41/1048.10	c cleaning 134999 clauses out of 270020 with flag 0/9306001
1075.45/1066.01	c cleaning 135999 clauses out of 272020 with flag 0/9443000
1094.98/1085.40	c cleaning 137001 clauses out of 274022 with flag 0/9581001
1112.92/1103.36	c cleaning 137998 clauses out of 276020 with flag 0/9720000
1132.68/1122.98	c cleaning 139000 clauses out of 278023 with flag 0/9860001
1151.85/1142.09	c cleaning 139998 clauses out of 280023 with flag 0/10001001
1170.06/1160.17	c cleaning 141004 clauses out of 282025 with flag 0/10143001
1189.55/1179.65	c cleaning 142001 clauses out of 284021 with flag 0/10286001
1208.90/1198.93	c cleaning 143003 clauses out of 286020 with flag 0/10430001
1230.98/1220.97	c cleaning 143999 clauses out of 288017 with flag 0/10575001
1254.52/1244.33	c cleaning 145000 clauses out of 290018 with flag 0/10721001
1288.05/1277.84	c cleaning 145998 clauses out of 292018 with flag 0/10868001
1308.54/1298.27	c cleaning 146999 clauses out of 294020 with flag 0/11016001
1329.64/1319.29	c cleaning 148005 clauses out of 296020 with flag 0/11165000
1350.73/1340.28	c cleaning 148998 clauses out of 298017 with flag 0/11315002
1371.85/1361.22	c cleaning 149996 clauses out of 300017 with flag 0/11466000
1391.96/1381.26	c cleaning 151000 clauses out of 302022 with flag 0/11618001
1411.85/1400.97	c cleaning 152000 clauses out of 304022 with flag 0/11771001
1430.60/1419.53	c cleaning 153000 clauses out of 306022 with flag 0/11925001
1450.91/1439.63	c cleaning 154001 clauses out of 308022 with flag 0/12080001
1471.53/1460.16	c cleaning 155002 clauses out of 310020 with flag 0/12236000
1489.70/1478.13	c cleaning 155995 clauses out of 312018 with flag 0/12393000
1511.91/1500.14	c cleaning 157002 clauses out of 314024 with flag 0/12551001
1531.76/1519.85	c cleaning 157999 clauses out of 316022 with flag 0/12710001
1550.37/1538.38	c cleaning 158998 clauses out of 318023 with flag 0/12870001
1573.95/1561.70	c cleaning 160000 clauses out of 320025 with flag 0/13031001
1595.93/1583.63	c cleaning 160998 clauses out of 322024 with flag 0/13193000
1618.53/1606.03	c cleaning 161997 clauses out of 324027 with flag 0/13356001
1644.14/1631.51	c cleaning 163005 clauses out of 326029 with flag 0/13520000
1665.67/1652.85	c cleaning 164007 clauses out of 328025 with flag 0/13685001
1687.67/1674.77	c cleaning 165000 clauses out of 330018 with flag 0/13851001
1710.13/1697.10	c cleaning 165999 clauses out of 332017 with flag 0/14018000
1733.19/1719.89	c cleaning 167002 clauses out of 334019 with flag 0/14186001
1758.04/1744.52	c cleaning 167999 clauses out of 336016 with flag 0/14355000
1781.52/1767.71	c cleaning 168997 clauses out of 338018 with flag 0/14525001
1806.31/1792.21	c cleaning 170005 clauses out of 340021 with flag 0/14696001
1833.84/1819.51	c cleaning 170995 clauses out of 342015 with flag 0/14868000
1861.98/1847.38	c cleaning 171997 clauses out of 344021 with flag 0/15041001
1887.67/1872.41	c cleaning 173000 clauses out of 346024 with flag 0/15215001
1914.62/1899.27	c cleaning 173997 clauses out of 348023 with flag 0/15390000
1942.52/1926.91	c cleaning 174999 clauses out of 350026 with flag 0/15566000
1970.14/1954.36	c cleaning 176006 clauses out of 352028 with flag 0/15743001
1996.72/1980.77	c cleaning 176998 clauses out of 354022 with flag 0/15921001
2023.59/2007.49	c cleaning 178003 clauses out of 356024 with flag 0/16100001
2050.43/2034.12	c cleaning 179003 clauses out of 358020 with flag 0/16280000
2078.24/2061.88	c cleaning 179998 clauses out of 360018 with flag 0/16461001
2103.41/2086.70	c cleaning 180999 clauses out of 362020 with flag 0/16643001
2132.21/2115.30	c cleaning 181996 clauses out of 364020 with flag 0/16826000
2157.87/2140.77	c cleaning 182998 clauses out of 366025 with flag 0/17010001
2185.41/2168.13	c cleaning 184002 clauses out of 368027 with flag 0/17195001
2214.25/2196.85	c cleaning 185001 clauses out of 370024 with flag 0/17381000
2248.67/2231.08	c cleaning 186000 clauses out of 372023 with flag 0/17568000
2287.35/2269.43	c cleaning 187001 clauses out of 374023 with flag 0/17756000
2320.53/2302.49	c cleaning 188000 clauses out of 376022 with flag 0/17945000
2347.55/2329.32	c cleaning 188999 clauses out of 378022 with flag 0/18135000
2372.61/2354.14	c cleaning 190001 clauses out of 380024 with flag 0/18326001
2400.03/2381.48	c cleaning 191003 clauses out of 382023 with flag 0/18518001
2428.27/2409.45	c cleaning 192001 clauses out of 384020 with flag 0/18711001
2455.64/2436.67	c cleaning 192997 clauses out of 386018 with flag 0/18905000
2482.25/2463.08	c cleaning 193998 clauses out of 388022 with flag 0/19100001
2515.46/2496.15	c cleaning 194999 clauses out of 390023 with flag 0/19296000
2548.59/2529.18	c cleaning 196000 clauses out of 392024 with flag 0/19493000
2581.89/2562.32	c cleaning 196997 clauses out of 394025 with flag 0/19691001
2613.47/2593.57	c cleaning 198003 clauses out of 396027 with flag 0/19890000
2646.40/2626.10	c cleaning 198999 clauses out of 398025 with flag 0/20090001
2679.93/2659.51	c cleaning 200002 clauses out of 400025 with flag 0/20291000
2715.37/2694.71	c cleaning 201003 clauses out of 402023 with flag 0/20493000
2746.55/2725.72	c cleaning 201998 clauses out of 404020 with flag 0/20696000
2777.84/2756.78	c cleaning 202999 clauses out of 406022 with flag 0/20900000
2811.10/2789.49	c cleaning 204000 clauses out of 408024 with flag 0/21105001
2845.89/2824.08	c cleaning 205001 clauses out of 410023 with flag 0/21311000
2878.87/2856.83	c cleaning 206000 clauses out of 412023 with flag 0/21518001
2912.94/2890.78	c cleaning 207000 clauses out of 414022 with flag 0/21726000
2945.33/2922.97	c cleaning 208000 clauses out of 416022 with flag 0/21935000
2975.00/2952.43	c cleaning 209001 clauses out of 418022 with flag 0/22145000
3006.49/2983.73	c cleaning 210000 clauses out of 420021 with flag 0/22356000
3035.87/3012.90	c cleaning 210999 clauses out of 422021 with flag 0/22568000
3067.35/3044.18	c cleaning 211999 clauses out of 424022 with flag 0/22781000
3100.42/3077.10	c cleaning 213003 clauses out of 426024 with flag 0/22995001
3130.83/3107.28	c cleaning 214000 clauses out of 428020 with flag 0/23210000
3169.93/3146.14	c cleaning 215001 clauses out of 430020 with flag 0/23426000
3202.20/3178.18	c cleaning 215996 clauses out of 432019 with flag 0/23643000
3238.08/3213.78	c cleaning 217000 clauses out of 434023 with flag 0/23861000
3273.13/3248.44	c cleaning 217995 clauses out of 436023 with flag 0/24080000
3305.64/3280.70	c cleaning 218999 clauses out of 438028 with flag 0/24300000
3338.00/3312.89	c cleaning 220003 clauses out of 440029 with flag 0/24521000
3370.07/3344.79	c cleaning 221000 clauses out of 442026 with flag 0/24743000
3401.58/3375.97	c cleaning 222001 clauses out of 444026 with flag 0/24966000
3432.94/3407.14	c cleaning 223003 clauses out of 446025 with flag 0/25190000
3465.29/3438.82	c cleaning 224003 clauses out of 448022 with flag 0/25415000
3496.46/3469.85	c cleaning 225001 clauses out of 450019 with flag 0/25641000
3528.72/3501.93	c cleaning 226000 clauses out of 452018 with flag 0/25868000
3563.06/3536.18	c cleaning 227002 clauses out of 454019 with flag 0/26096001
3594.20/3567.15	c cleaning 227996 clauses out of 456017 with flag 0/26325001
3600.02/3572.91	c starts		: 1
3600.02/3572.91	c timeout
3600.02/3572.92	c conflicts		: 26392047
3600.02/3572.92	c decisions		: 28082135
3600.02/3572.92	c propagations		: 330561366
3600.02/3572.92	c inspects		: 14210938266
3600.02/3572.92	c shortcuts		: 0
3600.02/3572.92	c learnt literals	: 0
3600.02/3572.92	c learnt binary clauses	: 0
3600.02/3572.92	c learnt ternary clauses	: 1
3600.02/3572.92	c learnt constraints	: 26392047
3600.02/3572.92	c ignored constraints	: 0
3600.02/3572.92	c root simplifications	: 0
3600.02/3572.92	c removed literals (reason simplification)	: 0
3600.02/3572.92	c reason swapping (by a shorter reason)	: 0
3600.02/3572.92	c Calls to reduceDB	: 225
3600.02/3572.92	c Number of update (reduction) of LBD	: 29481470
3600.02/3572.92	c Imported unit clauses	: 0
3600.02/3572.92	c No decision after first conflict	: false
3600.02/3572.92	c number of reductions to clauses (during analyze)	: 0
3600.02/3572.92	c number of learned constraints concerned by reduction	: 0
3600.02/3572.92	c number of learning phase by resolution	: 0
3600.02/3572.92	c number of learning phase by cutting planes	: 0
3600.02/3572.92	c number of rounding to 1 operations	: 0
3600.02/3572.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3572.92	c number of reductions of the coefficients by power 2 	: 0
3600.02/3572.92	c number of right shift for reduction by power 2 	: 0
3600.02/3572.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3572.92	c number of ending skipping 	: 0
3600.02/3572.92	c number of internal skipping 	: 0
3600.02/3572.92	c number of derivation steps 	: 309514024
3600.02/3572.92	c number of skipped derivation steps 	: 0
3600.02/3572.92	c number of remaining unassigned 	: 0
3600.02/3572.92	c number of remaining assigned 	: 0
3600.02/3572.92	c number of falsified literals weakened from reason	: 0
3600.02/3572.92	c number of falsified literals weakened from conflict	: 0
3600.02/3572.92	c time for arithmetic operations	: 0
3600.02/3572.92	c minimum degree of deleted constraints	: 1
3600.02/3572.92	c maximum degree of deleted constraints	: 1
3600.02/3572.92	c number of deleted constraints	: 26096980
3600.02/3572.92	c speed (assignments/second)	: 92524.73590561262
3600.02/3572.92	c non guided choices	: 3493
3600.02/3572.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 295067
3600.02/3572.99	s UNKNOWN
3600.02/3572.99	c Total wall clock time (in seconds): 3572.822

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: 63665 MiB (62714 MiB free)
  memory of node 1: 64507 MiB (63986 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23296, runsolver pid=23287

[startup+0.100059 s]*
/proc/loadavg: 0.80 2.71 3.56 8/332 23373
/proc/meminfo: memFree=129655580/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=18930384 memory=53124 CPUtime=0.1 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 6350 0 134 0 8 2 0 0 20 0 18 0 35908528 19384713216 13281 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4732596 13281 5339 1 0 547532 0
[pid=23296/tid=23306] ppid=23287 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 4915 0 86 0 5 1 0 0 20 0 18 0 35908530 19384713216 13281 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=18930384 memory=18954 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35908532 19384713216 13281 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35908533 19384713216 13281 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53124 KiB

[startup+0.205265 s]*
/proc/loadavg: 0.80 2.71 3.56 14/332 23373
/proc/meminfo: memFree=129618344/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=18930384 memory=62036 CPUtime=0.27 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 6987 0 134 0 25 2 0 0 20 0 18 0 35908528 19384713216 15509 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4732596 15509 5403 1 0 547966 0
[pid=23296/tid=23306] ppid=23287 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 5315 0 86 0 14 1 0 0 20 0 18 0 35908530 19384713216 15509 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=18930384 memory=18954 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35908532 19384713216 15509 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35908533 19384713216 15509 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62036 KiB

[startup+0.305905 s]*
/proc/loadavg: 0.80 2.71 3.56 13/336 23377
/proc/meminfo: memFree=129605500/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=18996948 memory=71464 CPUtime=0.47 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 7301 0 134 0 44 3 0 0 20 0 19 0 35908528 19452874752 17866 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4749237 17866 5403 1 0 548402 0
[pid=23296/tid=23306] ppid=23287 vsize=18996948 memory=-6000919472656378221 CPUtime=0.23 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 5393 0 86 0 21 2 0 0 20 0 19 0 35908530 19452874752 17866 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35908532 19452874752 17866 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35908533 19452874752 17866 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35908552 19452874752 17866 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71464 KiB

[startup+0.700195 s]
/proc/loadavg: 0.80 2.71 3.56 10/336 23377
/proc/meminfo: memFree=129360188/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=164396 CPUtime=1.23 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 12204 0 134 0 119 4 0 0 20 0 20 0 35908528 19521036288 41099 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 41099 5435 1 0 551720 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=17664 CPUtime=0.59 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 5448 0 86 0 56 3 0 0 20 0 20 0 35908530 19521036288 41099 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 41099 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 41099 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 41099 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164396 KiB

[startup+1.50019 s]
/proc/loadavg: 0.80 2.71 3.56 10/340 23381
/proc/meminfo: memFree=129202772/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=319956 CPUtime=2.82 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 21181 0 134 0 273 9 0 0 20 0 20 0 35908528 19521036288 79989 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 79989 5435 1 0 554262 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=10880 CPUtime=1.35 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 5880 0 86 0 129 6 0 0 20 0 20 0 35908530 19521036288 79989 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 79989 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 79989 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 79989 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 319956 KiB

[startup+3.10511 s]
/proc/loadavg: 1.38 2.80 3.58 6/340 23381
/proc/meminfo: memFree=126783160/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=1043972 CPUtime=5.12 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 24905 0 134 0 487 25 0 0 20 0 20 0 35908528 19521036288 260993 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 260993 5435 1 0 554743 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=10880 CPUtime=2.94 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 6790 0 86 0 272 22 0 0 20 0 20 0 35908530 19521036288 260993 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=-6000919476951345517 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 260993 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 260993 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 260993 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 5.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1043972 KiB

[startup+6.30016 s]
/proc/loadavg: 1.38 2.80 3.58 6/342 23383
/proc/meminfo: memFree=124609568/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=1311720 CPUtime=8.37 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 25232 0 134 0 807 30 0 0 20 0 20 0 35908528 19521036288 327930 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 327930 5435 1 0 554743 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=0 CPUtime=6.09 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 7051 0 86 0 583 26 0 0 20 0 20 0 35908530 19521036288 327930 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 327930 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 327930 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 327930 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 8.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311720 KiB

[startup+12.7002 s]
/proc/loadavg: 1.78 2.84 3.59 6/342 23383
/proc/meminfo: memFree=124546776/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=1313900 CPUtime=14.98 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 30947 0 134 0 1465 33 0 0 20 0 20 0 35908528 19521036288 328475 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 328475 5435 1 0 554743 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=10880 CPUtime=12.42 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 7959 0 86 0 1214 28 0 0 20 0 20 0 35908530 19521036288 328475 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=1313900 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 328475 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 328475 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=-6000919476951345517 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 328475 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 14.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313900 KiB

[startup+25.5002 s]
/proc/loadavg: 2.28 2.91 3.61 6/342 23383
/proc/meminfo: memFree=124420284/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=1328332 CPUtime=27.81 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 33732 0 134 0 2744 37 0 0 20 0 20 0 35908528 19521036288 332083 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 332083 5435 1 0 554743 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=1313900 CPUtime=25.1 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 9294 0 86 0 2478 32 0 0 20 0 20 0 35908530 19521036288 332083 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 332083 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=-6000919476951345517 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 332083 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=1311720 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 332083 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 27.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1328332 KiB

[startup+51.1052 s]
/proc/loadavg: 2.87 3.00 3.62 6/343 23384
/proc/meminfo: memFree=124201944/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=1367540 CPUtime=53.4 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 36104 0 134 0 5296 44 0 0 20 0 20 0 35908528 19521036288 341885 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 341885 5467 1 0 554743 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=1367540 CPUtime=50.27 cores=0,2

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

/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 1339 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 3186.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3116452 KiB

[startup+3222.3 s]
/proc/loadavg: 4.30 4.23 4.19 5/343 24078
/proc/meminfo: memFree=110492172/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=3116452 CPUtime=3246.73 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 124459 0 134 0 323897 776 0 0 20 0 20 0 35908528 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 779113 5499 1 0 792328 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=3116452 CPUtime=3171.04 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 55504 0 86 0 316435 669 0 0 20 0 20 0 35908530 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 1392 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 3246.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3116452 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.23 4.19 5/343 24080
/proc/meminfo: memFree=110375072/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=3116452 CPUtime=3307.25 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 126691 0 134 0 329932 793 0 0 20 0 20 0 35908528 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 779113 5499 1 0 792328 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=14720 CPUtime=3229.98 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 56371 0 86 0 322314 684 0 0 20 0 20 0 35908530 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 1473 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 3307.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3116452 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.22 4.18 5/344 24083
/proc/meminfo: memFree=110247832/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=3116452 CPUtime=3367.67 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 126867 0 134 0 335959 808 0 0 20 0 20 0 35908528 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 779113 5499 1 0 792328 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=3116452 CPUtime=3289.09 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 56466 0 86 0 328211 698 0 0 20 0 20 0 35908530 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=6889269992128033922 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 1473 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 3367.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3116452 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.19 4.18 5/345 24097
/proc/meminfo: memFree=109610972/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=3116452 CPUtime=3428.14 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 129786 0 134 0 341992 822 0 0 20 0 20 0 35908528 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 779113 5499 1 0 792328 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=5760 CPUtime=3348.1 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 57659 0 86 0 334100 710 0 0 20 0 20 0 35908530 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 1473 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 3428.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3116452 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.17 4.17 5/345 24099
/proc/meminfo: memFree=108947000/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=3116452 CPUtime=3488.97 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 133660 0 134 0 348060 837 0 0 20 0 20 0 35908528 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 779113 5499 1 0 792328 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=0 CPUtime=3407.11 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 59639 0 86 0 339987 724 0 0 20 0 20 0 35908530 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 1526 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 3488.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3116452 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.20 4.18 5/344 24101
/proc/meminfo: memFree=108821200/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=3116452 CPUtime=3549.28 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 135671 0 134 0 354074 854 0 0 20 0 20 0 35908528 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 779113 5499 1 0 792328 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=3116452 CPUtime=3466.32 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 60455 0 86 0 345893 739 0 0 20 0 20 0 35908530 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 1586 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=3116452 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 779113 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 3549.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3116452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.9 s]
/proc/loadavg: 4.18 4.18 4.18 5/345 24104
/proc/meminfo: memFree=108728940/131250000 swapFree=33010684/33010684
[pid=23296] ppid=23287 vsize=19063512 memory=3116580 CPUtime=3600.02 cores=0,2
/proc/23296/stat : 23296 (java) S 23287 23296 23236 0 -1 4194304 135827 0 134 0 359135 867 0 0 20 0 20 0 35908528 19521036288 779145 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
/proc/23296/statm: 4765878 779145 5499 1 0 792328 0
[pid=23296/tid=23306] ppid=23287 vsize=19063512 memory=17664 CPUtime=3516.42 cores=0,2
/proc/23296/task/23306/stat : 23306 (java) R 23287 23296 23236 0 -1 4194368 60551 0 86 0 350892 750 0 0 20 0 20 0 35908530 19521036288 779145 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23327] ppid=23287 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/23296/task/23327/stat : 23327 (Finalizer) S 23287 23296 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908532 19521036288 779145 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23350] ppid=23287 vsize=19063512 memory=3116580 CPUtime=0 cores=0,2
/proc/23296/task/23350/stat : 23350 (Common-Cleaner) S 23287 23296 23236 0 -1 4194368 1586 0 0 0 0 0 0 0 20 0 20 0 35908533 19521036288 779145 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
[pid=23296/tid=23376] ppid=23287 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/23296/task/23376/stat : 23376 (Timer-0) S 23287 23296 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908552 19521036288 779145 18446744073709551615 93950554202112 93950554205808 140724973723072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93950554213624 93950554214416 93950568165376 140724973725997 140724973726182 140724973726182 140724973731784 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3116580 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.49 s, system=8.69034 s

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

[startup+3573 s]*
/proc/loadavg: 4.17 4.18 4.18 5/327 24107
/proc/meminfo: memFree=111728796/131250000 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): 3573.03
CPU time (s): 3600.18
CPU user time (s): 3591.49
CPU system time (s): 8.69034
CPU usage (%): 100.76
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3116580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.49
system time used= 8.69034
maximum resident set size= 3117604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138346
page faults= 134
swaps= 0
block input operations= 0
block output operations= 6383584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156343
involuntary context switches= 16983


# summary of solver processes directly reported to runsolver:
#   pid: 23296
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3591.49
#   total CPU system time (s): 8.69034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.52974 second user time and 16.2554 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 15:04:46
IDJOB=4510047
IDBENCH=159702
IDSOLVER=3362
FILE ID=nodeC027/4510047-1751202286
RUNJOBID= nodeC027-1751202286-23246
SLURM_JOB_ID= 9587612
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n232-d3-i1-f.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-4510047-1751202286/watcher-4510047-1751202286 -o /tmp/evaluation-result-4510047-1751202286/solver-4510047-1751202286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23246 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510047-1751202286 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510047-1751202286.opb

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

MD5SUM BENCH= 3c4292db534e5ed9ac145103152ac845
RANDOM SEED=264074300

nodeC027 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.637
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.29
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		: 3289.277
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.29
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		: 3600.580
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129701260 kB
MemAvailable:   129704292 kB
Buffers:            3280 kB
Cached:           808524 kB
SwapCached:            0 kB
Active:           328968 kB
Inactive:         554668 kB
Active(anon):      89900 kB
Inactive(anon):        0 kB
Active(file):     239068 kB
Inactive(file):   554668 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:         74912 kB
Mapped:           102412 kB
Shmem:             18068 kB
KReclaimable:      96672 kB
Slab:             182028 kB
SReclaimable:      96672 kB
SUnreclaim:        85356 kB
KernelStack:        4040 kB
PageTables:         2668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC027 at 2025-06-29 16:04:20