Trace number 4510083

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.38 3574.38

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n230-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMf61f810767e626cf4ffbb78e9de33430
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 variables345
Total number of constraints920
Number of constraints which are clauses920
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.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4510083-1751202286.opb
0.11/0.16	c reading problem ... 
0.11/0.17	c using VERIPB proof format
0.11/0.17	c  no objective function found
0.29/0.24	c ... done. Wall clock time 0.071s.
0.29/0.24	c declared #vars     345
0.29/0.24	c #constraints  920
0.29/0.24	c constraints type 
0.29/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 920
0.29/0.24	c 920 constraints processed.
2.04/1.17	c cleaning 2496 clauses out of 5001 with flag 0/5001
3.42/1.80	c cleaning 4246 clauses out of 8505 with flag 0/11001
4.47/2.47	c cleaning 5622 clauses out of 11259 with flag 0/18001
5.17/3.10	c cleaning 6814 clauses out of 13637 with flag 0/26001
6.17/3.90	c cleaning 7905 clauses out of 15823 with flag 0/35001
7.04/4.74	c cleaning 8953 clauses out of 17918 with flag 0/45001
7.99/5.68	c cleaning 9976 clauses out of 19965 with flag 0/56001
8.99/6.63	c cleaning 10985 clauses out of 21988 with flag 0/68000
9.99/7.66	c cleaning 11996 clauses out of 24003 with flag 0/81000
11.15/8.74	c cleaning 12997 clauses out of 26008 with flag 0/95001
12.39/9.95	c cleaning 14002 clauses out of 28011 with flag 0/110001
13.59/11.16	c cleaning 14993 clauses out of 30008 with flag 0/126000
15.04/12.50	c cleaning 16002 clauses out of 32015 with flag 0/143000
16.45/13.97	c cleaning 17001 clauses out of 34013 with flag 0/161000
18.05/15.59	c cleaning 17997 clauses out of 36013 with flag 0/180001
19.85/17.31	c cleaning 19001 clauses out of 38015 with flag 0/200000
21.75/19.27	c cleaning 20004 clauses out of 40015 with flag 0/221001
23.74/21.24	c cleaning 20998 clauses out of 42011 with flag 0/243001
25.65/23.17	c cleaning 21996 clauses out of 44012 with flag 0/266000
27.84/25.37	c cleaning 22998 clauses out of 46016 with flag 0/290000
30.35/27.80	c cleaning 23999 clauses out of 48018 with flag 0/315000
32.66/30.11	c cleaning 24998 clauses out of 50019 with flag 0/341000
35.16/32.68	c cleaning 26004 clauses out of 52021 with flag 0/368000
37.67/35.19	c cleaning 27001 clauses out of 54017 with flag 0/396000
40.37/38.02	c cleaning 28000 clauses out of 56016 with flag 0/425000
43.17/40.81	c cleaning 29000 clauses out of 58017 with flag 0/455001
46.30/43.90	c cleaning 30000 clauses out of 60017 with flag 0/486001
49.19/46.87	c cleaning 31002 clauses out of 62016 with flag 0/518000
52.42/50.01	c cleaning 32001 clauses out of 64014 with flag 0/551000
55.92/53.59	c cleaning 32997 clauses out of 66014 with flag 0/585001
59.34/56.96	c cleaning 34001 clauses out of 68016 with flag 0/620000
62.89/60.40	c cleaning 35003 clauses out of 70018 with flag 0/656003
66.31/63.80	c cleaning 35997 clauses out of 72012 with flag 0/693000
69.75/67.36	c cleaning 36999 clauses out of 74015 with flag 0/731000
73.48/71.07	c cleaning 38001 clauses out of 76017 with flag 0/770001
77.50/75.07	c cleaning 38996 clauses out of 78015 with flag 0/810000
81.31/78.84	c cleaning 39999 clauses out of 80019 with flag 0/851000
85.12/82.66	c cleaning 41005 clauses out of 82021 with flag 0/893001
89.05/86.59	c cleaning 42001 clauses out of 84016 with flag 0/936001
93.40/90.89	c cleaning 43000 clauses out of 86015 with flag 0/980001
97.55/94.96	c cleaning 44001 clauses out of 88015 with flag 0/1025001
101.68/99.15	c cleaning 44997 clauses out of 90014 with flag 0/1071001
106.41/103.82	c cleaning 45997 clauses out of 92016 with flag 0/1118000
111.34/108.73	c cleaning 46999 clauses out of 94020 with flag 0/1166001
116.27/113.62	c cleaning 48004 clauses out of 96020 with flag 0/1215000
121.00/118.35	c cleaning 49005 clauses out of 98018 with flag 0/1265002
126.12/123.44	c cleaning 50000 clauses out of 100012 with flag 0/1316001
131.05/128.30	c cleaning 50995 clauses out of 102011 with flag 0/1368000
136.92/134.23	c cleaning 52001 clauses out of 104016 with flag 0/1421000
142.09/139.34	c cleaning 52997 clauses out of 106015 with flag 0/1475000
148.16/145.32	c cleaning 53999 clauses out of 108018 with flag 0/1530000
153.44/150.59	c cleaning 55000 clauses out of 110019 with flag 0/1586000
158.62/155.65	c cleaning 56003 clauses out of 112020 with flag 0/1643001
164.08/161.19	c cleaning 57002 clauses out of 114017 with flag 0/1701001
169.85/166.87	c cleaning 57998 clauses out of 116015 with flag 0/1760001
175.51/172.40	c cleaning 58997 clauses out of 118016 with flag 0/1820000
181.36/178.22	c cleaning 59999 clauses out of 120019 with flag 0/1881000
187.51/184.38	c cleaning 61002 clauses out of 122021 with flag 0/1943001
194.43/191.29	c cleaning 61997 clauses out of 124019 with flag 0/2006001
200.52/197.28	c cleaning 63001 clauses out of 126022 with flag 0/2070001
207.36/204.06	c cleaning 64000 clauses out of 128021 with flag 0/2135001
214.03/210.60	c cleaning 64998 clauses out of 130020 with flag 0/2201000
220.42/216.95	c cleaning 66002 clauses out of 132023 with flag 0/2268001
226.65/223.29	c cleaning 67002 clauses out of 134021 with flag 0/2336001
233.09/229.62	c cleaning 68001 clauses out of 136019 with flag 0/2405001
240.55/237.06	c cleaning 69000 clauses out of 138017 with flag 0/2475000
247.25/243.68	c cleaning 69998 clauses out of 140017 with flag 0/2546000
254.42/250.74	c cleaning 71003 clauses out of 142019 with flag 0/2618000
262.50/258.83	c cleaning 72000 clauses out of 144016 with flag 0/2691000
270.68/266.92	c cleaning 73002 clauses out of 146016 with flag 0/2765000
278.53/274.63	c cleaning 73997 clauses out of 148015 with flag 0/2840001
286.65/282.77	c cleaning 75002 clauses out of 150018 with flag 0/2916001
294.97/290.98	c cleaning 75999 clauses out of 152015 with flag 0/2993000
303.69/299.51	c cleaning 77001 clauses out of 154017 with flag 0/3071001
311.97/307.78	c cleaning 77998 clauses out of 156016 with flag 0/3150001
321.23/316.90	c cleaning 78998 clauses out of 158018 with flag 0/3230001
330.25/325.83	c cleaning 80004 clauses out of 160019 with flag 0/3311000
339.14/334.63	c cleaning 80998 clauses out of 162015 with flag 0/3393000
347.60/343.05	c cleaning 81998 clauses out of 164017 with flag 0/3476000
357.17/352.60	c cleaning 83000 clauses out of 166020 with flag 0/3560001
366.65/362.04	c cleaning 84005 clauses out of 168020 with flag 0/3645001
377.03/372.36	c cleaning 84997 clauses out of 170015 with flag 0/3731001
386.96/382.20	c cleaning 85999 clauses out of 172018 with flag 0/3818001
397.30/392.41	c cleaning 87000 clauses out of 174018 with flag 0/3906000
408.02/403.02	c cleaning 88004 clauses out of 176019 with flag 0/3995001
418.85/413.89	c cleaning 88997 clauses out of 178015 with flag 0/4085001
429.85/424.70	c cleaning 89997 clauses out of 180018 with flag 0/4176001
440.96/435.86	c cleaning 90998 clauses out of 182021 with flag 0/4268001
451.32/446.10	c cleaning 92008 clauses out of 184023 with flag 0/4361001
461.60/456.28	c cleaning 92999 clauses out of 186014 with flag 0/4455000
471.83/466.45	c cleaning 93999 clauses out of 188015 with flag 0/4550000
483.63/478.15	c cleaning 95001 clauses out of 190016 with flag 0/4646000
494.04/488.59	c cleaning 95998 clauses out of 192015 with flag 0/4743000
505.52/500.02	c cleaning 96995 clauses out of 194018 with flag 0/4841001
516.47/510.96	c cleaning 98001 clauses out of 196023 with flag 0/4940001
526.32/520.79	c cleaning 98995 clauses out of 198021 with flag 0/5040000
536.96/531.36	c cleaning 100000 clauses out of 200026 with flag 0/5141000
549.40/543.62	c cleaning 101003 clauses out of 202027 with flag 0/5243001
560.80/554.89	c cleaning 102004 clauses out of 204024 with flag 0/5346001
572.14/566.14	c cleaning 102999 clauses out of 206019 with flag 0/5450000
584.59/578.40	c cleaning 104000 clauses out of 208021 with flag 0/5555001
598.89/592.66	c cleaning 105000 clauses out of 210020 with flag 0/5661000
612.29/605.90	c cleaning 105999 clauses out of 212020 with flag 0/5768000
626.85/620.43	c cleaning 107002 clauses out of 214021 with flag 0/5876000
639.96/633.31	c cleaning 108000 clauses out of 216019 with flag 0/5985000
653.08/646.34	c cleaning 108997 clauses out of 218019 with flag 0/6095000
666.62/659.80	c cleaning 110002 clauses out of 220023 with flag 0/6206001
679.62/672.72	c cleaning 110999 clauses out of 222021 with flag 0/6318001
693.59/686.64	c cleaning 112004 clauses out of 224021 with flag 0/6431000
707.37/700.38	c cleaning 112998 clauses out of 226017 with flag 0/6545000
720.92/713.86	c cleaning 114002 clauses out of 228019 with flag 0/6660000
735.41/728.25	c cleaning 115001 clauses out of 230017 with flag 0/6776000
749.11/741.85	c cleaning 116000 clauses out of 232017 with flag 0/6893001
764.05/756.93	c cleaning 116998 clauses out of 234016 with flag 0/7011000
778.24/771.10	c cleaning 117998 clauses out of 236018 with flag 0/7130000
792.57/785.65	c cleaning 119005 clauses out of 238021 with flag 0/7250001
808.06/801.06	c cleaning 119998 clauses out of 240016 with flag 0/7371001
823.57/816.51	c cleaning 120998 clauses out of 242017 with flag 0/7493000
838.14/831.10	c cleaning 121998 clauses out of 244020 with flag 0/7616001
852.61/845.50	c cleaning 123001 clauses out of 246022 with flag 0/7740001
867.58/860.40	c cleaning 123996 clauses out of 248020 with flag 0/7865000
883.32/876.02	c cleaning 125004 clauses out of 250025 with flag 0/7991001
897.08/889.66	c cleaning 126002 clauses out of 252020 with flag 0/8118000
913.23/905.56	c cleaning 127001 clauses out of 254018 with flag 0/8246000
929.49/921.73	c cleaning 128004 clauses out of 256017 with flag 0/8375000
944.92/937.11	c cleaning 128994 clauses out of 258013 with flag 0/8505000
962.24/954.43	c cleaning 130002 clauses out of 260019 with flag 0/8636000
978.81/970.95	c cleaning 130998 clauses out of 262018 with flag 0/8768001
997.08/989.18	c cleaning 132001 clauses out of 264019 with flag 0/8901000
1012.74/1004.74	c cleaning 132998 clauses out of 266018 with flag 0/9035000
1028.70/1020.66	c cleaning 133999 clauses out of 268021 with flag 0/9170001
1044.71/1036.51	c cleaning 135000 clauses out of 270022 with flag 0/9306001
1060.27/1051.99	c cleaning 136003 clauses out of 272022 with flag 0/9443001
1077.71/1069.26	c cleaning 136999 clauses out of 274018 with flag 0/9581000
1095.19/1086.65	c cleaning 137999 clauses out of 276019 with flag 0/9720000
1113.69/1105.08	c cleaning 139000 clauses out of 278020 with flag 0/9860000
1132.59/1123.77	c cleaning 140001 clauses out of 280021 with flag 0/10001001
1150.61/1141.69	c cleaning 140999 clauses out of 282019 with flag 0/10143000
1166.55/1157.40	c cleaning 142002 clauses out of 284021 with flag 0/10286001
1184.05/1174.83	c cleaning 142996 clauses out of 286018 with flag 0/10430000
1202.13/1192.77	c cleaning 143998 clauses out of 288022 with flag 0/10575000
1219.52/1210.07	c cleaning 145005 clauses out of 290024 with flag 0/10721000
1239.07/1229.47	c cleaning 146003 clauses out of 292019 with flag 0/10868000
1257.56/1247.72	c cleaning 147000 clauses out of 294017 with flag 0/11016001
1277.24/1267.36	c cleaning 148000 clauses out of 296017 with flag 0/11165001
1295.39/1285.42	c cleaning 148998 clauses out of 298016 with flag 0/11315000
1315.79/1305.82	c cleaning 149999 clauses out of 300019 with flag 0/11466001
1334.60/1324.51	c cleaning 151001 clauses out of 302020 with flag 0/11618001
1359.02/1348.80	c cleaning 152002 clauses out of 304019 with flag 0/11771001
1378.68/1368.30	c cleaning 152998 clauses out of 306017 with flag 0/11925001
1397.59/1387.22	c cleaning 153997 clauses out of 308018 with flag 0/12080000
1418.56/1408.11	c cleaning 154997 clauses out of 310022 with flag 0/12236001
1436.86/1426.35	c cleaning 156000 clauses out of 312024 with flag 0/12393000
1456.34/1445.70	c cleaning 157000 clauses out of 314024 with flag 0/12551000
1477.17/1466.42	c cleaning 158004 clauses out of 316025 with flag 0/12710001
1496.35/1485.55	c cleaning 159002 clauses out of 318020 with flag 0/12870000
1517.36/1506.37	c cleaning 160000 clauses out of 320018 with flag 0/13031000
1539.75/1528.62	c cleaning 160999 clauses out of 322018 with flag 0/13193000
1560.66/1549.48	c cleaning 162000 clauses out of 324019 with flag 0/13356000
1578.02/1566.70	c cleaning 162995 clauses out of 326019 with flag 0/13520000
1595.95/1584.50	c cleaning 164000 clauses out of 328024 with flag 0/13685000
1613.87/1602.37	c cleaning 165002 clauses out of 330024 with flag 0/13851000
1631.07/1619.52	c cleaning 165998 clauses out of 332022 with flag 0/14018000
1647.53/1635.91	c cleaning 167002 clauses out of 334024 with flag 0/14186000
1666.45/1654.79	c cleaning 168000 clauses out of 336022 with flag 0/14355000
1686.19/1674.34	c cleaning 168998 clauses out of 338022 with flag 0/14525000
1706.06/1694.03	c cleaning 169999 clauses out of 340024 with flag 0/14696000
1725.90/1713.80	c cleaning 171000 clauses out of 342025 with flag 0/14868000
1746.14/1733.86	c cleaning 172002 clauses out of 344025 with flag 0/15041000
1766.60/1754.28	c cleaning 173001 clauses out of 346023 with flag 0/15215000
1787.15/1774.67	c cleaning 173998 clauses out of 348022 with flag 0/15390000
1807.99/1795.23	c cleaning 175000 clauses out of 350024 with flag 0/15566000
1828.72/1815.97	c cleaning 175999 clauses out of 352024 with flag 0/15743000
1849.45/1836.67	c cleaning 177002 clauses out of 354025 with flag 0/15921000
1870.85/1857.97	c cleaning 177998 clauses out of 356023 with flag 0/16100000
1895.79/1882.83	c cleaning 179001 clauses out of 358026 with flag 0/16280001
1923.86/1910.76	c cleaning 180001 clauses out of 360025 with flag 0/16461001
1948.41/1935.26	c cleaning 181000 clauses out of 362024 with flag 0/16643001
1972.64/1959.25	c cleaning 182001 clauses out of 364024 with flag 0/16826001
1996.44/1982.85	c cleaning 183003 clauses out of 366023 with flag 0/17010001
2022.59/2008.52	c cleaning 183999 clauses out of 368019 with flag 0/17195000
2044.58/2030.40	c cleaning 185001 clauses out of 370020 with flag 0/17381000
2067.15/2052.92	c cleaning 186000 clauses out of 372019 with flag 0/17568000
2091.07/2076.71	c cleaning 186995 clauses out of 374019 with flag 0/17756000
2115.72/2101.12	c cleaning 187996 clauses out of 376024 with flag 0/17945000
2137.94/2123.35	c cleaning 189002 clauses out of 378028 with flag 0/18135000
2162.54/2147.71	c cleaning 190001 clauses out of 380026 with flag 0/18326000
2188.97/2174.04	c cleaning 191001 clauses out of 382026 with flag 0/18518001
2211.54/2196.40	c cleaning 192002 clauses out of 384025 with flag 0/18711001
2238.54/2223.39	c cleaning 193000 clauses out of 386022 with flag 0/18905000
2264.99/2249.65	c cleaning 194002 clauses out of 388022 with flag 0/19100000
2293.84/2278.57	c cleaning 194997 clauses out of 390021 with flag 0/19296001
2321.65/2306.16	c cleaning 196000 clauses out of 392023 with flag 0/19493000
2352.75/2337.06	c cleaning 196999 clauses out of 394023 with flag 0/19691000
2383.08/2366.97	c cleaning 198004 clauses out of 396025 with flag 0/19890001
2412.57/2396.25	c cleaning 198996 clauses out of 398020 with flag 0/20090000
2442.47/2425.74	c cleaning 200001 clauses out of 400026 with flag 0/20291002
2470.14/2453.25	c cleaning 200999 clauses out of 402024 with flag 0/20493001
2503.21/2486.09	c cleaning 202005 clauses out of 404025 with flag 0/20696001
2533.19/2515.86	c cleaning 202999 clauses out of 406019 with flag 0/20900000
2565.14/2547.52	c cleaning 203995 clauses out of 408020 with flag 0/21105000
2594.71/2576.91	c cleaning 205001 clauses out of 410026 with flag 0/21311001
2623.28/2605.25	c cleaning 206002 clauses out of 412025 with flag 0/21518001
2658.14/2639.57	c cleaning 206997 clauses out of 414022 with flag 0/21726000
2684.54/2665.66	c cleaning 208000 clauses out of 416025 with flag 0/21935000
2714.41/2695.39	c cleaning 209001 clauses out of 418025 with flag 0/22145000
2747.97/2728.78	c cleaning 210000 clauses out of 420024 with flag 0/22356000
2778.35/2758.95	c cleaning 211001 clauses out of 422024 with flag 0/22568000
2807.77/2788.14	c cleaning 212002 clauses out of 424023 with flag 0/22781000
2841.21/2821.33	c cleaning 213000 clauses out of 426022 with flag 0/22995001
2872.38/2852.36	c cleaning 214002 clauses out of 428021 with flag 0/23210000
2901.84/2881.65	c cleaning 214992 clauses out of 430020 with flag 0/23426001
2933.27/2912.72	c cleaning 216005 clauses out of 432028 with flag 0/23643001
2965.67/2944.89	c cleaning 217000 clauses out of 434023 with flag 0/23861001
3000.57/2979.51	c cleaning 218000 clauses out of 436022 with flag 0/24080000
3033.73/3012.48	c cleaning 218997 clauses out of 438022 with flag 0/24300000
3066.93/3045.46	c cleaning 220004 clauses out of 440025 with flag 0/24521000
3105.62/3083.54	c cleaning 220998 clauses out of 442021 with flag 0/24743000
3139.12/3116.81	c cleaning 221998 clauses out of 444024 with flag 0/24966001
3172.88/3150.49	c cleaning 223001 clauses out of 446025 with flag 0/25190000
3201.38/3178.75	c cleaning 223996 clauses out of 448024 with flag 0/25415000
3233.64/3210.87	c cleaning 225010 clauses out of 450029 with flag 0/25641001
3268.10/3244.94	c cleaning 225999 clauses out of 452018 with flag 0/25868000
3299.16/3275.77	c cleaning 227000 clauses out of 454019 with flag 0/26096000
3329.94/3306.26	c cleaning 228003 clauses out of 456021 with flag 0/26325002
3364.55/3340.59	c cleaning 229000 clauses out of 458016 with flag 0/26555000
3399.11/3374.88	c cleaning 229997 clauses out of 460016 with flag 0/26786000
3430.91/3406.44	c cleaning 230996 clauses out of 462019 with flag 0/27018000
3463.03/3438.36	c cleaning 231999 clauses out of 464024 with flag 0/27251001
3495.42/3470.47	c cleaning 233000 clauses out of 466025 with flag 0/27485001
3529.70/3504.35	c cleaning 234000 clauses out of 468025 with flag 0/27720001
3568.77/3543.11	c cleaning 235000 clauses out of 470024 with flag 0/27956000
3600.08/3574.22	c starts		: 1
3600.08/3574.23	c conflicts		: 28193000
3600.08/3574.23	c decisions		: 31606491
3600.08/3574.23	c propagations		: 267593166
3600.08/3574.23	c inspects		: 15924125474
3600.08/3574.23	c shortcuts		: 0
3600.08/3574.23	c learnt literals	: 0
3600.08/3574.23	c learnt binary clauses	: 0
3600.08/3574.23	c learnt ternary clauses	: 4
3600.08/3574.23	c learnt constraints	: 28193000
3600.08/3574.23	c ignored constraints	: 0
3600.08/3574.23	c root simplifications	: 0
3600.08/3574.23	c removed literals (reason simplification)	: 0
3600.08/3574.23	c reason swapping (by a shorter reason)	: 0
3600.08/3574.23	c Calls to reduceDB	: 233
3600.08/3574.23	c Number of update (reduction) of LBD	: 33001644
3600.08/3574.23	c Imported unit clauses	: 0
3600.08/3574.23	c No decision after first conflict	: false
3600.08/3574.23	c number of reductions to clauses (during analyze)	: 0
3600.08/3574.23	c number of learned constraints concerned by reduction	: 0
3600.08/3574.24	c number of learning phase by resolution	: 0
3600.08/3574.24	c number of learning phase by cutting planes	: 0
3600.08/3574.24	c number of rounding to 1 operations	: 0
3600.08/3574.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3574.24	c number of reductions of the coefficients by power 2 	: 0
3600.08/3574.24	c number of right shift for reduction by power 2 	: 0
3600.08/3574.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3574.24	c number of ending skipping 	: 0
3600.08/3574.24	c number of internal skipping 	: 0
3600.08/3574.24	c number of derivation steps 	: 244300881
3600.08/3574.24	c number of skipped derivation steps 	: 0
3600.08/3574.24	c number of remaining unassigned 	: 0
3600.08/3574.24	c number of remaining assigned 	: 0
3600.08/3574.24	c number of falsified literals weakened from reason	: 0
3600.08/3574.24	c number of falsified literals weakened from conflict	: 0
3600.08/3574.24	c time for arithmetic operations	: 0
3600.08/3574.24	c minimum degree of deleted constraints	: 1
3600.08/3574.25	c maximum degree of deleted constraints	: 1
3600.08/3574.26	c number of deleted constraints	: 27786999
3600.08/3574.26	c speed (assignments/second)	: 74871.94807178825
3600.08/3574.26	c non guided choices	: 9809
3600.29/3574.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 472024
3600.29/3574.33	s UNKNOWN
3600.29/3574.33	c Total wall clock time (in seconds): 3574.17

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 (62713 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-4510083-1751202286/watcher-4510083-1751202286 -o /tmp/evaluation-result-4510083-1751202286/solver-4510083-1751202286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23248 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510083-1751202286 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510083-1751202286.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10006 s]*
/proc/loadavg: 0.80 2.71 3.56 9/332 23373
/proc/meminfo: memFree=129640588/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=18930384 memory=56896 CPUtime=0.11 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 6474 0 50 0 9 2 0 0 20 0 18 0 35908530 19384713216 14224 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4732596 14224 5279 1 0 547579 0
[pid=23303/tid=23322] ppid=23288 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 5065 0 41 0 6 1 0 0 20 0 18 0 35908532 19384713216 14224 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35908534 19384713216 14224 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=18930384 memory=61784027586760 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35908535 19384713216 14224 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56896 KiB

