Trace number 4509795

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.21 3581

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n184-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM2ca6c56c39551016f0346c5d85471318
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 variables276
Total number of constraints736
Number of constraints which are clauses736
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4509795-1751191194.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
0.31/0.22	c ... done. Wall clock time 0.061s.
0.31/0.22	c declared #vars     276
0.31/0.22	c #constraints  736
0.31/0.22	c constraints type 
0.31/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 736
0.31/0.22	c 736 constraints processed.
1.65/0.96	c cleaning 2496 clauses out of 5000 with flag 0/5000
2.64/1.46	c cleaning 4248 clauses out of 8505 with flag 0/11001
3.64/1.99	c cleaning 5622 clauses out of 11256 with flag 0/18000
4.62/2.58	c cleaning 6809 clauses out of 13634 with flag 0/26000
5.25/3.18	c cleaning 7904 clauses out of 15825 with flag 0/35000
5.84/3.76	c cleaning 8955 clauses out of 17921 with flag 0/45000
6.58/4.41	c cleaning 9977 clauses out of 19967 with flag 0/56001
7.18/5.07	c cleaning 10989 clauses out of 21990 with flag 0/68001
7.88/5.78	c cleaning 11995 clauses out of 24000 with flag 0/81000
8.89/6.71	c cleaning 12993 clauses out of 26006 with flag 0/95001
9.90/7.72	c cleaning 14000 clauses out of 28012 with flag 0/110000
10.92/8.71	c cleaning 15002 clauses out of 30013 with flag 0/126001
12.08/9.81	c cleaning 15992 clauses out of 32010 with flag 0/143000
13.17/10.94	c cleaning 17003 clauses out of 34019 with flag 0/161001
14.38/12.12	c cleaning 17998 clauses out of 36016 with flag 0/180001
15.68/13.42	c cleaning 19000 clauses out of 38017 with flag 0/200000
16.89/14.70	c cleaning 20001 clauses out of 40017 with flag 0/221000
18.39/16.12	c cleaning 21000 clauses out of 42016 with flag 0/243000
19.88/17.69	c cleaning 21998 clauses out of 44017 with flag 0/266001
21.40/19.16	c cleaning 23004 clauses out of 46019 with flag 0/290001
23.10/20.81	c cleaning 23999 clauses out of 48015 with flag 0/315001
24.81/22.57	c cleaning 24998 clauses out of 50016 with flag 0/341001
26.71/24.42	c cleaning 25999 clauses out of 52018 with flag 0/368001
28.61/26.34	c cleaning 26997 clauses out of 54018 with flag 0/396000
30.62/28.38	c cleaning 28004 clauses out of 56022 with flag 0/425001
32.82/30.59	c cleaning 29001 clauses out of 58018 with flag 0/455001
35.15/32.90	c cleaning 29998 clauses out of 60016 with flag 0/486000
37.37/35.11	c cleaning 31002 clauses out of 62018 with flag 0/518000
39.88/37.66	c cleaning 32000 clauses out of 64016 with flag 0/551000
42.58/40.33	c cleaning 33001 clauses out of 66016 with flag 0/585000
45.41/43.14	c cleaning 33999 clauses out of 68015 with flag 0/620000
48.52/46.20	c cleaning 35001 clauses out of 70016 with flag 0/656000
51.76/49.43	c cleaning 36000 clauses out of 72016 with flag 0/693001
55.15/52.84	c cleaning 37000 clauses out of 74016 with flag 0/731001
58.54/56.22	c cleaning 37999 clauses out of 76015 with flag 0/770000
61.84/59.56	c cleaning 39002 clauses out of 78017 with flag 0/810001
65.43/63.16	c cleaning 40000 clauses out of 80015 with flag 0/851001
69.17/66.85	c cleaning 40998 clauses out of 82014 with flag 0/893000
72.92/70.58	c cleaning 41999 clauses out of 84017 with flag 0/936001
76.77/74.31	c cleaning 42999 clauses out of 86017 with flag 0/980000
80.63/78.13	c cleaning 44004 clauses out of 88019 with flag 0/1025001
84.79/82.25	c cleaning 45001 clauses out of 90014 with flag 0/1071000
88.84/86.23	c cleaning 45996 clauses out of 92014 with flag 0/1118001
93.00/90.34	c cleaning 46999 clauses out of 94018 with flag 0/1166001
97.27/94.63	c cleaning 47998 clauses out of 96018 with flag 0/1215000
101.70/99.05	c cleaning 48999 clauses out of 98020 with flag 0/1265000
106.03/103.30	c cleaning 50004 clauses out of 100021 with flag 0/1316000
110.25/107.55	c cleaning 51000 clauses out of 102018 with flag 0/1368001
114.79/112.03	c cleaning 52000 clauses out of 104019 with flag 0/1421002
119.41/116.64	c cleaning 53001 clauses out of 106017 with flag 0/1475000
123.67/120.89	c cleaning 53998 clauses out of 108016 with flag 0/1530000
128.56/126.22	c cleaning 54999 clauses out of 110018 with flag 0/1586000
133.22/130.86	c cleaning 56000 clauses out of 112020 with flag 0/1643001
138.00/135.53	c cleaning 57002 clauses out of 114019 with flag 0/1701000
143.08/140.56	c cleaning 57996 clauses out of 116017 with flag 0/1760000
147.71/145.14	c cleaning 59000 clauses out of 118022 with flag 0/1820001
152.65/150.10	c cleaning 60002 clauses out of 120022 with flag 0/1881001
158.26/155.62	c cleaning 60996 clauses out of 122019 with flag 0/1943000
163.73/161.05	c cleaning 61997 clauses out of 124023 with flag 0/2006000
169.09/166.34	c cleaning 63004 clauses out of 126027 with flag 0/2070001
174.94/172.13	c cleaning 64002 clauses out of 128022 with flag 0/2135000
181.83/178.91	c cleaning 65000 clauses out of 130020 with flag 0/2201000
188.68/185.78	c cleaning 66002 clauses out of 132021 with flag 0/2268001
195.02/192.07	c cleaning 67002 clauses out of 134019 with flag 0/2336001
201.35/198.34	c cleaning 67999 clauses out of 136017 with flag 0/2405001
207.97/204.98	c cleaning 69000 clauses out of 138018 with flag 0/2475001
215.09/212.03	c cleaning 70002 clauses out of 140019 with flag 0/2546002
221.77/218.78	c cleaning 70997 clauses out of 142015 with flag 0/2618000
227.81/224.73	c cleaning 71994 clauses out of 144019 with flag 0/2691001
233.80/230.68	c cleaning 73003 clauses out of 146024 with flag 0/2765000
240.65/237.49	c cleaning 74002 clauses out of 148022 with flag 0/2840001
247.54/244.25	c cleaning 75001 clauses out of 150020 with flag 0/2916001
255.72/252.31	c cleaning 75999 clauses out of 152019 with flag 0/2993001
262.48/259.06	c cleaning 76997 clauses out of 154019 with flag 0/3071000
270.04/266.55	c cleaning 78007 clauses out of 156023 with flag 0/3150001
277.87/274.33	c cleaning 78998 clauses out of 158015 with flag 0/3230000
285.67/282.05	c cleaning 80002 clauses out of 160019 with flag 0/3311002
293.23/289.51	c cleaning 80995 clauses out of 162015 with flag 0/3393000
300.52/296.78	c cleaning 81996 clauses out of 164021 with flag 0/3476001
308.60/304.73	c cleaning 83005 clauses out of 166025 with flag 0/3560001
316.63/312.64	c cleaning 83999 clauses out of 168019 with flag 0/3645000
325.13/321.04	c cleaning 84995 clauses out of 170020 with flag 0/3731000
333.13/328.94	c cleaning 85998 clauses out of 172026 with flag 0/3818001
341.11/336.89	c cleaning 87001 clauses out of 174027 with flag 0/3906000
349.89/345.57	c cleaning 88005 clauses out of 176027 with flag 0/3995001
358.54/354.12	c cleaning 89003 clauses out of 178022 with flag 0/4085001
368.01/363.52	c cleaning 89999 clauses out of 180018 with flag 0/4176000
377.57/373.09	c cleaning 91001 clauses out of 182019 with flag 0/4268000
386.39/381.75	c cleaning 91998 clauses out of 184019 with flag 0/4361001
395.74/391.09	c cleaning 93001 clauses out of 186020 with flag 0/4455000
405.13/400.32	c cleaning 94000 clauses out of 188019 with flag 0/4550000
414.80/409.93	c cleaning 94999 clauses out of 190019 with flag 0/4646000
424.23/419.25	c cleaning 96005 clauses out of 192021 with flag 0/4743001
434.70/429.67	c cleaning 96996 clauses out of 194015 with flag 0/4841000
445.03/439.92	c cleaning 98001 clauses out of 196019 with flag 0/4940000
456.22/451.10	c cleaning 98999 clauses out of 198019 with flag 0/5040001
466.64/461.38	c cleaning 99998 clauses out of 200020 with flag 0/5141001
477.59/472.28	c cleaning 100998 clauses out of 202021 with flag 0/5243000
489.86/484.43	c cleaning 101999 clauses out of 204024 with flag 0/5346001
501.76/496.20	c cleaning 103003 clauses out of 206024 with flag 0/5450000
512.65/507.08	c cleaning 104001 clauses out of 208022 with flag 0/5555001
525.50/519.89	c cleaning 105003 clauses out of 210021 with flag 0/5661001
538.19/532.48	c cleaning 105997 clauses out of 212018 with flag 0/5768001
550.46/544.64	c cleaning 107001 clauses out of 214021 with flag 0/5876001
562.63/556.73	c cleaning 108000 clauses out of 216019 with flag 0/5985000
574.70/568.71	c cleaning 109003 clauses out of 218019 with flag 0/6095000
587.40/581.49	c cleaning 109998 clauses out of 220016 with flag 0/6206000
600.84/594.85	c cleaning 110996 clauses out of 222018 with flag 0/6318000
613.40/607.50	c cleaning 111997 clauses out of 224022 with flag 0/6431000
624.92/618.95	c cleaning 113008 clauses out of 226025 with flag 0/6545000
636.35/630.34	c cleaning 113997 clauses out of 228018 with flag 0/6660001
647.89/641.88	c cleaning 115003 clauses out of 230021 with flag 0/6776001
659.75/653.69	c cleaning 115996 clauses out of 232018 with flag 0/6893001
671.38/665.12	c cleaning 116997 clauses out of 234021 with flag 0/7011000
684.32/678.00	c cleaning 118002 clauses out of 236024 with flag 0/7130000
697.46/691.04	c cleaning 118999 clauses out of 238022 with flag 0/7250000
710.81/704.31	c cleaning 120003 clauses out of 240024 with flag 0/7371001
723.45/716.86	c cleaning 120997 clauses out of 242020 with flag 0/7493000
735.43/728.72	c cleaning 121999 clauses out of 244023 with flag 0/7616000
747.34/740.51	c cleaning 123001 clauses out of 246024 with flag 0/7740000
759.97/753.10	c cleaning 124001 clauses out of 248023 with flag 0/7865000
773.55/766.57	c cleaning 124999 clauses out of 250023 with flag 0/7991001
786.76/779.63	c cleaning 125999 clauses out of 252024 with flag 0/8118001
799.74/792.55	c cleaning 127001 clauses out of 254025 with flag 0/8246001
812.38/805.12	c cleaning 128004 clauses out of 256024 with flag 0/8375001
825.34/818.04	c cleaning 129001 clauses out of 258019 with flag 0/8505000
838.46/831.12	c cleaning 129999 clauses out of 260018 with flag 0/8636000
852.28/844.98	c cleaning 130996 clauses out of 262020 with flag 0/8768001
867.03/859.61	c cleaning 131999 clauses out of 264024 with flag 0/8901001
880.97/873.58	c cleaning 132997 clauses out of 266024 with flag 0/9035000
895.99/888.53	c cleaning 134001 clauses out of 268027 with flag 0/9170000
910.81/903.35	c cleaning 135001 clauses out of 270027 with flag 0/9306001
925.83/918.35	c cleaning 136005 clauses out of 272025 with flag 0/9443000
941.24/933.69	c cleaning 136997 clauses out of 274020 with flag 0/9581000
956.82/949.15	c cleaning 137999 clauses out of 276024 with flag 0/9720001
972.20/964.48	c cleaning 139003 clauses out of 278025 with flag 0/9860001
987.43/979.62	c cleaning 139998 clauses out of 280021 with flag 0/10001000
1005.10/997.22	c cleaning 141002 clauses out of 282024 with flag 0/10143001
1021.20/1013.30	c cleaning 142003 clauses out of 284022 with flag 0/10286001
1037.40/1029.37	c cleaning 142999 clauses out of 286019 with flag 0/10430001
1053.74/1045.63	c cleaning 143996 clauses out of 288020 with flag 0/10575001
1070.10/1061.94	c cleaning 145000 clauses out of 290023 with flag 0/10721000
1086.41/1078.20	c cleaning 145995 clauses out of 292024 with flag 0/10868001
1102.63/1094.36	c cleaning 147000 clauses out of 294028 with flag 0/11016000
1119.19/1110.87	c cleaning 148002 clauses out of 296028 with flag 0/11165000
1135.35/1126.86	c cleaning 149002 clauses out of 298027 with flag 0/11315001
1152.74/1144.47	c cleaning 150001 clauses out of 300025 with flag 0/11466001
1170.47/1161.96	c cleaning 150999 clauses out of 302024 with flag 0/11618001
1188.11/1179.42	c cleaning 152004 clauses out of 304025 with flag 0/11771001
1206.07/1197.37	c cleaning 152996 clauses out of 306020 with flag 0/11925000
1223.95/1215.10	c cleaning 153999 clauses out of 308024 with flag 0/12080000
1241.11/1232.18	c cleaning 155002 clauses out of 310025 with flag 0/12236000
1257.90/1248.86	c cleaning 156001 clauses out of 312024 with flag 0/12393001
1276.23/1267.13	c cleaning 156997 clauses out of 314023 with flag 0/12551001
1294.07/1285.00	c cleaning 158002 clauses out of 316025 with flag 0/12710000
1313.58/1304.47	c cleaning 159002 clauses out of 318024 with flag 0/12870001
1332.00/1322.76	c cleaning 160000 clauses out of 320022 with flag 0/13031001
1349.84/1340.43	c cleaning 160999 clauses out of 322022 with flag 0/13193001
1369.38/1359.98	c cleaning 162000 clauses out of 324022 with flag 0/13356000
1388.51/1379.10	c cleaning 163001 clauses out of 326022 with flag 0/13520000
1408.28/1398.63	c cleaning 164000 clauses out of 328022 with flag 0/13685001
1429.11/1419.42	c cleaning 165003 clauses out of 330022 with flag 0/13851001
1448.96/1439.17	c cleaning 165996 clauses out of 332019 with flag 0/14018001
1469.20/1459.29	c cleaning 167004 clauses out of 334023 with flag 0/14186001
1490.39/1480.29	c cleaning 167993 clauses out of 336018 with flag 0/14355000
1511.11/1500.85	c cleaning 168996 clauses out of 338026 with flag 0/14525001
1532.11/1521.79	c cleaning 170002 clauses out of 340031 with flag 0/14696002
1550.46/1540.77	c cleaning 171007 clauses out of 342027 with flag 0/14868000
1570.13/1560.32	c cleaning 172001 clauses out of 344020 with flag 0/15041000
1587.93/1577.97	c cleaning 173001 clauses out of 346020 with flag 0/15215001
1610.50/1600.42	c cleaning 174000 clauses out of 348018 with flag 0/15390000
1633.00/1622.72	c cleaning 174998 clauses out of 350018 with flag 0/15566000
1652.92/1642.45	c cleaning 176004 clauses out of 352022 with flag 0/15743002
1674.49/1663.93	c cleaning 176996 clauses out of 354016 with flag 0/15921000
1695.78/1685.16	c cleaning 178002 clauses out of 356020 with flag 0/16100000
1717.98/1707.21	c cleaning 178994 clauses out of 358020 with flag 0/16280002
1739.04/1728.28	c cleaning 179999 clauses out of 360024 with flag 0/16461000
1757.76/1747.00	c cleaning 181003 clauses out of 362026 with flag 0/16643001
1778.68/1767.79	c cleaning 182000 clauses out of 364022 with flag 0/16826000
1799.21/1788.18	c cleaning 182998 clauses out of 366022 with flag 0/17010000
1820.66/1809.56	c cleaning 184002 clauses out of 368025 with flag 0/17195001
1841.33/1830.13	c cleaning 185000 clauses out of 370022 with flag 0/17381000
1863.80/1852.61	c cleaning 186000 clauses out of 372023 with flag 0/17568001
1887.39/1876.08	c cleaning 186993 clauses out of 374022 with flag 0/17756000
1910.79/1899.31	c cleaning 188003 clauses out of 376029 with flag 0/17945000
1935.00/1923.46	c cleaning 189003 clauses out of 378026 with flag 0/18135000
1958.88/1947.26	c cleaning 189999 clauses out of 380023 with flag 0/18326000
1982.31/1970.58	c cleaning 191002 clauses out of 382024 with flag 0/18518000
2005.61/1993.70	c cleaning 192002 clauses out of 384023 with flag 0/18711001
2031.76/2019.61	c cleaning 193002 clauses out of 386021 with flag 0/18905001
2055.42/2043.09	c cleaning 194000 clauses out of 388019 with flag 0/19100001
2078.02/2066.45	c cleaning 194997 clauses out of 390018 with flag 0/19296000
2102.17/2090.58	c cleaning 195998 clauses out of 392021 with flag 0/19493000
2127.68/2115.92	c cleaning 197001 clauses out of 394024 with flag 0/19691001
2155.65/2143.69	c cleaning 198002 clauses out of 396023 with flag 0/19890001
2180.97/2169.01	c cleaning 198996 clauses out of 398021 with flag 0/20090001
2208.16/2196.11	c cleaning 199998 clauses out of 400024 with flag 0/20291000
2232.00/2219.75	c cleaning 200999 clauses out of 402027 with flag 0/20493001
2257.27/2244.89	c cleaning 202003 clauses out of 404028 with flag 0/20696001
2282.21/2269.62	c cleaning 203001 clauses out of 406024 with flag 0/20900000
2307.53/2294.88	c cleaning 204000 clauses out of 408024 with flag 0/21105001
2332.48/2319.50	c cleaning 205001 clauses out of 410023 with flag 0/21311000
2359.88/2346.89	c cleaning 205996 clauses out of 412023 with flag 0/21518001
2388.43/2374.81	c cleaning 206999 clauses out of 414026 with flag 0/21726000
2416.22/2402.53	c cleaning 207999 clauses out of 416028 with flag 0/21935001
2441.78/2427.92	c cleaning 209002 clauses out of 418028 with flag 0/22145000
2472.04/2458.08	c cleaning 210002 clauses out of 420026 with flag 0/22356000
2501.18/2487.06	c cleaning 211006 clauses out of 422025 with flag 0/22568001
2530.55/2516.20	c cleaning 212000 clauses out of 424019 with flag 0/22781001
2559.93/2545.46	c cleaning 213000 clauses out of 426018 with flag 0/22995000
2588.05/2573.33	c cleaning 213999 clauses out of 428019 with flag 0/23210001
2617.53/2602.58	c cleaning 214999 clauses out of 430019 with flag 0/23426000
2644.83/2629.64	c cleaning 215999 clauses out of 432020 with flag 0/23643000
2672.88/2657.57	c cleaning 216997 clauses out of 434022 with flag 0/23861001
2702.44/2687.41	c cleaning 217999 clauses out of 436024 with flag 0/24080000
2733.92/2718.70	c cleaning 219004 clauses out of 438026 with flag 0/24300001
2763.37/2748.02	c cleaning 219997 clauses out of 440021 with flag 0/24521000
2790.00/2774.55	c cleaning 221003 clauses out of 442024 with flag 0/24743000
2817.62/2802.08	c cleaning 221996 clauses out of 444022 with flag 0/24966001
2843.20/2827.60	c cleaning 223003 clauses out of 446025 with flag 0/25190000
2869.73/2853.96	c cleaning 223999 clauses out of 448022 with flag 0/25415000
2903.19/2887.26	c cleaning 225005 clauses out of 450023 with flag 0/25641000
2939.71/2923.63	c cleaning 225997 clauses out of 452019 with flag 0/25868001
2968.64/2952.38	c cleaning 226999 clauses out of 454021 with flag 0/26096000
3000.76/2984.33	c cleaning 227997 clauses out of 456023 with flag 0/26325001
3033.49/3016.96	c cleaning 229006 clauses out of 458025 with flag 0/26555000
3066.58/3050.88	c cleaning 230000 clauses out of 460020 with flag 0/26786001
3095.92/3080.01	c cleaning 230998 clauses out of 462019 with flag 0/27018000
3128.22/3112.03	c cleaning 232003 clauses out of 464022 with flag 0/27251001
3159.60/3143.20	c cleaning 233000 clauses out of 466019 with flag 0/27485001
3192.71/3176.17	c cleaning 233996 clauses out of 468018 with flag 0/27720000
3229.35/3212.52	c cleaning 235002 clauses out of 470022 with flag 0/27956000
3265.31/3248.36	c cleaning 235999 clauses out of 472020 with flag 0/28193000
3302.06/3284.90	c cleaning 236997 clauses out of 474022 with flag 0/28431001
3338.55/3321.15	c cleaning 237997 clauses out of 476025 with flag 0/28670001
3374.05/3356.33	c cleaning 239007 clauses out of 478028 with flag 0/28910001
3411.74/3393.84	c cleaning 240000 clauses out of 480021 with flag 0/29151001
3448.05/3429.98	c cleaning 240999 clauses out of 482021 with flag 0/29393001
3486.85/3468.56	c cleaning 241999 clauses out of 484021 with flag 0/29636000
3516.41/3497.82	c cleaning 243000 clauses out of 486022 with flag 0/29880000
3545.74/3527.03	c cleaning 243997 clauses out of 488022 with flag 0/30125000
3584.89/3565.91	c cleaning 244999 clauses out of 490025 with flag 0/30371000
3600.05/3580.91	c starts		: 1
3600.05/3580.91	c conflicts		: 30528876
3600.05/3580.91	c decisions		: 33707357
3600.05/3580.91	c propagations		: 326090743
3600.05/3580.91	c inspects		: 17459510577
3600.05/3580.91	c shortcuts		: 0
3600.05/3580.91	c learnt literals	: 0
3600.05/3580.91	c learnt binary clauses	: 0
3600.05/3580.91	c learnt ternary clauses	: 0
3600.05/3580.91	c learnt constraints	: 30528876
3600.05/3580.91	c ignored constraints	: 0
3600.05/3580.91	c root simplifications	: 0
3600.05/3580.91	c removed literals (reason simplification)	: 0
3600.05/3580.91	c reason swapping (by a shorter reason)	: 0
3600.05/3580.91	c Calls to reduceDB	: 242
3600.05/3580.91	c Number of update (reduction) of LBD	: 35873782
3600.05/3580.91	c Imported unit clauses	: 0
3600.05/3580.91	c No decision after first conflict	: false
3600.05/3580.91	c number of reductions to clauses (during analyze)	: 0
3600.05/3580.91	c number of learned constraints concerned by reduction	: 0
3600.05/3580.91	c number of learning phase by resolution	: 0
3600.05/3580.91	c number of learning phase by cutting planes	: 0
3600.05/3580.91	c number of rounding to 1 operations	: 0
3600.05/3580.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3580.91	c number of reductions of the coefficients by power 2 	: 0
3600.05/3580.91	c number of right shift for reduction by power 2 	: 0
3600.05/3580.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3580.91	c number of ending skipping 	: 0
3600.05/3580.91	c number of internal skipping 	: 0
3600.05/3580.91	c number of derivation steps 	: 295922868
3600.05/3580.91	c number of skipped derivation steps 	: 0
3600.05/3580.92	c number of remaining unassigned 	: 0
3600.05/3580.92	c number of remaining assigned 	: 0
3600.05/3580.92	c number of falsified literals weakened from reason	: 0
3600.05/3580.92	c number of falsified literals weakened from conflict	: 0
3600.05/3580.92	c time for arithmetic operations	: 0
3600.05/3580.92	c minimum degree of deleted constraints	: 1
3600.05/3580.92	c maximum degree of deleted constraints	: 1
3600.05/3580.92	c number of deleted constraints	: 30125974
3600.05/3580.92	c speed (assignments/second)	: 91069.17096774283
3600.05/3580.92	c non guided choices	: 5414
3600.05/3580.92	c timeout
3600.05/3580.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 402902
3600.05/3580.98	s UNKNOWN
3600.05/3580.98	c Total wall clock time (in seconds): 3580.824

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=21683, runsolver pid=21677

