Trace number 4513231

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 Resolution VeriPB 2025-06-06? (TO) 3600.27 3607.31

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round22-2.opb
MD5SUM4ab683db7c9e99efe1269a989c150a4d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark49.0793
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.14	c See www.sat4j.org for details.
0.12/0.15	c version PB25.v20250606
0.12/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.18	c java.vm.version	22.0.1+8-16
0.12/0.18	c java.vm.vendor	Oracle Corporation
0.12/0.18	c sun.arch.data.model	64
0.12/0.18	c java.version		22.0.1
0.12/0.18	c os.name		Linux
0.12/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.18	c os.arch		amd64
0.12/0.18	c Free memory 		2104792832
0.12/0.19	c Max memory 		16282288128
0.12/0.19	c Total memory 		2113929216
0.12/0.19	c Number of processors 	2
0.27/0.28	c Pseudo Boolean Optimization by upper bound
0.27/0.28	c --- Begin Solver configuration ---
0.27/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.27/0.28	c Learn all clauses as in MiniSAT
0.27/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.28	c Expensive reason simplification
0.27/0.28	c Glucose 2.1 dynamic restart strategy
0.27/0.28	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.27/0.28	c timeout=2147483s
0.27/0.28	c DB Simplification allowed=false
0.27/0.28	c Listener: none
0.27/0.28	c --- End Solver configuration ---
0.27/0.28	c solving HOME/instance-4513231-1751215450.opb
0.27/0.28	c reading problem ... 
0.27/0.29	c using VERIPB proof format
0.27/0.29	c  no objective function found
0.81/0.59	c ... done. Wall clock time 0.297s.
0.81/0.59	c declared #vars     4128
0.81/0.59	c #constraints  10016
0.81/0.59	c constraints type 
0.81/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.81/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.81/0.59	c org.sat4j.specs.Constr$1 => 920
0.81/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6720
0.81/0.59	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.81/0.59	c 10016 constraints processed.
2.93/1.69	c cleaning 2497 clauses out of 4999 with flag 16490/5001
4.32/2.33	c cleaning 4236 clauses out of 8501 with flag 38987/11001
5.51/2.96	c cleaning 5628 clauses out of 11264 with flag 66827/18000
6.62/3.66	c cleaning 6819 clauses out of 13637 with flag 101055/26001
7.46/4.44	c cleaning 7882 clauses out of 15819 with flag 141636/35002
8.52/5.36	c cleaning 8945 clauses out of 17935 with flag 188893/45000
9.66/6.40	c cleaning 9996 clauses out of 19991 with flag 243281/56001
10.84/7.52	c cleaning 10975 clauses out of 21996 with flag 302692/68002
12.14/8.82	c cleaning 11997 clauses out of 24019 with flag 370400/81000
13.47/10.18	c cleaning 12966 clauses out of 26022 with flag 443987/95000
15.06/11.71	c cleaning 14009 clauses out of 28057 with flag 526001/110001
16.84/13.44	c cleaning 14981 clauses out of 30048 with flag 612562/126001
18.81/15.40	c cleaning 16019 clauses out of 32067 with flag 705992/143001
20.89/17.30	c cleaning 17012 clauses out of 34047 with flag 806609/161000
22.89/19.31	c cleaning 18008 clauses out of 36035 with flag 915484/180000
24.98/21.44	c cleaning 18988 clauses out of 38027 with flag 1030954/200000
27.28/23.77	c cleaning 20008 clauses out of 40039 with flag 1148936/221000
29.96/26.33	c cleaning 21006 clauses out of 42032 with flag 1274861/243001
32.55/28.93	c cleaning 21985 clauses out of 44026 with flag 1409440/266001
35.45/31.81	c cleaning 22992 clauses out of 46040 with flag 1550036/290000
39.13/35.69	c cleaning 24001 clauses out of 48048 with flag 1695681/315000
43.11/39.69	c cleaning 24996 clauses out of 50047 with flag 1847101/341000
46.41/42.99	c cleaning 26015 clauses out of 52051 with flag 2004427/368000
50.00/46.54	c cleaning 26989 clauses out of 54036 with flag 2170254/396000
53.69/50.23	c cleaning 27993 clauses out of 56047 with flag 2342195/425000
57.60/54.17	c cleaning 29000 clauses out of 58054 with flag 2522260/455000
61.76/58.38	c cleaning 30011 clauses out of 60054 with flag 2707425/486000
66.05/62.63	c cleaning 31013 clauses out of 62044 with flag 2899751/518001
71.34/68.08	c cleaning 31987 clauses out of 64030 with flag 3097474/551000
76.60/73.31	c cleaning 33019 clauses out of 66043 with flag 3300699/585000
81.58/78.33	c cleaning 33970 clauses out of 68024 with flag 3515157/620000
86.87/83.68	c cleaning 35012 clauses out of 70054 with flag 3730225/656000
92.28/89.11	c cleaning 36007 clauses out of 72043 with flag 3952460/693001
98.51/95.71	c cleaning 36970 clauses out of 74035 with flag 4183737/731000
104.91/102.19	c cleaning 38016 clauses out of 76066 with flag 4423813/770001
111.08/108.32	c cleaning 38975 clauses out of 78053 with flag 4667466/810004
117.36/114.64	c cleaning 40035 clauses out of 80075 with flag 4919352/851001
123.77/121.10	c cleaning 40998 clauses out of 82039 with flag 5175265/893000
131.84/129.29	c cleaning 42017 clauses out of 84042 with flag 5441972/936001
138.93/136.33	c cleaning 42992 clauses out of 86025 with flag 5716446/980001
146.11/143.58	c cleaning 43979 clauses out of 88032 with flag 5997285/1025000
153.70/151.11	c cleaning 45007 clauses out of 90053 with flag 6281710/1071000
161.23/158.72	c cleaning 45975 clauses out of 92046 with flag 6573085/1118000
169.31/166.81	c cleaning 47028 clauses out of 94071 with flag 6875126/1166000
177.97/175.31	c cleaning 48018 clauses out of 96043 with flag 7178198/1215000
186.47/183.86	c cleaning 48947 clauses out of 98025 with flag 7487076/1265000
195.85/193.35	c cleaning 50025 clauses out of 100080 with flag 7803249/1316002
205.71/203.26	c cleaning 50993 clauses out of 102054 with flag 8129444/1368001
215.18/212.75	c cleaning 52012 clauses out of 104062 with flag 8462071/1421002
225.00/222.60	c cleaning 53005 clauses out of 106048 with flag 8796669/1475000
235.18/232.87	c cleaning 54003 clauses out of 108044 with flag 9140749/1530001
245.66/243.39	c cleaning 54984 clauses out of 110041 with flag 9491536/1586001
256.98/254.78	c cleaning 55990 clauses out of 112056 with flag 9850660/1643000
268.15/265.98	c cleaning 57011 clauses out of 114066 with flag 10212990/1701000
279.72/277.59	c cleaning 58022 clauses out of 116055 with flag 10583378/1760000
292.18/290.11	c cleaning 58982 clauses out of 118034 with flag 10958568/1820001
304.94/302.90	c cleaning 60022 clauses out of 120051 with flag 11339837/1881000
318.80/316.93	c cleaning 60971 clauses out of 122029 with flag 11726138/1943000
331.77/329.96	c cleaning 61999 clauses out of 124058 with flag 12120629/2006000
345.69/343.98	c cleaning 63005 clauses out of 126059 with flag 12519280/2070000
359.97/358.26	c cleaning 64004 clauses out of 128054 with flag 12923372/2135000
377.36/375.73	c cleaning 64990 clauses out of 130051 with flag 13332696/2201001
392.02/390.42	c cleaning 65990 clauses out of 132060 with flag 13753270/2268000
407.14/405.65	c cleaning 67006 clauses out of 134073 with flag 14176195/2336003
424.07/422.68	c cleaning 67980 clauses out of 136065 with flag 14606029/2405001
440.80/439.44	c cleaning 69033 clauses out of 138084 with flag 15044445/2475000
457.62/456.37	c cleaning 69965 clauses out of 140051 with flag 15490144/2546000
475.35/474.13	c cleaning 71038 clauses out of 142086 with flag 15937084/2618000
493.58/492.42	c cleaning 71987 clauses out of 144048 with flag 16392518/2691000
512.40/511.39	c cleaning 73020 clauses out of 146062 with flag 16853856/2765001
530.13/529.16	c cleaning 74007 clauses out of 148042 with flag 17320693/2840001
548.18/547.23	c cleaning 75004 clauses out of 150035 with flag 17794207/2916001
567.55/566.57	c cleaning 75981 clauses out of 152030 with flag 18267763/2993000
587.91/586.94	c cleaning 77001 clauses out of 154050 with flag 18751359/3071001
608.50/607.56	c cleaning 78015 clauses out of 156048 with flag 19246920/3150000
629.75/628.82	c cleaning 79017 clauses out of 158034 with flag 19742919/3230001
651.09/650.29	c cleaning 80000 clauses out of 160017 with flag 20245227/3311001
672.32/671.50	c cleaning 81008 clauses out of 162016 with flag 20753350/3393000
694.13/693.48	c cleaning 81997 clauses out of 164011 with flag 21269939/3476003
715.83/715.11	c cleaning 82967 clauses out of 166011 with flag 21792303/3560000
737.47/736.84	c cleaning 84018 clauses out of 168044 with flag 22314801/3645000
759.83/759.21	c cleaning 84987 clauses out of 170026 with flag 22844966/3731000
783.68/783.16	c cleaning 85995 clauses out of 172040 with flag 23377490/3818001
810.14/809.60	c cleaning 87011 clauses out of 174044 with flag 23923729/3906000
836.44/835.97	c cleaning 87985 clauses out of 176033 with flag 24470251/3995000
860.72/860.28	c cleaning 89009 clauses out of 178048 with flag 25021336/4085000
888.42/888.05	c cleaning 90008 clauses out of 180039 with flag 25576102/4176000
914.80/914.80	c cleaning 90968 clauses out of 182032 with flag 26139062/4268001
940.92/941.03	c cleaning 92004 clauses out of 184063 with flag 26711753/4361000
969.08/969.36	c cleaning 92995 clauses out of 186060 with flag 27292232/4455001
997.00/997.36	c cleaning 94020 clauses out of 188064 with flag 27876432/4550000
1025.42/1025.83	c cleaning 95014 clauses out of 190046 with flag 28472082/4646002
1054.32/1054.83	c cleaning 95996 clauses out of 192030 with flag 29068998/4743000
1083.70/1084.35	c cleaning 96995 clauses out of 194034 with flag 29666340/4841000
1113.75/1114.43	c cleaning 97975 clauses out of 196041 with flag 30274543/4940002
1144.23/1145.01	c cleaning 98994 clauses out of 198064 with flag 30886786/5040000
1177.81/1178.53	c cleaning 99998 clauses out of 200070 with flag 31503757/5141000
1207.83/1208.65	c cleaning 101035 clauses out of 202073 with flag 32131156/5243001
1239.59/1240.48	c cleaning 101998 clauses out of 204038 with flag 32764159/5346001
1272.36/1273.33	c cleaning 103015 clauses out of 206039 with flag 33400398/5450000
1304.95/1305.93	c cleaning 103994 clauses out of 208024 with flag 34045670/5555000
1338.57/1339.68	c cleaning 104975 clauses out of 210030 with flag 34698103/5661000
1372.48/1373.60	c cleaning 105997 clauses out of 212055 with flag 35352643/5768000
1406.91/1408.17	c cleaning 107002 clauses out of 214058 with flag 36013402/5876000
1442.28/1443.65	c cleaning 108017 clauses out of 216056 with flag 36680685/5985000
1479.96/1481.44	c cleaning 108988 clauses out of 218040 with flag 37358463/6095001
1515.61/1517.12	c cleaning 109980 clauses out of 220051 with flag 38038604/6206000
1554.31/1555.93	c cleaning 111023 clauses out of 222071 with flag 38724789/6318000
1592.61/1594.21	c cleaning 112007 clauses out of 224048 with flag 39414198/6431000
1629.82/1631.57	c cleaning 113004 clauses out of 226042 with flag 40107616/6545001
1669.30/1671.06	c cleaning 114019 clauses out of 228037 with flag 40808637/6660000
1710.15/1712.01	c cleaning 114975 clauses out of 230018 with flag 41520988/6776000
1749.89/1751.78	c cleaning 115988 clauses out of 232046 with flag 42230017/6893003
1790.14/1792.05	c cleaning 116958 clauses out of 234055 with flag 42948410/7011000
1831.30/1833.28	c cleaning 118030 clauses out of 236097 with flag 43678967/7130000
1874.04/1876.04	c cleaning 119019 clauses out of 238067 with flag 44410954/7250000
1916.67/1918.88	c cleaning 119999 clauses out of 240048 with flag 45147312/7371000
1959.61/1961.89	c cleaning 121013 clauses out of 242049 with flag 45893820/7493000
2003.10/2005.50	c cleaning 121977 clauses out of 244036 with flag 46644491/7616000
2048.08/2050.35	c cleaning 123016 clauses out of 246059 with flag 47404395/7740000
2095.10/2097.66	c cleaning 124004 clauses out of 248043 with flag 48165545/7865000
2141.53/2144.17	c cleaning 125009 clauses out of 250040 with flag 48934885/7991001
2187.08/2189.83	c cleaning 125987 clauses out of 252030 with flag 49709867/8118000
2234.81/2237.68	c cleaning 127013 clauses out of 254043 with flag 50492619/8246000
2283.06/2286.11	c cleaning 128001 clauses out of 256032 with flag 51277795/8375002
2331.91/2334.91	c cleaning 128992 clauses out of 258029 with flag 52067803/8505000
2381.76/2384.99	c cleaning 130008 clauses out of 260038 with flag 52862769/8636001
2432.14/2435.44	c cleaning 130967 clauses out of 262029 with flag 53667027/8768000
2483.40/2486.78	c cleaning 131989 clauses out of 264064 with flag 54478928/8901002
2536.74/2540.24	c cleaning 133032 clauses out of 266075 with flag 55293449/9035002
2588.52/2592.29	c cleaning 133959 clauses out of 268041 with flag 56115714/9170000
2643.54/2647.59	c cleaning 135028 clauses out of 270082 with flag 56942177/9306000
2698.44/2702.57	c cleaning 135973 clauses out of 272056 with flag 57770295/9443002
2753.86/2758.16	c cleaning 137016 clauses out of 274085 with flag 58610741/9581004
2809.27/2813.78	c cleaning 137995 clauses out of 276065 with flag 59456561/9720000
2866.83/2871.48	c cleaning 139002 clauses out of 278070 with flag 60306952/9860000
2922.95/2927.69	c cleaning 140002 clauses out of 280069 with flag 61167397/10001001
2980.27/2985.05	c cleaning 140984 clauses out of 282068 with flag 62028124/10143002
3039.61/3044.53	c cleaning 142024 clauses out of 284082 with flag 62899966/10286000
3098.99/3104.09	c cleaning 143005 clauses out of 286058 with flag 63774832/10430000
3159.13/3164.37	c cleaning 144000 clauses out of 288054 with flag 64654709/10575001
3220.63/3226.11	c cleaning 145003 clauses out of 290055 with flag 65541795/10721002
3283.77/3289.39	c cleaning 146016 clauses out of 292050 with flag 66433503/10868000
3345.07/3350.63	c cleaning 146983 clauses out of 294035 with flag 67326766/11016001
3410.22/3417.35	c cleaning 147988 clauses out of 296053 with flag 68224239/11165002
3475.75/3482.77	c cleaning 149009 clauses out of 298063 with flag 69133995/11315000
3539.99/3547.09	c cleaning 149979 clauses out of 300054 with flag 70057704/11466000
3600.02/3607.13	c timeout
3600.02/3607.14	c starts		: 105502
3600.02/3607.15	c conflicts		: 11611053
3600.02/3607.15	c decisions		: 101569701
3600.02/3607.15	c propagations		: 1517557820
3600.02/3607.15	c inspects		: 33941930652
3600.02/3607.15	c shortcuts		: 0
3600.02/3607.15	c learnt literals	: 3
3600.02/3607.15	c learnt binary clauses	: 86
3600.02/3607.15	c learnt ternary clauses	: 908
3600.02/3607.15	c learnt constraints	: 11611050
3600.02/3607.15	c ignored constraints	: 0
3600.02/3607.15	c root simplifications	: 0
3600.02/3607.15	c removed literals (reason simplification)	: 11266795
3600.02/3607.15	c reason swapping (by a shorter reason)	: 0
3600.02/3607.15	c Calls to reduceDB	: 147
3600.02/3607.15	c Number of update (reduction) of LBD	: 2443326
3600.02/3607.15	c Imported unit clauses	: 0
3600.02/3607.15	c No decision after first conflict	: false
3600.02/3607.15	c number of reductions to clauses (during analyze)	: 0
3600.02/3607.15	c number of learned constraints concerned by reduction	: 0
3600.02/3607.15	c number of learning phase by resolution	: 0
3600.02/3607.15	c number of learning phase by cutting planes	: 0
3600.02/3607.15	c number of rounding to 1 operations	: 0
3600.02/3607.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3607.15	c number of reductions of the coefficients by power 2 	: 0
3600.02/3607.15	c number of right shift for reduction by power 2 	: 0
3600.02/3607.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3607.16	c number of ending skipping 	: 0
3600.02/3607.16	c number of internal skipping 	: 0
3600.02/3607.16	c number of derivation steps 	: 0
3600.02/3607.16	c number of skipped derivation steps 	: 0
3600.02/3607.16	c number of remaining unassigned 	: 0
3600.02/3607.16	c number of remaining assigned 	: 0
3600.02/3607.16	c number of falsified literals weakened from reason	: 0
3600.02/3607.16	c number of falsified literals weakened from conflict	: 0
3600.02/3607.16	c time for arithmetic operations	: 0
3600.02/3607.16	c minimum degree of deleted constraints	: null
3600.02/3607.16	c maximum degree of deleted constraints	: null
3600.02/3607.16	c number of deleted constraints	: 0
3600.02/3607.16	c speed (assignments/second)	: 420778.0228872341
3600.02/3607.16	c non guided choices	: 24265
3600.16/3607.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 295042
3600.16/3607.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 86
3600.16/3607.29	s UNKNOWN
3600.16/3607.29	c Total wall clock time (in seconds): 3607.005

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513231-1751215450/watcher-4513231-1751215450 -o /tmp/evaluation-result-4513231-1751215450/solver-4513231-1751215450 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751208227-27395 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513231-1751215450 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513231-1751215450.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
Starting watchdog thread
solver pid=28442, runsolver pid=28439
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.22 4.18 4.17 6/330 28460
/proc/meminfo: memFree=118053808/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=18930384 memory=48724 CPUtime=0.12 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 5838 0 0 0 10 2 0 0 20 0 18 0 37224339 19384713216 12181 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4732596 12181 5338 1 0 547032 0
[pid=28442/tid=28444] ppid=28439 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 4725 0 0 0 6 1 0 0 20 0 18 0 37224340 19384713216 12181 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37224344 19384713216 12181 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=18930384 memory=58494082630061 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37224344 19384713216 12181 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48724 KiB

