Trace number 4513015

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.26 3606.45

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round22-4.opb
MD5SUM62b9b3a7043eef7698d06bd9353a3da3
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 benchmark255.636
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.15	c See www.sat4j.org for details.
0.11/0.16	c version PB25.v20250606
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.19	c java.vm.vendor	Oracle Corporation
0.11/0.19	c sun.arch.data.model	64
0.11/0.19	c java.version		22.0.1
0.11/0.19	c os.name		Linux
0.11/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.19	c os.arch		amd64
0.11/0.20	c Free memory 		2104792832
0.11/0.20	c Max memory 		16282288128
0.11/0.20	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.30	c solving HOME/instance-4513015-1751211834.opb
0.28/0.30	c reading problem ... 
0.43/1.44	c using VERIPB proof format
0.43/1.45	c  no objective function found
1.12/1.85	c ... done. Wall clock time 1.536s.
1.12/1.85	c declared #vars     4128
1.12/1.85	c #constraints  9984
1.12/1.85	c constraints type 
1.12/1.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
1.12/1.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
1.12/1.85	c org.sat4j.specs.Constr$1 => 904
1.12/1.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6720
1.12/1.85	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
1.12/1.85	c 9984 constraints processed.
3.87/3.21	c cleaning 2497 clauses out of 4999 with flag 16194/5001
5.06/3.85	c cleaning 4241 clauses out of 8501 with flag 39490/11000
6.44/4.58	c cleaning 5620 clauses out of 11259 with flag 67831/18000
7.79/5.32	c cleaning 6800 clauses out of 13639 with flag 100464/26000
8.82/6.20	c cleaning 7890 clauses out of 15839 with flag 141338/35000
10.34/7.72	c cleaning 8973 clauses out of 17949 with flag 187705/45000
11.44/8.78	c cleaning 9973 clauses out of 19976 with flag 238692/56000
12.54/9.86	c cleaning 10993 clauses out of 22003 with flag 298219/68000
13.77/11.05	c cleaning 11984 clauses out of 24010 with flag 365205/81000
15.25/12.50	c cleaning 13002 clauses out of 26028 with flag 437973/95002
16.87/14.09	c cleaning 14002 clauses out of 28024 with flag 517512/110000
18.55/15.80	c cleaning 15009 clauses out of 30025 with flag 603767/126003
20.52/17.65	c cleaning 15982 clauses out of 32013 with flag 697081/143000
22.60/19.61	c cleaning 16990 clauses out of 34031 with flag 798231/161000
24.50/21.58	c cleaning 18000 clauses out of 36041 with flag 906565/180000
26.59/23.67	c cleaning 18992 clauses out of 38042 with flag 1022381/200001
28.88/26.00	c cleaning 20018 clauses out of 40050 with flag 1143688/221001
31.58/28.65	c cleaning 21016 clauses out of 42032 with flag 1270766/243001
34.17/31.28	c cleaning 22002 clauses out of 44016 with flag 1405713/266001
36.97/34.06	c cleaning 22976 clauses out of 46013 with flag 1549197/290000
40.00/37.14	c cleaning 23971 clauses out of 48038 with flag 1696647/315001
43.08/40.30	c cleaning 25014 clauses out of 50066 with flag 1848820/341000
46.37/43.59	c cleaning 26013 clauses out of 52053 with flag 2015730/368001
49.76/47.01	c cleaning 26991 clauses out of 54039 with flag 2185927/396000
53.55/50.77	c cleaning 28015 clauses out of 56048 with flag 2359711/425000
57.45/54.69	c cleaning 28993 clauses out of 58034 with flag 2540637/455001
61.53/58.78	c cleaning 30014 clauses out of 60041 with flag 2734200/486001
65.83/63.07	c cleaning 30999 clauses out of 62026 with flag 2928764/518000
70.34/67.64	c cleaning 32000 clauses out of 64027 with flag 3132210/551000
74.93/72.29	c cleaning 33014 clauses out of 66028 with flag 3346502/585001
79.92/77.22	c cleaning 34007 clauses out of 68014 with flag 3563079/620001
84.83/82.18	c cleaning 34969 clauses out of 70006 with flag 3786344/656000
90.09/87.40	c cleaning 36010 clauses out of 72037 with flag 4015417/693000
95.48/92.89	c cleaning 36966 clauses out of 74027 with flag 4253082/731000
101.31/98.78	c cleaning 38027 clauses out of 76061 with flag 4495407/770000
107.38/104.84	c cleaning 38998 clauses out of 78034 with flag 4740845/810000
113.47/111.01	c cleaning 40011 clauses out of 80037 with flag 5000363/851001
120.15/117.61	c cleaning 40999 clauses out of 82025 with flag 5260294/893000
126.84/124.31	c cleaning 42003 clauses out of 84026 with flag 5530038/936000
133.86/131.41	c cleaning 43001 clauses out of 86023 with flag 5806656/980000
140.95/138.59	c cleaning 44000 clauses out of 88022 with flag 6090078/1025000
148.26/145.87	c cleaning 45011 clauses out of 90022 with flag 6379679/1071000
155.94/153.52	c cleaning 45985 clauses out of 92011 with flag 6677381/1118000
163.87/161.56	c cleaning 47004 clauses out of 94028 with flag 6983974/1166002
171.85/169.59	c cleaning 47980 clauses out of 96022 with flag 7297206/1215000
180.24/178.00	c cleaning 48993 clauses out of 98042 with flag 7613985/1265000
189.12/186.83	c cleaning 49998 clauses out of 100050 with flag 7939648/1316001
198.13/195.97	c cleaning 50989 clauses out of 102053 with flag 8271450/1368002
207.50/205.38	c cleaning 51986 clauses out of 104062 with flag 8610732/1421000
216.98/214.80	c cleaning 53022 clauses out of 106076 with flag 8955208/1475000
228.35/226.36	c cleaning 54002 clauses out of 108054 with flag 9307742/1530000
238.63/236.68	c cleaning 55023 clauses out of 110052 with flag 9663718/1586000
249.12/247.11	c cleaning 56006 clauses out of 112031 with flag 10032141/1643002
259.92/258.04	c cleaning 56988 clauses out of 114024 with flag 10402260/1701001
271.28/269.41	c cleaning 57993 clauses out of 116035 with flag 10772526/1760000
282.50/280.79	c cleaning 58994 clauses out of 118042 with flag 11151354/1820000
294.48/292.72	c cleaning 59984 clauses out of 120048 with flag 11540815/1881000
307.85/306.10	c cleaning 61012 clauses out of 122064 with flag 11930446/1943000
320.69/318.91	c cleaning 61985 clauses out of 124052 with flag 12325851/2006000
333.66/331.91	c cleaning 63007 clauses out of 126067 with flag 12726951/2070000
347.01/345.34	c cleaning 64026 clauses out of 128060 with flag 13138121/2135000
361.74/360.12	c cleaning 65010 clauses out of 130035 with flag 13556992/2201001
377.06/375.54	c cleaning 65974 clauses out of 132024 with flag 13978993/2268000
392.95/391.42	c cleaning 66996 clauses out of 134050 with flag 14412960/2336000
409.03/407.55	c cleaning 67991 clauses out of 136054 with flag 14851714/2405000
425.66/424.28	c cleaning 69025 clauses out of 138065 with flag 15294476/2475002
442.32/440.91	c cleaning 69999 clauses out of 140040 with flag 15746068/2546002
459.93/458.54	c cleaning 70988 clauses out of 142040 with flag 16195706/2618001
477.10/475.76	c cleaning 72010 clauses out of 144051 with flag 16655606/2691000
495.95/494.62	c cleaning 72973 clauses out of 146041 with flag 17128473/2765000
513.44/512.12	c cleaning 74013 clauses out of 148069 with flag 17602742/2840001
531.53/530.26	c cleaning 74988 clauses out of 150056 with flag 18082787/2916001
551.35/550.06	c cleaning 76013 clauses out of 152067 with flag 18573434/2993000
571.42/570.19	c cleaning 77014 clauses out of 154054 with flag 19064791/3071000
590.91/589.67	c cleaning 77989 clauses out of 156040 with flag 19560602/3150000
610.94/609.62	c cleaning 78996 clauses out of 158052 with flag 20066657/3230001
632.49/631.22	c cleaning 79998 clauses out of 160055 with flag 20582704/3311000
653.06/651.83	c cleaning 81001 clauses out of 162057 with flag 21095318/3393000
674.18/672.92	c cleaning 82001 clauses out of 164056 with flag 21623096/3476000
696.03/694.82	c cleaning 82998 clauses out of 166055 with flag 22152081/3560000
718.30/717.13	c cleaning 84010 clauses out of 168059 with flag 22683211/3645002
741.89/740.87	c cleaning 84968 clauses out of 170048 with flag 23230897/3731001
765.77/764.76	c cleaning 85978 clauses out of 172080 with flag 23781940/3818001
790.34/789.39	c cleaning 87036 clauses out of 174101 with flag 24333363/3906000
815.76/814.85	c cleaning 88003 clauses out of 176066 with flag 24890647/3995001
840.78/839.90	c cleaning 88993 clauses out of 178062 with flag 25455083/4085000
865.63/864.86	c cleaning 90015 clauses out of 180069 with flag 26029117/4176000
892.41/891.66	c cleaning 91020 clauses out of 182054 with flag 26611598/4268000
918.42/917.69	c cleaning 91981 clauses out of 184035 with flag 27196989/4361001
946.02/945.30	c cleaning 93003 clauses out of 186053 with flag 27788719/4455000
972.94/972.34	c cleaning 94008 clauses out of 188050 with flag 28384473/4550000
1000.91/1000.31	c cleaning 94984 clauses out of 190043 with flag 28988222/4646001
1029.68/1029.21	c cleaning 96015 clauses out of 192058 with flag 29601356/4743000
1058.62/1058.26	c cleaning 97007 clauses out of 194045 with flag 30217229/4841002
1087.37/1087.02	c cleaning 97960 clauses out of 196036 with flag 30838395/4940000
1117.18/1116.88	c cleaning 99009 clauses out of 198078 with flag 31460582/5040002
1148.44/1148.28	c cleaning 99991 clauses out of 200069 with flag 32096746/5141002
1180.26/1180.16	c cleaning 101019 clauses out of 202076 with flag 32736618/5243000
1212.15/1212.18	c cleaning 102012 clauses out of 204057 with flag 33389055/5346000
1244.34/1244.49	c cleaning 102973 clauses out of 206045 with flag 34046922/5450000
1277.57/1277.72	c cleaning 104031 clauses out of 208075 with flag 34706609/5555003
1310.12/1310.30	c cleaning 105006 clauses out of 210042 with flag 35373089/5661001
1343.75/1344.04	c cleaning 106008 clauses out of 212035 with flag 36045485/5768000
1377.56/1377.99	c cleaning 106969 clauses out of 214028 with flag 36722111/5876001
1412.08/1412.57	c cleaning 107970 clauses out of 216059 with flag 37408983/5985001
1448.42/1448.94	c cleaning 108980 clauses out of 218088 with flag 38101023/6095000
1483.76/1484.40	c cleaning 110048 clauses out of 220108 with flag 38793622/6206000
1521.26/1521.82	c cleaning 111006 clauses out of 222063 with flag 39493240/6318003
1557.74/1558.43	c cleaning 112023 clauses out of 224054 with flag 40199529/6431000
1596.17/1596.97	c cleaning 112965 clauses out of 226031 with flag 40919852/6545000
1634.75/1635.61	c cleaning 114012 clauses out of 228067 with flag 41641881/6660001
1674.30/1675.34	c cleaning 115016 clauses out of 230055 with flag 42367863/6776001
1714.79/1715.87	c cleaning 115957 clauses out of 232038 with flag 43097453/6893000
1753.99/1755.16	c cleaning 117016 clauses out of 234081 with flag 43833190/7011000
1794.54/1795.70	c cleaning 118033 clauses out of 236065 with flag 44575136/7130000
1835.47/1836.76	c cleaning 118987 clauses out of 238033 with flag 45321358/7250001
1878.11/1879.50	c cleaning 120012 clauses out of 240045 with flag 46074874/7371000
1920.94/1922.46	c cleaning 120978 clauses out of 242033 with flag 46834887/7493000
1964.75/1966.45	c cleaning 122019 clauses out of 244057 with flag 47598990/7616002
2007.76/2009.61	c cleaning 122996 clauses out of 246036 with flag 48370891/7740000
2053.24/2055.37	c cleaning 123988 clauses out of 248040 with flag 49146385/7865000
2096.67/2098.96	c cleaning 124989 clauses out of 250053 with flag 49929072/7991001
2141.34/2143.67	c cleaning 126010 clauses out of 252063 with flag 50714488/8118000
2187.50/2189.95	c cleaning 127003 clauses out of 254053 with flag 51516789/8246000
2234.03/2236.50	c cleaning 128006 clauses out of 256050 with flag 52316605/8375000
2282.03/2284.67	c cleaning 129023 clauses out of 258045 with flag 53122557/8505001
2329.29/2332.01	c cleaning 129984 clauses out of 260021 with flag 53938625/8636000
2378.82/2381.66	c cleaning 130994 clauses out of 262039 with flag 54758439/8768002
2429.63/2432.65	c cleaning 131973 clauses out of 264043 with flag 55585767/8901000
2479.45/2482.54	c cleaning 133009 clauses out of 266072 with flag 56418884/9035002
2530.45/2533.77	c cleaning 134005 clauses out of 268061 with flag 57260296/9170000
2581.49/2584.98	c cleaning 135005 clauses out of 270057 with flag 58101111/9306001
2635.84/2639.41	c cleaning 135995 clauses out of 272052 with flag 58947669/9443001
2691.92/2695.51	c cleaning 137004 clauses out of 274056 with flag 59807366/9581000
2747.29/2751.05	c cleaning 138005 clauses out of 276052 with flag 60665128/9720000
2802.07/2805.90	c cleaning 139016 clauses out of 278047 with flag 61533108/9860000
2856.18/2860.23	c cleaning 139994 clauses out of 280032 with flag 62403280/10001001
2912.17/2916.52	c cleaning 141002 clauses out of 282037 with flag 63285248/10143000
2969.73/2974.34	c cleaning 141994 clauses out of 284035 with flag 64169224/10286000
3026.91/3031.66	c cleaning 142997 clauses out of 286041 with flag 65052626/10430000
3084.72/3089.69	c cleaning 144009 clauses out of 288044 with flag 65947918/10575000
3142.94/3148.08	c cleaning 144993 clauses out of 290035 with flag 66851310/10721000
3203.88/3209.17	c cleaning 146007 clauses out of 292042 with flag 67762578/10868000
3265.29/3270.73	c cleaning 146971 clauses out of 294036 with flag 68682318/11016001
3327.19/3332.95	c cleaning 147995 clauses out of 296064 with flag 69606725/11165000
3391.18/3397.13	c cleaning 148989 clauses out of 298070 with flag 70537851/11315001
3454.74/3460.76	c cleaning 150020 clauses out of 300080 with flag 71471055/11466000
3519.63/3525.76	c cleaning 150994 clauses out of 302061 with flag 72410312/11618001
3584.38/3590.68	c cleaning 152013 clauses out of 304067 with flag 73353336/11771001
3600.04/3606.32	c timeout
3600.04/3606.33	c starts		: 106756
3600.04/3606.34	c conflicts		: 11817615
3600.04/3606.34	c decisions		: 111010957
3600.04/3606.34	c propagations		: 1579250701
3600.04/3606.34	c inspects		: 34354443392
3600.04/3606.34	c shortcuts		: 0
3600.04/3606.34	c learnt literals	: 3
3600.04/3606.34	c learnt binary clauses	: 54
3600.04/3606.34	c learnt ternary clauses	: 852
3600.04/3606.34	c learnt constraints	: 11817612
3600.04/3606.34	c ignored constraints	: 0
3600.04/3606.34	c root simplifications	: 0
3600.04/3606.34	c removed literals (reason simplification)	: 10301927
3600.04/3606.34	c reason swapping (by a shorter reason)	: 0
3600.04/3606.34	c Calls to reduceDB	: 149
3600.04/3606.34	c Number of update (reduction) of LBD	: 2470715
3600.04/3606.34	c Imported unit clauses	: 0
3600.04/3606.34	c No decision after first conflict	: false
3600.04/3606.34	c number of reductions to clauses (during analyze)	: 0
3600.04/3606.34	c number of learned constraints concerned by reduction	: 0
3600.04/3606.34	c number of learning phase by resolution	: 0
3600.04/3606.34	c number of learning phase by cutting planes	: 0
3600.04/3606.34	c number of rounding to 1 operations	: 0
3600.04/3606.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3606.34	c number of reductions of the coefficients by power 2 	: 0
3600.04/3606.34	c number of right shift for reduction by power 2 	: 0
3600.04/3606.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3606.34	c number of ending skipping 	: 0
3600.04/3606.34	c number of internal skipping 	: 0
3600.04/3606.34	c number of derivation steps 	: 0
3600.04/3606.34	c number of skipped derivation steps 	: 0
3600.04/3606.34	c number of remaining unassigned 	: 0
3600.04/3606.34	c number of remaining assigned 	: 0
3600.04/3606.34	c number of falsified literals weakened from reason	: 0
3600.04/3606.34	c number of falsified literals weakened from conflict	: 0
3600.04/3606.34	c time for arithmetic operations	: 0
3600.04/3606.34	c minimum degree of deleted constraints	: null
3600.04/3606.34	c maximum degree of deleted constraints	: null
3600.04/3606.34	c number of deleted constraints	: 0
3600.04/3606.34	c speed (assignments/second)	: 438137.2167194808
3600.04/3606.34	c non guided choices	: 25486
3600.23/3606.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 198614
3600.23/3606.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 54
3600.23/3606.41	s UNKNOWN
3600.23/3606.41	c Total wall clock time (in seconds): 3606.104

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

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


