Trace number 4499358

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.21 3602.33

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx30.opb
MD5SUM91ecd4a7d2e975c8e8a35b07ef7013ef
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark17.5328
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.22/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.22/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.22/0.23	c See www.sat4j.org for details.
0.22/0.26	c version PB25.v20250606
0.22/0.28	c java.runtime.name	OpenJDK Runtime Environment
0.22/0.28	c java.vm.name		OpenJDK 64-Bit Server VM
0.22/0.28	c java.vm.version	22.0.1+8-16
0.22/0.28	c java.vm.vendor	Oracle Corporation
0.22/0.28	c sun.arch.data.model	64
0.22/0.28	c java.version		22.0.1
0.22/0.28	c os.name		Linux
0.22/0.28	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.22/0.28	c os.arch		amd64
0.22/0.29	c Free memory 		2104792832
0.22/0.29	c Max memory 		16282288128
0.22/0.29	c Total memory 		2113929216
0.22/0.30	c Number of processors 	2
0.52/0.42	c Pseudo Boolean Optimization by upper bound
0.52/0.42	c --- Begin Solver configuration ---
0.52/0.42	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.52/0.42	c Learn all clauses as in MiniSAT
0.52/0.42	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.52/0.42	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.52/0.42	c Expensive reason simplification
0.52/0.42	c Glucose 2.1 dynamic restart strategy
0.52/0.42	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.52/0.42	c timeout=2147483s
0.52/0.42	c DB Simplification allowed=false
0.52/0.42	c Listener: none
0.52/0.42	c --- End Solver configuration ---
0.52/0.43	c solving HOME/instance-4499358-1751410050.opb
0.52/0.43	c reading problem ... 
0.52/0.43	c  objective function found
0.86/0.61	c ... done. Wall clock time 0.179s.
0.86/0.61	c declared #vars     774
0.86/0.61	c #constraints  1024
0.86/0.61	c constraints type 
0.86/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 771
0.86/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.86/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 192
0.86/0.61	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.86/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.86/0.61	c 1024 constraints processed.
0.92/0.71	c objective function length is 3 literals
2.88/1.70	c cleaning 2490 clauses out of 5001 with flag 28839/5001
3.57/2.21	c cleaning 4249 clauses out of 8511 with flag 59662/11001
4.16/2.76	c cleaning 5622 clauses out of 11261 with flag 98604/18000
5.27/3.51	c cleaning 6815 clauses out of 13641 with flag 155891/26002
6.57/4.85	c cleaning 7901 clauses out of 15824 with flag 218615/35000
8.61/6.64	c cleaning 8958 clauses out of 17926 with flag 313028/45003
9.61/7.63	c cleaning 9977 clauses out of 19965 with flag 391112/56000
10.91/8.95	c cleaning 10991 clauses out of 21990 with flag 489914/68002
12.22/10.20	c cleaning 11982 clauses out of 23998 with flag 584769/81001
13.41/11.40	c cleaning 12993 clauses out of 26017 with flag 681692/95002
14.92/12.94	c cleaning 14007 clauses out of 28022 with flag 784237/110000
16.31/14.37	c cleaning 14983 clauses out of 30016 with flag 897853/126001
18.11/16.02	c cleaning 16012 clauses out of 32033 with flag 1018749/143001
20.05/17.94	c cleaning 17003 clauses out of 34020 with flag 1171696/161000
21.94/19.86	c cleaning 18009 clauses out of 36021 with flag 1318266/180004
23.85/21.76	c cleaning 19000 clauses out of 38011 with flag 1467749/200003
26.34/24.26	c cleaning 19997 clauses out of 40008 with flag 1660579/221000
28.84/26.78	c cleaning 20988 clauses out of 42012 with flag 1814512/243001
31.84/29.70	c cleaning 21994 clauses out of 44027 with flag 2043320/266004
35.44/33.38	c cleaning 23006 clauses out of 46030 with flag 2252853/290001
38.93/36.81	c cleaning 24006 clauses out of 48023 with flag 2428133/315000
41.92/39.89	c cleaning 25003 clauses out of 50017 with flag 2624789/341000
45.01/43.00	c cleaning 25996 clauses out of 52014 with flag 2844342/368000
48.61/46.51	c cleaning 27004 clauses out of 54020 with flag 3059638/396002
52.49/50.40	c cleaning 28000 clauses out of 56014 with flag 3281281/425000
57.87/55.88	c cleaning 28987 clauses out of 58015 with flag 3504366/455001
61.75/59.77	c cleaning 30009 clauses out of 60027 with flag 3754783/486000
66.15/64.17	c cleaning 30984 clauses out of 62020 with flag 3995731/518002
72.04/70.10	c cleaning 32000 clauses out of 64034 with flag 4263222/551000
77.22/75.22	c cleaning 33011 clauses out of 66034 with flag 4574755/585000
81.91/79.95	c cleaning 33997 clauses out of 68023 with flag 4858341/620000
88.30/86.32	c cleaning 35003 clauses out of 70026 with flag 5159149/656000
95.41/93.46	c cleaning 36011 clauses out of 72025 with flag 5485293/693002
102.10/100.17	c cleaning 36999 clauses out of 74012 with flag 5898169/731000
110.27/108.36	c cleaning 38001 clauses out of 76013 with flag 6347940/770000
116.99/115.06	c cleaning 38994 clauses out of 78013 with flag 6659223/810001
124.36/122.40	c cleaning 39991 clauses out of 80019 with flag 7076698/851001
131.75/129.86	c cleaning 41008 clauses out of 82027 with flag 7475109/893000
140.12/138.21	c cleaning 42005 clauses out of 84020 with flag 7892473/936001
146.81/144.94	c cleaning 42996 clauses out of 86015 with flag 8265237/980001
154.95/153.02	c cleaning 44000 clauses out of 88019 with flag 8630118/1025001
163.52/161.62	c cleaning 44973 clauses out of 90018 with flag 9085013/1071000
171.76/169.89	c cleaning 46014 clauses out of 92048 with flag 9485023/1118003
180.54/178.66	c cleaning 47011 clauses out of 94032 with flag 9933095/1166001
190.62/188.71	c cleaning 48004 clauses out of 96020 with flag 10412388/1215000
198.64/196.70	c cleaning 49001 clauses out of 98016 with flag 10808250/1265000
208.48/206.56	c cleaning 49996 clauses out of 100015 with flag 11229600/1316000
219.46/217.57	c cleaning 50996 clauses out of 102020 with flag 11751420/1368001
230.22/228.37	c cleaning 52004 clauses out of 104023 with flag 12200332/1421000
242.59/240.71	c cleaning 53004 clauses out of 106021 with flag 12751646/1475002
253.66/251.88	c cleaning 53988 clauses out of 108016 with flag 13238159/1530001
266.13/264.38	c cleaning 55005 clauses out of 110027 with flag 13738169/1586000
275.98/274.14	c cleaning 56008 clauses out of 112026 with flag 14170376/1643004
286.63/284.83	c cleaning 57002 clauses out of 114014 with flag 14661919/1701000
300.14/298.31	c cleaning 57996 clauses out of 116014 with flag 15210834/1760002
312.41/310.65	c cleaning 59006 clauses out of 118016 with flag 15732990/1820000
324.86/323.02	c cleaning 60003 clauses out of 120010 with flag 16318481/1881000
338.02/336.25	c cleaning 60997 clauses out of 122008 with flag 16934267/1943001
351.80/350.10	c cleaning 61985 clauses out of 124010 with flag 17529836/2006000
365.13/363.31	c cleaning 62996 clauses out of 126026 with flag 18084738/2070001
379.50/377.74	c cleaning 64013 clauses out of 128031 with flag 18743691/2135002
391.66/389.96	c cleaning 65004 clauses out of 130017 with flag 19378963/2201001
404.94/403.23	c cleaning 66000 clauses out of 132016 with flag 19968643/2268004
421.72/420.07	c cleaning 66992 clauses out of 134012 with flag 20704087/2336000
437.69/436.08	c cleaning 68006 clauses out of 136020 with flag 21359306/2405000
455.83/454.25	c cleaning 69004 clauses out of 138018 with flag 22080803/2475004
475.08/473.07	c cleaning 70001 clauses out of 140012 with flag 22873080/2546002
493.62/491.63	c cleaning 70978 clauses out of 142009 with flag 23598623/2618000
511.88/509.94	c cleaning 71996 clauses out of 144034 with flag 24342903/2691003
531.06/529.17	c cleaning 73016 clauses out of 146037 with flag 25167629/2765002
551.40/549.57	c cleaning 74006 clauses out of 148020 with flag 25973603/2840001
570.45/568.68	c cleaning 75001 clauses out of 150013 with flag 26735926/2916000
590.32/588.54	c cleaning 75997 clauses out of 152013 with flag 27461958/2993001
611.40/609.65	c cleaning 77006 clauses out of 154018 with flag 28202581/3071003
631.97/630.27	c cleaning 77995 clauses out of 156010 with flag 28921508/3150001
651.83/650.12	c cleaning 79003 clauses out of 158014 with flag 29725988/3230000
673.32/671.63	c cleaning 79999 clauses out of 160012 with flag 30550864/3311001
694.92/693.20	c cleaning 80993 clauses out of 162012 with flag 31265019/3393000
720.48/718.87	c cleaning 81999 clauses out of 164019 with flag 32126260/3476000
744.23/742.60	c cleaning 83004 clauses out of 166020 with flag 32924106/3560000
770.46/768.97	c cleaning 84001 clauses out of 168016 with flag 33919513/3645000
792.70/791.25	c cleaning 84984 clauses out of 170017 with flag 34670693/3731002
818.55/817.18	c cleaning 85993 clauses out of 172032 with flag 35532379/3818001
844.19/842.87	c cleaning 87021 clauses out of 174043 with flag 36410185/3906005
867.64/866.34	c cleaning 88000 clauses out of 176017 with flag 37289989/3995000
894.68/893.48	c cleaning 89004 clauses out of 178017 with flag 38215234/4085000
921.13/919.95	c cleaning 89997 clauses out of 180013 with flag 39110435/4176000
952.27/951.11	c cleaning 90996 clauses out of 182016 with flag 40077666/4268000
986.27/985.05	c cleaning 92005 clauses out of 184022 with flag 41155892/4361002
1017.48/1016.34	c cleaning 92992 clauses out of 186017 with flag 42161443/4455002
1046.41/1045.33	c cleaning 94003 clauses out of 188023 with flag 43195726/4550000
1071.60/1070.57	c cleaning 94999 clauses out of 190020 with flag 44103441/4646000
1099.73/1098.66	c cleaning 95992 clauses out of 192022 with flag 44984290/4743001
1129.85/1128.88	c cleaning 97000 clauses out of 194029 with flag 46078460/4841000
1158.05/1157.10	c cleaning 98008 clauses out of 196030 with flag 47183507/4940001
1188.97/1188.01	c cleaning 98999 clauses out of 198021 with flag 48287658/5040000
1223.47/1222.37	c cleaning 99995 clauses out of 200025 with flag 49187693/5141003
1251.34/1250.16	c cleaning 100986 clauses out of 202027 with flag 50261155/5243000
1280.49/1279.36	c cleaning 102009 clauses out of 204043 with flag 51431469/5346002
1312.97/1311.48	c cleaning 103006 clauses out of 206032 with flag 52570670/5450000
1340.85/1339.34	c cleaning 104009 clauses out of 208027 with flag 53684649/5555001
1370.98/1369.53	c cleaning 104992 clauses out of 210018 with flag 54808425/5661001
1402.91/1401.51	c cleaning 105998 clauses out of 212025 with flag 56033452/5768000
1433.92/1432.58	c cleaning 107005 clauses out of 214027 with flag 57026683/5876000
1464.04/1462.77	c cleaning 108002 clauses out of 216025 with flag 58145180/5985003
1497.45/1496.28	c cleaning 109005 clauses out of 218020 with flag 59260662/6095000
1532.09/1530.89	c cleaning 109987 clauses out of 220016 with flag 60423476/6206001
1570.21/1569.09	c cleaning 111008 clauses out of 222029 with flag 61679127/6318001
1605.13/1604.08	c cleaning 112000 clauses out of 224021 with flag 62912894/6431001
1640.80/1639.75	c cleaning 112985 clauses out of 226020 with flag 64160007/6545000
1674.02/1673.04	c cleaning 114013 clauses out of 228036 with flag 65274175/6660001
1704.74/1703.86	c cleaning 115000 clauses out of 230023 with flag 66411488/6776001
1738.90/1738.05	c cleaning 116001 clauses out of 232023 with flag 67525079/6893001
1773.81/1773.08	c cleaning 117001 clauses out of 234022 with flag 68879111/7011001
1812.50/1811.83	c cleaning 117999 clauses out of 236021 with flag 70346875/7130001
1846.54/1845.92	c cleaning 119001 clauses out of 238021 with flag 71502412/7250000
1883.57/1883.06	c cleaning 120004 clauses out of 240020 with flag 72773628/7371000
1922.31/1921.88	c cleaning 120995 clauses out of 242016 with flag 74116671/7493000
1962.31/1962.00	c cleaning 122003 clauses out of 244024 with flag 75456880/7616003
2002.61/2002.37	c cleaning 123006 clauses out of 246019 with flag 76887052/7740001
2040.59/2040.38	c cleaning 124002 clauses out of 248013 with flag 78219417/7865001
2079.99/2079.85	c cleaning 125001 clauses out of 250011 with flag 79539515/7991001
2123.47/2123.41	c cleaning 125996 clauses out of 252009 with flag 80997399/8118000
2164.92/2164.96	c cleaning 126998 clauses out of 254013 with flag 82300025/8246000
2210.21/2210.34	c cleaning 127999 clauses out of 256015 with flag 83723898/8375000
2258.49/2258.74	c cleaning 129004 clauses out of 258016 with flag 85280294/8505000
2298.66/2298.98	c cleaning 130002 clauses out of 260013 with flag 86666838/8636001
2343.75/2344.12	c cleaning 131003 clauses out of 262014 with flag 88205246/8768004
2390.93/2391.49	c cleaning 131996 clauses out of 264008 with flag 89774413/8901001
2437.93/2438.49	c cleaning 132998 clauses out of 266012 with flag 91322973/9035001
2488.30/2488.90	c cleaning 134001 clauses out of 268013 with flag 92949569/9170000
2540.47/2541.23	c cleaning 135001 clauses out of 270012 with flag 94575914/9306000
2593.64/2594.50	c cleaning 136000 clauses out of 272011 with flag 96286364/9443000
2642.76/2643.76	c cleaning 137000 clauses out of 274011 with flag 97834462/9581000
2688.45/2689.58	c cleaning 138000 clauses out of 276012 with flag 99302893/9720001
2732.43/2733.62	c cleaning 138999 clauses out of 278013 with flag 100709967/9860002
2785.11/2786.35	c cleaning 140002 clauses out of 280015 with flag 102357256/10001003
2841.07/2842.48	c cleaning 140998 clauses out of 282011 with flag 104248268/10143001
2896.82/2898.30	c cleaning 141997 clauses out of 284012 with flag 106081420/10286000
2948.89/2950.52	c cleaning 143007 clauses out of 286016 with flag 107867203/10430001
3000.26/3002.05	c cleaning 144002 clauses out of 288010 with flag 109574339/10575002
3059.93/3061.76	c cleaning 144992 clauses out of 290008 with flag 111361725/10721002
3119.38/3121.32	c cleaning 145998 clauses out of 292014 with flag 113066690/10868000
3174.34/3176.47	c cleaning 147003 clauses out of 294016 with flag 114788533/11016000
3232.98/3235.21	c cleaning 147994 clauses out of 296013 with flag 116459920/11165000
3292.62/3294.20	c cleaning 149005 clauses out of 298020 with flag 118303901/11315001
3352.77/3354.53	c cleaning 150000 clauses out of 300014 with flag 120129029/11466000
3410.71/3412.60	c cleaning 151001 clauses out of 302017 with flag 121929819/11618003
3470.72/3472.75	c cleaning 152003 clauses out of 304013 with flag 123722985/11771000
3530.47/3532.67	c cleaning 153002 clauses out of 306010 with flag 125587933/11925000
3589.97/3592.18	c cleaning 153997 clauses out of 308008 with flag 127438375/12080000
3600.03/3602.22	c starts		: 30623
3600.03/3602.23	c conflicts		: 12112984
3600.03/3602.23	c decisions		: 18958511
3600.03/3602.23	c propagations		: 814284906
3600.03/3602.23	c inspects		: 48064040697
3600.03/3602.23	c shortcuts		: 0
3600.03/3602.23	c learnt literals	: 0
3600.03/3602.23	c learnt binary clauses	: 0
3600.03/3602.23	c learnt ternary clauses	: 0
3600.03/3602.23	c learnt constraints	: 12112984
3600.03/3602.23	c ignored constraints	: 0
3600.03/3602.23	c root simplifications	: 0
3600.03/3602.23	c removed literals (reason simplification)	: 81702019
3600.03/3602.23	c reason swapping (by a shorter reason)	: 0
3600.03/3602.23	c Calls to reduceDB	: 151
3600.03/3602.23	c Number of update (reduction) of LBD	: 6003882
3600.03/3602.23	c Imported unit clauses	: 0
3600.03/3602.23	c No decision after first conflict	: false
3600.03/3602.23	c number of reductions to clauses (during analyze)	: 0
3600.03/3602.23	c number of learned constraints concerned by reduction	: 0
3600.03/3602.23	c number of learning phase by resolution	: 0
3600.03/3602.23	c number of learning phase by cutting planes	: 0
3600.03/3602.23	c number of rounding to 1 operations	: 0
3600.03/3602.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3602.23	c number of reductions of the coefficients by power 2 	: 0
3600.03/3602.23	c number of right shift for reduction by power 2 	: 0
3600.03/3602.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3602.23	c number of ending skipping 	: 0
3600.03/3602.23	c number of internal skipping 	: 0
3600.03/3602.23	c number of derivation steps 	: 0
3600.03/3602.23	c number of skipped derivation steps 	: 0
3600.03/3602.23	c number of remaining unassigned 	: 0
3600.03/3602.23	c number of remaining assigned 	: 0
3600.03/3602.23	c number of falsified literals weakened from reason	: 0
3600.03/3602.23	c number of falsified literals weakened from conflict	: 0
3600.03/3602.23	c time for arithmetic operations	: 0
3600.03/3602.24	c timeout
3600.03/3602.24	c minimum degree of deleted constraints	: null
3600.03/3602.24	c maximum degree of deleted constraints	: null
3600.03/3602.24	c number of deleted constraints	: 0
3600.03/3602.24	c speed (assignments/second)	: 226095.1033106901
3600.03/3602.24	c non guided choices	: 706
3600.03/3602.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 186995
3600.03/3602.30	s UNKNOWN
3600.03/3602.30	c Total wall clock time (in seconds): 3601.877

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499358-1751410050/watcher-4499358-1751410050 -o /tmp/evaluation-result-4499358-1751410050/solver-4499358-1751410050 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751410050-60835 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4499358-1751410050.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
solver pid=60881, runsolver pid=60872
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 0.71 2.02 3.23 6/279 60918
/proc/meminfo: memFree=129087268/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=18330292 memory=38532 CPUtime=0.04 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 4918 0 56 0 2 2 0 0 20 0 9 0 56684357 18770219008 9633 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16784588 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4582573 9633 4088 1 0 544003 0
[pid=60881/tid=60886] ppid=60872 vsize=18330292 memory=4026532124 CPUtime=0.03 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 4330 0 54 0 2 1 0 0 20 0 9 0 56684362 18770219008 9633 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18330292 KiB
Current children cumulated memory: 38532 KiB

