Trace number 4513195

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 3604.41

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-0.opb
MD5SUM3e8b284557ab3bc728bad30e424c83e1
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 benchmark1199.44
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 constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
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.11/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.16	c version PB25.v20250606
0.11/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.18	c java.vm.version	22.0.1+8-16
0.11/0.18	c java.vm.vendor	Oracle Corporation
0.11/0.18	c sun.arch.data.model	64
0.11/0.18	c java.version		22.0.1
0.11/0.18	c os.name		Linux
0.11/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.18	c os.arch		amd64
0.11/0.19	c Free memory 		2104792832
0.11/0.19	c Max memory 		16282288128
0.11/0.19	c Total memory 		2113929216
0.11/0.20	c Number of processors 	2
0.28/0.30	c Pseudo Boolean Optimization by upper bound
0.28/0.30	c --- Begin Solver configuration ---
0.28/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.30	c Learn all clauses as in MiniSAT
0.28/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.30	c Expensive reason simplification
0.28/0.30	c Glucose 2.1 dynamic restart strategy
0.28/0.30	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.28/0.30	c timeout=2147483s
0.28/0.30	c DB Simplification allowed=false
0.28/0.30	c Listener: none
0.28/0.30	c --- End Solver configuration ---
0.28/0.31	c solving HOME/instance-4513195-1751215444.opb
0.28/0.31	c reading problem ... 
0.28/0.31	c using VERIPB proof format
0.43/0.33	c  no objective function found
0.92/0.68	c ... done. Wall clock time 0.368s.
0.92/0.68	c declared #vars     4128
0.92/0.68	c #constraints  9984
0.92/0.68	c constraints type 
0.92/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.92/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.92/0.68	c org.sat4j.specs.Constr$1 => 904
0.92/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6720
0.92/0.68	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.92/0.68	c 9984 constraints processed.
3.23/1.85	c cleaning 2492 clauses out of 4998 with flag 16868/5000
4.42/2.48	c cleaning 4240 clauses out of 8506 with flag 39442/11000
5.80/3.12	c cleaning 5624 clauses out of 11266 with flag 68122/18000
6.88/3.81	c cleaning 6802 clauses out of 13642 with flag 101768/26000
7.73/4.61	c cleaning 7904 clauses out of 15840 with flag 140759/35000
8.95/5.59	c cleaning 8950 clauses out of 17937 with flag 187990/45001
10.59/6.63	c cleaning 9982 clauses out of 19986 with flag 242764/56000
11.90/7.85	c cleaning 10978 clauses out of 22004 with flag 302305/68000
13.22/9.20	c cleaning 11995 clauses out of 24026 with flag 371017/81000
14.71/10.63	c cleaning 13004 clauses out of 26032 with flag 447745/95001
16.23/12.19	c cleaning 14013 clauses out of 28028 with flag 529020/110001
18.02/14.00	c cleaning 14986 clauses out of 30016 with flag 616685/126002
19.98/15.89	c cleaning 16013 clauses out of 32029 with flag 711546/143001
22.07/17.81	c cleaning 17004 clauses out of 34017 with flag 814416/161002
24.07/19.87	c cleaning 17993 clauses out of 36013 with flag 923662/180002
26.48/22.11	c cleaning 18941 clauses out of 38018 with flag 1040193/200000
28.86/24.55	c cleaning 20034 clauses out of 40077 with flag 1164037/221000
31.46/27.17	c cleaning 21000 clauses out of 42044 with flag 1292255/243001
34.14/29.80	c cleaning 22008 clauses out of 44043 with flag 1430849/266000
37.04/32.79	c cleaning 23001 clauses out of 46036 with flag 1573081/290001
40.27/36.04	c cleaning 24001 clauses out of 48034 with flag 1719232/315000
43.45/39.24	c cleaning 25017 clauses out of 50033 with flag 1874472/341000
46.83/42.65	c cleaning 26010 clauses out of 52019 with flag 2035838/368003
50.33/46.15	c cleaning 26992 clauses out of 54008 with flag 2203726/396002
54.11/49.96	c cleaning 27968 clauses out of 56014 with flag 2376790/425000
58.00/53.87	c cleaning 28997 clauses out of 58047 with flag 2561797/455001
62.10/58.00	c cleaning 30001 clauses out of 60049 with flag 2747386/486000
66.58/62.42	c cleaning 31004 clauses out of 62048 with flag 2945342/518000
71.65/68.04	c cleaning 31947 clauses out of 64045 with flag 3151922/551001
76.42/72.86	c cleaning 33039 clauses out of 66098 with flag 3360814/585001
81.51/77.95	c cleaning 34019 clauses out of 68058 with flag 3577319/620000
86.71/83.17	c cleaning 35013 clauses out of 70040 with flag 3801993/656001
92.29/88.72	c cleaning 36004 clauses out of 72026 with flag 4029568/693000
97.88/94.34	c cleaning 37006 clauses out of 74022 with flag 4264362/731000
103.81/100.37	c cleaning 37969 clauses out of 76018 with flag 4507654/770002
109.99/106.52	c cleaning 38979 clauses out of 78047 with flag 4757411/810000
116.37/112.91	c cleaning 40017 clauses out of 80068 with flag 5011629/851000
123.06/119.61	c cleaning 40991 clauses out of 82052 with flag 5273587/893001
129.99/126.60	c cleaning 42014 clauses out of 84060 with flag 5541367/936000
138.46/135.15	c cleaning 42995 clauses out of 86046 with flag 5813683/980000
145.72/142.44	c cleaning 44000 clauses out of 88052 with flag 6093444/1025001
153.22/149.95	c cleaning 45000 clauses out of 90051 with flag 6384166/1071000
161.84/158.67	c cleaning 45997 clauses out of 92051 with flag 6680686/1118000
170.52/167.30	c cleaning 47008 clauses out of 94054 with flag 6983976/1166000
178.99/175.82	c cleaning 47964 clauses out of 96046 with flag 7291856/1215000
187.77/184.69	c cleaning 48987 clauses out of 98082 with flag 7604516/1265000
196.91/193.81	c cleaning 50019 clauses out of 100096 with flag 7922942/1316001
206.49/203.41	c cleaning 51025 clauses out of 102078 with flag 8252190/1368002
217.50/214.47	c cleaning 51996 clauses out of 104051 with flag 8584073/1421000
227.99/224.82	c cleaning 53006 clauses out of 106057 with flag 8927623/1475002
239.96/236.85	c cleaning 54000 clauses out of 108049 with flag 9279762/1530000
250.94/247.87	c cleaning 55007 clauses out of 110049 with flag 9632506/1586000
262.38/259.35	c cleaning 56011 clauses out of 112044 with flag 9994814/1643002
274.08/271.06	c cleaning 56991 clauses out of 114031 with flag 10359111/1701000
286.40/283.42	c cleaning 57993 clauses out of 116040 with flag 10729355/1760000
298.88/295.97	c cleaning 59021 clauses out of 118047 with flag 11107389/1820000
311.98/309.03	c cleaning 59969 clauses out of 120027 with flag 11491518/1881001
326.47/323.60	c cleaning 61007 clauses out of 122057 with flag 11884412/1943000
339.85/337.08	c cleaning 62003 clauses out of 124051 with flag 12278041/2006001
353.63/350.97	c cleaning 62992 clauses out of 126048 with flag 12677456/2070001
369.11/366.40	c cleaning 64013 clauses out of 128056 with flag 13082883/2135001
385.02/382.34	c cleaning 64974 clauses out of 130043 with flag 13493431/2201001
399.91/397.29	c cleaning 65995 clauses out of 132068 with flag 13910174/2268000
415.48/412.81	c cleaning 67016 clauses out of 134075 with flag 14334042/2336002
431.72/429.09	c cleaning 68000 clauses out of 136058 with flag 14768253/2405001
448.61/445.94	c cleaning 69000 clauses out of 138058 with flag 15206761/2475001
465.71/463.05	c cleaning 70002 clauses out of 140057 with flag 15652167/2546000
483.21/480.59	c cleaning 71005 clauses out of 142055 with flag 16099878/2618000
500.60/497.90	c cleaning 71991 clauses out of 144050 with flag 16550834/2691000
517.96/515.37	c cleaning 73006 clauses out of 146060 with flag 17012604/2765001
535.83/533.28	c cleaning 73995 clauses out of 148053 with flag 17479246/2840000
555.23/552.65	c cleaning 75019 clauses out of 150060 with flag 17954283/2916002
574.11/571.54	c cleaning 75977 clauses out of 152039 with flag 18431758/2993000
594.48/592.00	c cleaning 76999 clauses out of 154062 with flag 18911497/3071000
614.16/611.65	c cleaning 77999 clauses out of 156064 with flag 19406770/3150001
634.35/631.88	c cleaning 79027 clauses out of 158064 with flag 19905834/3230000
656.72/654.23	c cleaning 79977 clauses out of 160039 with flag 20412340/3311002
677.94/675.33	c cleaning 80981 clauses out of 162060 with flag 20923114/3393000
701.45/698.84	c cleaning 82021 clauses out of 164080 with flag 21440740/3476001
724.19/721.68	c cleaning 83018 clauses out of 166058 with flag 21965121/3560000
746.91/744.45	c cleaning 83994 clauses out of 168040 with flag 22495627/3645000
770.69/768.30	c cleaning 85018 clauses out of 170048 with flag 23032300/3731002
794.50/792.12	c cleaning 86001 clauses out of 172028 with flag 23572387/3818000
818.14/815.87	c cleaning 87007 clauses out of 174028 with flag 24116198/3906001
843.33/841.06	c cleaning 87964 clauses out of 176021 with flag 24666382/3995001
869.86/867.62	c cleaning 89009 clauses out of 178056 with flag 25224962/4085000
895.33/893.14	c cleaning 89984 clauses out of 180047 with flag 25788812/4176000
921.82/919.76	c cleaning 91003 clauses out of 182063 with flag 26358451/4268000
948.39/946.31	c cleaning 91985 clauses out of 184060 with flag 26933529/4361000
975.31/973.33	c cleaning 93025 clauses out of 186075 with flag 27509776/4455000
1002.55/1000.61	c cleaning 94018 clauses out of 188051 with flag 28096718/4550001
1030.57/1028.79	c cleaning 95007 clauses out of 190032 with flag 28691395/4646000
1060.50/1058.62	c cleaning 95962 clauses out of 192025 with flag 29296897/4743000
1090.91/1089.15	c cleaning 97031 clauses out of 194063 with flag 29905898/4841000
1120.84/1119.16	c cleaning 98001 clauses out of 196034 with flag 30518574/4940002
1151.84/1150.28	c cleaning 98960 clauses out of 198031 with flag 31137075/5040000
1185.00/1183.31	c cleaning 100021 clauses out of 200071 with flag 31763232/5141000
1216.70/1215.02	c cleaning 101019 clauses out of 202050 with flag 32396716/5243000
1249.70/1248.17	c cleaning 101988 clauses out of 204031 with flag 33031682/5346000
1281.63/1280.11	c cleaning 102978 clauses out of 206043 with flag 33677055/5450000
1314.67/1313.25	c cleaning 104025 clauses out of 208065 with flag 34324233/5555000
1349.77/1348.40	c cleaning 104976 clauses out of 210042 with flag 34976172/5661002
1384.54/1383.39	c cleaning 105994 clauses out of 212064 with flag 35633800/5768000
1420.05/1419.09	c cleaning 107008 clauses out of 214071 with flag 36299849/5876001
1457.09/1456.99	c cleaning 108002 clauses out of 216064 with flag 36977693/5985002
1493.16/1493.03	c cleaning 109005 clauses out of 218060 with flag 37652832/6095000
1529.18/1529.14	c cleaning 110011 clauses out of 220055 with flag 38340133/6206000
1566.08/1566.17	c cleaning 111008 clauses out of 222045 with flag 39030893/6318001
1603.61/1603.71	c cleaning 111988 clauses out of 224036 with flag 39730859/6431000
1642.42/1642.67	c cleaning 112994 clauses out of 226048 with flag 40434170/6545000
1681.09/1681.31	c cleaning 114006 clauses out of 228054 with flag 41144728/6660000
1721.42/1721.73	c cleaning 115010 clauses out of 230050 with flag 41859708/6776002
1762.85/1763.26	c cleaning 115981 clauses out of 232039 with flag 42582984/6893001
1804.78/1805.22	c cleaning 117015 clauses out of 234057 with flag 43308990/7011000
1846.12/1846.61	c cleaning 117980 clauses out of 236043 with flag 44039098/7130001
1888.16/1888.78	c cleaning 119002 clauses out of 238063 with flag 44775854/7250001
1931.27/1931.95	c cleaning 120008 clauses out of 240061 with flag 45523381/7371001
1973.92/1974.60	c cleaning 120986 clauses out of 242052 with flag 46281187/7493000
2015.76/2016.55	c cleaning 122005 clauses out of 244066 with flag 47038871/7616000
2057.32/2058.15	c cleaning 122992 clauses out of 246061 with flag 47802854/7740000
2099.07/2099.94	c cleaning 124016 clauses out of 248069 with flag 48578030/7865000
2143.39/2144.31	c cleaning 124994 clauses out of 250053 with flag 49355995/7991000
2187.34/2188.10	c cleaning 125970 clauses out of 252059 with flag 50140311/8118000
2234.67/2235.44	c cleaning 127046 clauses out of 254092 with flag 50938008/8246003
2279.13/2280.05	c cleaning 128019 clauses out of 256043 with flag 51730357/8375000
2325.51/2326.49	c cleaning 128979 clauses out of 258024 with flag 52533882/8505000
2371.51/2372.53	c cleaning 130012 clauses out of 260046 with flag 53334973/8636001
2418.81/2419.96	c cleaning 130965 clauses out of 262033 with flag 54145911/8768000
2467.58/2468.82	c cleaning 131997 clauses out of 264068 with flag 54965333/8901000
2515.59/2516.97	c cleaning 133029 clauses out of 266071 with flag 55785910/9035000
2564.37/2565.86	c cleaning 134015 clauses out of 268042 with flag 56611695/9170000
2615.70/2617.32	c cleaning 134982 clauses out of 270027 with flag 57446322/9306000
2667.20/2668.80	c cleaning 135999 clauses out of 272046 with flag 58285858/9443001
2720.20/2721.93	c cleaning 137024 clauses out of 274047 with flag 59129235/9581001
2773.61/2775.23	c cleaning 138005 clauses out of 276022 with flag 59977476/9720000
2828.05/2829.75	c cleaning 138966 clauses out of 278017 with flag 60828377/9860000
2882.26/2884.02	c cleaning 139988 clauses out of 280051 with flag 61693841/10001000
2937.19/2939.05	c cleaning 141012 clauses out of 282063 with flag 62559997/10143000
2994.95/2996.83	c cleaning 142010 clauses out of 284053 with flag 63429964/10286002
3051.19/3053.20	c cleaning 143009 clauses out of 286042 with flag 64312616/10430001
3108.94/3111.12	c cleaning 144005 clauses out of 288032 with flag 65200798/10575000
3167.54/3169.96	c cleaning 145009 clauses out of 290027 with flag 66097985/10721000
3227.70/3230.28	c cleaning 145994 clauses out of 292018 with flag 66989975/10868000
3287.14/3291.01	c cleaning 146993 clauses out of 294024 with flag 67901561/11016000
3345.95/3349.81	c cleaning 148006 clauses out of 296032 with flag 68816478/11165001
3409.18/3413.11	c cleaning 148974 clauses out of 298025 with flag 69736443/11315000
3472.02/3476.18	c cleaning 149991 clauses out of 300052 with flag 70667258/11466001
3534.45/3538.53	c cleaning 151006 clauses out of 302060 with flag 71593636/11618000
3598.52/3602.76	c cleaning 151984 clauses out of 304055 with flag 72528175/11771001
3600.01/3604.22	c timeout
3600.01/3604.24	c starts		: 106231
3600.01/3604.25	c conflicts		: 11776086
3600.01/3604.25	c decisions		: 109029514
3600.01/3604.25	c propagations		: 1570423641
3600.01/3604.25	c inspects		: 34592205137
3600.01/3604.25	c shortcuts		: 0
3600.01/3604.25	c learnt literals	: 2
3600.01/3604.25	c learnt binary clauses	: 58
3600.01/3604.26	c learnt ternary clauses	: 831
3600.01/3604.26	c learnt constraints	: 11776084
3600.01/3604.26	c ignored constraints	: 0
3600.01/3604.26	c root simplifications	: 0
3600.01/3604.26	c removed literals (reason simplification)	: 10516170
3600.01/3604.26	c reason swapping (by a shorter reason)	: 0
3600.01/3604.26	c Calls to reduceDB	: 149
3600.01/3604.26	c Number of update (reduction) of LBD	: 2477270
3600.01/3604.26	c Imported unit clauses	: 0
3600.01/3604.26	c No decision after first conflict	: false
3600.01/3604.26	c number of reductions to clauses (during analyze)	: 0
3600.01/3604.26	c number of learned constraints concerned by reduction	: 0
3600.01/3604.26	c number of learning phase by resolution	: 0
3600.01/3604.26	c number of learning phase by cutting planes	: 0
3600.01/3604.26	c number of rounding to 1 operations	: 0
3600.01/3604.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3604.26	c number of reductions of the coefficients by power 2 	: 0
3600.01/3604.26	c number of right shift for reduction by power 2 	: 0
3600.01/3604.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3604.26	c number of ending skipping 	: 0
3600.01/3604.26	c number of internal skipping 	: 0
3600.01/3604.26	c number of derivation steps 	: 0
3600.01/3604.26	c number of skipped derivation steps 	: 0
3600.01/3604.26	c number of remaining unassigned 	: 0
3600.01/3604.26	c number of remaining assigned 	: 0
3600.01/3604.26	c number of falsified literals weakened from reason	: 0
3600.01/3604.26	c number of falsified literals weakened from conflict	: 0
3600.01/3604.26	c time for arithmetic operations	: 0
3600.01/3604.26	c minimum degree of deleted constraints	: null
3600.01/3604.26	c maximum degree of deleted constraints	: null
3600.01/3604.26	c number of deleted constraints	: 0
3600.01/3604.26	c speed (assignments/second)	: 435797.59166069573
3600.01/3604.26	c non guided choices	: 26288
3600.16/3604.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 157098
3600.16/3604.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 58
3600.16/3604.39	s UNKNOWN
3600.16/3604.39	c Total wall clock time (in seconds): 3604.081

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513195-1751215444/watcher-4513195-1751215444 -o /tmp/evaluation-result-4513195-1751215444/solver-4513195-1751215444 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751208227-27393 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513195-1751215444 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513195-1751215444.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=28375, runsolver pid=28372

