Trace number 4503249

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.23 3607.91

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-89.opb
MD5SUM18b53876a62b8c6712d354fac2089947
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1418.99
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4503249-1751162020.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
2.07/1.18	c ... done. Wall clock time 1.045s.
2.07/1.18	c declared #vars     10086
2.07/1.18	c #constraints  226608
2.07/1.18	c constraints type 
2.07/1.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
2.07/1.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
2.07/1.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.07/1.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
2.07/1.18	c 226608 constraints processed.
5.22/2.79	c cleaning 2474 clauses out of 5001 with flag 90323/5001
7.33/3.85	c cleaning 4202 clauses out of 8526 with flag 169062/11000
8.83/4.63	c cleaning 5646 clauses out of 11325 with flag 241894/18001
9.83/5.59	c cleaning 6833 clauses out of 13678 with flag 331958/26000
11.36/7.08	c cleaning 7919 clauses out of 15850 with flag 466670/35005
12.98/8.67	c cleaning 8853 clauses out of 17926 with flag 623636/45000
14.67/10.32	c cleaning 9932 clauses out of 20075 with flag 787789/56002
16.82/12.49	c cleaning 10993 clauses out of 22141 with flag 1007311/68000
19.52/14.63	c cleaning 12067 clauses out of 24145 with flag 1174273/81000
21.77/16.74	c cleaning 12911 clauses out of 26074 with flag 1347279/95000
24.00/18.95	c cleaning 14046 clauses out of 28162 with flag 1514941/110000
26.20/21.15	c cleaning 14950 clauses out of 30116 with flag 1663837/126000
28.82/23.76	c cleaning 16066 clauses out of 32166 with flag 1847016/143000
30.94/25.89	c cleaning 17012 clauses out of 34099 with flag 1998893/161000
33.14/28.01	c cleaning 17942 clauses out of 36087 with flag 2152324/180000
35.86/30.77	c cleaning 19051 clauses out of 38144 with flag 2327631/200000
38.70/33.68	c cleaning 19958 clauses out of 40094 with flag 2525575/221001
41.49/36.48	c cleaning 20982 clauses out of 42135 with flag 2719067/243000
44.68/39.63	c cleaning 22052 clauses out of 44154 with flag 2928677/266001
48.08/43.08	c cleaning 23004 clauses out of 46102 with flag 3161654/290001
51.45/46.37	c cleaning 24004 clauses out of 48097 with flag 3378597/315000
54.44/49.35	c cleaning 25001 clauses out of 50094 with flag 3618858/341001
58.09/52.82	c cleaning 26049 clauses out of 52097 with flag 3866423/368005
61.69/56.43	c cleaning 26955 clauses out of 54043 with flag 4124179/396000
65.68/60.42	c cleaning 27982 clauses out of 56089 with flag 4376952/425001
69.27/64.14	c cleaning 29007 clauses out of 58108 with flag 4624784/455002
73.39/68.22	c cleaning 30021 clauses out of 60099 with flag 4875053/486000
77.69/72.52	c cleaning 31037 clauses out of 62078 with flag 5171207/518000
83.07/77.92	c cleaning 32003 clauses out of 64041 with flag 5477193/551000
88.26/83.13	c cleaning 32901 clauses out of 66038 with flag 5803052/585000
94.44/89.30	c cleaning 34013 clauses out of 68138 with flag 6118295/620001
100.14/95.19	c cleaning 34978 clauses out of 70128 with flag 6460891/656004
107.03/102.09	c cleaning 36018 clauses out of 72146 with flag 6823359/693000
113.51/108.57	c cleaning 37013 clauses out of 74128 with flag 7164759/731000
119.00/114.09	c cleaning 38011 clauses out of 76115 with flag 7510019/770000
124.68/119.70	c cleaning 39019 clauses out of 78105 with flag 7841239/810001
131.77/126.98	c cleaning 39950 clauses out of 80085 with flag 8180768/851000
138.68/133.81	c cleaning 41003 clauses out of 82135 with flag 8527272/893000
144.97/140.16	c cleaning 42019 clauses out of 84132 with flag 8889130/936000
151.95/147.18	c cleaning 43031 clauses out of 86116 with flag 9251464/980003
159.53/154.79	c cleaning 43979 clauses out of 88083 with flag 9645063/1025001
168.50/163.85	c cleaning 45033 clauses out of 90106 with flag 10079380/1071003
176.48/171.87	c cleaning 45932 clauses out of 92070 with flag 10554349/1118000
184.56/179.99	c cleaning 47048 clauses out of 94138 with flag 10978499/1166000
193.19/188.66	c cleaning 48028 clauses out of 96092 with flag 11395088/1215002
201.86/197.34	c cleaning 49012 clauses out of 98063 with flag 11776904/1265001
210.68/206.11	c cleaning 50015 clauses out of 100051 with flag 12213232/1316001
220.35/215.84	c cleaning 50994 clauses out of 102036 with flag 12694753/1368001
229.14/224.76	c cleaning 51929 clauses out of 104041 with flag 13105549/1421000
238.22/233.82	c cleaning 53018 clauses out of 106112 with flag 13559527/1475000
247.23/242.80	c cleaning 54025 clauses out of 108096 with flag 14012137/1530002
256.73/252.48	c cleaning 54989 clauses out of 110071 with flag 14490037/1586002
267.21/262.91	c cleaning 56005 clauses out of 112082 with flag 14921159/1643002
277.08/272.86	c cleaning 57033 clauses out of 114075 with flag 15378672/1701000
288.99/284.88	c cleaning 57998 clauses out of 116042 with flag 15839041/1760000
303.17/299.01	c cleaning 58958 clauses out of 118045 with flag 16408825/1820001
316.42/312.45	c cleaning 60030 clauses out of 120087 with flag 16925647/1881001
328.14/324.11	c cleaning 60946 clauses out of 122056 with flag 17467775/1943000
342.80/338.85	c cleaning 62001 clauses out of 124110 with flag 18077536/2006000
356.31/352.48	c cleaning 62971 clauses out of 126109 with flag 18723310/2070000
370.07/366.27	c cleaning 64058 clauses out of 128139 with flag 19280651/2135001
382.51/378.83	c cleaning 64999 clauses out of 130082 with flag 19879683/2201002
395.51/391.87	c cleaning 65969 clauses out of 132081 with flag 20410848/2268000
409.91/406.31	c cleaning 67040 clauses out of 134114 with flag 20900269/2336002
424.57/421.02	c cleaning 68037 clauses out of 136073 with flag 21471784/2405001
442.81/439.32	c cleaning 69012 clauses out of 138035 with flag 22183761/2475000
456.18/452.76	c cleaning 70007 clauses out of 140025 with flag 22781938/2546002
469.17/465.87	c cleaning 70982 clauses out of 142016 with flag 23466746/2618000
484.38/481.00	c cleaning 71950 clauses out of 144034 with flag 24040499/2691000
499.15/495.94	c cleaning 73001 clauses out of 146084 with flag 24609941/2765000
515.06/511.81	c cleaning 73979 clauses out of 148085 with flag 25209391/2840002
532.26/529.14	c cleaning 75041 clauses out of 150105 with flag 25754060/2916001
549.91/546.89	c cleaning 75977 clauses out of 152064 with flag 26350553/2993001
567.64/564.66	c cleaning 76917 clauses out of 154090 with flag 27077315/3071004
584.50/581.52	c cleaning 78052 clauses out of 156169 with flag 27726014/3150000
602.13/599.22	c cleaning 79043 clauses out of 158117 with flag 28416504/3230000
622.01/619.24	c cleaning 80026 clauses out of 160076 with flag 29155964/3311002
640.44/637.62	c cleaning 80955 clauses out of 162048 with flag 29900010/3393000
660.72/658.04	c cleaning 81990 clauses out of 164095 with flag 30563264/3476002
679.64/676.98	c cleaning 82964 clauses out of 166103 with flag 31196058/3560000
698.80/696.15	c cleaning 84013 clauses out of 168139 with flag 31915130/3645000
719.06/716.43	c cleaning 85023 clauses out of 170127 with flag 32575688/3731001
737.73/735.16	c cleaning 85930 clauses out of 172103 with flag 33290106/3818000
759.25/756.78	c cleaning 86998 clauses out of 174173 with flag 34061197/3906000
780.43/778.03	c cleaning 88006 clauses out of 176176 with flag 34791498/3995001
803.13/800.74	c cleaning 89085 clauses out of 178169 with flag 35448037/4085000
827.40/825.18	c cleaning 90025 clauses out of 180085 with flag 36179151/4176001
850.74/848.52	c cleaning 90954 clauses out of 182059 with flag 36931680/4268000
875.38/874.03	c cleaning 92039 clauses out of 184107 with flag 37696259/4361002
898.93/897.62	c cleaning 93024 clauses out of 186067 with flag 38337876/4455001
924.27/922.91	c cleaning 93962 clauses out of 188042 with flag 39056988/4550000
950.14/948.97	c cleaning 95014 clauses out of 190082 with flag 39942297/4646002
974.69/973.50	c cleaning 95985 clauses out of 192066 with flag 40671919/4743000
1002.53/1001.58	c cleaning 96666 clauses out of 194081 with flag 41511187/4841000
1027.06/1026.04	c cleaning 98040 clauses out of 196416 with flag 42255853/4940001
1053.21/1052.29	c cleaning 98384 clauses out of 198375 with flag 43297634/5040000
1076.35/1075.44	c cleaning 100118 clauses out of 200995 with flag 44103681/5141004
1106.04/1105.19	c cleaning 100712 clauses out of 202873 with flag 44895924/5243000
1132.29/1131.35	c cleaning 102188 clauses out of 205161 with flag 45777452/5346000
1158.34/1157.54	c cleaning 103178 clauses out of 206974 with flag 46608764/5450001
1186.37/1185.64	c cleaning 103794 clauses out of 208795 with flag 47481135/5555000
1213.29/1212.62	c cleaning 105080 clauses out of 211002 with flag 48330855/5661001
1242.04/1241.58	c cleaning 105789 clauses out of 212921 with flag 49085989/5768000
1272.61/1272.24	c cleaning 106975 clauses out of 215132 with flag 50022086/5876000
1302.85/1302.58	c cleaning 108178 clauses out of 217157 with flag 50784477/5985000
1335.70/1335.51	c cleaning 108701 clauses out of 218980 with flag 51639233/6095001
1365.66/1365.62	c cleaning 109830 clauses out of 221281 with flag 52587117/6206003
1397.87/1397.96	c cleaning 110465 clauses out of 223449 with flag 53480335/6318001
1428.55/1428.66	c cleaning 112076 clauses out of 225984 with flag 54430814/6431002
1461.14/1461.20	c cleaning 112571 clauses out of 227907 with flag 55248902/6545001
1495.20/1495.48	c cleaning 113571 clauses out of 230336 with flag 56031503/6660001
1528.15/1528.40	c cleaning 115045 clauses out of 232767 with flag 56835981/6776003
1562.71/1563.06	c cleaning 116050 clauses out of 234719 with flag 57746399/6893000
1594.66/1595.06	c cleaning 116836 clauses out of 236670 with flag 58657126/7011001
1630.77/1631.45	c cleaning 117861 clauses out of 238834 with flag 59491434/7130001
1669.42/1670.13	c cleaning 118558 clauses out of 240973 with flag 60275871/7250001
1702.86/1703.63	c cleaning 119952 clauses out of 243415 with flag 61114382/7371001
1737.22/1738.15	c cleaning 120978 clauses out of 245465 with flag 62040585/7493004
1774.05/1775.01	c cleaning 121724 clauses out of 247483 with flag 62879131/7616000
1812.64/1813.78	c cleaning 122898 clauses out of 249759 with flag 63749344/7740000
1854.15/1855.48	c cleaning 123330 clauses out of 251863 with flag 64910256/7865002
1894.69/1896.02	c cleaning 124554 clauses out of 254531 with flag 65784270/7991000
1932.99/1934.51	c cleaning 125798 clauses out of 256977 with flag 66694509/8118000
1980.29/1982.08	c cleaning 126063 clauses out of 259179 with flag 67733610/8246000
2019.64/2021.42	c cleaning 127701 clauses out of 262118 with flag 68663327/8375002
2059.48/2061.69	c cleaning 129028 clauses out of 264415 with flag 69650418/8505000
2101.64/2103.83	c cleaning 129636 clauses out of 266387 with flag 70516415/8636000
2139.57/2141.89	c cleaning 130966 clauses out of 268751 with flag 71451162/8768000
2183.25/2185.71	c cleaning 131830 clauses out of 270785 with flag 72337449/8901000
2229.45/2232.07	c cleaning 132869 clauses out of 272956 with flag 73415678/9035001
2275.90/2278.61	c cleaning 133596 clauses out of 275087 with flag 74360002/9170001
2325.43/2328.24	c cleaning 134690 clauses out of 277493 with flag 75282969/9306003
2373.73/2376.62	c cleaning 135849 clauses out of 279800 with flag 76240435/9443000
2426.76/2430.15	c cleaning 136230 clauses out of 281951 with flag 77238730/9581000
2481.20/2484.98	c cleaning 137322 clauses out of 284721 with flag 78217816/9720000
2529.62/2533.53	c cleaning 138752 clauses out of 287401 with flag 79282232/9860002
2581.90/2585.90	c cleaning 139804 clauses out of 289647 with flag 80278714/10001000
2626.08/2630.31	c cleaning 141110 clauses out of 291843 with flag 81396216/10143000
2678.83/2683.23	c cleaning 141828 clauses out of 293733 with flag 82364219/10286000
2732.68/2737.23	c cleaning 142749 clauses out of 295907 with flag 83363132/10430002
2791.47/2796.13	c cleaning 143351 clauses out of 298157 with flag 84571679/10575001
2864.58/2869.44	c cleaning 143969 clauses out of 300804 with flag 85969962/10721000
2916.09/2921.01	c cleaning 145918 clauses out of 303835 with flag 87130262/10868000
2975.61/2980.66	c cleaning 146603 clauses out of 305919 with flag 88188537/11016002
3040.22/3045.54	c cleaning 147084 clauses out of 308315 with flag 89236769/11165001
3092.78/3098.25	c cleaning 148848 clauses out of 311230 with flag 90226794/11315000
3151.61/3157.25	c cleaning 149071 clauses out of 313383 with flag 91392593/11466001
3203.84/3209.66	c cleaning 150895 clauses out of 316311 with flag 92479090/11618000
3256.38/3262.31	c cleaning 151865 clauses out of 318416 with flag 93650087/11771000
3311.67/3317.78	c cleaning 152880 clauses out of 320551 with flag 94701705/11925000
3370.23/3376.51	c cleaning 153718 clauses out of 322672 with flag 95855390/12080001
3435.15/3441.77	c cleaning 154783 clauses out of 324953 with flag 96964678/12236000
3503.10/3510.02	c cleaning 155521 clauses out of 327172 with flag 98029167/12393002
3574.68/3582.47	c cleaning 156467 clauses out of 329650 with flag 99093164/12551001
3600.08/3607.81	c starts		: 46282
3600.08/3607.81	c timeout
3600.08/3607.82	c conflicts		: 12620595
3600.08/3607.82	c decisions		: 58118583
3600.08/3607.82	c propagations		: 2509812484
3600.08/3607.82	c inspects		: 41921752128
3600.08/3607.82	c shortcuts		: 0
3600.08/3607.83	c learnt literals	: 13
3600.08/3607.83	c learnt binary clauses	: 2568
3600.08/3607.83	c learnt ternary clauses	: 10437
3600.08/3607.83	c learnt constraints	: 12620582
3600.08/3607.83	c ignored constraints	: 0
3600.08/3607.83	c root simplifications	: 0
3600.08/3607.83	c removed literals (reason simplification)	: 226266000
3600.08/3607.83	c reason swapping (by a shorter reason)	: 0
3600.08/3607.83	c Calls to reduceDB	: 154
3600.08/3607.83	c Number of update (reduction) of LBD	: 7800687
3600.08/3607.83	c Imported unit clauses	: 0
3600.08/3607.83	c No decision after first conflict	: false
3600.08/3607.83	c number of reductions to clauses (during analyze)	: 0
3600.08/3607.83	c number of learned constraints concerned by reduction	: 0
3600.08/3607.83	c number of learning phase by resolution	: 0
3600.08/3607.83	c number of learning phase by cutting planes	: 0
3600.08/3607.83	c number of rounding to 1 operations	: 0
3600.08/3607.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3607.83	c number of reductions of the coefficients by power 2 	: 0
3600.08/3607.83	c number of right shift for reduction by power 2 	: 0
3600.08/3607.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3607.83	c number of ending skipping 	: 0
3600.08/3607.83	c number of internal skipping 	: 0
3600.08/3607.83	c number of derivation steps 	: 0
3600.08/3607.83	c number of skipped derivation steps 	: 0
3600.08/3607.83	c number of remaining unassigned 	: 0
3600.08/3607.83	c number of remaining assigned 	: 0
3600.08/3607.83	c number of falsified literals weakened from reason	: 0
3600.08/3607.83	c number of falsified literals weakened from conflict	: 0
3600.08/3607.83	c time for arithmetic operations	: 0
3600.08/3607.83	c minimum degree of deleted constraints	: null
3600.08/3607.83	c maximum degree of deleted constraints	: null
3600.08/3607.83	c number of deleted constraints	: 0
3600.08/3607.83	c speed (assignments/second)	: 695885.6455237485
3600.08/3607.83	c non guided choices	: 876541
3600.08/3607.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 240209
3600.08/3607.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2568
3600.08/3607.89	s UNKNOWN
3600.08/3607.89	c Total wall clock time (in seconds): 3607.767

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60409 MiB free)
  memory of node 1: 64465 MiB (41945 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503249-1751162020/watcher-4503249-1751162020 -o /tmp/evaluation-result-4503249-1751162020/solver-4503249-1751162020 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20625 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503249-1751162020 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503249-1751162020.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 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
Current StackSize limit: 8192 KiB

solver pid=23407, runsolver pid=23404

[startup+0.10006 s]*
/proc/loadavg: 4.30 4.29 4.20 6/343 23425
/proc/meminfo: memFree=104793064/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=18930384 memory=57768 CPUtime=0.12 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 6578 0 0 0 11 1 0 0 20 0 18 0 31881429 19384713216 14442 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4732596 14442 5336 1 0 547622 0
[pid=23407/tid=23409] ppid=23404 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 5085 0 0 0 7 1 0 0 20 0 18 0 31881430 19384713216 14442 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31881432 19384713216 14442 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=18930384 memory=60684515952020 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31881432 19384713216 14442 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57768 KiB

[startup+0.205696 s]*
/proc/loadavg: 4.30 4.29 4.20 7/343 23425
/proc/meminfo: memFree=104784116/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=18930384 memory=70256 CPUtime=0.33 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 7045 0 0 0 31 2 0 0 20 0 18 0 31881429 19384713216 17564 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4732596 17564 5432 1 0 547917 0
[pid=23407/tid=23409] ppid=23404 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 5312 0 0 0 16 1 0 0 20 0 18 0 31881430 19384713216 17564 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=18930384 memory=16898 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31881432 19384713216 17564 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31881432 19384713216 17564 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70256 KiB

[startup+0.305666 s]*
/proc/loadavg: 4.30 4.29 4.20 6/343 23425
/proc/meminfo: memFree=104742464/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=18930384 memory=111280 CPUtime=0.51 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 8547 0 0 0 49 2 0 0 20 0 18 0 31881429 19384713216 27820 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4732596 27820 5432 1 0 548910 0
[pid=23407/tid=23409] ppid=23404 vsize=18930384 memory=-6000919489970334061 CPUtime=0.26 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 5332 0 0 0 25 1 0 0 20 0 18 0 31881430 19384713216 27820 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31881432 19384713216 27820 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31881432 19384713216 27820 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111280 KiB

[startup+0.700216 s]
/proc/loadavg: 4.30 4.29 4.20 6/344 23426
/proc/meminfo: memFree=104693312/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=18996948 memory=177316 CPUtime=1.27 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 11195 0 0 0 122 5 0 0 20 0 19 0 31881429 19452874752 44329 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4749237 44329 5464 1 0 551181 0
[pid=23407/tid=23409] ppid=23404 vsize=18996948 memory=17280 CPUtime=0.59 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 5353 0 0 0 57 2 0 0 20 0 19 0 31881430 19452874752 44329 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31881432 19452874752 44329 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31881432 19452874752 44329 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 177316 KiB

[startup+1.50021 s]
/proc/loadavg: 4.30 4.29 4.20 6/344 23426
/proc/meminfo: memFree=104551600/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=417336 CPUtime=2.84 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 17532 0 0 0 274 10 0 0 20 0 20 0 31881429 19521036288 104334 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 104334 5464 1 0 1081486 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=3328 CPUtime=1.27 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 5513 0 0 0 122 5 0 0 20 0 20 0 31881430 19521036288 104334 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 104334 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 104334 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 417336 KiB

[startup+3.10555 s]
/proc/loadavg: 4.30 4.29 4.20 5/345 23427
/proc/meminfo: memFree=104416812/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=419128 CPUtime=5.97 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 17963 0 0 0 587 10 0 0 20 0 20 0 31881429 19521036288 104782 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 104782 5464 1 0 1081577 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=10752 CPUtime=2.85 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 5550 0 0 0 279 6 0 0 20 0 20 0 31881430 19521036288 104782 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 104782 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 104782 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 104782 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 419128 KiB

[startup+6.30021 s]
/proc/loadavg: 4.36 4.30 4.21 5/345 23427
/proc/meminfo: memFree=104374552/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=439996 CPUtime=10.63 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 25778 0 0 0 1051 12 0 0 20 0 20 0 31881429 19521036288 109999 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 109999 5496 1 0 1081963 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=0 CPUtime=5.99 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 6312 0 0 0 593 6 0 0 20 0 20 0 31881430 19521036288 109999 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 109999 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=-6000919489970334061 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 109999 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 109999 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 10.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 439996 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.29 4.21 5/345 23427
/proc/meminfo: memFree=104247784/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=542468 CPUtime=17.11 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 28920 0 0 0 1696 15 0 0 20 0 20 0 31881429 19521036288 135617 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 135617 5496 1 0 1081963 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=0 CPUtime=12.36 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 6853 0 0 0 1227 9 0 0 20 0 20 0 31881430 19521036288 135617 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=472836 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 135617 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 135617 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 135617 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 17.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 542468 KiB

[startup+25.5002 s]
/proc/loadavg: 4.26 4.28 4.20 5/344 23428
/proc/meminfo: memFree=103478944/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=1112284 CPUtime=30.64 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 40381 0 0 0 3034 30 0 0 20 0 20 0 31881429 19521036288 278071 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 278071 5496 1 0 1081996 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=-6000919489970334061 CPUtime=25.09 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 9592 0 0 0 2487 22 0 0 20 0 20 0 31881430 19521036288 278071 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=3103 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 278071 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=692444 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 278071 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=612572 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 278071 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 30.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1112284 KiB

[startup+51.1057 s]
/proc/loadavg: 4.36 4.30 4.21 5/345 23496
/proc/meminfo: memFree=124893372/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=1556832 CPUtime=56.4 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 46770 0 0 0 5596 44 0 0 20 0 20 0 31881429 19521036288 389208 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 389208 5496 1 0 1082018 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=899292 CPUtime=50.53 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 11375 0 0 0 5019 34 0 0 20 0 20 0 31881430 19521036288 389208 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 389208 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 389208 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=2760 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 389208 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0

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

/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 1858 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 3216.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3775524 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.10 4.11 5/341 23739
/proc/meminfo: memFree=106169268/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3276.41 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 136410 0 0 0 326933 708 0 0 20 0 20 0 31881429 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 943881 5496 1 0 1082086 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3257.56 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 65544 0 0 0 325151 605 0 0 20 0 20 0 31881430 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=3775524 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 1973 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 3276.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3775524 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.10 5/343 23745
/proc/meminfo: memFree=105944188/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3336.21 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 138835 0 0 0 332900 721 0 0 20 0 20 0 31881429 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 943881 5496 1 0 1082087 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3317.17 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 67101 0 0 0 331101 616 0 0 20 0 20 0 31881430 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=3775524 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 1974 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=3775524 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 3336.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3775524 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.13 4.11 5/344 23750
/proc/meminfo: memFree=105753608/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3395.96 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 139262 0 0 0 338864 732 0 0 20 0 20 0 31881429 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 943881 5496 1 0 1082087 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3376.75 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 67462 0 0 0 337049 626 0 0 20 0 20 0 31881430 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=3775524 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 2028 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=3775524 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 3395.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3775524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.10 5/344 23753
/proc/meminfo: memFree=105563828/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3455.71 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 142135 0 0 0 344829 742 0 0 20 0 20 0 31881429 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 943881 5496 1 0 1082087 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3436.31 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 69401 0 0 0 342996 635 0 0 20 0 20 0 31881430 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=3775524 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 2029 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=3775524 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 3455.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3775524 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.14 4.11 5/346 23826
/proc/meminfo: memFree=108721488/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3515.36 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 143778 0 0 0 350787 749 0 0 20 0 20 0 31881429 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 943881 5496 1 0 1082090 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3495.94 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 70934 0 0 0 348954 640 0 0 20 0 20 0 31881430 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 2086 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 3515.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3775524 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.14 4.11 5/346 23894
/proc/meminfo: memFree=110526916/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3574.58 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 145087 0 0 0 356702 756 0 0 20 0 20 0 31881429 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 943881 5496 1 0 1082090 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=3775524 CPUtime=3554.94 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 71338 0 0 0 354848 646 0 0 20 0 20 0 31881430 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=3775524 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 2142 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 943881 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 3574.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3775524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.8 s]
/proc/loadavg: 4.20 4.15 4.11 5/346 23894
/proc/meminfo: memFree=109668244/131250000 swapFree=33010684/33010684
[pid=23407] ppid=23404 vsize=19063512 memory=3792004 CPUtime=3600.08 cores=1,3
/proc/23407/stat : 23407 (java) S 23404 23407 20613 0 -1 4194304 146102 0 0 0 359247 761 0 0 20 0 20 0 31881429 19521036288 948001 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
/proc/23407/statm: 4765878 948001 5496 1 0 1082090 0
[pid=23407/tid=23409] ppid=23404 vsize=19063512 memory=-6000919489970334061 CPUtime=3580.21 cores=1,3
/proc/23407/task/23409/stat : 23409 (java) R 23404 23407 20613 0 -1 4194368 71973 0 0 0 357371 650 0 0 20 0 20 0 31881430 19521036288 948001 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23418] ppid=23404 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/23407/task/23418/stat : 23418 (Finalizer) S 23404 23407 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 948001 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23425] ppid=23404 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/23407/task/23425/stat : 23425 (Common-Cleaner) S 23404 23407 20613 0 -1 4194368 2142 0 0 0 0 0 0 0 20 0 20 0 31881432 19521036288 948001 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
[pid=23407/tid=23427] ppid=23404 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/23407/task/23427/stat : 23427 (Timer-0) S 23404 23407 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31881548 19521036288 948001 18446744073709551615 94775803662336 94775803666032 140732477743936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94775803673848 94775803674640 94775820652544 140732477745456 140732477745638 140732477745638 140732477751240 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3792004 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.59 s, system=7.63935 s

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