[startup+0.10006 s]*
/proc/loadavg: 4.44 4.41 4.32 6/338 21723
/proc/meminfo: memFree=127781576/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=18930384 memory=55344 CPUtime=0.12 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 6503 0 0 0 10 2 0 0 20 0 18 0 34797308 19384713216 13836 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4732596 13836 5327 1 0 547565 0
[pid=21683/tid=21685] ppid=21677 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 5041 0 0 0 5 1 0 0 20 0 18 0 34797310 19384713216 13836 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=18930384 memory=16099 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34797312 19384713216 13836 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34797313 19384713216 13836 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55344 KiB

[startup+0.205786 s]*
/proc/loadavg: 4.44 4.41 4.32 9/338 21723
/proc/meminfo: memFree=127759472/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=18930384 memory=64296 CPUtime=0.31 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 7111 0 0 0 28 3 0 0 20 0 18 0 34797308 19384713216 16074 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4732596 16074 5423 1 0 547989 0
[pid=21683/tid=21685] ppid=21677 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 5409 0 0 0 15 2 0 0 20 0 18 0 34797310 19384713216 16074 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=18930384 memory=16099 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34797312 19384713216 16074 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34797313 19384713216 16074 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64296 KiB

[startup+0.305677 s]*
/proc/loadavg: 4.44 4.41 4.32 8/340 21725
/proc/meminfo: memFree=127739560/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=18996948 memory=76392 CPUtime=0.49 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 8174 0 0 0 46 3 0 0 20 0 19 0 34797308 19452874752 19098 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4749237 19098 5423 1 0 549208 0
[pid=21683/tid=21685] ppid=21677 vsize=18996948 memory=-6000919502704110445 CPUtime=0.24 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 5479 0 0 0 22 2 0 0 20 0 19 0 34797310 19452874752 19098 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34797312 19452874752 19098 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34797313 19452874752 19098 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34797331 19452874752 19098 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76392 KiB

