Trace number 4513159

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.57 3601.16

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.12/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.14	c See www.sat4j.org for details.
0.12/0.15	c version PB25.v20250606
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.17	c Free memory 		2104792832
0.12/0.17	c Max memory 		16282288128
0.12/0.17	c Total memory 		2113929216
0.12/0.17	c Number of processors 	2
0.12/0.24	c Pseudo Boolean Optimization by upper bound
0.12/0.24	c --- Begin Solver configuration ---
0.12/0.24	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.24	c Learn all clauses as in MiniSAT
0.12/0.24	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.24	c Expensive reason simplification
0.12/0.24	c Glucose 2.1 dynamic restart strategy
0.12/0.24	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.24	c timeout=2147483s
0.12/0.24	c DB Simplification allowed=false
0.12/0.24	c Listener: none
0.12/0.24	c --- End Solver configuration ---
0.32/0.24	c solving HOME/instance-4513159-1751213771.opb
0.32/0.24	c reading problem ... 
0.32/0.27	c using VERIPB proof format
0.32/0.27	c  no objective function found
1.16/0.71	c ... done. Wall clock time 0.461s.
1.16/0.71	c declared #vars     4288
1.16/0.71	c #constraints  10816
1.16/0.71	c constraints type 
1.16/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
1.16/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.16/0.72	c org.sat4j.specs.Constr$1 => 904
1.16/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
1.16/0.72	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
1.16/0.72	c 10816 constraints processed.
3.33/1.87	c cleaning 2497 clauses out of 4998 with flag 15906/5000
4.52/2.47	c cleaning 4232 clauses out of 8501 with flag 39445/11000
5.91/3.16	c cleaning 5613 clauses out of 11271 with flag 69353/18002
7.04/3.84	c cleaning 6815 clauses out of 13657 with flag 106359/26001
7.98/4.60	c cleaning 7919 clauses out of 15841 with flag 149713/35000
8.91/5.51	c cleaning 8891 clauses out of 17922 with flag 198107/45000
9.82/6.47	c cleaning 10002 clauses out of 20031 with flag 250856/56000
11.02/7.59	c cleaning 10990 clauses out of 22029 with flag 312389/68000
12.34/8.82	c cleaning 11961 clauses out of 24040 with flag 376528/81001
13.66/10.15	c cleaning 13031 clauses out of 26080 with flag 451228/95002
15.15/11.65	c cleaning 14020 clauses out of 28048 with flag 531270/110001
16.74/13.24	c cleaning 14994 clauses out of 30027 with flag 620919/126000
18.54/14.96	c cleaning 16003 clauses out of 32033 with flag 717616/143000
20.40/16.78	c cleaning 16983 clauses out of 34030 with flag 818843/161000
22.40/18.76	c cleaning 17943 clauses out of 36047 with flag 929361/180000
24.50/20.80	c cleaning 19049 clauses out of 38105 with flag 1044304/200001
26.89/23.24	c cleaning 20017 clauses out of 40055 with flag 1164986/221000
29.18/25.50	c cleaning 20975 clauses out of 42040 with flag 1294843/243002
31.69/28.06	c cleaning 22009 clauses out of 44063 with flag 1429410/266000
34.27/30.69	c cleaning 22966 clauses out of 46054 with flag 1567265/290000
37.24/33.79	c cleaning 24038 clauses out of 48088 with flag 1710525/315000
40.33/36.70	c cleaning 24997 clauses out of 50052 with flag 1867658/341002
43.32/39.77	c cleaning 25991 clauses out of 52053 with flag 2031469/368000
46.73/43.16	c cleaning 27008 clauses out of 54062 with flag 2197592/396000
50.31/46.75	c cleaning 27970 clauses out of 56054 with flag 2367275/425000
54.00/50.44	c cleaning 28995 clauses out of 58084 with flag 2546430/455000
57.88/54.34	c cleaning 30026 clauses out of 60089 with flag 2732857/486000
61.88/58.35	c cleaning 30976 clauses out of 62065 with flag 2926446/518002
66.27/62.63	c cleaning 32028 clauses out of 64087 with flag 3126767/551000
70.71/67.28	c cleaning 33026 clauses out of 66061 with flag 3331644/585002
75.39/71.92	c cleaning 34016 clauses out of 68037 with flag 3546415/620004
80.18/76.77	c cleaning 34975 clauses out of 70017 with flag 3762942/656000
85.37/81.96	c cleaning 36000 clauses out of 72042 with flag 3987252/693000
90.57/87.12	c cleaning 37000 clauses out of 74042 with flag 4217394/731000
96.07/92.66	c cleaning 37984 clauses out of 76042 with flag 4457214/770000
101.69/98.35	c cleaning 38987 clauses out of 78059 with flag 4702791/810001
107.59/104.25	c cleaning 39989 clauses out of 80072 with flag 4955050/851001
113.77/110.45	c cleaning 41022 clauses out of 82082 with flag 5212368/893000
120.05/116.77	c cleaning 41991 clauses out of 84060 with flag 5472699/936000
126.36/123.10	c cleaning 43025 clauses out of 86069 with flag 5747846/980000
133.08/129.86	c cleaning 44009 clauses out of 88044 with flag 6022587/1025000
139.97/136.77	c cleaning 44999 clauses out of 90035 with flag 6305299/1071000
147.29/144.02	c cleaning 45996 clauses out of 92036 with flag 6593046/1118000
154.76/151.59	c cleaning 47020 clauses out of 94040 with flag 6889916/1166000
162.49/159.33	c cleaning 47961 clauses out of 96020 with flag 7191771/1215000
170.61/167.46	c cleaning 49030 clauses out of 98059 with flag 7499373/1265000
178.80/175.69	c cleaning 49982 clauses out of 100029 with flag 7811522/1316000
187.59/184.41	c cleaning 50972 clauses out of 102048 with flag 8127525/1368001
196.23/193.19	c cleaning 52019 clauses out of 104075 with flag 8450161/1421000
205.40/202.25	c cleaning 53016 clauses out of 106056 with flag 8783366/1475000
215.88/212.74	c cleaning 54013 clauses out of 108041 with flag 9121771/1530001
225.41/222.35	c cleaning 55000 clauses out of 110027 with flag 9461837/1586000
235.21/232.20	c cleaning 55995 clauses out of 112027 with flag 9806705/1643000
245.41/242.35	c cleaning 56985 clauses out of 114034 with flag 10156897/1701002
256.10/253.10	c cleaning 58015 clauses out of 116047 with flag 10516452/1760000
266.96/263.96	c cleaning 58946 clauses out of 118032 with flag 10876417/1820000
279.25/276.24	c cleaning 60027 clauses out of 120086 with flag 11251774/1881000
291.03/288.10	c cleaning 61021 clauses out of 122059 with flag 11620309/1943000
302.96/299.99	c cleaning 62003 clauses out of 124040 with flag 12003133/2006002
315.00/312.10	c cleaning 62998 clauses out of 126036 with flag 12391767/2070001
327.91/324.92	c cleaning 63987 clauses out of 128038 with flag 12786883/2135001
342.21/339.22	c cleaning 64988 clauses out of 130050 with flag 13185906/2201000
356.18/353.28	c cleaning 66024 clauses out of 132062 with flag 13589975/2268000
370.34/367.39	c cleaning 67014 clauses out of 134039 with flag 14001774/2336001
386.07/383.03	c cleaning 67999 clauses out of 136026 with flag 14413299/2405002
401.42/398.44	c cleaning 68986 clauses out of 138025 with flag 14832875/2475000
416.90/413.92	c cleaning 70004 clauses out of 140039 with flag 15258031/2546000
432.53/429.54	c cleaning 70990 clauses out of 142035 with flag 15688415/2618000
449.32/446.32	c cleaning 72017 clauses out of 144047 with flag 16125209/2691002
467.03/464.10	c cleaning 73008 clauses out of 146028 with flag 16567440/2765000
483.93/480.96	c cleaning 73993 clauses out of 148020 with flag 17017623/2840000
500.93/497.93	c cleaning 75001 clauses out of 150027 with flag 17471726/2916000
518.19/515.14	c cleaning 75992 clauses out of 152026 with flag 17935332/2993000
536.28/533.24	c cleaning 77003 clauses out of 154034 with flag 18405552/3071000
554.63/551.53	c cleaning 77987 clauses out of 156031 with flag 18881194/3150000
574.40/571.30	c cleaning 79002 clauses out of 158044 with flag 19362897/3230000
593.78/590.72	c cleaning 79984 clauses out of 160042 with flag 19847567/3311000
614.22/611.16	c cleaning 81017 clauses out of 162059 with flag 20341631/3393001
634.29/631.20	c cleaning 81982 clauses out of 164041 with flag 20843324/3476000
654.45/651.43	c cleaning 82980 clauses out of 166060 with flag 21346760/3560001
676.77/673.68	c cleaning 84032 clauses out of 168079 with flag 21857643/3645000
698.31/695.19	c cleaning 85009 clauses out of 170047 with flag 22373383/3731000
720.00/716.80	c cleaning 86014 clauses out of 172038 with flag 22888401/3818000
742.12/738.97	c cleaning 86946 clauses out of 174024 with flag 23414100/3906000
765.86/762.79	c cleaning 87973 clauses out of 176078 with flag 23944871/3995000
788.72/785.67	c cleaning 89026 clauses out of 178106 with flag 24477224/4085001
812.66/809.50	c cleaning 90033 clauses out of 180080 with flag 25016802/4176001
837.29/834.17	c cleaning 91002 clauses out of 182047 with flag 25567934/4268001
861.48/858.39	c cleaning 91962 clauses out of 184045 with flag 26122464/4361001
887.14/884.04	c cleaning 93029 clauses out of 186083 with flag 26683555/4455001
912.26/909.20	c cleaning 94001 clauses out of 188053 with flag 27246412/4550000
938.75/935.73	c cleaning 95012 clauses out of 190052 with flag 27812589/4646000
965.83/962.86	c cleaning 95980 clauses out of 192041 with flag 28395101/4743001
992.29/989.40	c cleaning 96998 clauses out of 194060 with flag 28977361/4841000
1021.22/1018.26	c cleaning 97992 clauses out of 196062 with flag 29566988/4940000
1049.63/1046.68	c cleaning 99027 clauses out of 198070 with flag 30159219/5040000
1078.05/1075.04	c cleaning 100009 clauses out of 200043 with flag 30752574/5141000
1106.84/1103.88	c cleaning 100993 clauses out of 202034 with flag 31354593/5243000
1135.95/1132.92	c cleaning 102007 clauses out of 204041 with flag 31966402/5346000
1165.63/1162.65	c cleaning 102996 clauses out of 206034 with flag 32581037/5450000
1197.28/1194.21	c cleaning 103991 clauses out of 208039 with flag 33208151/5555001
1228.97/1225.95	c cleaning 104981 clauses out of 210047 with flag 33836408/5661000
1260.32/1257.30	c cleaning 106015 clauses out of 212066 with flag 34471490/5768000
1292.31/1289.39	c cleaning 107016 clauses out of 214051 with flag 35117022/5876000
1325.38/1322.49	c cleaning 107999 clauses out of 216035 with flag 35760094/5985000
1357.70/1354.88	c cleaning 108993 clauses out of 218036 with flag 36410255/6095000
1391.18/1388.34	c cleaning 110008 clauses out of 220043 with flag 37069264/6206000
1425.04/1422.27	c cleaning 111007 clauses out of 222035 with flag 37733088/6318000
1460.14/1457.37	c cleaning 112002 clauses out of 224028 with flag 38399125/6431000
1495.51/1492.73	c cleaning 113004 clauses out of 226027 with flag 39079755/6545001
1532.32/1529.54	c cleaning 113981 clauses out of 228022 with flag 39762024/6660000
1568.50/1565.77	c cleaning 114989 clauses out of 230042 with flag 40444685/6776001
1606.51/1603.73	c cleaning 116006 clauses out of 232052 with flag 41136906/6893000
1644.08/1641.38	c cleaning 117003 clauses out of 234046 with flag 41833883/7011000
1681.89/1679.19	c cleaning 118010 clauses out of 236044 with flag 42537878/7130001
1721.01/1718.31	c cleaning 118991 clauses out of 238035 with flag 43236168/7250002
1759.81/1757.26	c cleaning 119994 clauses out of 240042 with flag 43945242/7371000
1800.35/1797.73	c cleaning 120982 clauses out of 242048 with flag 44661674/7493000
1840.32/1837.72	c cleaning 122024 clauses out of 244068 with flag 45386010/7616002
1883.18/1880.61	c cleaning 122980 clauses out of 246042 with flag 46115176/7740000
1924.63/1922.07	c cleaning 124011 clauses out of 248062 with flag 46849008/7865000
1966.27/1963.74	c cleaning 124995 clauses out of 250051 with flag 47593923/7991000
2008.07/2005.65	c cleaning 126001 clauses out of 252057 with flag 48343878/8118001
2050.97/2048.54	c cleaning 127007 clauses out of 254056 with flag 49096265/8246001
2095.24/2092.80	c cleaning 127966 clauses out of 256051 with flag 49853684/8375003
2139.23/2136.87	c cleaning 129001 clauses out of 258084 with flag 50612748/8505002
2183.99/2181.64	c cleaning 130032 clauses out of 260083 with flag 51381588/8636002
2229.59/2227.38	c cleaning 130994 clauses out of 262050 with flag 52149235/8768001
2276.20/2273.90	c cleaning 131985 clauses out of 264056 with flag 52926736/8901001
2323.53/2321.35	c cleaning 133014 clauses out of 266071 with flag 53709328/9035001
2372.24/2370.11	c cleaning 133999 clauses out of 268056 with flag 54492760/9170000
2419.64/2417.60	c cleaning 134990 clauses out of 270057 with flag 55290755/9306000
2468.15/2466.35	c cleaning 136028 clauses out of 272069 with flag 56090090/9443002
2519.49/2517.79	c cleaning 136970 clauses out of 274039 with flag 56892405/9581000
2570.20/2568.74	c cleaning 138030 clauses out of 276069 with flag 57704300/9720000
2621.68/2620.47	c cleaning 139012 clauses out of 278039 with flag 58515471/9860000
2674.96/2673.46	c cleaning 139998 clauses out of 280029 with flag 59337460/10001002
2727.93/2726.67	c cleaning 140976 clauses out of 282030 with flag 60167405/10143001
2780.88/2779.74	c cleaning 141973 clauses out of 284054 with flag 60998629/10286001
2834.06/2833.05	c cleaning 142995 clauses out of 286080 with flag 61844307/10430000
2889.49/2888.56	c cleaning 144025 clauses out of 288087 with flag 62690251/10575002
2946.18/2946.17	c cleaning 144985 clauses out of 290060 with flag 63536816/10721000
3002.31/3002.36	c cleaning 146007 clauses out of 292076 with flag 64395298/10868001
3059.14/3059.24	c cleaning 147025 clauses out of 294068 with flag 65252608/11016000
3116.97/3117.11	c cleaning 147996 clauses out of 296044 with flag 66120169/11165001
3174.78/3175.07	c cleaning 148974 clauses out of 298047 with flag 66998950/11315000
3233.83/3234.14	c cleaning 150021 clauses out of 300074 with flag 67879063/11466001
3293.17/3293.51	c cleaning 151016 clauses out of 302052 with flag 68757676/11618000
3354.18/3354.63	c cleaning 152004 clauses out of 304036 with flag 69649419/11771000
3415.42/3415.95	c cleaning 153009 clauses out of 306032 with flag 70541183/11925000
3477.44/3478.03	c cleaning 153981 clauses out of 308023 with flag 71441651/12080000
3539.21/3539.99	c cleaning 155004 clauses out of 310042 with flag 72352753/12236000
3600.34/3601.02	c starts		: 99169
3600.34/3601.03	c timeout
3600.34/3601.04	c conflicts		: 12386209
3600.34/3601.04	c decisions		: 108142893
3600.34/3601.04	c propagations		: 1603869233
3600.34/3601.04	c inspects		: 34488065490
3600.34/3601.04	c shortcuts		: 0
3600.34/3601.04	c learnt literals	: 2
3600.34/3601.04	c learnt binary clauses	: 63
3600.34/3601.04	c learnt ternary clauses	: 828
3600.34/3601.04	c learnt constraints	: 12386207
3600.34/3601.04	c ignored constraints	: 0
3600.34/3601.04	c root simplifications	: 0
3600.34/3601.04	c removed literals (reason simplification)	: 11441378
3600.34/3601.04	c reason swapping (by a shorter reason)	: 0
3600.34/3601.04	c Calls to reduceDB	: 152
3600.34/3601.04	c Number of update (reduction) of LBD	: 2651026
3600.34/3601.04	c Imported unit clauses	: 0
3600.34/3601.04	c No decision after first conflict	: false
3600.34/3601.04	c number of reductions to clauses (during analyze)	: 0
3600.34/3601.04	c number of learned constraints concerned by reduction	: 0
3600.34/3601.04	c number of learning phase by resolution	: 0
3600.34/3601.04	c number of learning phase by cutting planes	: 0
3600.34/3601.04	c number of rounding to 1 operations	: 0
3600.34/3601.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.34/3601.04	c number of reductions of the coefficients by power 2 	: 0
3600.34/3601.04	c number of right shift for reduction by power 2 	: 0
3600.34/3601.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.34/3601.05	c number of ending skipping 	: 0
3600.34/3601.05	c number of internal skipping 	: 0
3600.34/3601.05	c number of derivation steps 	: 0
3600.34/3601.05	c number of skipped derivation steps 	: 0
3600.34/3601.05	c number of remaining unassigned 	: 0
3600.34/3601.05	c number of remaining assigned 	: 0
3600.34/3601.05	c number of falsified literals weakened from reason	: 0
3600.34/3601.05	c number of falsified literals weakened from conflict	: 0
3600.34/3601.05	c time for arithmetic operations	: 0
3600.34/3601.05	c minimum degree of deleted constraints	: null
3600.34/3601.05	c maximum degree of deleted constraints	: null
3600.34/3601.05	c number of deleted constraints	: 0
3600.34/3601.05	c speed (assignments/second)	: 445480.49933436344
3600.34/3601.05	c non guided choices	: 47385
3600.53/3601.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 305184
3600.53/3601.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 63
3600.53/3601.12	s UNKNOWN
3600.53/3601.12	c Total wall clock time (in seconds): 3600.881

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (58038 MiB free)
  memory of node 1: 64465 MiB (53991 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513159-1751213771/watcher-4513159-1751213771 -o /tmp/evaluation-result-4513159-1751213771/solver-4513159-1751213771 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751208227-27392 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513159-1751213771 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513159-1751213771.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=28223, runsolver pid=28220
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 4.16 4.17 4.18 7/331 28241
/proc/meminfo: memFree=114692400/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=18930384 memory=48612 CPUtime=0.12 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 5827 0 0 0 8 4 0 0 20 0 18 0 37056462 19384713216 12153 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4732596 12153 5339 1 0 547011 0
[pid=28223/tid=28225] ppid=28220 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 4712 0 0 0 5 3 0 0 20 0 18 0 37056463 19384713216 12153 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37056468 19384713216 12153 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=18930384 memory=58494082630061 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37056469 19384713216 12153 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48612 KiB

[startup+0.214194 s]*
/proc/loadavg: 4.16 4.17 4.18 7/331 28241
/proc/meminfo: memFree=114684588/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=18930384 memory=58712 CPUtime=0.32 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 6683 0 0 0 27 5 0 0 20 0 18 0 37056462 19384713216 14518 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4732596 14518 5339 1 0 547736 0
[pid=28223/tid=28225] ppid=28220 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 5218 0 0 0 16 3 0 0 20 0 18 0 37056463 19384713216 14678 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=18930384 memory=13926 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37056468 19384713216 14678 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37056469 19384713216 14678 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58712 KiB

[startup+0.32663 s]*
/proc/loadavg: 4.16 4.17 4.18 7/331 28241
/proc/meminfo: memFree=114678752/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=18930384 memory=61332 CPUtime=0.47 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 6853 0 0 0 42 5 0 0 20 0 18 0 37056462 19384713216 15333 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4732596 15333 5435 1 0 547828 0
[pid=28223/tid=28225] ppid=28220 vsize=18930384 memory=-6000919507116778605 CPUtime=0.27 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 5286 0 0 0 23 4 0 0 20 0 18 0 37056463 19384713216 15333 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37056468 19384713216 15333 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37056469 19384713216 15333 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61332 KiB

[startup+0.700335 s]
/proc/loadavg: 4.16 4.17 4.18 6/331 28241
/proc/meminfo: memFree=114665456/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=18930384 memory=99528 CPUtime=1.16 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 8667 0 0 0 108 8 0 0 20 0 18 0 37056462 19384713216 24882 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4732596 24882 5435 1 0 549008 0
[pid=28223/tid=28225] ppid=28220 vsize=18930384 memory=17280 CPUtime=0.5 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 5355 0 0 0 45 5 0 0 20 0 18 0 37056463 19384713216 24882 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37056468 19384713216 24882 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37056469 19384713216 24882 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 99528 KiB

[startup+1.50027 s]
/proc/loadavg: 4.16 4.17 4.18 6/332 28242
/proc/meminfo: memFree=114623428/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=18996948 memory=139928 CPUtime=2.73 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 15339 0 0 0 263 10 0 0 20 0 19 0 37056462 19452874752 34982 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4749237 34982 5435 1 0 551395 0
[pid=28223/tid=28225] ppid=28220 vsize=18996948 memory=3200 CPUtime=1.2 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 5859 0 0 0 114 6 0 0 20 0 19 0 37056463 19452874752 34982 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37056468 19452874752 34982 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37056469 19452874752 34982 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37056535 19452874752 34982 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139928 KiB

[startup+3.10563 s]
/proc/loadavg: 4.16 4.17 4.18 5/333 28243
/proc/meminfo: memFree=114539964/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19063512 memory=181792 CPUtime=5.91 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 23277 0 0 0 577 14 0 0 20 0 20 0 37056462 19521036288 45448 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4765878 45448 5499 1 0 554592 0
[pid=28223/tid=28225] ppid=28220 vsize=19063512 memory=14720 CPUtime=2.73 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 6855 0 0 0 266 7 0 0 20 0 20 0 37056463 19521036288 45448 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37056468 19521036288 45448 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 37056469 19521036288 45448 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37056535 19521036288 45448 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181792 KiB

[startup+6.30041 s]
/proc/loadavg: 4.15 4.17 4.18 5/333 28243
/proc/meminfo: memFree=114332904/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19063512 memory=319656 CPUtime=9.72 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 24038 0 0 0 953 19 0 0 20 0 20 0 37056462 19521036288 79914 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4765878 79914 5531 1 0 555088 0
[pid=28223/tid=28225] ppid=28220 vsize=19063512 memory=0 CPUtime=5.89 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 6987 0 0 0 577 12 0 0 20 0 20 0 37056463 19521036288 79914 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37056468 19521036288 79914 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 37056469 19521036288 79914 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=19063512 memory=146080 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37056535 19521036288 79914 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 9.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 319656 KiB

[startup+12.7004 s]
/proc/loadavg: 4.14 4.16 4.18 5/333 28243
/proc/meminfo: memFree=113759336/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19063512 memory=919780 CPUtime=16.25 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 27207 0 0 0 1590 35 0 0 20 0 20 0 37056462 19521036288 229945 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4765878 229945 5531 1 0 555088 0
[pid=28223/tid=28225] ppid=28220 vsize=19063512 memory=146080 CPUtime=12.25 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 8525 0 0 0 1199 26 0 0 20 0 20 0 37056463 19521036288 229945 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19063512 memory=762084 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37056468 19521036288 229945 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 37056469 19521036288 229945 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37056535 19521036288 229945 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 16.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 919780 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 4.16 4.17 5/333 28244
/proc/meminfo: memFree=113161484/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19063512 memory=1317216 CPUtime=29.18 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 33137 0 0 0 2868 50 0 0 20 0 20 0 37056462 19521036288 329304 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4765878 329304 5531 1 0 555088 0
[pid=28223/tid=28225] ppid=28220 vsize=19063512 memory=0 CPUtime=24.9 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 9945 0 0 0 2450 40 0 0 20 0 20 0 37056463 19521036288 329304 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37056468 19521036288 329304 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19063512 memory=1317216 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 37056469 19521036288 329304 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=19063512 memory=1081664 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37056535 19521036288 329304 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 29.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317216 KiB

[startup+51.1137 s]
/proc/loadavg: 4.13 4.16 4.17 5/334 28245
/proc/meminfo: memFree=112957056/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19063512 memory=1321312 CPUtime=54.71 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 37149 0 0 0 5409 62 0 0 20 0 20 0 37056462 19521036288 330328 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4765878 330328 5531 1 0 555088 0
[pid=28223/tid=28225] ppid=28220 vsize=19063512 memory=1317216 CPUtime=50.18 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 11129 0 0 0 4968 50 0 0 20 0 20 0 37056463 19521036288 330328 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37056468 19521036288 330328 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 37056469 19521036288 330328 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0

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

[startup+3342.3 s]
/proc/loadavg: 4.47 4.31 4.23 5/332 28691
/proc/meminfo: memFree=108996164/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19063512 memory=2171792 CPUtime=3341.91 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 113732 0 0 0 333252 939 0 0 20 0 20 0 37056462 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4765878 542948 5531 1 0 558005 0
[pid=28223/tid=28225] ppid=28220 vsize=19063512 memory=2171792 CPUtime=3312.38 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 49334 0 0 0 330533 705 0 0 20 0 20 0 37056463 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19063512 memory=2171792 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37056468 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19063512 memory=2171792 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 1892 0 0 0 0 0 0 0 20 0 20 0 37056469 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37056535 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 3341.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171792 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.27 4.22 5/331 28693
/proc/meminfo: memFree=108630152/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19063512 memory=2171792 CPUtime=3401.85 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 114117 0 0 0 339233 952 0 0 20 0 20 0 37056462 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4765878 542948 5531 1 0 558005 0
[pid=28223/tid=28225] ppid=28220 vsize=19063512 memory=2171792 CPUtime=3372.01 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 49661 0 0 0 336489 712 0 0 20 0 20 0 37056463 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19063512 memory=2171792 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37056468 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 1893 0 0 0 0 0 0 0 20 0 20 0 37056469 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37056535 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 3401.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171792 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.23 4.21 5/331 28696
/proc/meminfo: memFree=108227412/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19063512 memory=2171792 CPUtime=3461.76 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 116061 0 0 0 345211 965 0 0 20 0 20 0 37056462 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4765878 542948 5531 1 0 558005 0
[pid=28223/tid=28225] ppid=28220 vsize=19063512 memory=2171792 CPUtime=3431.57 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 50565 0 0 0 342435 722 0 0 20 0 20 0 37056463 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19063512 memory=2171792 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37056468 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19063512 memory=2171792 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 2021 0 0 0 0 0 0 0 20 0 20 0 37056469 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=19063512 memory=2171792 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37056535 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 3461.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171792 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.23 4.21 5/330 28698
/proc/meminfo: memFree=107914112/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19063512 memory=2171792 CPUtime=3521.66 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 117971 0 0 0 351187 979 0 0 20 0 20 0 37056462 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4765878 542948 5531 1 0 558005 0
[pid=28223/tid=28225] ppid=28220 vsize=19063512 memory=2171792 CPUtime=3491.17 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 51585 0 0 0 348384 733 0 0 20 0 20 0 37056463 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19063512 memory=2171792 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37056468 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 2021 0 0 0 0 0 0 0 20 0 20 0 37056469 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=19063512 memory=2171792 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37056535 19521036288 542948 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 3521.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171792 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.19 4.19 5/330 28700
/proc/meminfo: memFree=107569864/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19063512 memory=2171920 CPUtime=3581.56 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 118229 0 0 0 357163 993 0 0 20 0 20 0 37056462 19521036288 542980 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4765878 542980 5531 1 0 558005 0
[pid=28223/tid=28225] ppid=28220 vsize=19063512 memory=2171792 CPUtime=3550.84 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 51772 0 0 0 354341 743 0 0 20 0 20 0 37056463 19521036288 542980 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37056468 19521036288 542980 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 2076 0 0 0 0 0 0 0 20 0 20 0 37056469 19521036288 542980 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=19063512 memory=2171920 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37056535 19521036288 542980 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 3581.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.8 s]
/proc/loadavg: 4.06 4.18 4.19 5/330 28700
/proc/meminfo: memFree=107489164/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19063512 memory=2171920 CPUtime=3600.02 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 118230 0 0 0 359005 997 0 0 20 0 20 0 37056462 19521036288 542980 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4765878 542980 5531 1 0 558005 0
[pid=28223/tid=28225] ppid=28220 vsize=19063512 memory=-6000919507116778605 CPUtime=3569.28 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 51773 0 0 0 356183 745 0 0 20 0 20 0 37056463 19521036288 542980 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19063512 memory=-6000919485675234413 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37056468 19521036288 542980 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19063512 memory=-6000919507116778605 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 2076 0 0 0 0 0 0 0 20 0 20 0 37056469 19521036288 542980 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37056535 19521036288 542980 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171920 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.56 s, system=10.01 s

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