[startup+0.100051 s]*
/proc/loadavg: 4.15 4.17 4.16 5/330 28393
/proc/meminfo: memFree=110467632/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=18930384 memory=48540 CPUtime=0.11 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 5828 0 0 0 8 3 0 0 20 0 18 0 37223782 19384713216 12135 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4732596 12135 5300 1 0 547010 0
[pid=28375/tid=28377] ppid=28372 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 4713 0 0 0 5 2 0 0 20 0 18 0 37223783 19384713216 12135 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37223787 19384713216 12135 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=18930384 memory=58494082630061 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37223788 19384713216 12135 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48540 KiB

[startup+0.213858 s]*
/proc/loadavg: 4.15 4.17 4.16 6/330 28393
/proc/meminfo: memFree=110459504/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=18930384 memory=55628 CPUtime=0.28 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 6561 0 0 0 24 4 0 0 20 0 18 0 37223782 19384713216 13907 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4732596 13907 5332 1 0 547604 0
[pid=28375/tid=28377] ppid=28372 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 5058 0 0 0 14 3 0 0 20 0 18 0 37223783 19384713216 13907 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=18930384 memory=13926 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37223787 19384713216 13907 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37223788 19384713216 13907 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55628 KiB

[startup+0.318048 s]*
/proc/loadavg: 4.15 4.17 4.16 6/330 28393
/proc/meminfo: memFree=110458004/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=18930384 memory=59168 CPUtime=0.43 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 6839 0 0 0 38 5 0 0 20 0 18 0 37223782 19384713216 14792 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4732596 14792 5428 1 0 547810 0
[pid=28375/tid=28377] ppid=28372 vsize=18930384 memory=-6000919498442892397 CPUtime=0.25 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 5230 0 0 0 22 3 0 0 20 0 18 0 37223783 19384713216 14792 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37223787 19384713216 14792 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37223788 19384713216 14792 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59168 KiB

