Trace number 4513698

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 2025-06-06? (TO) 3600.2 3606.52

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v070-n1.opb
MD5SUMd78bcac827c2569f29b2dd9f01c4d198
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.040044
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables139
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.14	c Pseudo Boolean Optimization by upper bound
0.10/0.14	c --- Begin Solver configuration ---
0.10/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.14	c Learn all clauses as in MiniSAT
0.10/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.14	c Expensive reason simplification
0.10/0.14	c Glucose 2.1 dynamic restart strategy
0.10/0.14	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.10/0.14	c timeout=2147483s
0.10/0.14	c DB Simplification allowed=false
0.10/0.14	c Listener: none
0.10/0.14	c --- End Solver configuration ---
0.10/0.14	c solving HOME/instance-4513698-1751222147.opb
0.10/0.14	c reading problem ... 
0.10/0.15	c  no objective function found
0.10/0.16	c ... done. Wall clock time 0.013s.
0.10/0.16	c declared #vars     139
0.10/0.16	c #constraints  140
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 138
0.10/0.16	c 140 constraints processed.
0.68/0.44	c cleaning 2496 clauses out of 5001 with flag 30655/5001
1.25/0.74	c cleaning 4247 clauses out of 8504 with flag 89167/11000
1.76/1.04	c cleaning 5619 clauses out of 11258 with flag 163745/18001
2.24/1.40	c cleaning 6811 clauses out of 13638 with flag 249285/26000
2.73/1.88	c cleaning 7906 clauses out of 15827 with flag 347739/35000
3.22/2.35	c cleaning 8959 clauses out of 17921 with flag 449000/45000
3.92/2.93	c cleaning 9974 clauses out of 19962 with flag 575958/56000
4.60/3.67	c cleaning 10990 clauses out of 21990 with flag 721726/68002
5.29/4.38	c cleaning 11993 clauses out of 23999 with flag 873472/81001
6.10/5.15	c cleaning 12997 clauses out of 26006 with flag 1022159/95001
6.99/6.00	c cleaning 13995 clauses out of 28010 with flag 1175658/110002
8.00/7.07	c cleaning 14995 clauses out of 30013 with flag 1372604/126000
9.15/8.10	c cleaning 16001 clauses out of 32018 with flag 1565058/143000
10.15/9.11	c cleaning 16999 clauses out of 34017 with flag 1753806/161000
11.14/10.11	c cleaning 18001 clauses out of 36021 with flag 1909767/180003
12.14/11.17	c cleaning 19004 clauses out of 38019 with flag 2075389/200002
13.43/12.44	c cleaning 19997 clauses out of 40013 with flag 2258765/221000
14.93/13.92	c cleaning 21000 clauses out of 42016 with flag 2448145/243000
16.33/15.34	c cleaning 22000 clauses out of 44016 with flag 2644195/266000
17.93/16.99	c cleaning 22999 clauses out of 46016 with flag 2853754/290000
19.92/18.94	c cleaning 24003 clauses out of 48019 with flag 3077943/315002
21.92/20.98	c cleaning 25000 clauses out of 50014 with flag 3306025/341000
24.22/23.22	c cleaning 25995 clauses out of 52014 with flag 3547051/368000
26.51/25.51	c cleaning 26998 clauses out of 54019 with flag 3794302/396000
28.91/28.00	c cleaning 27998 clauses out of 56022 with flag 4050484/425001
31.60/30.69	c cleaning 29005 clauses out of 58024 with flag 4338670/455001
34.49/33.56	c cleaning 30003 clauses out of 60019 with flag 4623283/486001
37.49/36.50	c cleaning 31002 clauses out of 62015 with flag 4917080/518000
40.68/39.73	c cleaning 31996 clauses out of 64015 with flag 5214862/551002
43.77/42.89	c cleaning 32999 clauses out of 66018 with flag 5508706/585001
47.28/46.34	c cleaning 34002 clauses out of 68018 with flag 5827669/620000
50.77/49.89	c cleaning 34998 clauses out of 70019 with flag 6170813/656003
54.76/53.85	c cleaning 35995 clauses out of 72018 with flag 6526659/693000
58.75/57.83	c cleaning 37004 clauses out of 74023 with flag 6905754/731000
62.84/61.91	c cleaning 38004 clauses out of 76021 with flag 7271687/770002
67.13/66.24	c cleaning 38993 clauses out of 78017 with flag 7657704/810002
71.42/70.54	c cleaning 40000 clauses out of 80024 with flag 8071957/851002
75.91/75.05	c cleaning 40997 clauses out of 82023 with flag 8469010/893001
80.93/80.08	c cleaning 42002 clauses out of 84028 with flag 8882031/936003
86.21/85.31	c cleaning 43004 clauses out of 86023 with flag 9332703/980000
92.01/91.16	c cleaning 44001 clauses out of 88019 with flag 9849279/1025000
98.19/97.32	c cleaning 45000 clauses out of 90020 with flag 10372146/1071002
103.88/103.10	c cleaning 45996 clauses out of 92018 with flag 10864892/1118000
109.97/109.16	c cleaning 46996 clauses out of 94022 with flag 11292575/1166000
116.64/115.81	c cleaning 48004 clauses out of 96026 with flag 11807720/1215000
123.13/122.30	c cleaning 49001 clauses out of 98026 with flag 12314830/1265004
130.62/129.82	c cleaning 50001 clauses out of 100021 with flag 12841444/1316000
138.40/137.68	c cleaning 50995 clauses out of 102020 with flag 13397652/1368000
146.69/145.95	c cleaning 52007 clauses out of 104025 with flag 14007747/1421000
154.57/153.80	c cleaning 52999 clauses out of 106018 with flag 14659094/1475000
162.50/161.73	c cleaning 54003 clauses out of 108020 with flag 15249797/1530001
170.48/169.72	c cleaning 54998 clauses out of 110016 with flag 15871231/1586000
179.17/178.43	c cleaning 55999 clauses out of 112018 with flag 16530811/1643000
188.36/187.68	c cleaning 57004 clauses out of 114021 with flag 17170033/1701002
198.43/197.78	c cleaning 57996 clauses out of 116016 with flag 17840315/1760001
208.72/208.06	c cleaning 59000 clauses out of 118019 with flag 18498200/1820000
219.42/218.74	c cleaning 59998 clauses out of 120022 with flag 19179158/1881003
229.80/229.18	c cleaning 60995 clauses out of 122022 with flag 19832770/1943001
240.47/239.86	c cleaning 62005 clauses out of 124026 with flag 20554227/2006000
250.66/250.03	c cleaning 62999 clauses out of 126021 with flag 21152917/2070000
262.82/262.26	c cleaning 63999 clauses out of 128022 with flag 21850077/2135000
274.33/273.78	c cleaning 65002 clauses out of 130024 with flag 22534930/2201001
286.60/286.01	c cleaning 66001 clauses out of 132022 with flag 23288444/2268001
299.37/298.83	c cleaning 66994 clauses out of 134020 with flag 24022476/2336000
312.55/312.01	c cleaning 67997 clauses out of 136026 with flag 24781712/2405000
325.56/325.01	c cleaning 69005 clauses out of 138030 with flag 25501720/2475001
339.92/339.42	c cleaning 70005 clauses out of 140025 with flag 26324441/2546001
355.68/355.25	c cleaning 71000 clauses out of 142021 with flag 27133027/2618002
372.34/371.93	c cleaning 72001 clauses out of 144019 with flag 27919195/2691000
389.04/388.68	c cleaning 73002 clauses out of 146018 with flag 28712734/2765000
403.72/403.31	c cleaning 74001 clauses out of 148017 with flag 29515852/2840001
418.18/417.83	c cleaning 74998 clauses out of 150016 with flag 30461907/2916001
435.23/434.97	c cleaning 75996 clauses out of 152018 with flag 31367389/2993001
449.04/448.74	c cleaning 77007 clauses out of 154022 with flag 32174584/3071001
465.70/465.43	c cleaning 78000 clauses out of 156015 with flag 33021897/3150001
479.47/479.25	c cleaning 78998 clauses out of 158017 with flag 33862416/3230003
495.83/495.60	c cleaning 79997 clauses out of 160016 with flag 34654413/3311000
511.14/510.93	c cleaning 80999 clauses out of 162020 with flag 35514211/3393001
530.90/530.75	c cleaning 82001 clauses out of 164021 with flag 36431891/3476001
547.16/547.06	c cleaning 83003 clauses out of 166019 with flag 37316107/3560000
566.00/565.93	c cleaning 84001 clauses out of 168017 with flag 38194090/3645001
583.86/583.89	c cleaning 85000 clauses out of 170015 with flag 39040237/3731000
603.11/603.11	c cleaning 85996 clauses out of 172017 with flag 39913937/3818002
622.26/622.34	c cleaning 87001 clauses out of 174019 with flag 40778891/3906000
641.56/641.67	c cleaning 88003 clauses out of 176019 with flag 41706529/3995001
661.62/661.78	c cleaning 88996 clauses out of 178015 with flag 42671637/4085000
680.90/681.04	c cleaning 90004 clauses out of 180019 with flag 43554051/4176000
700.85/701.00	c cleaning 90999 clauses out of 182015 with flag 44441024/4268000
721.65/721.80	c cleaning 91998 clauses out of 184016 with flag 45370295/4361000
744.71/744.93	c cleaning 93004 clauses out of 186020 with flag 46321689/4455002
767.05/767.34	c cleaning 93997 clauses out of 188015 with flag 47260388/4550001
789.60/789.97	c cleaning 95003 clauses out of 190018 with flag 48238346/4646001
810.24/810.62	c cleaning 95996 clauses out of 192014 with flag 49096003/4743000
831.29/831.74	c cleaning 97002 clauses out of 194019 with flag 49982083/4841001
851.40/851.89	c cleaning 98000 clauses out of 196018 with flag 50959639/4940002
873.54/874.06	c cleaning 98999 clauses out of 198018 with flag 51964109/5040002
898.38/898.90	c cleaning 100001 clauses out of 200017 with flag 53024619/5141000
924.71/925.30	c cleaning 100998 clauses out of 202021 with flag 54092307/5243005
949.15/949.83	c cleaning 102002 clauses out of 204019 with flag 55158759/5346001
975.95/976.68	c cleaning 102999 clauses out of 206016 with flag 56193336/5450000
1000.30/1001.03	c cleaning 103999 clauses out of 208017 with flag 57375294/5555000
1031.52/1032.33	c cleaning 105001 clauses out of 210018 with flag 58653797/5661000
1057.35/1058.27	c cleaning 106000 clauses out of 212017 with flag 59782435/5768000
1085.47/1086.44	c cleaning 106999 clauses out of 214017 with flag 60945265/5876000
1117.34/1118.33	c cleaning 108002 clauses out of 216019 with flag 62077977/5985001
1147.56/1148.66	c cleaning 108998 clauses out of 218020 with flag 63290599/6095004
1178.89/1180.09	c cleaning 110005 clauses out of 220019 with flag 64446059/6206001
1210.50/1211.75	c cleaning 110993 clauses out of 222015 with flag 65642547/6318002
1246.01/1247.33	c cleaning 112000 clauses out of 224020 with flag 67055044/6431000
1278.83/1280.28	c cleaning 112999 clauses out of 226021 with flag 68396642/6545001
1314.04/1315.56	c cleaning 113999 clauses out of 228022 with flag 69591056/6660001
1348.61/1350.12	c cleaning 115001 clauses out of 230022 with flag 70830275/6776000
1386.21/1387.82	c cleaning 115998 clauses out of 232022 with flag 72084623/6893001
1423.71/1425.41	c cleaning 116997 clauses out of 234023 with flag 73331004/7011000
1463.22/1465.10	c cleaning 117999 clauses out of 236026 with flag 74571161/7130000
1502.51/1504.45	c cleaning 118999 clauses out of 238028 with flag 75891414/7250001
1538.22/1540.20	c cleaning 120011 clauses out of 240031 with flag 77084889/7371003
1573.73/1575.85	c cleaning 121001 clauses out of 242017 with flag 78227698/7493000
1607.95/1610.13	c cleaning 121994 clauses out of 244019 with flag 79376465/7616003
1642.66/1644.97	c cleaning 122998 clauses out of 246022 with flag 80522103/7740000
1680.96/1683.32	c cleaning 124004 clauses out of 248025 with flag 81733235/7865001
1719.56/1722.03	c cleaning 125002 clauses out of 250021 with flag 82937367/7991001
1757.96/1760.57	c cleaning 125996 clauses out of 252018 with flag 84054447/8118000
1800.05/1802.74	c cleaning 127001 clauses out of 254022 with flag 85304926/8246000
1838.76/1841.52	c cleaning 128000 clauses out of 256022 with flag 86606951/8375001
1881.55/1884.41	c cleaning 128999 clauses out of 258021 with flag 87985803/8505000
1925.73/1928.78	c cleaning 129999 clauses out of 260023 with flag 89337564/8636001
1966.83/1969.97	c cleaning 131001 clauses out of 262024 with flag 90601682/8768001
2010.82/2014.09	c cleaning 131994 clauses out of 264022 with flag 91933938/8901000
2058.60/2061.92	c cleaning 132996 clauses out of 266028 with flag 93344458/9035000
2103.38/2106.86	c cleaning 134003 clauses out of 268032 with flag 94641311/9170000
2148.48/2152.08	c cleaning 135005 clauses out of 270029 with flag 95960598/9306000
2195.75/2199.48	c cleaning 136000 clauses out of 272024 with flag 97358814/9443000
2248.81/2252.68	c cleaning 136993 clauses out of 274024 with flag 98985988/9581000
2302.67/2306.63	c cleaning 138010 clauses out of 276031 with flag 100591196/9720000
2356.14/2360.30	c cleaning 139006 clauses out of 278021 with flag 102221360/9860000
2413.29/2417.51	c cleaning 140001 clauses out of 280019 with flag 103900107/10001004
2463.76/2468.18	c cleaning 140994 clauses out of 282014 with flag 105424933/10143000
2518.32/2522.82	c cleaning 142003 clauses out of 284020 with flag 106935261/10286000
2571.82/2576.24	c cleaning 142997 clauses out of 286017 with flag 108459220/10430000
2628.30/2632.88	c cleaning 143990 clauses out of 288021 with flag 110089590/10575001
2682.39/2687.04	c cleaning 145007 clauses out of 290032 with flag 111691109/10721002
2736.16/2740.93	c cleaning 146000 clauses out of 292023 with flag 113167707/10868000
2793.24/2798.14	c cleaning 147001 clauses out of 294024 with flag 114808595/11016001
2849.60/2854.64	c cleaning 148006 clauses out of 296022 with flag 116353161/11165000
2907.26/2912.44	c cleaning 148998 clauses out of 298016 with flag 117878824/11315000
2970.33/2975.56	c cleaning 150000 clauses out of 300018 with flag 119695265/11466000
3027.39/3032.79	c cleaning 151000 clauses out of 302018 with flag 121398912/11618000
3093.13/3098.62	c cleaning 151999 clauses out of 304018 with flag 123056521/11771000
3155.97/3161.64	c cleaning 153003 clauses out of 306021 with flag 124775553/11925002
3210.64/3216.45	c cleaning 154000 clauses out of 308016 with flag 126367236/12080000
3278.48/3284.46	c cleaning 155001 clauses out of 310019 with flag 128057526/12236003
3342.22/3348.33	c cleaning 156006 clauses out of 312015 with flag 129652067/12393000
3411.06/3417.39	c cleaning 156997 clauses out of 314010 with flag 131383497/12551001
3481.29/3487.42	c cleaning 157995 clauses out of 316012 with flag 133177910/12710000
3546.66/3552.98	c cleaning 158995 clauses out of 318018 with flag 135012534/12870001
3600.05/3606.41	c starts		: 1209
3600.05/3606.42	c conflicts		: 13005608
3600.05/3606.42	c decisions		: 15097277
3600.05/3606.42	c propagations		: 333796021
3600.05/3606.42	c inspects		: 48244694561
3600.05/3606.42	c shortcuts		: 0
3600.05/3606.42	c learnt literals	: 0
3600.05/3606.42	c learnt binary clauses	: 0
3600.05/3606.42	c learnt ternary clauses	: 0
3600.05/3606.42	c learnt constraints	: 13005608
3600.05/3606.42	c ignored constraints	: 0
3600.05/3606.42	c root simplifications	: 0
3600.05/3606.42	c removed literals (reason simplification)	: 73058988
3600.05/3606.42	c reason swapping (by a shorter reason)	: 0
3600.05/3606.42	c Calls to reduceDB	: 156
3600.05/3606.42	c Number of update (reduction) of LBD	: 4576011
3600.05/3606.42	c Imported unit clauses	: 0
3600.05/3606.42	c No decision after first conflict	: false
3600.05/3606.42	c number of reductions to clauses (during analyze)	: 0
3600.05/3606.42	c number of learned constraints concerned by reduction	: 0
3600.05/3606.42	c number of learning phase by resolution	: 0
3600.05/3606.42	c number of learning phase by cutting planes	: 0
3600.05/3606.42	c number of rounding to 1 operations	: 0
3600.05/3606.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3606.42	c number of reductions of the coefficients by power 2 	: 0
3600.05/3606.42	c number of right shift for reduction by power 2 	: 0
3600.05/3606.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3606.42	c number of ending skipping 	: 0
3600.05/3606.42	c number of internal skipping 	: 0
3600.05/3606.42	c number of derivation steps 	: 0
3600.05/3606.42	c number of skipped derivation steps 	: 0
3600.05/3606.42	c number of remaining unassigned 	: 0
3600.05/3606.42	c number of remaining assigned 	: 0
3600.05/3606.42	c number of falsified literals weakened from reason	: 0
3600.05/3606.42	c number of falsified literals weakened from conflict	: 0
3600.05/3606.42	c time for arithmetic operations	: 0
3600.05/3606.42	c timeout
3600.05/3606.42	c minimum degree of deleted constraints	: null
3600.05/3606.42	c maximum degree of deleted constraints	: null
3600.05/3606.42	c number of deleted constraints	: 0
3600.05/3606.42	c speed (assignments/second)	: 92560.11376877221
3600.05/3606.43	c non guided choices	: 91
3600.05/3606.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 294630
3600.05/3606.49	s UNKNOWN
3600.05/3606.49	c Total wall clock time (in seconds): 3606.342

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513698-1751222147/watcher-4513698-1751222147 -o /tmp/evaluation-result-4513698-1751222147/solver-4513698-1751222147 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28933 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4513698-1751222147.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 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=28978, runsolver pid=28972
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 0.56 1.10 2.03 8/334 29060
/proc/meminfo: memFree=129816324/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=18930384 memory=52124 CPUtime=0.1 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 6129 0 136 0 8 2 0 0 20 0 18 0 37892250 19384713216 13031 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4732596 13031 5328 1 0 547325 0
[pid=28978/tid=28989] ppid=28972 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 4903 0 136 0 5 1 0 0 20 0 18 0 37892252 19384713216 13031 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=18930384 memory=15987 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37892254 19384713216 13031 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37892255 19384713216 13031 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52124 KiB

