Trace number 4503248

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 3603.32

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-89.opb
MD5SUM18b53876a62b8c6712d354fac2089947
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 benchmark1418.99
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4503248-1751162248.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  no objective function found
2.06/1.14	c ... done. Wall clock time 0.995s.
2.06/1.14	c declared #vars     10086
2.06/1.14	c #constraints  226608
2.06/1.14	c constraints type 
2.06/1.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
2.06/1.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
2.06/1.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.06/1.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
2.06/1.14	c 226608 constraints processed.
4.71/2.73	c cleaning 2474 clauses out of 5001 with flag 90323/5001
5.93/3.79	c cleaning 4202 clauses out of 8526 with flag 169062/11000
6.97/4.57	c cleaning 5646 clauses out of 11325 with flag 241894/18001
8.00/5.51	c cleaning 6833 clauses out of 13678 with flag 331958/26000
9.50/7.04	c cleaning 7919 clauses out of 15850 with flag 466670/35005
11.10/8.67	c cleaning 8853 clauses out of 17926 with flag 623636/45000
12.79/10.31	c cleaning 9932 clauses out of 20075 with flag 787789/56002
14.89/12.48	c cleaning 10993 clauses out of 22141 with flag 1007311/68000
17.25/14.55	c cleaning 12067 clauses out of 24145 with flag 1174273/81000
19.37/16.64	c cleaning 12911 clauses out of 26074 with flag 1347279/95000
21.46/18.77	c cleaning 14046 clauses out of 28162 with flag 1514941/110000
23.66/20.93	c cleaning 14950 clauses out of 30116 with flag 1663837/126000
26.19/23.48	c cleaning 16066 clauses out of 32166 with flag 1847016/143000
28.51/25.77	c cleaning 17012 clauses out of 34099 with flag 1998893/161000
30.70/27.97	c cleaning 17942 clauses out of 36087 with flag 2152324/180000
33.73/30.99	c cleaning 19051 clauses out of 38144 with flag 2327631/200000
36.62/33.83	c cleaning 19958 clauses out of 40094 with flag 2525575/221001
39.31/36.55	c cleaning 20982 clauses out of 42135 with flag 2719067/243000
42.50/39.74	c cleaning 22052 clauses out of 44154 with flag 2928677/266001
46.00/43.25	c cleaning 23004 clauses out of 46102 with flag 3161654/290001
49.29/46.52	c cleaning 24004 clauses out of 48097 with flag 3378597/315000
52.18/49.48	c cleaning 25001 clauses out of 50094 with flag 3618858/341001
55.87/53.13	c cleaning 26049 clauses out of 52097 with flag 3866423/368005
59.46/56.79	c cleaning 26955 clauses out of 54043 with flag 4124179/396000
63.65/60.94	c cleaning 27982 clauses out of 56089 with flag 4376952/425001
67.26/64.56	c cleaning 29007 clauses out of 58108 with flag 4624784/455002
71.24/68.52	c cleaning 30021 clauses out of 60099 with flag 4875053/486000
75.54/72.83	c cleaning 31037 clauses out of 62078 with flag 5171207/518000
81.07/78.37	c cleaning 32003 clauses out of 64041 with flag 5477193/551000
86.16/83.45	c cleaning 32901 clauses out of 66038 with flag 5803052/585000
92.35/89.65	c cleaning 34013 clauses out of 68138 with flag 6118295/620001
97.85/95.15	c cleaning 34978 clauses out of 70128 with flag 6460891/656004
104.83/102.11	c cleaning 36018 clauses out of 72146 with flag 6823359/693000
111.31/108.69	c cleaning 37013 clauses out of 74128 with flag 7164759/731000
117.10/114.46	c cleaning 38011 clauses out of 76115 with flag 7510019/770000
123.06/120.31	c cleaning 39019 clauses out of 78105 with flag 7841239/810001
130.44/127.70	c cleaning 39950 clauses out of 80085 with flag 8180768/851000
137.32/134.64	c cleaning 41003 clauses out of 82135 with flag 8527272/893000
143.91/141.29	c cleaning 42019 clauses out of 84132 with flag 8889130/936000
151.39/148.74	c cleaning 43031 clauses out of 86116 with flag 9251464/980003
159.38/156.77	c cleaning 43979 clauses out of 88083 with flag 9645063/1025001
169.06/166.49	c cleaning 45033 clauses out of 90106 with flag 10079380/1071003
177.30/174.69	c cleaning 45932 clauses out of 92070 with flag 10554349/1118000
185.78/183.17	c cleaning 47048 clauses out of 94138 with flag 10978499/1166000
194.45/191.80	c cleaning 48028 clauses out of 96092 with flag 11395088/1215002
203.44/200.80	c cleaning 49012 clauses out of 98063 with flag 11776904/1265001
212.22/209.68	c cleaning 50015 clauses out of 100051 with flag 12213232/1316001
222.00/219.41	c cleaning 50994 clauses out of 102036 with flag 12694753/1368001
230.99/228.45	c cleaning 51929 clauses out of 104041 with flag 13105549/1421000
240.50/237.92	c cleaning 53018 clauses out of 106112 with flag 13559527/1475000
249.58/247.06	c cleaning 54025 clauses out of 108096 with flag 14012137/1530002
259.56/257.01	c cleaning 54989 clauses out of 110071 with flag 14490037/1586002
270.33/267.80	c cleaning 56005 clauses out of 112082 with flag 14921159/1643002
280.62/278.12	c cleaning 57033 clauses out of 114075 with flag 15378672/1701000
292.99/290.57	c cleaning 57998 clauses out of 116042 with flag 15839041/1760000
307.41/304.94	c cleaning 58958 clauses out of 118045 with flag 16408825/1820001
321.09/318.62	c cleaning 60030 clauses out of 120087 with flag 16925647/1881001
332.86/330.43	c cleaning 60946 clauses out of 122056 with flag 17467775/1943000
347.99/345.50	c cleaning 62001 clauses out of 124110 with flag 18077536/2006000
361.36/358.91	c cleaning 62971 clauses out of 126109 with flag 18723310/2070000
375.13/372.71	c cleaning 64058 clauses out of 128139 with flag 19280651/2135001
387.91/385.51	c cleaning 64999 clauses out of 130082 with flag 19879683/2201002
401.50/399.11	c cleaning 65969 clauses out of 132081 with flag 20410848/2268000
416.76/414.43	c cleaning 67040 clauses out of 134114 with flag 20900269/2336002
432.53/430.28	c cleaning 68037 clauses out of 136073 with flag 21471784/2405001
452.08/449.88	c cleaning 69012 clauses out of 138035 with flag 22183761/2475000
466.05/463.87	c cleaning 70007 clauses out of 140025 with flag 22781938/2546002
479.59/477.33	c cleaning 70982 clauses out of 142016 with flag 23466746/2618000
494.95/492.74	c cleaning 71950 clauses out of 144034 with flag 24040499/2691000
510.42/508.20	c cleaning 73001 clauses out of 146084 with flag 24609941/2765000
526.79/524.64	c cleaning 73979 clauses out of 148085 with flag 25209391/2840002
545.00/542.88	c cleaning 75041 clauses out of 150105 with flag 25754060/2916001
563.96/561.89	c cleaning 75977 clauses out of 152064 with flag 26350553/2993001
582.12/580.00	c cleaning 76917 clauses out of 154090 with flag 27077315/3071004
599.58/597.56	c cleaning 78052 clauses out of 156169 with flag 27726014/3150000
618.00/615.93	c cleaning 79043 clauses out of 158117 with flag 28416504/3230000
638.86/636.81	c cleaning 80026 clauses out of 160076 with flag 29155964/3311002
657.12/655.11	c cleaning 80955 clauses out of 162048 with flag 29900010/3393000
677.28/675.38	c cleaning 81990 clauses out of 164095 with flag 30563264/3476002
697.11/695.13	c cleaning 82964 clauses out of 166103 with flag 31196058/3560000
716.66/714.70	c cleaning 84013 clauses out of 168139 with flag 31915130/3645000
737.01/735.10	c cleaning 85023 clauses out of 170127 with flag 32575688/3731001
755.76/753.91	c cleaning 85930 clauses out of 172103 with flag 33290106/3818000
777.39/775.59	c cleaning 86998 clauses out of 174173 with flag 34061197/3906000
797.85/796.06	c cleaning 88006 clauses out of 176176 with flag 34791498/3995001
820.80/819.02	c cleaning 89085 clauses out of 178169 with flag 35448037/4085000
845.24/843.55	c cleaning 90025 clauses out of 180085 with flag 36179151/4176001
868.20/866.52	c cleaning 90954 clauses out of 182059 with flag 36931680/4268000
892.70/891.05	c cleaning 92039 clauses out of 184107 with flag 37696259/4361002
916.75/915.16	c cleaning 93024 clauses out of 186067 with flag 38337876/4455001
941.79/940.21	c cleaning 93962 clauses out of 188042 with flag 39056988/4550000
968.13/966.62	c cleaning 95014 clauses out of 190082 with flag 39942297/4646002
992.77/991.34	c cleaning 95985 clauses out of 192066 with flag 40671919/4743000
1020.81/1019.43	c cleaning 96666 clauses out of 194081 with flag 41511187/4841000
1045.16/1043.82	c cleaning 98040 clauses out of 196416 with flag 42255853/4940001
1070.59/1069.35	c cleaning 98384 clauses out of 198375 with flag 43297634/5040000
1093.54/1092.37	c cleaning 100118 clauses out of 200995 with flag 44103681/5141004
1123.28/1122.18	c cleaning 100712 clauses out of 202873 with flag 44895924/5243000
1149.04/1147.91	c cleaning 102188 clauses out of 205161 with flag 45777452/5346000
1174.68/1173.61	c cleaning 103178 clauses out of 206974 with flag 46608764/5450001
1202.40/1201.49	c cleaning 103794 clauses out of 208795 with flag 47481135/5555000
1229.05/1228.18	c cleaning 105080 clauses out of 211002 with flag 48330855/5661001
1258.68/1257.86	c cleaning 105789 clauses out of 212921 with flag 49085989/5768000
1288.50/1287.77	c cleaning 106975 clauses out of 215132 with flag 50022086/5876000
1319.82/1318.98	c cleaning 108178 clauses out of 217157 with flag 50784477/5985000
1352.54/1351.72	c cleaning 108701 clauses out of 218980 with flag 51639233/6095001
1381.97/1381.21	c cleaning 109830 clauses out of 221281 with flag 52587117/6206003
1413.99/1413.37	c cleaning 110465 clauses out of 223449 with flag 53480335/6318001
1443.53/1442.98	c cleaning 112076 clauses out of 225984 with flag 54430814/6431002
1475.86/1475.39	c cleaning 112571 clauses out of 227907 with flag 55248902/6545001
1510.60/1510.11	c cleaning 113571 clauses out of 230336 with flag 56031503/6660001
1543.19/1542.67	c cleaning 115045 clauses out of 232767 with flag 56835981/6776003
1577.92/1577.45	c cleaning 116050 clauses out of 234719 with flag 57746399/6893000
1609.35/1608.92	c cleaning 116836 clauses out of 236670 with flag 58657126/7011001
1646.17/1645.80	c cleaning 117861 clauses out of 238834 with flag 59491434/7130001
1685.59/1685.34	c cleaning 118558 clauses out of 240973 with flag 60275871/7250001
1719.32/1719.06	c cleaning 119952 clauses out of 243415 with flag 61114382/7371001
1753.73/1753.51	c cleaning 120978 clauses out of 245465 with flag 62040585/7493004
1790.93/1790.83	c cleaning 121724 clauses out of 247483 with flag 62879131/7616000
1830.04/1830.01	c cleaning 122898 clauses out of 249759 with flag 63749344/7740000
1871.33/1871.41	c cleaning 123330 clauses out of 251863 with flag 64910256/7865002
1911.83/1912.09	c cleaning 124554 clauses out of 254531 with flag 65784270/7991000
1950.64/1950.85	c cleaning 125798 clauses out of 256977 with flag 66694509/8118000
1997.53/1997.86	c cleaning 126063 clauses out of 259179 with flag 67733610/8246000
2037.24/2037.67	c cleaning 127701 clauses out of 262118 with flag 68663327/8375002
2076.45/2076.99	c cleaning 129028 clauses out of 264415 with flag 69650418/8505000
2119.36/2119.92	c cleaning 129636 clauses out of 266387 with flag 70516415/8636000
2157.97/2158.64	c cleaning 130966 clauses out of 268751 with flag 71451162/8768000
2203.00/2203.60	c cleaning 131830 clauses out of 270785 with flag 72337449/8901000
2249.29/2250.06	c cleaning 132869 clauses out of 272956 with flag 73415678/9035001
2295.58/2296.42	c cleaning 133596 clauses out of 275087 with flag 74360002/9170001
2346.66/2347.67	c cleaning 134690 clauses out of 277493 with flag 75282969/9306003
2396.34/2397.45	c cleaning 135849 clauses out of 279800 with flag 76240435/9443000
2451.22/2452.42	c cleaning 136230 clauses out of 281951 with flag 77238730/9581000
2507.20/2508.50	c cleaning 137322 clauses out of 284721 with flag 78217816/9720000
2556.57/2557.56	c cleaning 138752 clauses out of 287401 with flag 79282232/9860002
2610.65/2611.71	c cleaning 139804 clauses out of 289647 with flag 80278714/10001000
2653.96/2655.16	c cleaning 141110 clauses out of 291843 with flag 81396216/10143000
2707.84/2709.19	c cleaning 141828 clauses out of 293733 with flag 82364219/10286000
2762.62/2764.09	c cleaning 142749 clauses out of 295907 with flag 83363132/10430002
2823.15/2824.64	c cleaning 143351 clauses out of 298157 with flag 84571679/10575001
2899.16/2900.85	c cleaning 143969 clauses out of 300804 with flag 85969962/10721000
2950.73/2952.54	c cleaning 145918 clauses out of 303835 with flag 87130262/10868000
3012.36/3014.39	c cleaning 146603 clauses out of 305919 with flag 88188537/11016002
3079.39/3081.50	c cleaning 147084 clauses out of 308315 with flag 89236769/11165001
3133.06/3135.35	c cleaning 148848 clauses out of 311230 with flag 90226794/11315000
3192.21/3194.59	c cleaning 149071 clauses out of 313383 with flag 91392593/11466001
3244.98/3247.42	c cleaning 150895 clauses out of 316311 with flag 92479090/11618000
3297.66/3300.21	c cleaning 151865 clauses out of 318416 with flag 93650087/11771000
3353.94/3356.60	c cleaning 152880 clauses out of 320551 with flag 94701705/11925000
3413.10/3415.99	c cleaning 153718 clauses out of 322672 with flag 95855390/12080001
3479.82/3482.77	c cleaning 154783 clauses out of 324953 with flag 96964678/12236000
3549.76/3552.86	c cleaning 155521 clauses out of 327172 with flag 98029167/12393002
3600.03/3603.21	c starts		: 45816
3600.03/3603.22	c timeout
3600.03/3603.22	c conflicts		: 12525622
3600.03/3603.22	c decisions		: 57823742
3600.03/3603.22	c propagations		: 2483480331
3600.03/3603.22	c inspects		: 41446090055
3600.03/3603.22	c shortcuts		: 0
3600.03/3603.22	c learnt literals	: 13
3600.03/3603.22	c learnt binary clauses	: 2562
3600.03/3603.22	c learnt ternary clauses	: 10393
3600.03/3603.22	c learnt constraints	: 12525609
3600.03/3603.22	c ignored constraints	: 0
3600.03/3603.22	c root simplifications	: 0
3600.03/3603.22	c removed literals (reason simplification)	: 224238321
3600.03/3603.22	c reason swapping (by a shorter reason)	: 0
3600.03/3603.22	c Calls to reduceDB	: 153
3600.03/3603.22	c Number of update (reduction) of LBD	: 7741685
3600.03/3603.22	c Imported unit clauses	: 0
3600.03/3603.23	c No decision after first conflict	: false
3600.03/3603.23	c number of reductions to clauses (during analyze)	: 0
3600.03/3603.23	c number of learned constraints concerned by reduction	: 0
3600.03/3603.23	c number of learning phase by resolution	: 0
3600.03/3603.23	c number of learning phase by cutting planes	: 0
3600.03/3603.23	c number of rounding to 1 operations	: 0
3600.03/3603.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3603.23	c number of reductions of the coefficients by power 2 	: 0
3600.03/3603.23	c number of right shift for reduction by power 2 	: 0
3600.03/3603.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3603.23	c number of ending skipping 	: 0
3600.03/3603.23	c number of internal skipping 	: 0
3600.03/3603.23	c number of derivation steps 	: 0
3600.03/3603.23	c number of skipped derivation steps 	: 0
3600.03/3603.23	c number of remaining unassigned 	: 0
3600.03/3603.23	c number of remaining assigned 	: 0
3600.03/3603.23	c number of falsified literals weakened from reason	: 0
3600.03/3603.23	c number of falsified literals weakened from conflict	: 0
3600.03/3603.23	c time for arithmetic operations	: 0
3600.03/3603.23	c minimum degree of deleted constraints	: null
3600.03/3603.23	c maximum degree of deleted constraints	: null
3600.03/3603.23	c number of deleted constraints	: 0
3600.03/3603.23	c speed (assignments/second)	: 689456.1459665317
3600.03/3603.23	c non guided choices	: 872985
3600.03/3603.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 301709
3600.03/3603.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2562
3600.03/3603.30	s UNKNOWN
3600.03/3603.30	c Total wall clock time (in seconds): 3603.165

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: 63665 MiB (60809 MiB free)
  memory of node 1: 64507 MiB (63578 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503248-1751162248/watcher-4503248-1751162248 -o /tmp/evaluation-result-4503248-1751162248/solver-4503248-1751162248 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751158606-20470 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503248-1751162248.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23204, runsolver pid=23201

[startup+0.10006 s]*
/proc/loadavg: 4.19 4.17 4.11 5/339 23222
/proc/meminfo: memFree=127337904/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=18930384 memory=57636 CPUtime=0.12 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 6558 0 0 0 10 2 0 0 20 0 18 0 31902541 19384713216 14409 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4732596 14409 5338 1 0 547603 0
[pid=23204/tid=23206] ppid=23201 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 5067 0 0 0 6 1 0 0 20 0 18 0 31902542 19384713216 14409 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31902544 19384713216 14409 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=18930384 memory=59585004307076 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31902544 19384713216 14409 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57636 KiB

[startup+0.205669 s]*
/proc/loadavg: 4.19 4.17 4.11 6/339 23222
/proc/meminfo: memFree=127327696/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=18930384 memory=70196 CPUtime=0.31 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 7036 0 0 0 28 3 0 0 20 0 18 0 31902541 19384713216 17549 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4732596 17549 5434 1 0 547915 0
[pid=23204/tid=23206] ppid=23201 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 5292 0 0 0 16 1 0 0 20 0 18 0 31902542 19384713216 17549 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=18930384 memory=15140 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31902544 19384713216 17549 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31902544 19384713216 17549 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70196 KiB

[startup+0.305651 s]*
/proc/loadavg: 4.19 4.17 4.11 6/339 23222
/proc/meminfo: memFree=127286800/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=18930384 memory=111332 CPUtime=0.5 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 8561 0 0 0 46 4 0 0 20 0 18 0 31902541 19384713216 27833 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4732596 27833 5434 1 0 548934 0
[pid=23204/tid=23206] ppid=23201 vsize=18930384 memory=-6000919502855367021 CPUtime=0.26 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 5313 0 0 0 24 2 0 0 20 0 18 0 31902542 19384713216 27833 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31902544 19384713216 27833 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31902544 19384713216 27833 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111332 KiB

[startup+0.700248 s]
/proc/loadavg: 4.19 4.17 4.11 6/340 23223
/proc/meminfo: memFree=127238112/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=18996948 memory=175176 CPUtime=1.26 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 11169 0 0 0 120 6 0 0 20 0 19 0 31902541 19452874752 43794 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4749237 43794 5466 1 0 551149 0
[pid=23204/tid=23206] ppid=23201 vsize=18996948 memory=17536 CPUtime=0.6 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 5337 0 0 0 57 3 0 0 20 0 19 0 31902542 19452874752 43794 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31902544 19452874752 43794 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31902544 19452874752 43794 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 175176 KiB

[startup+1.50022 s]
/proc/loadavg: 4.19 4.17 4.11 6/340 23223
/proc/meminfo: memFree=127077492/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=378372 CPUtime=2.85 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 16980 0 0 0 274 11 0 0 20 0 20 0 31902541 19521036288 94593 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 94593 5498 1 0 928892 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=3200 CPUtime=1.29 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 5453 0 0 0 123 6 0 0 20 0 20 0 31902542 19521036288 94593 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 94593 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 94593 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 378372 KiB

[startup+3.10565 s]
/proc/loadavg: 4.19 4.17 4.11 5/341 23224
/proc/meminfo: memFree=127024308/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=379268 CPUtime=5.19 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 17198 0 0 0 507 12 0 0 20 0 20 0 31902541 19521036288 94817 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 94817 5498 1 0 928934 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=10752 CPUtime=2.88 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 5491 0 0 0 282 6 0 0 20 0 20 0 31902542 19521036288 94817 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 94817 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 94817 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 94817 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 379268 KiB

[startup+6.30021 s]
/proc/loadavg: 4.25 4.18 4.11 5/341 23224
/proc/meminfo: memFree=127023808/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=370908 CPUtime=8.8 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 19771 0 0 0 867 13 0 0 20 0 20 0 31902541 19521036288 92727 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 92727 5530 1 0 929333 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=0 CPUtime=6.08 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 6153 0 0 0 601 7 0 0 20 0 20 0 31902542 19521036288 92727 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=-8412658762062785436 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 92727 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=-6000919502855367021 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 92727 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 92727 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 370908 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.18 4.11 5/340 23224
/proc/meminfo: memFree=126983040/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=370908 CPUtime=15.19 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 20713 0 0 0 1506 13 0 0 20 0 20 0 31902541 19521036288 92727 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 92727 5530 1 0 929333 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=0 CPUtime=12.46 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 6838 0 0 0 1239 7 0 0 20 0 20 0 31902542 19521036288 92727 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=370908 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 92727 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 92727 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 92727 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 15.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 370908 KiB

[startup+25.5002 s]
/proc/loadavg: 4.38 4.22 4.13 6/338 23355
/proc/meminfo: memFree=129041232/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=371164 CPUtime=28.31 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 28589 0 0 0 2817 14 0 0 20 0 20 0 31902541 19521036288 92791 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 92791 5530 1 0 929366 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=371164 CPUtime=25.22 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 8335 0 0 0 2515 7 0 0 20 0 20 0 31902542 19521036288 92791 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=-6000919502855367021 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 92791 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=-6000919502855367021 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 92791 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=378500 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 92791 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 28.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 371164 KiB

[startup+51.1056 s]
/proc/loadavg: 4.25 4.20 4.12 5/340 23357
/proc/meminfo: memFree=128560084/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=402044 CPUtime=53.88 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 30700 0 0 0 5373 15 0 0 20 0 20 0 31902541 19521036288 100511 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 100511 5530 1 0 929368 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=371164 CPUtime=50.72 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 8828 0 0 0 5065 7 0 0 20 0 20 0 31902542 19521036288 100511 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 100511 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=402044 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 100511 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 100511 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0

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

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.13 5/340 23602
/proc/meminfo: memFree=120675324/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=3050028 CPUtime=3279.8 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 90379 0 0 0 327815 165 0 0 20 0 20 0 31902541 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 762507 5530 1 0 933941 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=3050028 CPUtime=3270.92 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 41282 0 0 0 327066 26 0 0 20 0 20 0 31902542 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 989 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 3279.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3050028 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.15 4.12 5/341 23608
/proc/meminfo: memFree=120683000/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=3050028 CPUtime=3339.66 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 91385 0 0 0 333800 166 0 0 20 0 20 0 31902541 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 762507 5530 1 0 933941 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=3050028 CPUtime=3330.76 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 42155 0 0 0 333050 26 0 0 20 0 20 0 31902542 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=25304 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=3050028 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 1035 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=3050028 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 3339.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3050028 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.16 4.12 5/341 23614
/proc/meminfo: memFree=120561148/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=3050028 CPUtime=3399.54 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 92483 0 0 0 339785 169 0 0 20 0 20 0 31902541 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 762507 5530 1 0 933941 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=25304 CPUtime=3390.6 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 43113 0 0 0 339033 27 0 0 20 0 20 0 31902542 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=3050028 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 1081 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=-6000919502855367021 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 762507 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 3399.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3050028 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/341 23616
/proc/meminfo: memFree=120556792/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=3052120 CPUtime=3459.47 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 93513 0 0 0 345777 170 0 0 20 0 20 0 31902541 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 763030 5530 1 0 933942 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=25304 CPUtime=3450.35 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 43253 0 0 0 345008 27 0 0 20 0 20 0 31902542 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=3050028 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 1081 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=3050028 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 3459.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3052120 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.13 4.11 5/341 23619
/proc/meminfo: memFree=120556664/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=3052120 CPUtime=3519.34 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 94381 0 0 0 351763 171 0 0 20 0 20 0 31902541 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 763030 5530 1 0 933942 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=3050028 CPUtime=3510.19 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 44025 0 0 0 350992 27 0 0 20 0 20 0 31902542 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=3052120 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 1081 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=3052120 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 3519.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3052120 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/341 23687
/proc/meminfo: memFree=121583912/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=3052120 CPUtime=3579.19 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 95678 0 0 0 357747 172 0 0 20 0 20 0 31902541 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 763030 5530 1 0 933942 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=14592 CPUtime=3570.02 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 45150 0 0 0 356975 27 0 0 20 0 20 0 31902542 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=3052120 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 1161 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 3579.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3052120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.2 s]
/proc/loadavg: 4.07 4.11 4.10 5/341 23687
/proc/meminfo: memFree=121506184/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=3052120 CPUtime=3600.03 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 95724 0 0 0 359831 172 0 0 20 0 20 0 31902541 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4765878 763030 5530 1 0 933942 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=3052120 CPUtime=3590.85 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20457 0 -1 4194368 45180 0 0 0 359058 27 0 0 20 0 20 0 31902542 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=3052120 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=3052120 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 1161 0 0 0 0 0 0 0 20 0 20 0 31902544 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23224] ppid=23201 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/23204/task/23224/stat : 23224 (Timer-0) S 23201 23204 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31902656 19521036288 763030 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3052120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.45 s, system=1.74426 s

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