[startup+0.700381 s]
/proc/loadavg: 4.15 4.17 4.16 6/330 28393
/proc/meminfo: memFree=110456996/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=18930384 memory=93560 CPUtime=1.1 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 8719 0 0 0 103 7 0 0 20 0 18 0 37223782 19384713216 23390 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4732596 23390 5428 1 0 549055 0
[pid=28375/tid=28377] ppid=28372 vsize=18930384 memory=17280 CPUtime=0.54 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 5369 0 0 0 50 4 0 0 20 0 18 0 37223783 19384713216 23390 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37223787 19384713216 23390 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37223788 19384713216 23390 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 93560 KiB

[startup+1.50027 s]
/proc/loadavg: 4.15 4.17 4.16 6/331 28394
/proc/meminfo: memFree=110420072/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=18996948 memory=141572 CPUtime=2.64 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 18996 0 0 0 254 10 0 0 20 0 19 0 37223782 19452874752 35393 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4749237 35393 5428 1 0 552454 0
[pid=28375/tid=28377] ppid=28372 vsize=18996948 memory=3200 CPUtime=1.19 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 5789 0 0 0 114 5 0 0 20 0 19 0 37223783 19452874752 35393 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37223787 19452874752 35393 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37223788 19452874752 35393 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37223852 19452874752 35393 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 141572 KiB