[startup+0.10009 s]*
/proc/loadavg: 4.14 4.15 4.11 5/307 27880
/proc/meminfo: memFree=112180236/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=18930384 memory=48428 CPUtime=0.11 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 5813 0 0 0 8 3 0 0 20 0 18 0 36862795 19384713216 12107 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4732596 12107 5297 1 0 547009 0
[pid=27853/tid=27855] ppid=27850 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) S 27850 27853 27382 0 -1 4194368 4709 0 0 0 5 1 0 0 20 0 18 0 36862797 19384713216 12107 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36862801 19384713216 12107 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=18930384 memory=58494082630061 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36862802 19384713216 12107 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48428 KiB

[startup+0.209658 s]*
/proc/loadavg: 4.14 4.15 4.11 5/282 27880
/proc/meminfo: memFree=114293876/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=18930384 memory=55600 CPUtime=0.28 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 6542 0 0 0 24 4 0 0 20 0 18 0 36862795 19384713216 13900 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4732596 13900 5329 1 0 547588 0
[pid=27853/tid=27855] ppid=27850 vsize=18930384 memory=4026632420 CPUtime=0.17 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) S 27850 27853 27382 0 -1 4194368 5039 0 0 0 15 2 0 0 20 0 18 0 36862797 19384713216 13900 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=18930384 memory=13912 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36862801 19384713216 13900 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=18930384 memory=61788322530291 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36862802 19384713216 13900 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55600 KiB