[startup+0.700237 s]
/proc/loadavg: 4.44 4.41 4.32 7/340 21725
/proc/meminfo: memFree=127643024/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=165420 CPUtime=1.26 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 12115 0 0 0 120 6 0 0 20 0 20 0 34797308 19521036288 41355 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 41355 5487 1 0 551887 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=17536 CPUtime=0.58 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 5523 0 0 0 54 4 0 0 20 0 20 0 34797310 19521036288 41355 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 41355 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 41355 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=4752 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 41355 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165420 KiB

[startup+1.50021 s]
/proc/loadavg: 4.44 4.41 4.32 7/342 21727
/proc/meminfo: memFree=127516412/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=303924 CPUtime=2.84 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 18342 0 0 0 274 10 0 0 20 0 20 0 34797308 19521036288 75981 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 75981 5487 1 0 553579 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=10880 CPUtime=1.34 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 6040 0 0 0 127 7 0 0 20 0 20 0 34797310 19521036288 75981 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 75981 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 75981 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=4752 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 75981 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 303924 KiB

[startup+3.10566 s]
/proc/loadavg: 4.56 4.44 4.33 6/342 21794
/proc/meminfo: memFree=126418896/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=1308060 CPUtime=5.25 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 24061 0 0 0 495 30 0 0 20 0 20 0 34797308 19521036288 327015 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 327015 5487 1 0 554126 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=-6000919476967861101 CPUtime=2.93 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) S 21677 21683 20557 0 -1 4194368 7202 0 0 0 267 26 0 0 20 0 20 0 34797310 19521036288 327015 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 327015 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 327015 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 327015 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1308060 KiB