[startup+0.205984 s]*
/proc/loadavg: 0.80 2.71 3.56 12/332 23373
/proc/meminfo: memFree=129613504/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=18930384 memory=65308 CPUtime=0.29 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 6942 0 50 0 26 3 0 0 20 0 18 0 35908530 19384713216 16327 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4732596 16327 5375 1 0 547973 0
[pid=23303/tid=23322] ppid=23288 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 5425 0 41 0 15 2 0 0 20 0 18 0 35908532 19384713216 16327 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35908534 19384713216 16327 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35908535 19384713216 16327 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65308 KiB

[startup+0.305923 s]*
/proc/loadavg: 0.80 2.71 3.56 12/336 23377
/proc/meminfo: memFree=129580168/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=18996948 memory=74520 CPUtime=0.48 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 7154 0 50 0 45 3 0 0 20 0 19 0 35908530 19452874752 18598 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4749237 18630 5407 1 0 548417 0
[pid=23303/tid=23322] ppid=23288 vsize=18996948 memory=-6000919472656378221 CPUtime=0.24 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 5501 0 41 0 22 2 0 0 20 0 19 0 35908532 19452874752 18630 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35908534 19452874752 18630 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35908535 19452874752 18630 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35908555 19452874752 18630 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74520 KiB

[startup+0.700239 s]
/proc/loadavg: 0.80 2.71 3.56 9/336 23377
/proc/meminfo: memFree=129324040/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19065956 memory=167104 CPUtime=1.23 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 12506 0 50 0 117 6 0 0 20 0 20 0 35908530 19523538944 41776 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4766489 41776 5439 1 0 552336 0
[pid=23303/tid=23322] ppid=23288 vsize=19065956 memory=17664 CPUtime=0.58 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 5545 0 41 0 54 4 0 0 20 0 20 0 35908532 19523538944 41776 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19065956 memory=10880 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19523538944 41776 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19065956 memory=3328 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35908535 19523538944 41776 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19065956 memory=4760 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19523538944 41776 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19065956 KiB
Current children cumulated memory: 167104 KiB