[startup+0.208734 s]*
/proc/loadavg: 4.22 4.18 4.17 6/330 28460
/proc/meminfo: memFree=118028288/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=18930384 memory=57760 CPUtime=0.27 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 6577 0 0 0 24 3 0 0 20 0 18 0 37224339 19384713216 14440 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4732596 14440 5338 1 0 547627 0
[pid=28442/tid=28444] ppid=28439 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 5066 0 0 0 16 1 0 0 20 0 18 0 37224340 19384713216 14440 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=18930384 memory=13926 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37224344 19384713216 14440 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37224344 19384713216 14440 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57760 KiB

[startup+0.309046 s]*
/proc/loadavg: 4.22 4.18 4.17 7/330 28460
/proc/meminfo: memFree=118026524/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=18930384 memory=59296 CPUtime=0.43 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 6885 0 0 0 40 3 0 0 20 0 18 0 37224339 19384713216 14824 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4732596 14824 5434 1 0 547839 0
[pid=28442/tid=28444] ppid=28439 vsize=18930384 memory=-6000919468445164653 CPUtime=0.28 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 5253 0 0 0 26 2 0 0 20 0 18 0 37224340 19384713216 14824 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37224344 19384713216 14824 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37224344 19384713216 14824 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59296 KiB

[startup+0.700244 s]
/proc/loadavg: 4.22 4.18 4.17 7/330 28460
/proc/meminfo: memFree=118007688/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=18996948 memory=96388 CPUtime=1.16 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 8918 0 0 0 110 6 0 0 20 0 19 0 37224339 19452874752 24097 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4749237 24097 5434 1 0 549412 0
[pid=28442/tid=28444] ppid=28439 vsize=18996948 memory=17280 CPUtime=0.6 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 5396 0 0 0 57 3 0 0 20 0 19 0 37224340 19452874752 24097 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37224344 19452874752 24097 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37224344 19452874752 24097 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96388 KiB