[startup+6.30021 s]
/proc/loadavg: 4.56 4.44 4.33 5/342 21794
/proc/meminfo: memFree=125121876/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=1305428 CPUtime=8.49 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 24858 0 0 0 818 31 0 0 20 0 20 0 34797308 19521036288 326357 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 326357 5487 1 0 554128 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=10880 CPUtime=6.07 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 7230 0 0 0 580 27 0 0 20 0 20 0 34797310 19521036288 326357 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 326357 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 326357 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=363320 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 326357 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 8.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1305428 KiB

[startup+12.7002 s]
/proc/loadavg: 4.47 4.42 4.33 5/343 21795
/proc/meminfo: memFree=124913972/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=1311696 CPUtime=14.97 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 25792 0 0 0 1463 34 0 0 20 0 20 0 34797308 19521036288 327924 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 327924 5487 1 0 554128 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=363320 CPUtime=12.42 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 8123 0 0 0 1213 29 0 0 20 0 20 0 34797310 19521036288 327924 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=1311696 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 327924 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 327924 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 327924 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 14.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311696 KiB

[startup+25.5002 s]
/proc/loadavg: 4.40 4.41 4.32 5/343 21795
/proc/meminfo: memFree=124405868/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=1317888 CPUtime=27.82 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 31261 0 0 0 2743 39 0 0 20 0 20 0 34797308 19521036288 329472 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 329472 5487 1 0 554128 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=10880 CPUtime=25.11 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 9154 0 0 0 2478 33 0 0 20 0 20 0 34797310 19521036288 329472 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=-6000919476967861101 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 329472 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=6452091043348308283 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 329472 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 329472 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 27.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317888 KiB