[startup+3.1056 s]
/proc/loadavg: 4.22 4.18 4.17 6/332 28395
/proc/meminfo: memFree=110330572/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=182828 CPUtime=5.8 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 25627 0 0 0 565 15 0 0 20 0 20 0 37223782 19521036288 45707 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 45707 5460 1 0 554689 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=14720 CPUtime=2.75 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 6749 0 0 0 267 8 0 0 20 0 20 0 37223783 19521036288 45707 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 45707 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 45707 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37223852 19521036288 45707 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182828 KiB

[startup+6.30029 s]
/proc/loadavg: 4.22 4.18 4.17 7/330 28460
/proc/meminfo: memFree=118017832/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=292784 CPUtime=10.28 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 32319 0 0 0 1008 20 0 0 20 0 20 0 37223782 19521036288 73196 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 73196 5460 1 0 555111 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=0 CPUtime=5.91 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 7455 0 0 0 579 12 0 0 20 0 20 0 37223783 19521036288 73196 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 73196 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 73196 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=19063512 memory=149788 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37223852 19521036288 73196 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 10.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 292784 KiB

[startup+12.7004 s]
/proc/loadavg: 4.26 4.19 4.17 5/332 28462
/proc/meminfo: memFree=117007032/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=1036340 CPUtime=16.82 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 35453 0 0 0 1644 38 0 0 20 0 20 0 37223782 19521036288 259085 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 259085 5492 1 0 555111 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=149788 CPUtime=12.29 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 9406 0 0 0 1200 29 0 0 20 0 20 0 37223783 19521036288 259085 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 259085 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 259085 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=19063512 memory=747572 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37223852 19521036288 259085 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 16.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1036340 KiB