[startup+1.50024 s]
/proc/loadavg: 4.22 4.18 4.17 6/331 28461
/proc/meminfo: memFree=117970408/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=18996948 memory=162856 CPUtime=2.74 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 19786 0 0 0 265 9 0 0 20 0 19 0 37224339 19452874752 40714 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4749237 40714 5466 1 0 553516 0
[pid=28442/tid=28444] ppid=28439 vsize=18996948 memory=3200 CPUtime=1.38 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 5882 0 0 0 134 4 0 0 20 0 19 0 37224340 19452874752 40714 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37224344 19452874752 40714 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37224344 19452874752 40714 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37224400 19452874752 40714 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162856 KiB

[startup+3.10591 s]
/proc/loadavg: 4.28 4.20 4.17 6/332 28462
/proc/meminfo: memFree=117658556/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=180616 CPUtime=5.91 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 24226 0 0 0 580 11 0 0 20 0 20 0 37224339 19521036288 45154 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 45154 5466 1 0 554347 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=14720 CPUtime=2.96 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 6915 0 0 0 291 5 0 0 20 0 20 0 37224340 19521036288 45154 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 45154 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 45154 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37224400 19521036288 45154 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180616 KiB

[startup+6.30045 s]
/proc/loadavg: 4.28 4.20 4.17 5/332 28462
/proc/meminfo: memFree=117072312/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=335004 CPUtime=9.56 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 28389 0 0 0 938 18 0 0 20 0 20 0 37224339 19521036288 83751 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 83751 5498 1 0 554452 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=0 CPUtime=6.11 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 7656 0 0 0 600 11 0 0 20 0 20 0 37224340 19521036288 83751 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 83751 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 83751 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=19063512 memory=171056 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37224400 19521036288 83751 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 335004 KiB