[startup+1.50025 s]
/proc/loadavg: 0.80 2.71 3.56 10/340 23381
/proc/meminfo: memFree=129202772/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=310268 CPUtime=2.83 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 18553 0 50 0 272 11 0 0 20 0 20 0 35908530 19521036288 77567 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 77567 5439 1 0 552599 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=0 CPUtime=1.34 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 6665 0 41 0 127 7 0 0 20 0 20 0 35908532 19521036288 77567 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 77567 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 77567 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 77567 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 310268 KiB

[startup+3.10586 s]
/proc/loadavg: 1.38 2.80 3.58 6/340 23381
/proc/meminfo: memFree=126758584/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=712380 CPUtime=5.29 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 24134 0 50 0 509 20 0 0 20 0 20 0 35908530 19521036288 178095 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 178095 5439 1 0 554193 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=10880 CPUtime=2.92 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 7376 0 41 0 276 16 0 0 20 0 20 0 35908532 19521036288 178095 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=-6000919472656378221 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 178095 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 178095 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 178095 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 712380 KiB

[startup+6.30023 s]
/proc/loadavg: 1.38 2.80 3.58 6/342 23383
/proc/meminfo: memFree=124609320/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=1302636 CPUtime=8.69 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 24721 0 50 0 836 33 0 0 20 0 20 0 35908530 19521036288 325659 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 325659 5439 1 0 554196 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=0 CPUtime=6.06 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 7795 0 41 0 578 28 0 0 20 0 20 0 35908532 19521036288 325659 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 325659 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 325659 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=357372 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 325659 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 8.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1302636 KiB