[startup+25.5005 s]
/proc/loadavg: 4.22 4.19 4.17 5/332 28462
/proc/meminfo: memFree=115504680/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=1315008 CPUtime=29.85 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 39167 0 0 0 2936 49 0 0 20 0 20 0 37223782 19521036288 328752 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 328752 5492 1 0 555111 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=1315008 CPUtime=24.97 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 10198 0 0 0 2458 39 0 0 20 0 20 0 37223783 19521036288 328752 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 328752 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 328752 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37223852 19521036288 328752 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 29.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315008 KiB

[startup+51.1136 s]
/proc/loadavg: 4.21 4.19 4.17 5/332 28462
/proc/meminfo: memFree=115291536/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=1317128 CPUtime=55.32 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 41342 0 0 0 5472 60 0 0 20 0 20 0 37223782 19521036288 329282 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 329282 5492 1 0 555111 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=-6000919498442892397 CPUtime=50.32 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 11090 0 0 0 4984 48 0 0 20 0 20 0 37223783 19521036288 329282 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=1317128 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 329282 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=1315008 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 329282 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0

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

[startup+3282.3 s]
/proc/loadavg: 4.22 4.18 4.18 5/333 28840
/proc/meminfo: memFree=104048456/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=2175272 CPUtime=3278.58 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 102587 0 0 0 326995 863 0 0 20 0 20 0 37223782 19521036288 543818 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 543818 5492 1 0 558280 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=2175272 CPUtime=3248.73 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 40964 0 0 0 324201 672 0 0 20 0 20 0 37223783 19521036288 543818 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=2175272 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 543818 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=9088 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 1663 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 543818 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=19063512 memory=2175272 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37223852 19521036288 543818 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 3278.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175272 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.17 4.18 5/332 28843
/proc/meminfo: memFree=103698984/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=2176680 CPUtime=3338.47 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 103418 0 0 0 332973 874 0 0 20 0 20 0 37223782 19521036288 544170 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 544170 5492 1 0 558280 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=2175272 CPUtime=3308.33 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 41749 0 0 0 330152 681 0 0 20 0 20 0 37223783 19521036288 544170 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 544170 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=2176680 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 1663 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 544170 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37223852 19521036288 544170 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 3338.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2176680 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.19 4.18 5/333 28846
/proc/meminfo: memFree=103356876/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=2176808 CPUtime=3398.33 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 104580 0 0 0 338947 886 0 0 20 0 20 0 37223782 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 544202 5492 1 0 558280 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=17280 CPUtime=3367.87 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 42569 0 0 0 336098 689 0 0 20 0 20 0 37223783 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=2176680 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=2176808 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 1712 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=19063512 memory=2176808 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37223852 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 3398.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2176808 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.20 4.19 5/332 28848
/proc/meminfo: memFree=103017948/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=2176808 CPUtime=3458.28 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 105513 0 0 0 344931 897 0 0 20 0 20 0 37223782 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 544202 5492 1 0 558280 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=17280 CPUtime=3427.25 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 43202 0 0 0 342027 698 0 0 20 0 20 0 37223783 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=2176680 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=2176808 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 1794 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=19063512 memory=2176808 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37223852 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 3458.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2176808 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/332 28854
/proc/meminfo: memFree=102692364/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=2176808 CPUtime=3518.13 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 105575 0 0 0 350905 908 0 0 20 0 20 0 37223782 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 544202 5492 1 0 558280 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=2176808 CPUtime=3486.82 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 43256 0 0 0 347976 706 0 0 20 0 20 0 37223783 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=2176808 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=2176808 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 1794 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=19063512 memory=2176808 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37223852 19521036288 544202 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 3518.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2176808 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.17 4.18 6/332 28856
/proc/meminfo: memFree=102334980/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=2178864 CPUtime=3578.12 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 105854 0 0 0 356892 920 0 0 20 0 20 0 37223782 19521036288 544716 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 544716 5492 1 0 558280 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=2178864 CPUtime=3546.17 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 43482 0 0 0 353902 715 0 0 20 0 20 0 37223783 19521036288 544716 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 544716 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 1794 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 544716 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37223852 19521036288 544716 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 3578.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2178864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.2 s]
/proc/loadavg: 4.23 4.19 4.18 5/332 28856
/proc/meminfo: memFree=102186788/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19063512 memory=2178864 CPUtime=3600.01 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 106059 0 0 0 359078 923 0 0 20 0 20 0 37223782 19521036288 544716 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4765878 544716 5492 1 0 558280 0
[pid=28375/tid=28377] ppid=28372 vsize=19063512 memory=2944 CPUtime=3567.87 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) R 28372 28375 27382 0 -1 4194368 43633 0 0 0 356070 717 0 0 20 0 20 0 37223783 19521036288 544716 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19063512 memory=6784 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37223787 19521036288 544716 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19063512 memory=4948 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 1794 0 0 0 0 0 0 0 20 0 20 0 37223788 19521036288 544716 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28394] ppid=28372 vsize=19063512 memory=5160 CPUtime=0 cores=4,6
/proc/28375/task/28394/stat : 28394 (Timer-0) S 28372 28375 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37223852 19521036288 544716 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2178864 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.02 s, system=9.24909 s

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