[startup+0.20583 s]*
/proc/loadavg: 0.56 1.10 2.03 13/336 29062
/proc/meminfo: memFree=129781464/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=18996948 memory=62128 CPUtime=0.29 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 7359 0 136 0 27 2 0 0 20 0 19 0 37892250 19452874752 15532 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4749237 15532 5424 1 0 548290 0
[pid=28978/tid=28989] ppid=28972 vsize=18996948 memory=4026597660 CPUtime=0.15 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 5248 0 136 0 14 1 0 0 20 0 19 0 37892252 19452874752 15532 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=18996948 memory=15987 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892254 19452874752 15532 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=18996948 memory=59585004307431 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37892255 19452874752 15532 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892266 19452874752 15532 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62128 KiB

[startup+0.305962 s]*
/proc/loadavg: 0.56 1.10 2.03 11/338 29064
/proc/meminfo: memFree=129729728/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=18996948 memory=66372 CPUtime=0.48 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 9122 0 136 0 46 2 0 0 20 0 19 0 37892250 19452874752 16593 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4749237 16593 5456 1 0 549234 0
[pid=28978/tid=28989] ppid=28972 vsize=18996948 memory=-6000919485557597293 CPUtime=0.25 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 5285 0 136 0 24 1 0 0 20 0 19 0 37892252 19452874752 16593 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892254 19452874752 16593 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37892255 19452874752 16593 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892266 19452874752 16593 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66372 KiB