[startup+0.213868 s]*
/proc/loadavg: 0.71 2.02 3.23 9/321 60960
/proc/meminfo: memFree=129054572/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=18930384 memory=49512 CPUtime=0.22 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 6020 0 56 0 18 4 0 0 20 0 18 0 56684357 19384713216 12378 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4732596 12378 5336 1 0 547211 0
[pid=60881/tid=60886] ppid=60872 vsize=18930384 memory=3472328132922704156 CPUtime=0.13 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 4833 0 54 0 11 2 0 0 20 0 18 0 56684362 19384713216 12378 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=18930384 memory=13926 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56684370 19384713216 12378 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56684371 19384713216 12378 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49512 KiB

[startup+0.314825 s]*
/proc/loadavg: 0.71 2.02 3.23 9/321 60960
/proc/meminfo: memFree=129046576/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=18930384 memory=57784 CPUtime=0.36 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 6525 0 56 0 31 5 0 0 20 0 18 0 56684357 19384713216 14446 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4732596 14446 5336 1 0 547612 0
[pid=60881/tid=60886] ppid=60872 vsize=18930384 memory=-6000919489835854953 CPUtime=0.22 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 5022 0 54 0 19 3 0 0 20 0 18 0 56684362 19384713216 14446 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56684370 19384713216 14446 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56684371 19384713216 14446 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57784 KiB

