Trace number 4494497

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

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUMd1359993160bf2f1506844981afa3acf
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 benchmark27.7832
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4494497-1751158366.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
2.70/1.83	c ... done. Wall clock time 1.69s.
2.70/1.83	c declared #vars     3750
2.70/1.83	c #constraints  468375
2.70/1.83	c constraints type 
2.70/1.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
2.70/1.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 467625
2.70/1.83	c 468375 constraints processed.
6.38/3.72	c cleaning 2501 clauses out of 5001 with flag 20729/5001
8.11/5.27	c cleaning 4247 clauses out of 8499 with flag 46194/11000
10.23/7.14	c cleaning 5625 clauses out of 11252 with flag 75949/18000
12.39/9.18	c cleaning 6810 clauses out of 13628 with flag 110371/26001
14.70/11.45	c cleaning 7909 clauses out of 15817 with flag 152173/35000
17.33/14.06	c cleaning 8948 clauses out of 17908 with flag 199678/45000
20.02/16.79	c cleaning 9972 clauses out of 19960 with flag 256129/56000
23.11/19.81	c cleaning 10990 clauses out of 21988 with flag 312200/68000
26.51/23.28	c cleaning 11996 clauses out of 23998 with flag 372091/81000
30.11/26.86	c cleaning 12992 clauses out of 26003 with flag 435905/95001
33.90/30.62	c cleaning 13996 clauses out of 28010 with flag 502147/110000
38.00/34.76	c cleaning 14999 clauses out of 30016 with flag 574159/126002
42.43/39.13	c cleaning 15995 clauses out of 32016 with flag 655840/143001
46.94/43.65	c cleaning 17006 clauses out of 34020 with flag 741709/161000
51.84/48.55	c cleaning 18001 clauses out of 36014 with flag 825285/180000
56.92/53.62	c cleaning 19001 clauses out of 38014 with flag 923034/200001
62.38/59.07	c cleaning 20007 clauses out of 40015 with flag 1020755/221003
67.85/64.59	c cleaning 20994 clauses out of 42006 with flag 1124189/243001
73.62/70.34	c cleaning 22003 clauses out of 44011 with flag 1237866/266000
79.80/76.49	c cleaning 22992 clauses out of 46009 with flag 1351354/290001
86.19/82.89	c cleaning 24000 clauses out of 48016 with flag 1465376/315000
92.76/89.46	c cleaning 24998 clauses out of 50016 with flag 1589679/341000
99.86/96.42	c cleaning 25998 clauses out of 52018 with flag 1716357/368000
107.24/103.76	c cleaning 27005 clauses out of 54022 with flag 1848075/396002
114.62/111.18	c cleaning 28002 clauses out of 56016 with flag 1977180/425001
122.19/118.73	c cleaning 29003 clauses out of 58014 with flag 2127883/455001
130.24/126.77	c cleaning 29988 clauses out of 60012 with flag 2270313/486002
138.42/134.97	c cleaning 31003 clauses out of 62022 with flag 2420052/518000
147.00/143.50	c cleaning 31988 clauses out of 64019 with flag 2574468/551000
155.87/152.39	c cleaning 33016 clauses out of 66034 with flag 2733306/585003
164.94/161.44	c cleaning 34006 clauses out of 68016 with flag 2902033/620001
174.68/171.06	c cleaning 34990 clauses out of 70010 with flag 3062651/656001
184.57/180.79	c cleaning 35999 clauses out of 72023 with flag 3240554/693004
195.25/191.11	c cleaning 37006 clauses out of 74021 with flag 3412861/731001
205.31/201.23	c cleaning 38010 clauses out of 76019 with flag 3595140/770005
215.80/211.68	c cleaning 38993 clauses out of 78005 with flag 3785706/810001
226.91/222.68	c cleaning 39997 clauses out of 80011 with flag 3977855/851000
237.69/233.48	c cleaning 40996 clauses out of 82014 with flag 4183003/893000
249.03/244.74	c cleaning 41998 clauses out of 84019 with flag 4391288/936001
260.60/256.33	c cleaning 43002 clauses out of 86023 with flag 4602093/980003
272.57/268.27	c cleaning 43985 clauses out of 88019 with flag 4817989/1025001
284.93/280.48	c cleaning 44995 clauses out of 90034 with flag 5040705/1071001
297.58/293.00	c cleaning 45996 clauses out of 92038 with flag 5268602/1118000
310.25/305.64	c cleaning 47015 clauses out of 94045 with flag 5498879/1166003
323.27/318.63	c cleaning 48007 clauses out of 96027 with flag 5732759/1215000
336.88/332.12	c cleaning 49002 clauses out of 98020 with flag 5964392/1265000
350.32/345.66	c cleaning 49988 clauses out of 100019 with flag 6219951/1316001
364.81/359.75	c cleaning 51002 clauses out of 102031 with flag 6470283/1368001
378.68/373.61	c cleaning 52008 clauses out of 104028 with flag 6723121/1421000
392.96/387.99	c cleaning 53005 clauses out of 106022 with flag 6974559/1475002
407.62/402.56	c cleaning 53995 clauses out of 108017 with flag 7238314/1530002
422.72/417.54	c cleaning 55001 clauses out of 110020 with flag 7504041/1586000
437.92/432.60	c cleaning 55995 clauses out of 112019 with flag 7778692/1643000
453.18/447.94	c cleaning 57007 clauses out of 114025 with flag 8052962/1701001
468.67/463.48	c cleaning 58006 clauses out of 116017 with flag 8339683/1760000
484.71/479.47	c cleaning 59007 clauses out of 118014 with flag 8627988/1820003
501.22/495.88	c cleaning 59988 clauses out of 120004 with flag 8919328/1881000
518.27/512.76	c cleaning 60985 clauses out of 122016 with flag 9211098/1943000
535.60/529.92	c cleaning 62005 clauses out of 124032 with flag 9507887/2006001
553.09/547.32	c cleaning 63001 clauses out of 126026 with flag 9815425/2070000
570.35/564.65	c cleaning 63999 clauses out of 128026 with flag 10133765/2135001
588.25/582.57	c cleaning 65007 clauses out of 130027 with flag 10444719/2201001
606.50/600.75	c cleaning 66006 clauses out of 132019 with flag 10763073/2268000
625.28/619.40	c cleaning 67003 clauses out of 134016 with flag 11080535/2336003
644.39/638.49	c cleaning 68001 clauses out of 136011 with flag 11402714/2405001
663.82/657.79	c cleaning 68985 clauses out of 138011 with flag 11734940/2475002
683.40/677.28	c cleaning 70006 clauses out of 140024 with flag 12067748/2546000
703.24/697.00	c cleaning 71007 clauses out of 142018 with flag 12402712/2618000
723.60/717.30	c cleaning 71999 clauses out of 144012 with flag 12747092/2691001
744.08/737.73	c cleaning 72988 clauses out of 146013 with flag 13100326/2765001
764.99/758.51	c cleaning 74000 clauses out of 148026 with flag 13459264/2840002
786.22/779.68	c cleaning 74999 clauses out of 150025 with flag 13824204/2916001
807.66/800.97	c cleaning 75992 clauses out of 152026 with flag 14190695/2993001
829.05/822.22	c cleaning 77010 clauses out of 154035 with flag 14568901/3071002
850.79/843.93	c cleaning 78002 clauses out of 156023 with flag 14946680/3150000
873.13/866.25	c cleaning 79002 clauses out of 158021 with flag 15324040/3230000
895.66/888.75	c cleaning 80000 clauses out of 160019 with flag 15705897/3311000
918.63/911.69	c cleaning 81006 clauses out of 162019 with flag 16090837/3393000
942.28/935.22	c cleaning 81996 clauses out of 164013 with flag 16474275/3476000
965.94/958.88	c cleaning 83000 clauses out of 166019 with flag 16873456/3560002
990.52/983.02	c cleaning 84005 clauses out of 168021 with flag 17272960/3645004
1015.02/1007.41	c cleaning 85007 clauses out of 170013 with flag 17676823/3731001
1039.56/1031.80	c cleaning 85985 clauses out of 172008 with flag 18094150/3818003
1064.25/1056.55	c cleaning 86996 clauses out of 174020 with flag 18513506/3906000
1089.42/1081.71	c cleaning 88001 clauses out of 176025 with flag 18940301/3995001
1114.88/1107.06	c cleaning 88991 clauses out of 178023 with flag 19380700/4085000
1140.60/1132.76	c cleaning 90007 clauses out of 180033 with flag 19810578/4176001
1166.97/1158.91	c cleaning 90996 clauses out of 182026 with flag 20252754/4268001
1192.66/1184.61	c cleaning 92012 clauses out of 184035 with flag 20718774/4361006
1219.41/1211.29	c cleaning 93000 clauses out of 186018 with flag 21168566/4455001
1246.17/1238.00	c cleaning 94005 clauses out of 188017 with flag 21623492/4550000
1273.71/1265.49	c cleaning 94996 clauses out of 190012 with flag 22086008/4646000
1301.50/1293.26	c cleaning 95998 clauses out of 192016 with flag 22547605/4743000
1329.62/1321.20	c cleaning 96997 clauses out of 194019 with flag 23019318/4841001
1358.22/1349.60	c cleaning 97990 clauses out of 196022 with flag 23497609/4940001
1387.37/1378.60	c cleaning 99008 clauses out of 198032 with flag 23967509/5040001
1417.12/1407.89	c cleaning 100002 clauses out of 200023 with flag 24463776/5141000
1446.90/1437.36	c cleaning 101006 clauses out of 202023 with flag 24947096/5243002
1476.74/1466.90	c cleaning 101994 clauses out of 204015 with flag 25438611/5346000
1506.74/1496.89	c cleaning 102998 clauses out of 206021 with flag 25928710/5450000
1537.48/1527.42	c cleaning 104000 clauses out of 208023 with flag 26418272/5555000
1568.10/1557.93	c cleaning 105004 clauses out of 210023 with flag 26930382/5661000
1599.53/1589.07	c cleaning 106000 clauses out of 212023 with flag 27438225/5768004
1631.20/1620.46	c cleaning 106990 clauses out of 214019 with flag 27962104/5876000
1663.77/1652.31	c cleaning 108006 clauses out of 216029 with flag 28479744/5985000
1696.01/1684.24	c cleaning 108998 clauses out of 218023 with flag 29014512/6095000
1728.75/1716.67	c cleaning 110006 clauses out of 220026 with flag 29549837/6206001
1761.78/1749.48	c cleaning 111006 clauses out of 222019 with flag 30080016/6318000
1795.61/1782.80	c cleaning 111998 clauses out of 224013 with flag 30623275/6431000
1829.30/1816.27	c cleaning 112991 clauses out of 226015 with flag 31178510/6545000
1864.16/1850.62	c cleaning 114005 clauses out of 228024 with flag 31718914/6660000
1898.75/1884.97	c cleaning 114993 clauses out of 230020 with flag 32268680/6776001
1933.91/1919.60	c cleaning 116010 clauses out of 232028 with flag 32835437/6893002
1969.05/1954.59	c cleaning 116995 clauses out of 234016 with flag 33395586/7011000
2004.68/1989.75	c cleaning 117990 clauses out of 236021 with flag 33975051/7130000
2041.54/2025.73	c cleaning 119010 clauses out of 238031 with flag 34543956/7250000
2077.82/2061.63	c cleaning 120001 clauses out of 240024 with flag 35122988/7371003
2114.02/2097.62	c cleaning 121006 clauses out of 242023 with flag 35715322/7493003
2151.18/2134.47	c cleaning 121992 clauses out of 244014 with flag 36292587/7616000
2188.40/2171.48	c cleaning 122997 clauses out of 246022 with flag 36886769/7740000
2226.33/2208.93	c cleaning 124005 clauses out of 248025 with flag 37488034/7865000
2264.28/2246.60	c cleaning 124992 clauses out of 250020 with flag 38084123/7991000
2302.38/2284.30	c cleaning 126007 clauses out of 252028 with flag 38690396/8118000
2341.41/2322.97	c cleaning 127001 clauses out of 254023 with flag 39289957/8246002
2380.42/2361.58	c cleaning 128002 clauses out of 256022 with flag 39913951/8375002
2420.92/2401.27	c cleaning 128985 clauses out of 258018 with flag 40536609/8505000
2460.37/2440.39	c cleaning 130004 clauses out of 260033 with flag 41195448/8636000
2500.91/2480.99	c cleaning 131007 clauses out of 262029 with flag 41820198/8768000
2542.42/2521.75	c cleaning 132006 clauses out of 264022 with flag 42458292/8901000
2582.88/2562.28	c cleaning 132997 clauses out of 266017 with flag 43113698/9035001
2624.80/2603.43	c cleaning 133999 clauses out of 268020 with flag 43765084/9170001
2665.88/2644.51	c cleaning 135001 clauses out of 270020 with flag 44419595/9306000
2708.30/2690.36	c cleaning 135993 clauses out of 272019 with flag 45067925/9443000
2751.22/2732.59	c cleaning 136998 clauses out of 274026 with flag 45738302/9581000
2793.98/2774.48	c cleaning 138001 clauses out of 276029 with flag 46406508/9720001
2839.43/2817.42	c cleaning 139012 clauses out of 278027 with flag 47066037/9860000
2884.01/2860.32	c cleaning 139993 clauses out of 280015 with flag 47764218/10001000
2929.27/2903.98	c cleaning 141001 clauses out of 282024 with flag 48448372/10143002
2975.13/2948.22	c cleaning 142001 clauses out of 284021 with flag 49123806/10286000
3021.66/2992.45	c cleaning 142998 clauses out of 286020 with flag 49834568/10430000
3069.59/3037.84	c cleaning 144004 clauses out of 288022 with flag 50523844/10575000
3116.66/3082.85	c cleaning 145005 clauses out of 290019 with flag 51245113/10721001
3164.36/3128.67	c cleaning 145982 clauses out of 292014 with flag 51950201/10868001
3210.67/3173.95	c cleaning 147000 clauses out of 294032 with flag 52672603/11016001
3259.92/3220.63	c cleaning 148005 clauses out of 296031 with flag 53384484/11165000
3308.55/3267.21	c cleaning 149010 clauses out of 298026 with flag 54100138/11315000
3355.66/3313.35	c cleaning 149997 clauses out of 300019 with flag 54847021/11466003
3405.46/3360.75	c cleaning 150993 clauses out of 302019 with flag 55580550/11618000
3454.89/3408.46	c cleaning 152003 clauses out of 304026 with flag 56329328/11771000
3506.14/3457.02	c cleaning 152997 clauses out of 306025 with flag 57065005/11925002
3556.59/3505.54	c cleaning 153992 clauses out of 308026 with flag 57808419/12080000
3600.06/3547.21	c starts		: 51824
3600.06/3547.21	c timeout
3600.06/3547.22	c conflicts		: 12217130
3600.06/3547.23	c decisions		: 43107888
3600.06/3547.23	c propagations		: 2584703364
3600.06/3547.23	c inspects		: 28305879517
3600.06/3547.23	c shortcuts		: 0
3600.06/3547.23	c learnt literals	: 0
3600.06/3547.23	c learnt binary clauses	: 0
3600.06/3547.23	c learnt ternary clauses	: 0
3600.06/3547.23	c learnt constraints	: 12217130
3600.06/3547.23	c ignored constraints	: 0
3600.06/3547.23	c root simplifications	: 0
3600.06/3547.23	c removed literals (reason simplification)	: 226507636
3600.06/3547.23	c reason swapping (by a shorter reason)	: 0
3600.06/3547.23	c Calls to reduceDB	: 151
3600.06/3547.23	c Number of update (reduction) of LBD	: 4630711
3600.06/3547.23	c Imported unit clauses	: 0
3600.06/3547.23	c No decision after first conflict	: false
3600.06/3547.23	c number of reductions to clauses (during analyze)	: 0
3600.06/3547.23	c number of learned constraints concerned by reduction	: 0
3600.06/3547.23	c number of learning phase by resolution	: 0
3600.06/3547.23	c number of learning phase by cutting planes	: 0
3600.06/3547.23	c number of rounding to 1 operations	: 0
3600.06/3547.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3547.23	c number of reductions of the coefficients by power 2 	: 0
3600.06/3547.23	c number of right shift for reduction by power 2 	: 0
3600.06/3547.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3547.23	c number of ending skipping 	: 0
3600.06/3547.23	c number of internal skipping 	: 0
3600.06/3547.23	c number of derivation steps 	: 0
3600.06/3547.23	c number of skipped derivation steps 	: 0
3600.06/3547.23	c number of remaining unassigned 	: 0
3600.06/3547.23	c number of remaining assigned 	: 0
3600.06/3547.23	c number of falsified literals weakened from reason	: 0
3600.06/3547.24	c number of falsified literals weakened from conflict	: 0
3600.06/3547.24	c time for arithmetic operations	: 0
3600.06/3547.24	c minimum degree of deleted constraints	: null
3600.06/3547.24	c maximum degree of deleted constraints	: null
3600.06/3547.24	c number of deleted constraints	: 0
3600.06/3547.25	c speed (assignments/second)	: 729028.879626198
3600.06/3547.25	c non guided choices	: 683
3600.27/3547.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 291164
3600.27/3547.32	s UNKNOWN
3600.27/3547.32	c Total wall clock time (in seconds): 3547.184

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (63066 MiB free)
  memory of node 1: 64465 MiB (63929 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494497-1751158366/watcher-4494497-1751158366 -o /tmp/evaluation-result-4494497-1751158366/solver-4494497-1751158366 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20624 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494497-1751158366 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4494497-1751158366.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
solver pid=20705, runsolver pid=20702
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.65 1.39 2.47 8/314 20724
/proc/meminfo: memFree=130018036/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=18930384 memory=55504 CPUtime=0.12 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 6544 0 0 0 10 2 0 0 20 0 18 0 31516042 19384713216 13876 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4732596 13876 5335 1 0 547603 0
[pid=20705/tid=20707] ppid=20702 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 5043 0 0 0 6 1 0 0 20 0 18 0 31516043 19384713216 13876 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=18930384 memory=224227770586 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31516045 19384713216 13876 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=18930384 memory=29326 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31516046 19384713216 13876 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55504 KiB

[startup+0.206406 s]*
/proc/loadavg: 0.65 1.39 2.47 11/335 20750
/proc/meminfo: memFree=129924444/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=18930384 memory=65892 CPUtime=0.31 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 6998 0 0 0 28 3 0 0 20 0 18 0 31516042 19384713216 16473 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4732596 16473 5431 1 0 547901 0
[pid=20705/tid=20707] ppid=20702 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 5278 0 0 0 15 2 0 0 20 0 18 0 31516043 19384713216 16473 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=18930384 memory=16898 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31516045 19384713216 16473 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31516046 19384713216 16473 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65892 KiB

[startup+0.305648 s]*
/proc/loadavg: 0.65 1.39 2.47 9/335 20750
/proc/meminfo: memFree=129783132/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=18930384 memory=101012 CPUtime=0.49 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 8546 0 0 0 46 3 0 0 20 0 18 0 31516042 19384713216 25253 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4732596 25253 5431 1 0 548939 0
[pid=20705/tid=20707] ppid=20702 vsize=18930384 memory=-6000919468461747309 CPUtime=0.24 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 5296 0 0 0 22 2 0 0 20 0 18 0 31516043 19384713216 25253 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31516045 19384713216 25253 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31516046 19384713216 25253 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 101012 KiB

[startup+0.700243 s]
/proc/loadavg: 0.65 1.39 2.47 9/339 20754
/proc/meminfo: memFree=129597368/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=18996948 memory=183348 CPUtime=1.26 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 12318 0 0 0 120 6 0 0 20 0 19 0 31516042 19452874752 45837 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4749237 45837 5463 1 0 551677 0
[pid=20705/tid=20707] ppid=20702 vsize=18996948 memory=17280 CPUtime=0.57 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 5327 0 0 0 54 3 0 0 20 0 19 0 31516043 19452874752 45837 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31516045 19452874752 45837 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31516046 19452874752 45837 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 183348 KiB

[startup+1.50024 s]
/proc/loadavg: 0.65 1.39 2.47 8/341 20756
/proc/meminfo: memFree=129434740/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=18996948 memory=434640 CPUtime=2.33 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 13309 0 0 0 222 11 0 0 20 0 19 0 31516042 19452874752 108660 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4749237 108660 5463 1 0 1078069 0
[pid=20705/tid=20707] ppid=20702 vsize=18996948 memory=3328 CPUtime=1.24 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 5425 0 0 0 117 7 0 0 20 0 19 0 31516043 19452874752 108660 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31516045 19452874752 108660 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31516046 19452874752 108660 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 434640 KiB

[startup+3.10568 s]
/proc/loadavg: 1.16 1.48 2.50 8/342 20757
/proc/meminfo: memFree=127754048/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=19063512 memory=703732 CPUtime=5.28 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 16383 0 0 0 510 18 0 0 20 0 20 0 31516042 19521036288 175933 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4765878 175933 5495 1 0 1798063 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=10752 CPUtime=2.66 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 5609 0 0 0 255 11 0 0 20 0 20 0 31516043 19521036288 175933 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=198340509722 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 175933 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 175933 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 175933 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 703732 KiB

[startup+6.30023 s]
/proc/loadavg: 1.16 1.48 2.50 5/325 20776
/proc/meminfo: memFree=128121072/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=19063512 memory=917396 CPUtime=9.37 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 17044 0 0 0 912 25 0 0 20 0 20 0 31516042 19521036288 229349 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4765878 229349 5495 1 0 1798417 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=10752 CPUtime=5.69 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 5835 0 0 0 553 16 0 0 20 0 20 0 31516043 19521036288 229349 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 229349 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 229349 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=16380 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 229349 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 9.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 917396 KiB

[startup+12.7002 s]
/proc/loadavg: 1.38 1.53 2.51 7/344 20827
/proc/meminfo: memFree=126384048/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=19063512 memory=1282264 CPUtime=16.04 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 22047 0 0 0 1566 38 0 0 20 0 20 0 31516042 19521036288 320566 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4765878 320566 5495 1 0 1798431 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=0 CPUtime=12.02 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 7179 0 0 0 1175 27 0 0 20 0 20 0 31516043 19521036288 320566 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=1065176 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 320566 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 320566 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 320566 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 16.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1282264 KiB

[startup+25.5003 s]
/proc/loadavg: 2.11 1.68 2.54 6/346 21162
/proc/meminfo: memFree=123324364/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=19063512 memory=2335000 CPUtime=28.83 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 26088 0 0 0 2817 66 0 0 20 0 20 0 31516042 19521036288 583750 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4765878 583750 5495 1 0 1798437 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=0 CPUtime=24.6 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 8984 0 0 0 2407 53 0 0 20 0 20 0 31516043 19521036288 583750 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 583750 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=917396 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 583750 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 583750 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 28.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2335000 KiB

[startup+51.1058 s]
/proc/loadavg: 3.02 1.93 2.60 7/345 21692
/proc/meminfo: memFree=121511356/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=19063512 memory=3578256 CPUtime=54.43 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 30617 0 0 0 5336 107 0 0 20 0 20 0 31516042 19521036288 894564 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4765878 894564 5495 1 0 1798441 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=33 CPUtime=50.05 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 11799 0 0 0 4913 92 0 0 20 0 20 0 31516043 19521036288 894564 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=2965904 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 894564 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=9446417 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 894564 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 894564 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0

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

/proc/20705/statm: 4765878 547970 5527 1 0 559954 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=2008496 CPUtime=3169.92 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 144639 0 0 0 315101 1891 0 0 20 0 20 0 31516043 19521036288 547970 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=2033564 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 547970 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=2008496 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 2230 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 547970 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=2128392 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 547970 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 3261.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191880 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.21 4.16 5/345 22942
/proc/meminfo: memFree=52202820/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=19063512 memory=2191880 CPUtime=3323.74 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 249309 0 0 0 330277 2097 0 0 20 0 20 0 31516042 19521036288 547970 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4765878 547970 5527 1 0 559954 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=2191880 CPUtime=3228.76 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 144888 0 0 0 320955 1921 0 0 20 0 20 0 31516043 19521036288 547970 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=2191880 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 547970 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=-6000919498560072813 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 2258 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 547970 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=16380 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 547970 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 3323.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2191880 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.20 4.16 5/346 22947
/proc/meminfo: memFree=51768456/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=19063512 memory=1650248 CPUtime=3385.92 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 254855 0 0 0 336459 2133 0 0 20 0 20 0 31516042 19521036288 412562 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4765878 412562 5527 1 0 424234 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=-6000919498560072813 CPUtime=3287.41 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 148249 0 0 0 326786 1955 0 0 20 0 20 0 31516043 19521036288 412562 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=1841864 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 412562 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=1650248 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 2258 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 412562 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=1650248 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 412562 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 3385.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1650248 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.22 4.17 5/347 22953
/proc/meminfo: memFree=50265380/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=19063512 memory=2041928 CPUtime=3448.69 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 257816 0 0 0 342693 2176 0 0 20 0 20 0 31516042 19521036288 510482 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4765878 510482 5527 1 0 522370 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=-6000919498560072813 CPUtime=3346.05 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 149676 0 0 0 332610 1995 0 0 20 0 20 0 31516043 19521036288 510482 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=1841864 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 510482 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=1841864 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 2286 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 510482 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=1966816 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 510482 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 3448.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2041928 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.21 4.17 5/345 22955
/proc/meminfo: memFree=49304848/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=19063512 memory=1925228 CPUtime=3511.44 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 262644 0 0 0 348936 2208 0 0 20 0 20 0 31516042 19521036288 481307 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4765878 481307 5527 1 0 493138 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=-6000919498560072813 CPUtime=3404.65 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 152514 0 0 0 338441 2024 0 0 20 0 20 0 31516043 19521036288 481307 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=1841864 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 481307 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=1841864 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 2314 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 481307 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=16380 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 481307 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 3511.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1925228 KiB

[startup+3522.3 s]
/proc/loadavg: 4.56 4.28 4.20 5/345 22959
/proc/meminfo: memFree=47960928/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=19063512 memory=2233576 CPUtime=3573.88 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 263603 0 0 0 355141 2247 0 0 20 0 20 0 31516042 19521036288 558394 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4765878 558394 5527 1 0 570394 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=1925228 CPUtime=3463.51 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 153055 0 0 0 344291 2060 0 0 20 0 20 0 31516043 19521036288 558394 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=2286380 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 558394 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=2233576 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 2314 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 558394 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 558394 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 3573.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2233576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3547.2 s]
/proc/loadavg: 4.37 4.26 4.19 5/345 22960
/proc/meminfo: memFree=47476244/131250000 swapFree=33010684/33010684
[pid=20705] ppid=20702 vsize=19063512 memory=2317024 CPUtime=3600.06 cores=4,6
/proc/20705/stat : 20705 (java) S 20702 20705 20613 0 -1 4194304 264535 0 0 0 357744 2262 0 0 20 0 20 0 31516042 19521036288 579256 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
/proc/20705/statm: 4765878 579256 5527 1 0 591274 0
[pid=20705/tid=20707] ppid=20702 vsize=19063512 memory=17280 CPUtime=3487.71 cores=4,6
/proc/20705/task/20707/stat : 20707 (java) R 20702 20705 20613 0 -1 4194368 153210 0 0 0 346697 2074 0 0 20 0 20 0 31516043 19521036288 579256 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20716] ppid=20702 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/20705/task/20716/stat : 20716 (Finalizer) S 20702 20705 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516045 19521036288 579256 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20723] ppid=20702 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/20705/task/20723/stat : 20723 (Common-Cleaner) S 20702 20705 20613 0 -1 4194368 2315 0 0 0 0 0 0 0 20 0 20 0 31516046 19521036288 579256 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
[pid=20705/tid=20757] ppid=20702 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/20705/task/20757/stat : 20757 (Timer-0) S 20702 20705 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516226 19521036288 579256 18446744073709551615 94697488719872 94697488723568 140726636509312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94697488731384 94697488732176 94697494032384 140726636517680 140726636517862 140726636517862 140726636523464 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2317024 KiB

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

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