[startup+0.700219 s]
/proc/loadavg: 0.56 1.10 2.03 9/338 29064
/proc/meminfo: memFree=129700432/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=18996948 memory=81128 CPUtime=1.25 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 13104 0 136 0 121 4 0 0 20 0 19 0 37892250 19452874752 20282 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4749237 20282 5456 1 0 551802 0
[pid=28978/tid=28989] ppid=28972 vsize=18996948 memory=17536 CPUtime=0.62 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 5355 0 136 0 60 2 0 0 20 0 19 0 37892252 19452874752 20282 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892254 19452874752 20282 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37892255 19452874752 20282 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892266 19452874752 20282 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81128 KiB

[startup+1.50022 s]
/proc/loadavg: 0.56 1.10 2.03 9/338 29064
/proc/meminfo: memFree=129678828/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=18996948 memory=87620 CPUtime=2.42 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 16622 0 136 0 238 4 0 0 20 0 19 0 37892250 19452874752 21905 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4749237 21905 5456 1 0 551804 0
[pid=28978/tid=28989] ppid=28972 vsize=18996948 memory=0 CPUtime=1.41 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 5685 0 136 0 139 2 0 0 20 0 19 0 37892252 19452874752 21905 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892254 19452874752 21905 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37892255 19452874752 21905 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892266 19452874752 21905 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87620 KiB