[startup+51.1058 s]
/proc/loadavg: 4.33 4.39 4.32 5/345 21798
/proc/meminfo: memFree=124196096/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=1355152 CPUtime=53.46 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 33799 0 0 0 5298 48 0 0 20 0 20 0 34797308 19521036288 338788 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 338788 5519 1 0 554128 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=1348992 CPUtime=50.39 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 10457 0 0 0 4999 40 0 0 20 0 20 0 34797310 19521036288 338788 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0

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

/proc/meminfo: memFree=107403876/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3239.15 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 105470 0 0 0 323128 787 0 0 20 0 20 0 34797308 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 775410 5519 1 0 789268 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3170.67 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 46841 0 0 0 316381 686 0 0 20 0 20 0 34797310 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 1477 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 3239.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3101640 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.23 4.19 5/345 22116
/proc/meminfo: memFree=107259024/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3299.49 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 107236 0 0 0 329152 797 0 0 20 0 20 0 34797308 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 775410 5519 1 0 789268 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3229.93 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 47985 0 0 0 322298 695 0 0 20 0 20 0 34797310 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 1478 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 3299.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3101640 KiB

[startup+3342.3 s]
/proc/loadavg: 4.40 4.27 4.20 5/344 22118
/proc/meminfo: memFree=107127692/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3360 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 109166 0 0 0 335188 812 0 0 20 0 20 0 34797308 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 775410 5519 1 0 789268 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=-6000919476967861101 CPUtime=3288.95 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 49201 0 0 0 328187 708 0 0 20 0 20 0 34797310 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 1498 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 3360 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3101640 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.28 4.21 5/345 22122
/proc/meminfo: memFree=106992372/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3420.27 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 109288 0 0 0 341205 822 0 0 20 0 20 0 34797308 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 775410 5519 1 0 789268 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3348.31 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 49225 0 0 0 334113 718 0 0 20 0 20 0 34797310 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=-6000919476967861101 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 1518 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=2432 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 3420.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3101640 KiB