[startup+12.7004 s]
/proc/loadavg: 4.24 4.19 4.17 5/332 28462
/proc/meminfo: memFree=115989752/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=1010844 CPUtime=16.15 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 33260 0 0 0 1580 35 0 0 20 0 20 0 37224339 19521036288 252711 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 252711 5498 1 0 554468 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=171056 CPUtime=12.49 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 9596 0 0 0 1222 27 0 0 20 0 20 0 37224340 19521036288 252711 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=871580 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 252711 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 252711 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37224400 19521036288 252711 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 16.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1010844 KiB

[startup+25.5005 s]
/proc/loadavg: 4.20 4.18 4.17 5/332 28462
/proc/meminfo: memFree=115440204/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=1318200 CPUtime=29.16 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 36487 0 0 0 2871 45 0 0 20 0 20 0 37224339 19521036288 329550 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 329550 5498 1 0 554468 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=0 CPUtime=25.13 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 10496 0 0 0 2477 36 0 0 20 0 20 0 37224340 19521036288 329550 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 329550 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=1318200 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 329550 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=19063512 memory=1318200 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37224400 19521036288 329550 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 29.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1318200 KiB

[startup+51.1136 s]
/proc/loadavg: 4.19 4.18 4.17 5/332 28462
/proc/meminfo: memFree=115232328/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=1318200 CPUtime=54.6 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 37542 0 0 0 5407 53 0 0 20 0 20 0 37224339 19521036288 329550 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 329550 5498 1 0 554468 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=1318200 CPUtime=50.44 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 10864 0 0 0 5001 43 0 0 20 0 20 0 37224340 19521036288 329550 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=12544 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 329550 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 329550 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0

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