[startup+12.7002 s]
/proc/loadavg: 1.78 2.84 3.59 5/342 23383
/proc/meminfo: memFree=124546776/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=1308928 CPUtime=15.25 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 29592 0 50 0 1489 36 0 0 20 0 20 0 35908530 19521036288 327232 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 327232 5439 1 0 554196 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=357372 CPUtime=12.37 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 8635 0 41 0 1208 29 0 0 20 0 20 0 35908532 19521036288 327232 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=1308928 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 327232 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 327232 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 327232 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1308928 KiB

[startup+25.5002 s]
/proc/loadavg: 2.28 2.91 3.61 7/342 23383
/proc/meminfo: memFree=124420284/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=1321264 CPUtime=28.04 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 32121 0 50 0 2764 40 0 0 20 0 20 0 35908530 19521036288 330316 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 330316 5439 1 0 554196 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=1308928 CPUtime=25 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 9656 0 41 0 2467 33 0 0 20 0 20 0 35908532 19521036288 330316 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 330316 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=1321264 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 330316 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=1321264 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 330316 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 28.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321264 KiB

[startup+51.106 s]
/proc/loadavg: 2.87 3.00 3.62 6/343 23384
/proc/meminfo: memFree=124201944/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=1354468 CPUtime=53.51 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 33963 0 50 0 5304 47 0 0 20 0 20 0 35908530 19521036288 338617 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 338617 5471 1 0 554196 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=1342152 CPUtime=50.1 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 10588 0 41 0 4971 39 0 0 20 0 20 0 35908532 19521036288 338617 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0

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