[startup+3462.3 s]
/proc/loadavg: 4.38 4.30 4.22 5/344 22127
/proc/meminfo: memFree=106871132/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3480.69 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 109784 0 0 0 347236 833 0 0 20 0 20 0 34797308 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 775410 5519 1 0 789268 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=-6000919476967861101 CPUtime=3407.45 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 49599 0 0 0 340018 727 0 0 20 0 20 0 34797310 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 1518 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 3480.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3101640 KiB

[startup+3522.3 s]
/proc/loadavg: 3.96 4.22 4.20 4/319 22162
/proc/meminfo: memFree=112495396/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3541.05 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 111716 0 0 0 353260 845 0 0 20 0 20 0 34797308 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 775410 5519 1 0 789268 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3466.58 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 50947 0 0 0 345920 738 0 0 20 0 20 0 34797310 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 1518 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 3541.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3101640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.9 s]
/proc/loadavg: 3.50 4.04 4.14 4/319 22168
/proc/meminfo: memFree=112372636/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3600.05 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 113428 0 0 0 359147 858 0 0 20 0 20 0 34797308 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 775410 5519 1 0 789268 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3524.31 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 52003 0 0 0 351682 749 0 0 20 0 20 0 34797310 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 1537 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3101640 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.6 s, system=8.60034 s

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