[startup+3.10577 s]
/proc/loadavg: 0.56 1.10 2.03 4/318 29143
/proc/meminfo: memFree=129643692/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=18996948 memory=97988 CPUtime=4.11 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 17449 0 136 0 404 7 0 0 20 0 19 0 37892250 19452874752 24497 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4749237 24497 5456 1 0 551804 0
[pid=28978/tid=28989] ppid=28972 vsize=18996948 memory=10752 CPUtime=3 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 5958 0 136 0 295 5 0 0 20 0 19 0 37892252 19452874752 24497 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=18996948 memory=-6000919498442499181 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892254 19452874752 24497 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37892255 19452874752 24497 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892266 19452874752 24497 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 4.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97988 KiB

[startup+6.30015 s]
/proc/loadavg: 0.84 1.14 2.04 5/338 29259
/proc/meminfo: memFree=129516308/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=18996948 memory=110036 CPUtime=7.29 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 17761 0 136 0 720 9 0 0 20 0 19 0 37892250 19452874752 27509 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4749237 27509 5456 1 0 551806 0
[pid=28978/tid=28989] ppid=28972 vsize=18996948 memory=0 CPUtime=6.17 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 6056 0 136 0 610 7 0 0 20 0 19 0 37892252 19452874752 27509 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892254 19452874752 27509 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37892255 19452874752 27509 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=18996948 memory=87620 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892266 19452874752 27509 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 7.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110036 KiB

