Trace number 4513158

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.17 3603.6

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-3.opb
MD5SUM9ddf61ddf9175117d21c5f59d371263b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2684.38
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4513158-1751212628.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.50/0.31	c ... done. Wall clock time 0.172s.
0.50/0.31	c declared #vars     4288
0.50/0.31	c #constraints  10816
0.50/0.31	c constraints type 
0.50/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.50/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.50/0.31	c org.sat4j.specs.Constr$1 => 904
0.50/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.50/0.31	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.50/0.31	c 10816 constraints processed.
2.07/1.16	c cleaning 2497 clauses out of 4998 with flag 15906/5000
3.02/1.62	c cleaning 4232 clauses out of 8501 with flag 39445/11000
3.85/2.14	c cleaning 5613 clauses out of 11271 with flag 69353/18002
4.70/2.72	c cleaning 6815 clauses out of 13657 with flag 106359/26001
5.30/3.39	c cleaning 7919 clauses out of 15841 with flag 149713/35000
6.10/4.15	c cleaning 8891 clauses out of 17922 with flag 198107/45000
6.91/4.99	c cleaning 10002 clauses out of 20031 with flag 250856/56000
7.91/5.95	c cleaning 10990 clauses out of 22029 with flag 312389/68000
9.01/7.03	c cleaning 11961 clauses out of 24040 with flag 376528/81001
10.11/8.13	c cleaning 13031 clauses out of 26080 with flag 451228/95002
11.32/9.33	c cleaning 14020 clauses out of 28048 with flag 531270/110001
12.61/10.62	c cleaning 14994 clauses out of 30027 with flag 620919/126000
14.04/12.03	c cleaning 16003 clauses out of 32033 with flag 717616/143000
15.55/13.59	c cleaning 16983 clauses out of 34030 with flag 818843/161000
17.25/15.28	c cleaning 17943 clauses out of 36047 with flag 929361/180000
19.05/17.04	c cleaning 19049 clauses out of 38105 with flag 1044304/200001
21.05/19.06	c cleaning 20017 clauses out of 40055 with flag 1164986/221000
23.05/21.09	c cleaning 20975 clauses out of 42040 with flag 1294843/243002
25.34/23.35	c cleaning 22009 clauses out of 44063 with flag 1429410/266000
27.73/25.72	c cleaning 22966 clauses out of 46054 with flag 1567265/290000
30.23/28.28	c cleaning 24038 clauses out of 48088 with flag 1710525/315000
32.82/30.82	c cleaning 24997 clauses out of 50052 with flag 1867658/341002
35.54/33.59	c cleaning 25991 clauses out of 52053 with flag 2031469/368000
38.63/36.67	c cleaning 27008 clauses out of 54062 with flag 2197592/396000
41.92/39.93	c cleaning 27970 clauses out of 56054 with flag 2367275/425000
45.32/43.33	c cleaning 28995 clauses out of 58084 with flag 2546430/455000
48.91/46.92	c cleaning 30026 clauses out of 60089 with flag 2732857/486000
52.64/50.60	c cleaning 30976 clauses out of 62065 with flag 2926446/518002
56.53/54.58	c cleaning 32028 clauses out of 64087 with flag 3126767/551000
60.62/58.69	c cleaning 33026 clauses out of 66061 with flag 3331644/585002
65.01/63.04	c cleaning 34016 clauses out of 68037 with flag 3546415/620004
69.63/67.68	c cleaning 34975 clauses out of 70017 with flag 3762942/656000
74.52/72.53	c cleaning 36000 clauses out of 72042 with flag 3987252/693000
79.41/77.45	c cleaning 37000 clauses out of 74042 with flag 4217394/731000
84.65/82.61	c cleaning 37984 clauses out of 76042 with flag 4457214/770000
89.84/87.80	c cleaning 38987 clauses out of 78059 with flag 4702791/810001
95.32/93.30	c cleaning 39989 clauses out of 80072 with flag 4955050/851001
101.15/99.16	c cleaning 41022 clauses out of 82082 with flag 5212368/893000
107.04/105.00	c cleaning 41991 clauses out of 84060 with flag 5472699/936000
113.02/111.08	c cleaning 43025 clauses out of 86069 with flag 5747846/980000
119.54/117.57	c cleaning 44009 clauses out of 88044 with flag 6022587/1025000
126.23/124.21	c cleaning 44999 clauses out of 90035 with flag 6305299/1071000
133.03/131.08	c cleaning 45996 clauses out of 92036 with flag 6593046/1118000
140.34/138.32	c cleaning 47020 clauses out of 94040 with flag 6889916/1166000
147.43/145.47	c cleaning 47961 clauses out of 96020 with flag 7191771/1215000
155.12/153.14	c cleaning 49030 clauses out of 98059 with flag 7499373/1265000
163.03/161.03	c cleaning 49982 clauses out of 100029 with flag 7811522/1316000
171.21/169.20	c cleaning 50972 clauses out of 102048 with flag 8127525/1368001
179.59/177.61	c cleaning 52019 clauses out of 104075 with flag 8450161/1421000
188.09/186.16	c cleaning 53016 clauses out of 106056 with flag 8783366/1475000
196.97/195.08	c cleaning 54013 clauses out of 108041 with flag 9121771/1530001
206.18/204.28	c cleaning 55000 clauses out of 110027 with flag 9461837/1586000
215.56/213.68	c cleaning 55995 clauses out of 112027 with flag 9806705/1643000
225.34/223.47	c cleaning 56985 clauses out of 114034 with flag 10156897/1701002
235.64/233.77	c cleaning 58015 clauses out of 116047 with flag 10516452/1760000
246.03/244.18	c cleaning 58946 clauses out of 118032 with flag 10876417/1820000
256.60/254.72	c cleaning 60027 clauses out of 120086 with flag 11251774/1881000
267.83/265.91	c cleaning 61021 clauses out of 122059 with flag 11620309/1943000
278.91/277.08	c cleaning 62003 clauses out of 124040 with flag 12003133/2006002
290.28/288.46	c cleaning 62998 clauses out of 126036 with flag 12391767/2070001
301.97/300.12	c cleaning 63987 clauses out of 128038 with flag 12786883/2135001
314.18/312.30	c cleaning 64988 clauses out of 130050 with flag 13185906/2201000
326.86/325.10	c cleaning 66024 clauses out of 132062 with flag 13589975/2268000
339.93/338.18	c cleaning 67014 clauses out of 134039 with flag 14001774/2336001
353.20/351.43	c cleaning 67999 clauses out of 136026 with flag 14413299/2405002
367.03/365.26	c cleaning 68986 clauses out of 138025 with flag 14832875/2475000
381.00/379.21	c cleaning 70004 clauses out of 140039 with flag 15258031/2546000
395.07/393.36	c cleaning 70990 clauses out of 142035 with flag 15688415/2618000
409.65/407.99	c cleaning 72017 clauses out of 144047 with flag 16125209/2691002
424.82/423.17	c cleaning 73008 clauses out of 146028 with flag 16567440/2765000
440.23/438.50	c cleaning 73993 clauses out of 148020 with flag 17017623/2840000
455.60/454.00	c cleaning 75001 clauses out of 150027 with flag 17471726/2916000
471.37/469.77	c cleaning 75992 clauses out of 152026 with flag 17935332/2993000
487.83/486.29	c cleaning 77003 clauses out of 154034 with flag 18405552/3071000
504.80/503.24	c cleaning 77987 clauses out of 156031 with flag 18881194/3150000
521.93/520.31	c cleaning 79002 clauses out of 158044 with flag 19362897/3230000
539.49/537.92	c cleaning 79984 clauses out of 160042 with flag 19847567/3311000
557.26/555.78	c cleaning 81017 clauses out of 162059 with flag 20341631/3393001
575.41/573.91	c cleaning 81982 clauses out of 164041 with flag 20843324/3476000
593.78/592.37	c cleaning 82980 clauses out of 166060 with flag 21346760/3560001
612.83/611.43	c cleaning 84032 clauses out of 168079 with flag 21857643/3645000
632.36/630.97	c cleaning 85009 clauses out of 170047 with flag 22373383/3731000
652.42/651.01	c cleaning 86014 clauses out of 172038 with flag 22888401/3818000
672.66/671.39	c cleaning 86946 clauses out of 174024 with flag 23414100/3906000
693.52/692.25	c cleaning 87973 clauses out of 176078 with flag 23944871/3995000
714.47/713.22	c cleaning 89026 clauses out of 178106 with flag 24477224/4085001
736.32/735.19	c cleaning 90033 clauses out of 180080 with flag 25016802/4176001
758.26/757.04	c cleaning 91002 clauses out of 182047 with flag 25567934/4268001
780.61/779.46	c cleaning 91962 clauses out of 184045 with flag 26122464/4361001
803.37/802.22	c cleaning 93029 clauses out of 186083 with flag 26683555/4455001
826.32/825.21	c cleaning 94001 clauses out of 188053 with flag 27246412/4550000
850.46/849.44	c cleaning 95012 clauses out of 190052 with flag 27812589/4646000
874.42/873.43	c cleaning 95980 clauses out of 192041 with flag 28395101/4743001
898.97/898.06	c cleaning 96998 clauses out of 194060 with flag 28977361/4841000
924.27/923.33	c cleaning 97992 clauses out of 196062 with flag 29566988/4940000
949.71/948.85	c cleaning 99027 clauses out of 198070 with flag 30159219/5040000
975.85/975.02	c cleaning 100009 clauses out of 200043 with flag 30752574/5141000
1002.28/1001.52	c cleaning 100993 clauses out of 202034 with flag 31354593/5243000
1029.32/1028.69	c cleaning 102007 clauses out of 204041 with flag 31966402/5346000
1057.05/1056.40	c cleaning 102996 clauses out of 206034 with flag 32581037/5450000
1085.09/1084.58	c cleaning 103991 clauses out of 208039 with flag 33208151/5555001
1113.81/1113.36	c cleaning 104981 clauses out of 210047 with flag 33836408/5661000
1141.98/1141.45	c cleaning 106015 clauses out of 212066 with flag 34471490/5768000
1169.83/1169.36	c cleaning 107016 clauses out of 214051 with flag 35117022/5876000
1199.07/1198.63	c cleaning 107999 clauses out of 216035 with flag 35760094/5985000
1228.11/1227.78	c cleaning 108993 clauses out of 218036 with flag 36410255/6095000
1258.06/1257.79	c cleaning 110008 clauses out of 220043 with flag 37069264/6206000
1288.50/1288.29	c cleaning 111007 clauses out of 222035 with flag 37733088/6318000
1320.46/1320.11	c cleaning 112002 clauses out of 224028 with flag 38399125/6431000
1352.40/1352.16	c cleaning 113004 clauses out of 226027 with flag 39079755/6545001
1384.53/1384.34	c cleaning 113981 clauses out of 228022 with flag 39762024/6660000
1417.35/1417.21	c cleaning 114989 clauses out of 230042 with flag 40444685/6776001
1451.47/1451.49	c cleaning 116006 clauses out of 232052 with flag 41136906/6893000
1485.69/1485.75	c cleaning 117003 clauses out of 234046 with flag 41833883/7011000
1521.02/1520.74	c cleaning 118010 clauses out of 236044 with flag 42537878/7130001
1556.45/1556.23	c cleaning 118991 clauses out of 238035 with flag 43236168/7250002
1592.48/1592.35	c cleaning 119994 clauses out of 240042 with flag 43945242/7371000
1628.71/1628.61	c cleaning 120982 clauses out of 242048 with flag 44661674/7493000
1665.84/1665.82	c cleaning 122024 clauses out of 244068 with flag 45386010/7616002
1703.16/1703.29	c cleaning 122980 clauses out of 246042 with flag 46115176/7740000
1741.96/1742.08	c cleaning 124011 clauses out of 248062 with flag 46849008/7865000
1780.58/1780.78	c cleaning 124995 clauses out of 250051 with flag 47593923/7991000
1819.40/1819.66	c cleaning 126001 clauses out of 252057 with flag 48343878/8118001
1859.19/1859.56	c cleaning 127007 clauses out of 254056 with flag 49096265/8246001
1899.00/1899.42	c cleaning 127966 clauses out of 256051 with flag 49853684/8375003
1940.21/1940.73	c cleaning 129001 clauses out of 258084 with flag 50612748/8505002
1981.90/1982.54	c cleaning 130032 clauses out of 260083 with flag 51381588/8636002
2024.62/2025.27	c cleaning 130994 clauses out of 262050 with flag 52149235/8768001
2067.63/2068.32	c cleaning 131985 clauses out of 264056 with flag 52926736/8901001
2111.85/2112.61	c cleaning 133014 clauses out of 266071 with flag 53709328/9035001
2156.05/2156.90	c cleaning 133999 clauses out of 268056 with flag 54492760/9170000
2200.25/2201.26	c cleaning 134990 clauses out of 270057 with flag 55290755/9306000
2245.16/2246.25	c cleaning 136028 clauses out of 272069 with flag 56090090/9443002
2291.07/2292.23	c cleaning 136970 clauses out of 274039 with flag 56892405/9581000
2337.85/2339.00	c cleaning 138030 clauses out of 276069 with flag 57704300/9720000
2385.05/2386.33	c cleaning 139012 clauses out of 278039 with flag 58515471/9860000
2433.76/2435.19	c cleaning 139998 clauses out of 280029 with flag 59337460/10001002
2482.56/2484.05	c cleaning 140976 clauses out of 282030 with flag 60167405/10143001
2531.95/2533.52	c cleaning 141973 clauses out of 284054 with flag 60998629/10286001
2581.47/2583.16	c cleaning 142995 clauses out of 286080 with flag 61844307/10430000
2632.16/2633.91	c cleaning 144025 clauses out of 288087 with flag 62690251/10575002
2684.35/2686.14	c cleaning 144985 clauses out of 290060 with flag 63536816/10721000
2736.64/2738.57	c cleaning 146007 clauses out of 292076 with flag 64395298/10868001
2789.14/2791.16	c cleaning 147025 clauses out of 294068 with flag 65252608/11016000
2841.84/2843.98	c cleaning 147996 clauses out of 296044 with flag 66120169/11165001
2895.73/2897.95	c cleaning 148974 clauses out of 298047 with flag 66998950/11315000
2950.33/2952.60	c cleaning 150021 clauses out of 300074 with flag 67879063/11466001
3005.20/3007.52	c cleaning 151016 clauses out of 302052 with flag 68757676/11618000
3060.39/3062.83	c cleaning 152004 clauses out of 304036 with flag 69649419/11771000
3116.97/3119.50	c cleaning 153009 clauses out of 306032 with flag 70541183/11925000
3174.16/3176.85	c cleaning 153981 clauses out of 308023 with flag 71441651/12080000
3231.54/3234.34	c cleaning 155004 clauses out of 310042 with flag 72352753/12236000
3290.02/3292.93	c cleaning 155988 clauses out of 312038 with flag 73252739/12393000
3349.28/3352.39	c cleaning 156989 clauses out of 314051 with flag 74169458/12551001
3409.05/3412.29	c cleaning 158016 clauses out of 316062 with flag 75091510/12710001
3470.21/3473.42	c cleaning 159008 clauses out of 318045 with flag 76018169/12870000
3531.47/3534.87	c cleaning 160008 clauses out of 320037 with flag 76942912/13031000
3593.14/3596.65	c cleaning 160962 clauses out of 322029 with flag 77885510/13193000
3600.02/3603.51	c timeout
3600.02/3603.51	c starts		: 106100
3600.02/3603.51	c conflicts		: 13217165
3600.02/3603.51	c decisions		: 115265405
3600.02/3603.51	c propagations		: 1711452152
3600.02/3603.51	c inspects		: 37802535602
3600.02/3603.51	c shortcuts		: 0
3600.02/3603.51	c learnt literals	: 2
3600.02/3603.51	c learnt binary clauses	: 63
3600.02/3603.51	c learnt ternary clauses	: 833
3600.02/3603.51	c learnt constraints	: 13217163
3600.02/3603.51	c ignored constraints	: 0
3600.02/3603.52	c root simplifications	: 0
3600.02/3603.52	c removed literals (reason simplification)	: 12300709
3600.02/3603.52	c reason swapping (by a shorter reason)	: 0
3600.02/3603.52	c Calls to reduceDB	: 158
3600.02/3603.52	c Number of update (reduction) of LBD	: 2827284
3600.02/3603.52	c Imported unit clauses	: 0
3600.02/3603.52	c No decision after first conflict	: false
3600.02/3603.52	c number of reductions to clauses (during analyze)	: 0
3600.02/3603.52	c number of learned constraints concerned by reduction	: 0
3600.02/3603.52	c number of learning phase by resolution	: 0
3600.02/3603.52	c number of learning phase by cutting planes	: 0
3600.02/3603.52	c number of rounding to 1 operations	: 0
3600.02/3603.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3603.52	c number of reductions of the coefficients by power 2 	: 0
3600.02/3603.52	c number of right shift for reduction by power 2 	: 0
3600.02/3603.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3603.52	c number of ending skipping 	: 0
3600.02/3603.52	c number of internal skipping 	: 0
3600.02/3603.52	c number of derivation steps 	: 0
3600.02/3603.52	c number of skipped derivation steps 	: 0
3600.02/3603.52	c number of remaining unassigned 	: 0
3600.02/3603.52	c number of remaining assigned 	: 0
3600.02/3603.52	c number of falsified literals weakened from reason	: 0
3600.02/3603.52	c number of falsified literals weakened from conflict	: 0
3600.02/3603.52	c time for arithmetic operations	: 0
3600.02/3603.52	c minimum degree of deleted constraints	: null
3600.02/3603.52	c maximum degree of deleted constraints	: null
3600.02/3603.52	c number of deleted constraints	: 0
3600.02/3603.52	c speed (assignments/second)	: 474981.4337152718
3600.02/3603.52	c non guided choices	: 50182
3600.02/3603.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 185169
3600.02/3603.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 63
3600.02/3603.58	s UNKNOWN
3600.02/3603.58	c Total wall clock time (in seconds): 3603.443

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513158-1751212628/watcher-4513158-1751212628 -o /tmp/evaluation-result-4513158-1751212628/solver-4513158-1751212628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26872 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4513158-1751212628.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
Current StackSize limit: 8192 KiB