[startup+3222.3 s]
/proc/loadavg: 4.30 4.23 4.19 6/343 24078
/proc/meminfo: memFree=110492172/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=2765608 CPUtime=3245.28 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 115577 0 50 0 323747 781 0 0 20 0 20 0 35908530 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 691402 5471 1 0 705624 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=2765608 CPUtime=3165.25 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 50986 0 41 0 315879 646 0 0 20 0 20 0 35908532 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=2765608 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=2765608 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 1361 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=2765608 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 3245.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2765608 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.23 4.19 6/343 24080
/proc/meminfo: memFree=110375072/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=2765608 CPUtime=3305.8 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 116565 0 50 0 329786 794 0 0 20 0 20 0 35908530 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 691402 5471 1 0 705624 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=2765608 CPUtime=3224.21 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 51808 0 41 0 321764 657 0 0 20 0 20 0 35908532 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=2765608 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 1361 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=12416 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 3305.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2765608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.22 4.18 6/344 24083
/proc/meminfo: memFree=110247832/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=2765608 CPUtime=3366.35 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 118087 0 50 0 335828 807 0 0 20 0 20 0 35908530 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 691402 5471 1 0 705624 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=2765608 CPUtime=3283.1 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 52682 0 41 0 327642 668 0 0 20 0 20 0 35908532 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=2765608 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 1397 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=12416 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 3366.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2765608 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=23303] ppid=23288 vsize=19063512 memory=2765608 CPUtime=3426.83 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 119632 0 50 0 341860 823 0 0 20 0 20 0 35908530 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 691402 5471 1 0 705624 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=2765608 CPUtime=3342.05 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 53520 0 41 0 333524 681 0 0 20 0 20 0 35908532 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=-6000919472656378221 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 1397 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=2765608 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 691402 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 3426.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2765608 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.17 4.17 6/345 24099
/proc/meminfo: memFree=108947000/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=3299296 CPUtime=3487.34 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 120726 0 50 0 347888 846 0 0 20 0 20 0 35908530 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 824824 5471 1 0 841366 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=2765608 CPUtime=3400.87 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 53838 0 41 0 339385 702 0 0 20 0 20 0 35908532 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=2765608 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=2765608 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 1412 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=3141600 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 3487.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3299296 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.20 4.18 6/344 24101
/proc/meminfo: memFree=108820960/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=3299296 CPUtime=3547.85 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 120816 0 50 0 353927 858 0 0 20 0 20 0 35908530 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 824824 5471 1 0 841366 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=2765608 CPUtime=3459.85 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 53854 0 41 0 345272 713 0 0 20 0 20 0 35908532 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=3299296 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 1412 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 3547.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3299296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3574.2 s]
/proc/loadavg: 4.17 4.18 4.18 4/322 24115
/proc/meminfo: memFree=111799360/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19063512 memory=3299296 CPUtime=3600.08 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 121745 0 50 0 359139 869 0 0 20 0 20 0 35908530 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4765878 824824 5471 1 0 841367 0
[pid=23303/tid=23322] ppid=23288 vsize=19063512 memory=4207488167458373937 CPUtime=3511.03 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 54652 0 41 0 350382 721 0 0 20 0 20 0 35908532 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19063512 memory=58511212151542 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35908534 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19063512 memory=3976733666432015335 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 1412 0 0 0 0 0 0 0 20 0 20 0 35908535 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23377] ppid=23288 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/23303/task/23377/stat : 23377 (Timer-0) S 23288 23303 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35908555 19521036288 824824 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3299296 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.66 s, system=8.71718 s

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