[startup+3601 s]*
/proc/loadavg: 4.13 4.19 4.19 6/331 28701
/proc/meminfo: memFree=107472288/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19130076 memory=2172176 CPUtime=3600.34 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 118796 0 0 0 359037 997 0 0 20 0 21 0 37056462 19589197824 543044 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4782519 543044 5531 1 0 558290 0
[pid=28223/tid=28225] ppid=28220 vsize=19130076 memory=-6000919485675234413 CPUtime=3569.31 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) R 28220 28223 27382 0 -1 4194368 51776 0 0 0 356186 745 0 0 20 0 21 0 37056463 19589197824 543044 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19130076 memory=6452091043348244539 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 37056468 19589197824 543044 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19130076 memory=-6000919485675234413 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 2076 0 0 0 0 0 0 0 20 0 21 0 37056469 19589197824 543044 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28242] ppid=28220 vsize=19130076 memory=-4421386500442121061 CPUtime=0 cores=0,2
/proc/28223/task/28242/stat : 28242 (Timer-0) S 28220 28223 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 37056535 19589197824 543044 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 3600.34 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2172176 KiB

[startup+3601.12 s]
/proc/loadavg: 4.13 4.19 4.19 6/331 28701
/proc/meminfo: memFree=107472288/131382112 swapFree=33010684/33010684
[pid=28223] ppid=28220 vsize=19263204 memory=2172816 CPUtime=3600.53 cores=0,2
/proc/28223/stat : 28223 (java) S 28220 28223 27382 0 -1 4194304 121188 0 0 0 359054 999 0 0 20 0 21 0 37056462 19725520896 543204 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
/proc/28223/statm: 4815801 543204 5563 1 0 558937 0
[pid=28223/tid=28225] ppid=28220 vsize=19263204 memory=14720 CPUtime=3569.34 cores=0,2
/proc/28223/task/28225/stat : 28225 (java) S 28220 28223 27382 0 -1 4194368 52119 0 0 0 356187 747 0 0 20 0 21 0 37056463 19725520896 543204 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28234] ppid=28220 vsize=19263204 memory=2171792 CPUtime=0 cores=0,2
/proc/28223/task/28234/stat : 28234 (Finalizer) S 28220 28223 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 37056468 19725520896 543204 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
[pid=28223/tid=28241] ppid=28220 vsize=19263204 memory=2171920 CPUtime=0 cores=0,2
/proc/28223/task/28241/stat : 28241 (Common-Cleaner) S 28220 28223 27382 0 -1 4194368 2076 0 0 0 0 0 0 0 20 0 21 0 37056469 19725520896 543204 18446744073709551615 94246085701632 94246085705328 140730831571184 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94246085713144 94246085713936 94246100381696 140730831579440 140730831579622 140730831579622 140730831585224 0
Current children cumulated CPU time: 3600.53 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2172816 KiB