[startup+12.7002 s]
/proc/loadavg: 1.09 1.19 2.05 5/340 29261
/proc/meminfo: memFree=129397664/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=18996948 memory=142804 CPUtime=13.73 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 20724 0 136 0 1363 10 0 0 20 0 19 0 37892250 19452874752 35701 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4749237 35701 5456 1 0 551806 0
[pid=28978/tid=28989] ppid=28972 vsize=18996948 memory=87620 CPUtime=12.55 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 6949 0 136 0 1247 8 0 0 20 0 19 0 37892252 19452874752 35701 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892254 19452874752 35701 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37892255 19452874752 35701 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=18996948 memory=-6000919498442499181 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892266 19452874752 35701 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 13.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142804 KiB

[startup+25.5002 s]
/proc/loadavg: 1.81 1.35 2.09 5/342 29263
/proc/meminfo: memFree=129336232/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=19063512 memory=173944 CPUtime=26.51 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 22501 0 136 0 2640 11 0 0 20 0 20 0 37892250 19521036288 43486 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4765878 43486 5456 1 0 552111 0
[pid=28978/tid=28989] ppid=28972 vsize=19063512 memory=173944 CPUtime=25.31 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 7436 0 136 0 2522 9 0 0 20 0 20 0 37892252 19521036288 43486 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892254 19521036288 43486 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=19063512 memory=153044 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 37892255 19521036288 43486 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892266 19521036288 43486 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 26.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173944 KiB