solver pid=27538, runsolver pid=27535

[startup+0.100058 s]*
/proc/loadavg: 4.14 4.12 4.08 5/337 27556
/proc/meminfo: memFree=125200380/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=18930384 memory=55448 CPUtime=0.12 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 6523 0 0 0 10 2 0 0 20 0 18 0 36940522 19384713216 13862 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4732596 13862 5328 1 0 547603 0
[pid=27538/tid=27540] ppid=27535 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 5031 0 0 0 6 1 0 0 20 0 18 0 36940524 19384713216 13862 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36940526 19384713216 13862 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=18930384 memory=60684515966010 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36940526 19384713216 13862 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55448 KiB

[startup+0.205907 s]*
/proc/loadavg: 4.14 4.12 4.08 6/337 27556
/proc/meminfo: memFree=125190172/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=18930384 memory=65872 CPUtime=0.32 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 6995 0 0 0 29 3 0 0 20 0 18 0 36940522 19384713216 16468 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4732596 16468 5424 1 0 547887 0
[pid=27538/tid=27540] ppid=27535 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 5250 0 0 0 16 1 0 0 20 0 18 0 36940524 19384713216 16468 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=18930384 memory=16880 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36940526 19384713216 16468 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36940526 19384713216 16468 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65872 KiB

[startup+0.305868 s]*
/proc/loadavg: 4.14 4.12 4.08 6/337 27556
/proc/meminfo: memFree=125169756/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=18930384 memory=95048 CPUtime=0.5 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 8582 0 0 0 46 4 0 0 20 0 18 0 36940522 19384713216 23762 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4732596 23762 5424 1 0 548964 0
[pid=27538/tid=27540] ppid=27535 vsize=18930384 memory=-6000919485624968557 CPUtime=0.24 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) S 27535 27538 26860 0 -1 4194368 5291 0 0 0 22 2 0 0 20 0 18 0 36940524 19384713216 23762 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36940526 19384713216 23762 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36940526 19384713216 23762 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 95048 KiB