[startup+3282.3 s]
/proc/loadavg: 4.18 4.17 4.17 5/332 28840
/proc/meminfo: memFree=104024108/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=2167264 CPUtime=3276.78 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 104118 0 0 0 326815 863 0 0 20 0 20 0 37224339 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 541816 5530 1 0 554851 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=-6000919468445164653 CPUtime=3245.79 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 42664 0 0 0 323906 673 0 0 20 0 20 0 37224340 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=2167264 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 1921 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=19063512 memory=17512 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37224400 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 3276.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167264 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.17 4.17 5/332 28843
/proc/meminfo: memFree=103671988/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=2167264 CPUtime=3336.69 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 104444 0 0 0 332792 877 0 0 20 0 20 0 37224339 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 541816 5530 1 0 554851 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=2167264 CPUtime=3305.4 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 42980 0 0 0 329856 684 0 0 20 0 20 0 37224340 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=2167264 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=2167264 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 1921 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=19063512 memory=2167264 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37224400 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 3336.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167264 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.18 4.18 5/333 28846
/proc/meminfo: memFree=103324164/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=2167264 CPUtime=3395.21 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 106384 0 0 0 338631 890 0 0 20 0 20 0 37224339 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 541816 5530 1 0 554851 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=2167264 CPUtime=3363.4 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 43733 0 0 0 335646 694 0 0 20 0 20 0 37224340 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 1921 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=19063512 memory=2167264 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37224400 19521036288 541816 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 3395.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167264 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.19 4.18 5/332 28848
/proc/meminfo: memFree=102980976/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=2167904 CPUtime=3455.31 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 110159 0 0 0 344627 904 0 0 20 0 20 0 37224339 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 541976 5530 1 0 554973 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=2167904 CPUtime=3422.73 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 45332 0 0 0 341569 704 0 0 20 0 20 0 37224340 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=2167264 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 1950 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=19063512 memory=6772 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37224400 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 3455.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167904 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.19 4.18 5/332 28854
/proc/meminfo: memFree=102648116/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=2167904 CPUtime=3515.26 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 111068 0 0 0 350608 918 0 0 20 0 20 0 37224339 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 541976 5530 1 0 554973 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=2167904 CPUtime=3482.11 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 45565 0 0 0 347497 714 0 0 20 0 20 0 37224340 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=2167904 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 2024 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=19063512 memory=2167904 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37224400 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 3515.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167904 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.18 4.18 6/332 28856
/proc/meminfo: memFree=102299320/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=2167904 CPUtime=3575.2 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 111231 0 0 0 356589 931 0 0 20 0 20 0 37224339 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 541976 5530 1 0 554973 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=4252 CPUtime=3541.48 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 45701 0 0 0 353423 725 0 0 20 0 20 0 37224340 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=2167904 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=2167904 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 2024 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37224400 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 3575.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.11 s]
/proc/loadavg: 4.20 4.18 4.18 4/307 28890
/proc/meminfo: memFree=109567984/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19063512 memory=2167904 CPUtime=3600.02 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 111357 0 0 0 359064 938 0 0 20 0 20 0 37224339 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4765878 541976 5530 1 0 554973 0
[pid=28442/tid=28444] ppid=28439 vsize=19063512 memory=2167904 CPUtime=3565.9 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) R 28439 28442 27382 0 -1 4194368 45779 0 0 0 355860 730 0 0 20 0 20 0 37224340 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19063512 memory=-6000919468445164653 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 2024 0 0 0 0 0 0 0 20 0 20 0 37224344 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28461] ppid=28439 vsize=19063512 memory=2167904 CPUtime=0 cores=5,7
/proc/28442/task/28461/stat : 28461 (Timer-0) S 28439 28442 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37224400 19521036288 541976 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167904 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.87 s, system=9.40388 s

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