[startup+3580.9 s]
/proc/loadavg: 3.50 4.04 4.14 4/319 22168
/proc/meminfo: memFree=112372636/131249996 swapFree=33010684/33010684
[pid=21683] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3600.05 cores=5,7
/proc/21683/stat : 21683 (java) S 21677 21683 20557 0 -1 4194304 113428 0 0 0 359147 858 0 0 20 0 20 0 34797308 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
/proc/21683/statm: 4765878 775410 5519 1 0 789268 0
[pid=21683/tid=21685] ppid=21677 vsize=19063512 memory=3101640 CPUtime=3524.31 cores=5,7
/proc/21683/task/21685/stat : 21685 (java) R 21677 21683 20557 0 -1 4194368 52003 0 0 0 351682 749 0 0 20 0 20 0 34797310 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21695] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21695/stat : 21695 (Finalizer) S 21677 21683 20557 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797312 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21706] ppid=21677 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/21683/task/21706/stat : 21706 (Common-Cleaner) S 21677 21683 20557 0 -1 4194368 1537 0 0 0 0 0 0 0 20 0 20 0 34797313 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
[pid=21683/tid=21725] ppid=21677 vsize=19063512 memory=3101640 CPUtime=0 cores=5,7
/proc/21683/task/21725/stat : 21725 (Timer-0) S 21677 21683 20557 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797331 19521036288 775410 18446744073709551615 94842032201728 94842032205424 140725734229056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94842032213240 94842032214032 94842050187264 140725734230317 140725734230502 140725734230502 140725734236104 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3101640 KiB