[startup+0.70025 s]
/proc/loadavg: 4.14 4.12 4.08 6/338 27557
/proc/meminfo: memFree=125146256/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=18996948 memory=114512 CPUtime=1.26 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 14493 0 0 0 121 5 0 0 20 0 19 0 36940522 19452874752 28628 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4749237 28628 5424 1 0 553586 0
[pid=27538/tid=27540] ppid=27535 vsize=18996948 memory=17408 CPUtime=0.61 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 5325 0 0 0 58 3 0 0 20 0 19 0 36940524 19452874752 28628 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36940526 19452874752 28628 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36940526 19452874752 28628 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36940555 19452874752 28628 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 114512 KiB

[startup+1.50025 s]
/proc/loadavg: 4.14 4.12 4.08 6/338 27557
/proc/meminfo: memFree=125142176/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=18996948 memory=123232 CPUtime=2.85 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 21823 0 0 0 278 7 0 0 20 0 19 0 36940522 19452874752 30808 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4749237 30808 5456 1 0 553928 0
[pid=27538/tid=27540] ppid=27535 vsize=18996948 memory=0 CPUtime=1.37 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 6324 0 0 0 134 3 0 0 20 0 19 0 36940524 19452874752 30808 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36940526 19452874752 30808 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36940526 19452874752 30808 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36940555 19452874752 30808 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123232 KiB