[startup+0.31039 s]*
/proc/loadavg: 4.14 4.15 4.11 3/285 27890
/proc/meminfo: memFree=114315312/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=18930384 memory=59140 CPUtime=0.43 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 6822 0 0 0 38 5 0 0 20 0 18 0 36862795 19384713216 14785 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4732596 14785 5425 1 0 547794 0
[pid=27853/tid=27855] ppid=27850 vsize=18930384 memory=-6000919472655983981 CPUtime=0.25 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) D 27850 27853 27382 0 -1 4456512 5212 0 0 0 23 2 0 0 20 0 18 0 36862797 19384713216 14785 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36862801 19384713216 14785 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36862802 19384713216 14785 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59140 KiB

[startup+0.700358 s]
/proc/loadavg: 4.14 4.15 4.11 2/280 27900
/proc/meminfo: memFree=114313296/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=18930384 memory=59140 CPUtime=0.43 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 6827 0 0 0 38 5 0 0 20 0 18 0 36862795 19384713216 14785 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4732596 14785 5425 1 0 547794 0
[pid=27853/tid=27855] ppid=27850 vsize=18930384 memory=17280 CPUtime=0.25 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) D 27850 27853 27382 0 -1 4456512 5214 0 0 0 23 2 0 0 20 0 18 0 36862797 19384713216 14785 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36862801 19384713216 14785 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36862802 19384713216 14785 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59140 KiB