[startup+3603.31 s]
/proc/loadavg: 4.07 4.11 4.10 5/341 23687
/proc/meminfo: memFree=121506184/131249996 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19263204 memory=3053144 CPUtime=3600.18 cores=5,7
/proc/23204/stat : 23204 (java) S 23201 23204 20457 0 -1 4194304 98367 0 0 0 359845 173 0 0 20 0 21 0 31902541 19725520896 763286 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
/proc/23204/statm: 4815801 763286 5562 1 0 934881 0
[pid=23204/tid=23206] ppid=23201 vsize=19263204 memory=5632 CPUtime=3590.87 cores=5,7
/proc/23204/task/23206/stat : 23206 (java) S 23201 23204 20457 0 -1 4194368 45384 0 0 0 359060 27 0 0 20 0 20 0 31902542 19725520896 763286 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23215] ppid=23201 vsize=19263204 memory=3052120 CPUtime=0 cores=5,7
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31902544 19725520896 763286 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
[pid=23204/tid=23222] ppid=23201 vsize=19263204 memory=3052120 CPUtime=0 cores=5,7
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20457 0 -1 4194368 1161 0 0 0 0 0 0 0 20 0 19 0 31902544 19725520896 763286 18446744073709551615 93845741756416 93845741760112 140731991549648 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93845741767928 93845741768720 93845743837184 140731991554433 140731991554534 140731991554534 140731991560136 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3053144 KiB