[startup+3607.9 s]*
/proc/loadavg: 4.20 4.15 4.11 5/328 23897
/proc/meminfo: memFree=110739076/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3607.91
CPU time (s): 3600.23
CPU user time (s): 3592.59
CPU system time (s): 7.63935
CPU usage (%): 99.7871
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3792004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.59
system time used= 7.63935
maximum resident set size= 3793028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10261456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109630
involuntary context switches= 7927


# summary of solver processes directly reported to runsolver:
#   pid: 23407
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3592.59
#   total CPU system time (s): 7.63935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19721 second user time and 17.2848 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 03:53:40
IDJOB=4503249
IDBENCH=155416
IDSOLVER=3364
FILE ID=nodeC033/4503249-1751162020
RUNJOBID= nodeC033-1751158366-20625
SLURM_JOB_ID= 9587493
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-89.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503249-1751162020/watcher-4503249-1751162020 -o /tmp/evaluation-result-4503249-1751162020/solver-4503249-1751162020 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20625 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503249-1751162020 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503249-1751162020.opb

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

MD5SUM BENCH= 18b53876a62b8c6712d354fac2089947
RANDOM SEED=2131214665

nodeC033 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		: 3600.073
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	: 7000.13
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		: 3600.063
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	: 7000.13
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		: 3597.954
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	: 7000.13
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		: 3598.654
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	: 7000.13
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		: 3600.096
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	: 7000.13
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		: 3600.120
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        104811428 kB
MemAvailable:   124866540 kB
Buffers:            3280 kB
Cached:         20842760 kB
SwapCached:            0 kB
Active:          5234136 kB
Inactive:       20584688 kB
Active(anon):    4990916 kB
Inactive(anon):        0 kB
Active(file):     243220 kB
Inactive(file): 20584688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            185564 kB
Writeback:             0 kB
AnonPages:       4975304 kB
Mapped:           122864 kB
Shmem:             18120 kB
KReclaimable:     132884 kB
Slab:             225368 kB
SReclaimable:     132884 kB
SUnreclaim:        92484 kB
KernelStack:        5248 kB
PageTables:        13440 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7230880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4706304 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC033 at 2025-06-29 04:53:48