[startup+1.5004 s]
/proc/loadavg: 4.13 4.14 4.11 3/281 27906
/proc/meminfo: memFree=114313208/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=18930384 memory=61480 CPUtime=0.53 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 6899 0 0 0 48 5 0 0 20 0 18 0 36862795 19384713216 15370 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4732596 15370 5425 1 0 547836 0
[pid=27853/tid=27855] ppid=27850 vsize=18930384 memory=3200 CPUtime=0.32 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 5256 0 0 0 29 3 0 0 20 0 18 0 36862797 19384713216 15370 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36862801 19384713216 15370 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36862802 19384713216 15370 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61480 KiB

[startup+3.10758 s]
/proc/loadavg: 4.13 4.14 4.11 5/281 27934
/proc/meminfo: memFree=123857384/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=18996948 memory=165916 CPUtime=3.69 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 16541 0 0 0 357 12 0 0 20 0 19 0 36862795 19452874752 41479 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4749237 41479 5425 1 0 552784 0
[pid=27853/tid=27855] ppid=27850 vsize=18996948 memory=11264 CPUtime=1.73 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 5824 0 0 0 167 6 0 0 20 0 19 0 36862797 19452874752 41479 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=18996948 memory=198340509722 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36862801 19452874752 41479 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 36862802 19452874752 41479 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36862983 19452874752 41479 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 3.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 165916 KiB