[startup+3604.31 s]
/proc/loadavg: 4.23 4.19 4.18 5/332 28856
/proc/meminfo: memFree=102186788/131382112 swapFree=33010684/33010684
[pid=28375] ppid=28372 vsize=19263204 memory=2179504 CPUtime=3600.16 cores=4,6
/proc/28375/stat : 28375 (java) S 28372 28375 27382 0 -1 4194304 108363 0 0 0 359092 924 0 0 20 0 21 0 37223782 19725520896 544876 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
/proc/28375/statm: 4815801 544876 5492 1 0 559215 0
[pid=28375/tid=28377] ppid=28372 vsize=19263204 memory=2178864 CPUtime=3567.89 cores=4,6
/proc/28375/task/28377/stat : 28377 (java) S 28372 28375 27382 0 -1 4194368 44018 0 0 0 356072 717 0 0 20 0 21 0 37223783 19725520896 544876 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28386] ppid=28372 vsize=19263204 memory=2760 CPUtime=0 cores=4,6
/proc/28375/task/28386/stat : 28386 (Finalizer) S 28372 28375 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 37223787 19725520896 544876 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
[pid=28375/tid=28393] ppid=28372 vsize=19263204 memory=14720 CPUtime=0 cores=4,6
/proc/28375/task/28393/stat : 28393 (Common-Cleaner) S 28372 28375 27382 0 -1 4194368 1794 0 0 0 0 0 0 0 20 0 21 0 37223788 19725520896 544876 18446744073709551615 94892280221696 94892280225392 140730583645104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94892280233208 94892280234000 94892290555904 140730583652656 140730583652838 140730583652838 140730583658440 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2179504 KiB