Child status: 143

Real time (s): 3601.16
CPU time (s): 3600.57
CPU user time (s): 3590.56
CPU system time (s): 10.01
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2172816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.56
system time used= 10.01
maximum resident set size= 2173072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121380
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11081672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114429
involuntary context switches= 12704


# summary of solver processes directly reported to runsolver:
#   pid: 28223
#   total CPU time (s): 3600.57
#   total CPU user time (s): 3590.56
#   total CPU system time (s): 10.01

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5128 second user time and 38.1086 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 18:16:11
IDJOB=4513159
IDBENCH=162283
IDSOLVER=3364
FILE ID=nodeC005/4513159-1751213771
RUNJOBID= nodeC005-1751208227-27392
SLURM_JOB_ID= 9587639
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513159-1751213771/watcher-4513159-1751213771 -o /tmp/evaluation-result-4513159-1751213771/solver-4513159-1751213771 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751208227-27392 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513159-1751213771 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513159-1751213771.opb

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

MD5SUM BENCH= 9ddf61ddf9175117d21c5f59d371263b
RANDOM SEED=1767076756

nodeC005 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        114719444 kB
MemAvailable:   123467560 kB
Buffers:            3280 kB
Cached:          9548872 kB
SwapCached:            0 kB
Active:          6844628 kB
Inactive:        9300840 kB
Active(anon):    6611420 kB
Inactive(anon):        0 kB
Active(file):     233208 kB
Inactive(file):  9300840 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             77320 kB
Writeback:             8 kB
AnonPages:       6596576 kB
Mapped:           122340 kB
Shmem:             17960 kB
KReclaimable:     107392 kB
Slab:             192596 kB
SReclaimable:     107392 kB
SUnreclaim:        85204 kB
KernelStack:        5088 kB
PageTables:        16584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7494580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6385664 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC005 at 2025-06-29 19:16:12