[startup+3.10574 s]
/proc/loadavg: 4.14 4.12 4.08 5/338 27557
/proc/meminfo: memFree=125124120/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=18996948 memory=139724 CPUtime=5.1 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 23948 0 0 0 503 7 0 0 20 0 19 0 36940522 19452874752 34931 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4749237 34931 5456 1 0 554384 0
[pid=27538/tid=27540] ppid=27535 vsize=18996948 memory=10752 CPUtime=2.96 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 6586 0 0 0 293 3 0 0 20 0 19 0 36940524 19452874752 34931 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=18996948 memory=-6000919485624968557 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36940526 19452874752 34931 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36940526 19452874752 34931 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36940555 19452874752 34931 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139724 KiB

[startup+6.30022 s]
/proc/loadavg: 4.13 4.12 4.08 5/338 27557
/proc/meminfo: memFree=125099544/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=18996948 memory=159148 CPUtime=8.31 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 24103 0 0 0 823 8 0 0 20 0 19 0 36940522 19452874752 39787 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4749237 39787 5488 1 0 554384 0
[pid=27538/tid=27540] ppid=27535 vsize=18996948 memory=0 CPUtime=6.15 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 6705 0 0 0 611 4 0 0 20 0 19 0 36940524 19452874752 39787 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36940526 19452874752 39787 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36940526 19452874752 39787 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=18996948 memory=123232 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36940555 19452874752 39787 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159148 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.11 4.08 5/339 27558
/proc/meminfo: memFree=125083160/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=19063512 memory=175900 CPUtime=14.76 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 28788 0 0 0 1467 9 0 0 20 0 20 0 36940522 19521036288 43975 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4765878 43975 5488 1 0 554673 0
[pid=27538/tid=27540] ppid=27535 vsize=19063512 memory=123232 CPUtime=12.51 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 7747 0 0 0 1247 4 0 0 20 0 20 0 36940524 19521036288 43975 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=19063512 memory=175900 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 43975 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 43975 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36940555 19521036288 43975 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 14.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175900 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.11 4.08 5/339 27558
/proc/meminfo: memFree=125075048/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=19063512 memory=182144 CPUtime=27.53 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 30702 0 0 0 2743 10 0 0 20 0 20 0 36940522 19521036288 45536 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4765878 45536 5488 1 0 554673 0
[pid=27538/tid=27540] ppid=27535 vsize=19063512 memory=-6000919485624968557 CPUtime=25.26 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 8327 0 0 0 2522 4 0 0 20 0 20 0 36940524 19521036288 45536 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=19063512 memory=182144 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 45536 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 45536 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36940555 19521036288 45536 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 27.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182144 KiB