[startup+6.30024 s]
/proc/loadavg: 4.28 4.18 4.12 7/329 27996
/proc/meminfo: memFree=124837308/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19063512 memory=213400 CPUtime=8.91 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 22235 0 0 0 874 17 0 0 20 0 20 0 36862795 19521036288 53350 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4765878 53350 5457 1 0 554264 0
[pid=27853/tid=27855] ppid=27850 vsize=19063512 memory=0 CPUtime=4.85 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 7123 0 0 0 476 9 0 0 20 0 20 0 36862797 19521036288 53350 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36862801 19521036288 53350 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 36862802 19521036288 53350 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36862983 19521036288 53350 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 8.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 213400 KiB

[startup+12.7004 s]
/proc/loadavg: 4.26 4.17 4.11 5/329 27996
/proc/meminfo: memFree=123873272/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19063512 memory=526700 CPUtime=15.55 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 28976 0 0 0 1528 27 0 0 20 0 20 0 36862795 19521036288 131675 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4765878 131675 5489 1 0 554264 0
[pid=27853/tid=27855] ppid=27850 vsize=19063512 memory=229784 CPUtime=11.19 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 8535 0 0 0 1101 18 0 0 20 0 20 0 36862797 19521036288 131675 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36862801 19521036288 131675 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 36862802 19521036288 131675 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36862983 19521036288 131675 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 15.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 526700 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.18 4.12 5/329 27996
/proc/meminfo: memFree=121707548/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19063512 memory=1188324 CPUtime=28.48 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 31491 0 0 0 2801 47 0 0 20 0 20 0 36862795 19521036288 297081 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4765878 297081 5489 1 0 554264 0
[pid=27853/tid=27855] ppid=27850 vsize=19063512 memory=0 CPUtime=23.9 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 9644 0 0 0 2353 37 0 0 20 0 20 0 36862797 19521036288 297081 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19063512 memory=217496 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36862801 19521036288 297081 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 36862802 19521036288 297081 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=19063512 memory=338284 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36862983 19521036288 297081 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 28.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1188324 KiB