Child status: 143

Real time (s): 3604.41
CPU time (s): 3600.27
CPU user time (s): 3591.02
CPU system time (s): 9.24909
CPU usage (%): 99.885
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2179504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.02
system time used= 9.24909
maximum resident set size= 2180016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10514176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114728
involuntary context switches= 25927


# summary of solver processes directly reported to runsolver:
#   pid: 28375
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3591.02
#   total CPU system time (s): 9.24909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0565 second user time and 37.3118 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 18:44:04
IDJOB=4513195
IDBENCH=162289
IDSOLVER=3364
FILE ID=nodeC005/4513195-1751215444
RUNJOBID= nodeC005-1751208227-27393
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-size128-round22-0.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513195-1751215444/watcher-4513195-1751215444 -o /tmp/evaluation-result-4513195-1751215444/solver-4513195-1751215444 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751208227-27393 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513195-1751215444 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513195-1751215444.opb

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

MD5SUM BENCH= 3e8b284557ab3bc728bad30e424c83e1
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		: 3528.504
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		: 3586.398
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.628
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.939
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		: 1795.680
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		: 3491.954
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.246
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		: 1197.432
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:        110498908 kB
MemAvailable:   123262496 kB
Buffers:            3280 kB
Cached:         13559612 kB
SwapCached:            0 kB
Active:          7030232 kB
Inactive:       13311660 kB
Active(anon):    6797024 kB
Inactive(anon):        0 kB
Active(file):     233208 kB
Inactive(file): 13311660 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45112 kB
Writeback:            16 kB
AnonPages:       6782184 kB
Mapped:           122284 kB
Shmem:             17960 kB
KReclaimable:     116692 kB
Slab:             200924 kB
SReclaimable:     116692 kB
SUnreclaim:        84232 kB
KernelStack:        5072 kB
PageTables:        16960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7512600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6522880 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:09