[startup+51.1058 s]
/proc/loadavg: 4.13 4.11 4.08 5/339 27558
/proc/meminfo: memFree=125021808/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=19063512 memory=235576 CPUtime=53.14 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 31908 0 0 0 5302 12 0 0 20 0 20 0 36940522 19521036288 58894 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4765878 58894 5488 1 0 554673 0
[pid=27538/tid=27540] ppid=27535 vsize=19063512 memory=208940 CPUtime=50.74 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 8698 0 0 0 5070 4 0 0 20 0 20 0 36940524 19521036288 58894 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 58894 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=19063512 memory=208940 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=124163792/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=19063512 memory=1954756 CPUtime=3279.44 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 71266 0 0 0 327814 130 0 0 20 0 20 0 36940522 19521036288 488689 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4765878 488689 5488 1 0 557467 0
[pid=27538/tid=27540] ppid=27535 vsize=19063512 memory=1954756 CPUtime=3272.28 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 27764 0 0 0 327218 10 0 0 20 0 20 0 36940524 19521036288 488689 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=19063512 memory=1954756 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 488689 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=19063512 memory=1954756 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 958 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 488689 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36940555 19521036288 488689 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 3279.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1954756 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/340 27997
/proc/meminfo: memFree=123950776/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=19063512 memory=1954756 CPUtime=3339.31 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 71390 0 0 0 333799 132 0 0 20 0 20 0 36940522 19521036288 488689 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4765878 488689 5488 1 0 557467 0
[pid=27538/tid=27540] ppid=27535 vsize=19063512 memory=-6000919485624968557 CPUtime=3332.11 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 27883 0 0 0 333201 10 0 0 20 0 20 0 36940524 19521036288 488689 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=19063512 memory=1954756 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 488689 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=19063512 memory=1954756 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 958 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 488689 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36940555 19521036288 488689 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 3339.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1954756 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.14 4.10 5/340 27999
/proc/meminfo: memFree=123704904/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=19063512 memory=2032580 CPUtime=3399.17 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 72638 0 0 0 339782 135 0 0 20 0 20 0 36940522 19521036288 508145 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4765878 508145 5488 1 0 557467 0
[pid=27538/tid=27540] ppid=27535 vsize=19063512 memory=1954756 CPUtime=3391.95 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 28757 0 0 0 339184 11 0 0 20 0 20 0 36940524 19521036288 508145 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 508145 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 958 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 508145 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36940555 19521036288 508145 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 3399.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2032580 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/340 28001
/proc/meminfo: memFree=123454684/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=19063512 memory=2122700 CPUtime=3459.13 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 74087 0 0 0 345774 139 0 0 20 0 20 0 36940522 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4765878 530675 5488 1 0 557467 0
[pid=27538/tid=27540] ppid=27535 vsize=19063512 memory=1954756 CPUtime=3451.71 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 29199 0 0 0 345160 11 0 0 20 0 20 0 36940524 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=19063512 memory=2042820 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 1006 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36940555 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 3459.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2122700 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/340 28003
/proc/meminfo: memFree=123368772/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=19063512 memory=2122700 CPUtime=3519 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 74719 0 0 0 351759 141 0 0 20 0 20 0 36940522 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4765878 530675 5488 1 0 557467 0
[pid=27538/tid=27540] ppid=27535 vsize=19063512 memory=2005956 CPUtime=3511.55 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 29687 0 0 0 351144 11 0 0 20 0 20 0 36940524 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 1089 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=19063512 memory=2122700 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36940555 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 3519 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2122700 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/341 28006
/proc/meminfo: memFree=123209124/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=19063512 memory=2122700 CPUtime=3578.86 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 74801 0 0 0 357744 142 0 0 20 0 20 0 36940522 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4765878 530675 5488 1 0 557467 0
[pid=27538/tid=27540] ppid=27535 vsize=19063512 memory=2005956 CPUtime=3571.39 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 29755 0 0 0 357128 11 0 0 20 0 20 0 36940524 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=19063512 memory=951604 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 1089 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36940555 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 3578.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2122700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.5 s]
/proc/loadavg: 4.15 4.13 4.09 5/341 28006
/proc/meminfo: memFree=123209124/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=19063512 memory=2122700 CPUtime=3600.02 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 74985 0 0 0 359859 143 0 0 20 0 20 0 36940522 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4765878 530675 5488 1 0 557467 0
[pid=27538/tid=27540] ppid=27535 vsize=19063512 memory=2122700 CPUtime=3592.53 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 29929 0 0 0 359242 11 0 0 20 0 20 0 36940524 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=19063512 memory=1995716 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=19063512 memory=2122700 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 1089 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=19063512 memory=2122700 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36940555 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2122700 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.72 s, system=1.4476 s

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