[startup+51.1137 s]
/proc/loadavg: 4.32 4.20 4.12 6/329 27997
/proc/meminfo: memFree=120853308/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19063512 memory=1321464 CPUtime=53.96 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 33920 0 0 0 5333 63 0 0 20 0 20 0 36862795 19521036288 330366 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4765878 330366 5489 1 0 554264 0
[pid=27853/tid=27855] ppid=27850 vsize=19063512 memory=338284 CPUtime=49.19 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 10726 0 0 0 4869 50 0 0 20 0 20 0 36862797 19521036288 330366 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19063512 memory=1321464 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36862801 19521036288 330366 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 36862802 19521036288 330366 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36862983 19521036288 330366 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0

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

[startup+3282.3 s]
/proc/loadavg: 4.19 4.23 4.17 5/332 28308
/proc/meminfo: memFree=104753340/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3276.89 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 97182 0 0 0 326717 972 0 0 20 0 20 0 36862795 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4765878 542788 5489 1 0 555251 0
[pid=27853/tid=27855] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3247.38 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 42691 0 0 0 323974 764 0 0 20 0 20 0 36862797 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36862801 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 1645 0 0 0 0 0 0 0 20 0 20 0 36862802 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36862983 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 3276.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171152 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.22 4.17 5/334 28313
/proc/meminfo: memFree=104453300/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3336.58 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 98872 0 0 0 332673 985 0 0 20 0 20 0 36862795 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4765878 542788 5489 1 0 555251 0
[pid=27853/tid=27855] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3306.85 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 43894 0 0 0 329911 774 0 0 20 0 20 0 36862797 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19063512 memory=3456 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36862801 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 1645 0 0 0 0 0 0 0 20 0 20 0 36862802 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36862983 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 3336.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171152 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.20 4.17 5/334 28319
/proc/meminfo: memFree=104150388/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3396.36 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 99858 0 0 0 338639 997 0 0 20 0 20 0 36862795 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4765878 542788 5489 1 0 555251 0
[pid=27853/tid=27855] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3366.23 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 44593 0 0 0 335839 784 0 0 20 0 20 0 36862797 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36862801 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 1693 0 0 0 0 0 0 0 20 0 20 0 36862802 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36862983 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 3396.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171152 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.19 4.17 5/334 28322
/proc/meminfo: memFree=103837272/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3456.34 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 101190 0 0 0 344625 1009 0 0 20 0 20 0 36862795 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4765878 542788 5489 1 0 555262 0
[pid=27853/tid=27855] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3425.51 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 45345 0 0 0 341758 793 0 0 20 0 20 0 36862797 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36862801 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 1781 0 0 0 0 0 0 0 20 0 20 0 36862802 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36862983 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 3456.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171152 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.19 4.17 5/334 28324
/proc/meminfo: memFree=103523504/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3516.23 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 101207 0 0 0 350602 1021 0 0 20 0 20 0 36862795 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4765878 542788 5489 1 0 555262 0
[pid=27853/tid=27855] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3485.1 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 45349 0 0 0 347707 803 0 0 20 0 20 0 36862797 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36862801 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 1781 0 0 0 0 0 0 0 20 0 20 0 36862802 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36862983 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 3516.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171152 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.17 4.16 5/335 28327
/proc/meminfo: memFree=103225144/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3576.1 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 101673 0 0 0 356575 1035 0 0 20 0 20 0 36862795 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4765878 542788 5489 1 0 555262 0
[pid=27853/tid=27855] ppid=27850 vsize=19063512 memory=5632 CPUtime=3544.46 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 45741 0 0 0 353633 813 0 0 20 0 20 0 36862797 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36862801 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 1781 0 0 0 0 0 0 0 20 0 20 0 36862802 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=19063512 memory=2760 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36862983 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 3576.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 4.16 4.17 4.16 5/332 28327
/proc/meminfo: memFree=103104864/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3600.04 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 103195 0 0 0 358962 1042 0 0 20 0 20 0 36862795 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4765878 542788 5489 1 0 555262 0
[pid=27853/tid=27855] ppid=27850 vsize=19063512 memory=2171152 CPUtime=3568.3 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) R 27850 27853 27382 0 -1 4194368 46889 0 0 0 356011 819 0 0 20 0 20 0 36862797 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36862801 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 1868 0 0 0 0 0 0 0 20 0 20 0 36862802 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27919] ppid=27850 vsize=19063512 memory=2171152 CPUtime=0 cores=4,6
/proc/27853/task/27919/stat : 27919 (Timer-0) S 27850 27853 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36862983 19521036288 542788 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171152 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.81 s, system=10.4436 s

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