[startup+0.700401 s]
/proc/loadavg: 0.71 2.02 3.23 14/321 60960
/proc/meminfo: memFree=129032020/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=18930384 memory=66724 CPUtime=0.92 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 7107 0 58 0 87 5 0 0 20 0 18 0 56684357 19384713216 16681 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4732596 16681 5464 1 0 548010 0
[pid=60881/tid=60886] ppid=60872 vsize=18930384 memory=18816 CPUtime=0.47 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 5303 0 56 0 44 3 0 0 20 0 18 0 56684362 19384713216 16681 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56684370 19384713216 16681 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=18930384 memory=5632 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56684371 19384713216 16681 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66724 KiB

[startup+1.50024 s]
/proc/loadavg: 0.71 2.02 3.23 12/325 60964
/proc/meminfo: memFree=128831384/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=18996948 memory=87356 CPUtime=2.48 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 15219 0 58 0 241 7 0 0 20 0 19 0 56684357 19452874752 21839 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4749237 21839 5496 1 0 551691 0
[pid=60881/tid=60886] ppid=60872 vsize=18996948 memory=5632 CPUtime=1.18 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 5564 0 56 0 115 3 0 0 20 0 19 0 56684362 19452874752 21839 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56684370 19452874752 21839 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56684371 19452874752 21839 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56684429 19452874752 21839 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87356 KiB