[startup+3603.5 s]
/proc/loadavg: 4.15 4.13 4.09 5/341 28006
/proc/meminfo: memFree=123209124/131249996 swapFree=33010684/33010684
[pid=27538] ppid=27535 vsize=19063512 memory=2122700 CPUtime=3600.02 cores=1,3
/proc/27538/stat : 27538 (java) S 27535 27538 26860 0 -1 4194304 74985 0 0 0 359859 143 0 0 20 0 20 0 36940522 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
/proc/27538/statm: 4765878 530675 5488 1 0 557467 0
[pid=27538/tid=27540] ppid=27535 vsize=19063512 memory=2122700 CPUtime=3592.53 cores=1,3
/proc/27538/task/27540/stat : 27540 (java) R 27535 27538 26860 0 -1 4194368 29929 0 0 0 359242 11 0 0 20 0 20 0 36940524 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27549] ppid=27535 vsize=19063512 memory=1995716 CPUtime=0 cores=1,3
/proc/27538/task/27549/stat : 27549 (Finalizer) S 27535 27538 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27556] ppid=27535 vsize=19063512 memory=2122700 CPUtime=0 cores=1,3
/proc/27538/task/27556/stat : 27556 (Common-Cleaner) S 27535 27538 26860 0 -1 4194368 1089 0 0 0 0 0 0 0 20 0 20 0 36940526 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
[pid=27538/tid=27557] ppid=27535 vsize=19063512 memory=2122700 CPUtime=0 cores=1,3
/proc/27538/task/27557/stat : 27557 (Timer-0) S 27535 27538 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36940555 19521036288 530675 18446744073709551615 94759140503552 94759140507248 140731044650176 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759140515064 94759140515856 94759149780992 140731044653441 140731044653542 140731044653542 140731044659144 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2122700 KiB