Child status: 143

Real time (s): 3603.32
CPU time (s): 3600.2
CPU user time (s): 3598.45
CPU system time (s): 1.74426
CPU usage (%): 99.9134
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3053144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.45
system time used= 1.74426
maximum resident set size= 3053144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118058
involuntary context switches= 20573


# summary of solver processes directly reported to runsolver:
#   pid: 23204
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3598.45
#   total CPU system time (s): 1.74426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.8425 second user time and 16.9101 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 03:57:29
IDJOB=4503248
IDBENCH=155416
IDSOLVER=3363
FILE ID=nodeC021/4503248-1751162248
RUNJOBID= nodeC021-1751158606-20470
SLURM_JOB_ID= 9587494
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-89.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503248-1751162248/watcher-4503248-1751162248 -o /tmp/evaluation-result-4503248-1751162248/solver-4503248-1751162248 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751158606-20470 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503248-1751162248.opb

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

MD5SUM BENCH= 18b53876a62b8c6712d354fac2089947
RANDOM SEED=804359206

nodeC021 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.794
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.56
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		: 3599.808
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.56
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		: 3675.409
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.56
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		: 3599.957
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.56
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		: 3659.539
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.56
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		: 3591.059
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.56
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.804
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.56
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		: 3599.779
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127373056 kB
MemAvailable:   127283884 kB
Buffers:            3280 kB
Cached:           720168 kB
SwapCached:            0 kB
Active:          2803408 kB
Inactive:         463672 kB
Active(anon):    2561692 kB
Inactive(anon):        0 kB
Active(file):     241716 kB
Inactive(file):   463672 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9992 kB
Writeback:            24 kB
AnonPages:       2546256 kB
Mapped:           122644 kB
Shmem:             18060 kB
KReclaimable:      88960 kB
Slab:             175192 kB
SReclaimable:      88960 kB
SUnreclaim:        86232 kB
KernelStack:        5216 kB
PageTables:         8552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6886148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2330624 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC021 at 2025-06-29 04:57:32