[startup+3.10557 s]
/proc/loadavg: 0.71 2.02 3.23 8/325 60964
/proc/meminfo: memFree=128682484/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=18996948 memory=105520 CPUtime=4.82 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 17991 0 58 0 474 8 0 0 20 0 19 0 56684357 19452874752 26380 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4749237 26380 5496 1 0 552526 0
[pid=60881/tid=60886] ppid=60872 vsize=18996948 memory=0 CPUtime=2.75 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 6662 0 56 0 271 4 0 0 20 0 19 0 56684362 19452874752 26380 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56684370 19452874752 26380 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56684371 19452874752 26380 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=18996948 memory=18816 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56684429 19452874752 26380 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105520 KiB

[startup+6.3004 s]
/proc/loadavg: 0.98 2.05 3.23 4/280 61040
/proc/meminfo: memFree=128886284/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=18996948 memory=122048 CPUtime=8.31 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 21649 0 58 0 819 12 0 0 20 0 19 0 56684357 19452874752 30512 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4749237 30512 5496 1 0 552527 0
[pid=60881/tid=60886] ppid=60872 vsize=18996948 memory=0 CPUtime=5.89 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 7225 0 56 0 582 7 0 0 20 0 19 0 56684362 19452874752 30512 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=18996948 memory=2944 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56684370 19452874752 30512 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56684371 19452874752 30512 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=18996948 memory=88808 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56684429 19452874752 30512 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 122048 KiB