[startup+3607.2 s]
/proc/loadavg: 4.20 4.18 4.18 4/307 28890
/proc/meminfo: memFree=109567984/131382112 swapFree=33010684/33010684
[pid=28442] ppid=28439 vsize=19263204 memory=2168800 CPUtime=3600.16 cores=5,7
/proc/28442/stat : 28442 (java) S 28439 28442 27382 0 -1 4194304 114094 0 0 0 359077 939 0 0 20 0 21 0 37224339 19725520896 542200 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
/proc/28442/statm: 4815801 542200 5562 1 0 555938 0
[pid=28442/tid=28444] ppid=28439 vsize=19263204 memory=17280 CPUtime=3565.92 cores=5,7
/proc/28442/task/28444/stat : 28444 (java) S 28439 28442 27382 0 -1 4194368 46204 0 0 0 355862 730 0 0 20 0 21 0 37224340 19725520896 542200 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28453] ppid=28439 vsize=19263204 memory=11264 CPUtime=0 cores=5,7
/proc/28442/task/28453/stat : 28453 (Finalizer) S 28439 28442 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 37224344 19725520896 542200 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
[pid=28442/tid=28460] ppid=28439 vsize=19263204 memory=3200 CPUtime=0 cores=5,7
/proc/28442/task/28460/stat : 28460 (Common-Cleaner) S 28439 28442 27382 0 -1 4194368 2024 0 0 0 0 0 0 0 20 0 21 0 37224344 19725520896 542200 18446744073709551615 94639565922304 94639565926000 140737425753952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94639565933816 94639565934608 94639573106688 140737425758512 140737425758694 140737425758694 140737425764296 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2168800 KiB