[startup+3574.3 s]
/proc/loadavg: 4.17 4.18 4.18 4/322 24115
/proc/meminfo: memFree=111799360/131250000 swapFree=33010684/33010684
[pid=23303] ppid=23288 vsize=19263204 memory=3300064 CPUtime=3600.29 cores=1,3
/proc/23303/stat : 23303 (java) S 23288 23303 23236 0 -1 4194304 124163 0 50 0 359159 870 0 0 20 0 21 0 35908530 19725520896 825016 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
/proc/23303/statm: 4815801 825016 5503 1 0 842270 0
[pid=23303/tid=23322] ppid=23288 vsize=19263204 memory=14720 CPUtime=3511.14 cores=1,3
/proc/23303/task/23322/stat : 23322 (java) R 23288 23303 23236 0 -1 4194368 54652 0 41 0 350393 721 0 0 20 0 21 0 35908532 19725520896 825016 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23358] ppid=23288 vsize=19263204 memory=14720 CPUtime=0 cores=1,3
/proc/23303/task/23358/stat : 23358 (Finalizer) S 23288 23303 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35908534 19725520896 825016 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
[pid=23303/tid=23373] ppid=23288 vsize=19263204 memory=3299296 CPUtime=0 cores=1,3
/proc/23303/task/23373/stat : 23373 (Common-Cleaner) S 23288 23303 23236 0 -1 4194368 1412 0 0 0 0 0 0 0 20 0 21 0 35908535 19725520896 825016 18446744073709551615 94178256928768 94178256932464 140720791164272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94178256940280 94178256941072 94178289582080 140720791169325 140720791169510 140720791169510 140720791175112 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3300064 KiB