[startup+12.7004 s]
/proc/loadavg: 1.14 2.07 3.23 4/280 61044
/proc/meminfo: memFree=128759396/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=19063512 memory=179824 CPUtime=14.72 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 24439 0 58 0 1458 14 0 0 20 0 20 0 56684357 19521036288 44956 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4765878 44956 5496 1 0 552832 0
[pid=60881/tid=60886] ppid=60872 vsize=19063512 memory=0 CPUtime=12.22 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 7983 0 56 0 1215 7 0 0 20 0 20 0 56684362 19521036288 44956 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=19063512 memory=7151826512995574336 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684370 19521036288 44956 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 56684371 19521036288 44956 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=19063512 memory=117952 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684429 19521036288 44956 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 14.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179824 KiB

[startup+25.5004 s]
/proc/loadavg: 1.40 2.08 3.22 4/280 61044
/proc/meminfo: memFree=128377208/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=19063512 memory=188088 CPUtime=27.64 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 27432 0 58 0 2749 15 0 0 20 0 20 0 56684357 19521036288 47022 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4765878 47022 5496 1 0 552832 0
[pid=60881/tid=60886] ppid=60872 vsize=19063512 memory=7151826512995574336 CPUtime=24.93 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 8599 0 56 0 2485 8 0 0 20 0 20 0 56684362 19521036288 47022 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684370 19521036288 47022 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=19063512 memory=117952 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 56684371 19521036288 47022 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=19063512 memory=188088 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684429 19521036288 47022 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 27.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188088 KiB