[startup+51.1057 s]
/proc/loadavg: 2.56 1.56 2.14 5/342 29263
/proc/meminfo: memFree=129294776/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=19063512 memory=182232 CPUtime=52.07 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 22571 0 136 0 5195 12 0 0 20 0 20 0 37892250 19521036288 45558 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4765878 45558 5456 1 0 552111 0
[pid=28978/tid=28989] ppid=28972 vsize=19063512 memory=14432 CPUtime=50.85 cores=4,6

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

/proc/meminfo: memFree=123063376/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=19063512 memory=2104228 CPUtime=3216.52 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 44933 0 136 0 321515 137 0 0 20 0 20 0 37892250 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4765878 526057 5488 1 0 552111 0
[pid=28978/tid=28989] ppid=28972 vsize=19063512 memory=5632 CPUtime=3212.17 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 20007 0 136 0 321176 41 0 0 20 0 20 0 37892252 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=19063512 memory=-6000919498442499181 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892254 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=19063512 memory=2104228 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 715 0 0 0 0 0 0 0 20 0 20 0 37892255 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892266 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 3216.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2104228 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.13 4.08 5/340 29567
/proc/meminfo: memFree=123063616/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=19063512 memory=2104228 CPUtime=3276.38 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 45598 0 136 0 327499 139 0 0 20 0 20 0 37892250 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4765878 526057 5488 1 0 552111 0
[pid=28978/tid=28989] ppid=28972 vsize=19063512 memory=2104228 CPUtime=3272 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 20586 0 136 0 327159 41 0 0 20 0 20 0 37892252 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=19063512 memory=2104228 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892254 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 773 0 0 0 0 0 0 0 20 0 20 0 37892255 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=19063512 memory=2104228 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892266 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 3276.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2104228 KiB