Child status: 143

Real time (s): 3581
CPU time (s): 3600.21
CPU user time (s): 3591.6
CPU system time (s): 8.60034
CPU usage (%): 100.536
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3101640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.61
system time used= 8.60034
maximum resident set size= 3102664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115938
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6453280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151719
involuntary context switches= 27647


# summary of solver processes directly reported to runsolver:
#   pid: 21683
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3591.6
#   total CPU system time (s): 8.60034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.68895 second user time and 16.7593 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-29 11:59:54
IDJOB=4509795
IDBENCH=158984
IDSOLVER=3362
FILE ID=nodeC023/4509795-1751191194
RUNJOBID= nodeC023-1751183987-20570
SLURM_JOB_ID= 9587574
Free space on /tmp= 433060 MiB

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

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

MD5SUM BENCH= 2ca6c56c39551016f0346c5d85471318
RANDOM SEED=848739711

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.159
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.088
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.712
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3613.153
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.884
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3531.891
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.229
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.890
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127839360 kB
MemAvailable:   127628304 kB
Buffers:            3280 kB
Cached:           598940 kB
SwapCached:            0 kB
Active:          2545980 kB
Inactive:         293884 kB
Active(anon):    2255716 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):   293884 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15920 kB
Writeback:             0 kB
AnonPages:       2240812 kB
Mapped:           122640 kB
Shmem:             18064 kB
KReclaimable:      88072 kB
Slab:             174708 kB
SReclaimable:      88072 kB
SUnreclaim:        86636 kB
KernelStack:        4896 kB
PageTables:         7748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4842384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151112 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2074624 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

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