[startup+51.1126 s]
/proc/loadavg: 1.66 2.09 3.19 4/281 61046
/proc/meminfo: memFree=127570444/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=19063512 memory=221196 CPUtime=53.21 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 28825 0 58 0 5304 17 0 0 20 0 20 0 56684357 19521036288 55299 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4765878 55299 5528 1 0 552832 0
[pid=60881/tid=60886] ppid=60872 vsize=19063512 memory=221196 CPUtime=50.34 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 9161 0 56 0 5026 8 0 0 20 0 20 0 56684362 19521036288 55299 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=19063512 memory=221196 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684370 19521036288 55299 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=19063512 memory=188216 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 56684371 19521036288 55299 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=19063512 memory=-6000919498442566761 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684429 19521036288 55299 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 53.21 s
Current children cumulated vsize: 19063512 KiB

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

[startup+3282.3 s]
/proc/loadavg: 1.17 1.12 1.22 2/252 61252
/proc/meminfo: memFree=127001832/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=19063512 memory=2122152 CPUtime=3280.75 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 92300 0 58 0 327822 253 0 0 20 0 20 0 56684357 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4765878 530538 5528 1 0 561464 0
[pid=60881/tid=60886] ppid=60872 vsize=19063512 memory=-6000919498442566761 CPUtime=3262.89 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 45919 0 56 0 326247 42 0 0 20 0 20 0 56684362 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=19063512 memory=2122152 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684370 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=19063512 memory=2025704 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 1308 0 0 0 0 0 0 0 20 0 20 0 56684371 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=19063512 memory=18816 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684429 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 3280.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2122152 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.11 1.21 2/250 61254
/proc/meminfo: memFree=127002084/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=19063512 memory=2122152 CPUtime=3340.6 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 92736 0 58 0 333804 256 0 0 20 0 20 0 56684357 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4765878 530538 5528 1 0 561464 0
[pid=60881/tid=60886] ppid=60872 vsize=19063512 memory=4352 CPUtime=3322.7 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 46208 0 56 0 332227 43 0 0 20 0 20 0 56684362 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=19063512 memory=-6000919498442566761 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684370 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 56684371 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=19063512 memory=18816 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684429 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 3340.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2122152 KiB