[startup+3606.4 s]
/proc/loadavg: 4.16 4.17 4.16 5/332 28327
/proc/meminfo: memFree=103104864/131382112 swapFree=33010684/33010684
[pid=27853] ppid=27850 vsize=19263204 memory=2172304 CPUtime=3600.23 cores=4,6
/proc/27853/stat : 27853 (java) S 27850 27853 27382 0 -1 4194304 105343 0 0 0 358980 1043 0 0 20 0 21 0 36862795 19725520896 543076 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
/proc/27853/statm: 4815801 543076 5521 1 0 556221 0
[pid=27853/tid=27855] ppid=27850 vsize=19263204 memory=2171152 CPUtime=3568.32 cores=4,6
/proc/27853/task/27855/stat : 27855 (java) S 27850 27853 27382 0 -1 4194368 47248 0 0 0 356013 819 0 0 20 0 21 0 36862797 19725520896 543076 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27868] ppid=27850 vsize=19263204 memory=7028 CPUtime=0 cores=4,6
/proc/27853/task/27868/stat : 27868 (Finalizer) S 27850 27853 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36862801 19725520896 543076 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
[pid=27853/tid=27880] ppid=27850 vsize=19263204 memory=14720 CPUtime=0 cores=4,6
/proc/27853/task/27880/stat : 27880 (Common-Cleaner) S 27850 27853 27382 0 -1 4194368 1868 0 0 0 0 0 0 0 20 0 21 0 36862802 19725520896 543076 18446744073709551615 94341439610880 94341439614576 140734409401200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341439622392 94341439623184 94341467885568 140734409406768 140734409406950 140734409406950 140734409412552 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2172304 KiB