Child status: 143

Real time (s): 3607.31
CPU time (s): 3600.27
CPU user time (s): 3590.87
CPU system time (s): 9.40388
CPU usage (%): 99.8049
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2168800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.87
system time used= 9.40388
maximum resident set size= 2168928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114346
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10578728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114425
involuntary context switches= 12553


# summary of solver processes directly reported to runsolver:
#   pid: 28442
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3590.87
#   total CPU system time (s): 9.40388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7139 second user time and 37.5423 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 18:44:10
IDJOB=4513231
IDBENCH=162295
IDSOLVER=3364
FILE ID=nodeC005/4513231-1751215450
RUNJOBID= nodeC005-1751208227-27395
SLURM_JOB_ID= 9587639
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round22-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513231-1751215450/watcher-4513231-1751215450 -o /tmp/evaluation-result-4513231-1751215450/solver-4513231-1751215450 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751208227-27395 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513231-1751215450 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513231-1751215450.opb

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

MD5SUM BENCH= 4ab683db7c9e99efe1269a989c150a4d
RANDOM SEED=1767076756

nodeC005 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	: 0xb00001f
cpu MHz		: 3491.948
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3491.931
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.291
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.548
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3591.726
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.243
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.236
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1895.453
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        118099036 kB
MemAvailable:   125613008 kB
Buffers:            3280 kB
Cached:          8315552 kB
SwapCached:            0 kB
Active:          4689756 kB
Inactive:        8067548 kB
Active(anon):    4456548 kB
Inactive(anon):        0 kB
Active(file):     233208 kB
Inactive(file):  8067548 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62772 kB
Writeback:             0 kB
AnonPages:       4440588 kB
Mapped:           122280 kB
Shmem:             17960 kB
KReclaimable:     105684 kB
Slab:             190396 kB
SReclaimable:     105684 kB
SUnreclaim:        84712 kB
KernelStack:        5040 kB
PageTables:        12208 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7074328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4216832 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC005 at 2025-06-29 19:44:17