[startup+3342.3 s]
/proc/loadavg: 4.45 4.23 4.11 5/340 29569
/proc/meminfo: memFree=123063480/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=19063512 memory=2104228 CPUtime=3336.23 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 46092 0 136 0 333483 140 0 0 20 0 20 0 37892250 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4765878 526057 5488 1 0 552111 0
[pid=28978/tid=28989] ppid=28972 vsize=19063512 memory=17536 CPUtime=3331.83 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 20978 0 136 0 333142 41 0 0 20 0 20 0 37892252 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=19063512 memory=279564656473360 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892254 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 831 0 0 0 0 0 0 0 20 0 20 0 37892255 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892266 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 3336.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2104228 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.18 4.10 5/340 29571
/proc/meminfo: memFree=123060172/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=19063512 memory=2104228 CPUtime=3396.09 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 46300 0 136 0 339468 141 0 0 20 0 20 0 37892250 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4765878 526057 5488 1 0 552111 0
[pid=28978/tid=28989] ppid=28972 vsize=19063512 memory=17536 CPUtime=3391.66 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 21124 0 136 0 339125 41 0 0 20 0 20 0 37892252 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=19063512 memory=279564656473360 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892254 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=19063512 memory=2104228 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 831 0 0 0 0 0 0 0 20 0 20 0 37892255 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892266 19521036288 526057 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 3396.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2104228 KiB