Child status: 143

Real time (s): 3606.45
CPU time (s): 3600.26
CPU user time (s): 3589.81
CPU system time (s): 10.4436
CPU usage (%): 99.8282
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2172304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.81
system time used= 10.4436
maximum resident set size= 2172560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105522
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10494368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114113
involuntary context switches= 26646


# summary of solver processes directly reported to runsolver:
#   pid: 27853
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3589.81
#   total CPU system time (s): 10.4436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3616 second user time and 38.2886 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 62b9b3a7043eef7698d06bd9353a3da3
RANDOM SEED=327822147

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		: 3540.029
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		: 1197.252
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.866
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.225
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		: 1197.234
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		: 3605.187
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		: 1796.444
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.020
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:        112183072 kB
MemAvailable:   125842948 kB
Buffers:            3280 kB
Cached:         14454968 kB
SwapCached:            0 kB
Active:          4448572 kB
Inactive:       14207044 kB
Active(anon):    4215364 kB
Inactive(anon):        0 kB
Active(file):     233208 kB
Inactive(file): 14207044 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10584 kB
Writeback:             0 kB
AnonPages:       4200536 kB
Mapped:           122340 kB
Shmem:             17960 kB
KReclaimable:     118504 kB
Slab:             201444 kB
SReclaimable:     118504 kB
SUnreclaim:        82940 kB
KernelStack:        4656 kB
PageTables:        11588 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4826168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150040 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4026368 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 18:44:01