[startup+3402.3 s]
/proc/loadavg: 1.14 1.12 1.20 2/251 61259
/proc/meminfo: memFree=127002684/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=19063512 memory=2122152 CPUtime=3400.45 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 93065 0 58 0 339785 260 0 0 20 0 20 0 56684357 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4765878 530538 5528 1 0 561464 0
[pid=60881/tid=60886] ppid=60872 vsize=19063512 memory=2760 CPUtime=3382.5 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 46510 0 56 0 338206 44 0 0 20 0 20 0 56684362 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=19063512 memory=2122152 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684370 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=19063512 memory=2122152 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 56684371 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=19063512 memory=2122152 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684429 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 3400.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2122152 KiB

[startup+3462.3 s]
/proc/loadavg: 1.09 1.11 1.19 2/251 61261
/proc/meminfo: memFree=127002936/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=19063512 memory=2122152 CPUtime=3460.35 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 93855 0 58 0 345772 263 0 0 20 0 20 0 56684357 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4765878 530538 5528 1 0 561464 0
[pid=60881/tid=60886] ppid=60872 vsize=19063512 memory=2122152 CPUtime=3442.19 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 47029 0 56 0 344175 44 0 0 20 0 20 0 56684362 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=19063512 memory=2122152 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684370 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=19063512 memory=2122152 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 56684371 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=19063512 memory=2122152 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684429 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 3460.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2122152 KiB

[startup+3522.3 s]
/proc/loadavg: 1.14 1.12 1.18 2/251 61263
/proc/meminfo: memFree=127003188/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=19063512 memory=2122152 CPUtime=3520.2 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 94568 0 58 0 351754 266 0 0 20 0 20 0 56684357 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4765878 530538 5528 1 0 561465 0
[pid=60881/tid=60886] ppid=60872 vsize=19063512 memory=2122152 CPUtime=3501.99 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 47597 0 56 0 350155 44 0 0 20 0 20 0 56684362 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=19063512 memory=18816 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684370 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=19063512 memory=2122152 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 1523 0 0 0 0 0 0 0 20 0 20 0 56684371 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684429 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 3520.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2122152 KiB

[startup+3582.3 s]
/proc/loadavg: 1.29 1.16 1.19 2/251 61269
/proc/meminfo: memFree=127003944/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=19063512 memory=2122152 CPUtime=3580.04 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 95816 0 58 0 357736 268 0 0 20 0 20 0 56684357 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4765878 530538 5528 1 0 561470 0
[pid=60881/tid=60886] ppid=60872 vsize=19063512 memory=14720 CPUtime=3561.8 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 48697 0 56 0 356135 45 0 0 20 0 20 0 56684362 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684370 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=19063512 memory=2122152 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 1625 0 0 0 0 0 0 0 20 0 20 0 56684371 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=19063512 memory=2122152 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684429 19521036288 530538 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 3580.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2122152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.2 s]
/proc/loadavg: 1.21 1.15 1.19 2/251 61270
/proc/meminfo: memFree=126996004/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=19063512 memory=2128360 CPUtime=3600.03 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 96614 0 58 0 359734 269 0 0 20 0 20 0 56684357 19521036288 532090 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4765878 532090 5528 1 0 561471 0
[pid=60881/tid=60886] ppid=60872 vsize=19063512 memory=-6000919498442566761 CPUtime=3581.34 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) R 60872 60881 60790 0 -1 4194368 49076 0 56 0 358089 45 0 0 20 0 20 0 56684362 19521036288 532090 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=19063512 memory=2128360 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684370 19521036288 532090 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=19063512 memory=-6000919498442566761 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 1625 0 0 0 0 0 0 0 20 0 20 0 56684371 19521036288 532090 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60961] ppid=60872 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/60881/task/60961/stat : 60961 (Timer-0) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684429 19521036288 532090 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2128360 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.5 s, system=2.70914 s

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