# cumulated CPU time of all completed processes:  user=3577.58 s, system=22.7955 s

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

[startup+3548 s]*
/proc/loadavg: 4.37 4.26 4.19 4/327 22963
/proc/meminfo: memFree=47480596/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3548.2 s]
/proc/loadavg: 4.37 4.26 4.19 4/327 22963
/proc/meminfo: memFree=47480596/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3548.3 s]
/proc/loadavg: 4.37 4.26 4.19 4/327 22963
/proc/meminfo: memFree=47480596/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3548.36
CPU time (s): 3600.38
CPU user time (s): 3577.58
CPU system time (s): 22.7955
CPU usage (%): 101.466
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10751256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.58
system time used= 22.7955
maximum resident set size= 10751256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266110
page faults= 0
swaps= 0
block input operations= 0
block output operations= 39375456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 160021
involuntary context switches= 16521


# summary of solver processes directly reported to runsolver:
#   pid: 20705
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3577.58
#   total CPU system time (s): 22.7955

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.71493 second user time and 17.2309 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 02:52:46
IDJOB=4494497
IDBENCH=147892
IDSOLVER=3364
FILE ID=nodeC033/4494497-1751158366
RUNJOBID= nodeC033-1751158366-20624
SLURM_JOB_ID= 9587493
Free space on /tmp= 433000 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494497-1751158366/watcher-4494497-1751158366 -o /tmp/evaluation-result-4494497-1751158366/solver-4494497-1751158366 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20624 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494497-1751158366 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4494497-1751158366.opb

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

MD5SUM BENCH= d1359993160bf2f1506844981afa3acf
RANDOM SEED=189520819

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130067872 kB
MemAvailable:   129738324 kB
Buffers:            3280 kB
Cached:           481356 kB
SwapCached:            0 kB
Active:           394668 kB
Inactive:         223316 kB
Active(anon):     151468 kB
Inactive(anon):        0 kB
Active(file):     243200 kB
Inactive(file):   223316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62864 kB
Writeback:             0 kB
AnonPages:        136476 kB
Mapped:           121720 kB
Shmem:             18120 kB
KReclaimable:      86348 kB
Slab:             168800 kB
SReclaimable:      86348 kB
SUnreclaim:        82452 kB
KernelStack:        4572 kB
PageTables:         2696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4768548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151032 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC033 at 2025-06-29 03:51:55