Child status: 143

Real time (s): 3574.38
CPU time (s): 3600.38
CPU user time (s): 3591.66
CPU system time (s): 8.71718
CPU usage (%): 100.727
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3300064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.66
system time used= 8.71718
maximum resident set size= 3300192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124369
page faults= 50
swaps= 0
block input operations= 0
block output operations= 5629072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156501
involuntary context switches= 13897


# summary of solver processes directly reported to runsolver:
#   pid: 23303
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3591.66
#   total CPU system time (s): 8.71718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.54025 second user time and 16.9972 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 15:04:46
IDJOB=4510083
IDBENCH=159819
IDSOLVER=3362
FILE ID=nodeC027/4510083-1751202286
RUNJOBID= nodeC027-1751202286-23248
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-n230-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-4510083-1751202286/watcher-4510083-1751202286 -o /tmp/evaluation-result-4510083-1751202286/solver-4510083-1751202286 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23248 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510083-1751202286 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510083-1751202286.opb

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

MD5SUM BENCH= f61f810767e626cf4ffbb78e9de33430
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		: 3598.478
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		: 3597.871
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		: 3499.112
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		: 3599.619
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.732
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		: 3600.894
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		: 3414.296
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		: 3599.623
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:        129701596 kB
MemAvailable:   129705924 kB
Buffers:            3280 kB
Cached:           809820 kB
SwapCached:            0 kB
Active:           328968 kB
Inactive:         555964 kB
Active(anon):      89900 kB
Inactive(anon):        0 kB
Active(file):     239068 kB
Inactive(file):   555964 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2592 kB
Writeback:             0 kB
AnonPages:         74912 kB
Mapped:           102412 kB
Shmem:             18068 kB
KReclaimable:      96672 kB
Slab:             182364 kB
SReclaimable:      96672 kB
SUnreclaim:        85692 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:     336720 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:21