[startup+3462.3 s]
/proc/loadavg: 4.52 4.26 4.13 5/340 29574
/proc/meminfo: memFree=122970376/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=19063512 memory=2143220 CPUtime=3456.24 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 54874 0 136 0 345478 146 0 0 20 0 20 0 37892250 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4765878 535805 5520 1 0 553752 0
[pid=28978/tid=28989] ppid=28972 vsize=19063512 memory=17536 CPUtime=3451.44 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 23053 0 136 0 345103 41 0 0 20 0 20 0 37892252 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=19063512 memory=279564656473360 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892254 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=19063512 memory=2143220 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 831 0 0 0 0 0 0 0 20 0 20 0 37892255 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=19063512 memory=2143220 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892266 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 3456.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2143220 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.24 4.13 5/341 29579
/proc/meminfo: memFree=122970292/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=19063512 memory=2143220 CPUtime=3516.12 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 55657 0 136 0 351465 147 0 0 20 0 20 0 37892250 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4765878 535805 5520 1 0 553752 0
[pid=28978/tid=28989] ppid=28972 vsize=19063512 memory=2143220 CPUtime=3511.3 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 23714 0 136 0 351089 41 0 0 20 0 20 0 37892252 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=19063512 memory=2143220 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892254 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=19063512 memory=2143220 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 904 0 0 0 0 0 0 0 20 0 20 0 37892255 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=19063512 memory=2143220 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892266 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 3516.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2143220 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.21 4.13 5/341 29581
/proc/meminfo: memFree=122970200/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=19063512 memory=2143220 CPUtime=3575.99 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 56062 0 136 0 357450 149 0 0 20 0 20 0 37892250 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4765878 535805 5520 1 0 553752 0
[pid=28978/tid=28989] ppid=28972 vsize=19063512 memory=2143220 CPUtime=3571.16 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 24015 0 136 0 357075 41 0 0 20 0 20 0 37892252 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=19063512 memory=-6000919498442499181 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892254 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=19063512 memory=8042755318430473863 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 978 0 0 0 0 0 0 0 20 0 20 0 37892255 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=19063512 memory=2143220 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892266 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 3575.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2143220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.4 s]
/proc/loadavg: 4.16 4.21 4.13 5/317 29592
/proc/meminfo: memFree=124876112/131250000 swapFree=33010684/33010684
[pid=28978] ppid=28972 vsize=19063512 memory=2143220 CPUtime=3600.05 cores=4,6
/proc/28978/stat : 28978 (java) S 28972 28978 28922 0 -1 4194304 56112 0 136 0 359855 150 0 0 20 0 20 0 37892250 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
/proc/28978/statm: 4765878 535805 5520 1 0 553752 0
[pid=28978/tid=28989] ppid=28972 vsize=19063512 memory=17536 CPUtime=3595.21 cores=4,6
/proc/28978/task/28989/stat : 28989 (java) R 28972 28978 28922 0 -1 4194368 24054 0 136 0 359480 41 0 0 20 0 20 0 37892252 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29021] ppid=28972 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/28978/task/29021/stat : 29021 (Finalizer) S 28972 28978 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892254 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29037] ppid=28972 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/28978/task/29037/stat : 29037 (Common-Cleaner) S 28972 28978 28922 0 -1 4194368 978 0 0 0 0 0 0 0 20 0 20 0 37892255 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
[pid=28978/tid=29061] ppid=28972 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/28978/task/29061/stat : 29061 (Timer-0) S 28972 28978 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892266 19521036288 535805 18446744073709551615 94866283552768 94866283556464 140724256501408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94866283564280 94866283565072 94866283978752 140724256508289 140724256508390 140724256508390 140724256513992 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2143220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.67 s, system=1.52242 s

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

Child status: 143

Real time (s): 3606.52
CPU time (s): 3600.2
CPU user time (s): 3598.67
CPU system time (s): 1.52242
CPU usage (%): 99.8247
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2143220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.67
system time used= 1.52242
maximum resident set size= 2144244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58577
page faults= 136
swaps= 0
block input operations= 0
block output operations= 14152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103028
involuntary context switches= 2943


# summary of solver processes directly reported to runsolver:
#   pid: 28978
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.67
#   total CPU system time (s): 1.52242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2866 second user time and 13.615 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 20:35:47
IDJOB=4513698
IDBENCH=162395
IDSOLVER=3363
FILE ID=nodeC019/4513698-1751222147
RUNJOBID= nodeC019-1751222147-28933
SLURM_JOB_ID= 9587678
Free space on /tmp= 433068 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v070-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513698-1751222147/watcher-4513698-1751222147 -o /tmp/evaluation-result-4513698-1751222147/solver-4513698-1751222147 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28933 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4513698-1751222147.opb

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

MD5SUM BENCH= d78bcac827c2569f29b2dd9f01c4d198
RANDOM SEED=1936138495

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129891016 kB
MemAvailable:   129767100 kB
Buffers:            3280 kB
Cached:           685416 kB
SwapCached:            0 kB
Active:           326296 kB
Inactive:         428688 kB
Active(anon):      84352 kB
Inactive(anon):        0 kB
Active(file):     241944 kB
Inactive(file):   428688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               648 kB
Writeback:             0 kB
AnonPages:         69424 kB
Mapped:           102768 kB
Shmem:             18064 kB
KReclaimable:      89380 kB
Slab:             174584 kB
SReclaimable:      89380 kB
SUnreclaim:        85204 kB
KernelStack:        4040 kB
PageTables:         2692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     329152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC019 at 2025-06-29 21:35:54