Child status: 143

Real time (s): 3603.6
CPU time (s): 3600.17
CPU user time (s): 3598.72
CPU system time (s): 1.4476
CPU usage (%): 99.9048
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2122700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.72
system time used= 1.4476
maximum resident set size= 2123852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77406
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103404
involuntary context switches= 2484


# summary of solver processes directly reported to runsolver:
#   pid: 27538
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3598.72
#   total CPU system time (s): 1.4476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.08404 second user time and 17.2664 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 17:57:08
IDJOB=4513158
IDBENCH=162283
IDSOLVER=3363
FILE ID=nodeC022/4513158-1751212628
RUNJOBID= nodeC022-1751208407-26872
SLURM_JOB_ID= 9587640
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-3.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513158-1751212628/watcher-4513158-1751212628 -o /tmp/evaluation-result-4513158-1751212628/solver-4513158-1751212628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26872 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4513158-1751212628.opb

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

MD5SUM BENCH= 9ddf61ddf9175117d21c5f59d371263b
RANDOM SEED=632847199

nodeC022 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.739
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.44
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.779
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.345
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.44
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.678
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.714
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.720
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.44
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		: 3598.746
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.44
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.501
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125218504 kB
MemAvailable:   125872740 kB
Buffers:            3280 kB
Cached:          1458876 kB
SwapCached:            0 kB
Active:          4238308 kB
Inactive:        1210516 kB
Active(anon):    4004728 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1210516 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1128 kB
Writeback:             0 kB
AnonPages:       3989800 kB
Mapped:           122228 kB
Shmem:             18060 kB
KReclaimable:      98356 kB
Slab:             185396 kB
SReclaimable:      98356 kB
SUnreclaim:        87040 kB
KernelStack:        5168 kB
PageTables:        11468 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7072372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3774464 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= 433060 MiB
End job on nodeC022 at 2025-06-29 18:57:11