[startup+3602.31 s]
/proc/loadavg: 1.21 1.15 1.19 2/251 61270
/proc/meminfo: memFree=126996004/131382112 swapFree=33010684/33010684
[pid=60881] ppid=60872 vsize=19263204 memory=2129128 CPUtime=3600.19 cores=1,3
/proc/60881/stat : 60881 (java) S 60872 60881 60790 0 -1 4194304 98508 0 58 0 359750 269 0 0 20 0 21 0 56684357 19725520896 532282 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
/proc/60881/statm: 4815801 532282 5560 1 0 562377 0
[pid=60881/tid=60886] ppid=60872 vsize=19263204 memory=18816 CPUtime=3581.36 cores=1,3
/proc/60881/task/60886/stat : 60886 (java) S 60872 60881 60790 0 -1 4194368 49231 0 56 0 358091 45 0 0 20 0 20 0 56684362 19725520896 532282 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60931] ppid=60872 vsize=19263204 memory=11264 CPUtime=0 cores=1,3
/proc/60881/task/60931/stat : 60931 (Finalizer) S 60872 60881 60790 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56684370 19725520896 532282 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
[pid=60881/tid=60942] ppid=60872 vsize=19263204 memory=18816 CPUtime=0 cores=1,3
/proc/60881/task/60942/stat : 60942 (Common-Cleaner) S 60872 60881 60790 0 -1 4194368 1625 0 0 0 0 0 0 0 20 0 20 0 56684371 19725520896 532282 18446744073709551615 94871429070848 94871429074544 140736681648496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94871429082360 94871429083152 94871442886656 140736681654657 140736681654758 140736681654758 140736681660360 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2129128 KiB

Child status: 143

Real time (s): 3602.33
CPU time (s): 3600.21
CPU user time (s): 3597.5
CPU system time (s): 2.70914
CPU usage (%): 99.9412
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2129128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.5
system time used= 2.70914
maximum resident set size= 2129128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98535
page faults= 58
swaps= 0
block input operations= 368
block output operations= 12944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107696
involuntary context switches= 4486


# summary of solver processes directly reported to runsolver:
#   pid: 60881
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.5
#   total CPU system time (s): 2.70914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6856 second user time and 34.9932 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-02 00:47:30
IDJOB=4499358
IDBENCH=148776
IDSOLVER=3363
FILE ID=nodeC005/4499358-1751410050
RUNJOBID= nodeC005-1751410050-60835
SLURM_JOB_ID= 9598317
Free space on /tmp= 430640 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499358-1751410050/watcher-4499358-1751410050 -o /tmp/evaluation-result-4499358-1751410050/solver-4499358-1751410050 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751410050-60835 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4499358-1751410050.opb

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

MD5SUM BENCH= 91ecd4a7d2e975c8e8a35b07ef7013ef
RANDOM SEED=1135389492

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.223
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.229
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:        129108432 kB
MemAvailable:   129897224 kB
Buffers:            2752 kB
Cached:          1587248 kB
SwapCached:            0 kB
Active:           426944 kB
Inactive:        1237616 kB
Active(anon):      84356 kB
Inactive(anon):     8164 kB
Active(file):     342588 kB
Inactive(file):  1229452 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3240 kB
Writeback:             0 kB
AnonPages:         77936 kB
Mapped:           103644 kB
Shmem:             17960 kB
KReclaimable:     112756 kB
Slab:             197328 kB
SReclaimable:     112756 kB
SUnreclaim:        84572 kB
KernelStack:        3776 kB
PageTables:         2548 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     357620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 430628 MiB
End job on nodeC005 at 2025-07-02 01:47:32