Trace number 4519707

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06SAT (TO)-22 3600.3 3689.86

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxall_lastlayerdecr1/
normalized-injcomp_opt_3layers_maxall_lastlayerdecr1_size_12.opb
MD5SUM256d30bb77c6fb77e4d51d825abbf0f4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-22
Best CPU time to get the best result obtained on this benchmark0.018921
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints179
Number of constraints which are clauses144
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint3
Maximum length of a constraint13
Number of terms in the objective function 276
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 276
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 276
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4519707-1751561108.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c using VERIPB proof format
0.11/0.14	c  objective function found
0.11/0.17	c ... done. Wall clock time 0.029s.
0.11/0.17	c declared #vars     420
0.11/0.17	c #constraints  179
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 23
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.11/0.17	c 179 constraints processed.
0.11/0.18	c objective function length is 276 literals
0.51/0.38	c SATISFIABLE
0.51/0.38	c OPTIMIZING...
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.244
0.51/0.38	o -21
0.51/0.40	c Got one! Elapsed wall clock time (in seconds):0.265
0.51/0.40	o -22
2.62/1.44	c cleaning 2949 clauses out of 5897 with flag 12516/5897
4.56/2.43	c cleaning 4473 clauses out of 8949 with flag 28179/11898
5.64/3.43	c cleaning 5738 clauses out of 11475 with flag 46443/18897
7.03/4.70	c cleaning 6867 clauses out of 13737 with flag 66304/26897
8.37/6.09	c cleaning 7930 clauses out of 15870 with flag 87812/35897
10.11/7.60	c cleaning 8970 clauses out of 17939 with flag 113075/45896
11.87/9.34	c cleaning 9985 clauses out of 19970 with flag 139725/56897
13.61/11.02	c cleaning 10988 clauses out of 21984 with flag 166410/68896
15.30/12.79	c cleaning 11993 clauses out of 23997 with flag 196630/81897
17.71/15.09	c cleaning 13002 clauses out of 26004 with flag 232669/95897
20.01/17.26	c cleaning 13999 clauses out of 28002 with flag 268335/110897
22.81/20.08	c cleaning 14998 clauses out of 30002 with flag 307567/126896
26.31/23.48	c cleaning 15998 clauses out of 32005 with flag 348990/143897
30.98/28.01	c cleaning 17003 clauses out of 34006 with flag 393722/161896
35.66/32.64	c cleaning 18002 clauses out of 36004 with flag 440320/180897
40.19/37.23	c cleaning 18996 clauses out of 38001 with flag 490052/200896
45.22/42.11	c cleaning 19999 clauses out of 40005 with flag 540486/221896
51.39/48.34	c cleaning 21000 clauses out of 42006 with flag 597084/243896
56.37/53.27	c cleaning 22003 clauses out of 44007 with flag 653411/266897
62.20/58.99	c cleaning 22998 clauses out of 46004 with flag 715701/290897
69.73/67.41	c cleaning 24001 clauses out of 48005 with flag 779134/315896
75.38/72.92	c cleaning 25003 clauses out of 50005 with flag 843988/341897
82.33/79.72	c cleaning 25996 clauses out of 52001 with flag 914239/368896
88.38/85.66	c cleaning 26998 clauses out of 54006 with flag 983462/396897
94.69/91.86	c cleaning 28004 clauses out of 56007 with flag 1054968/425896
100.99/98.06	c cleaning 28998 clauses out of 58003 with flag 1128578/455896
109.12/114.52	c cleaning 30002 clauses out of 60005 with flag 1205799/486896
117.68/122.97	c cleaning 31002 clauses out of 62004 with flag 1285877/518897
127.14/132.38	c cleaning 32001 clauses out of 64003 with flag 1368030/551898
136.47/141.52	c cleaning 32997 clauses out of 66000 with flag 1450946/585896
152.22/166.98	c cleaning 33996 clauses out of 68004 with flag 1536272/620897
163.63/178.21	c cleaning 35002 clauses out of 70008 with flag 1625279/656897
174.75/189.33	c cleaning 35997 clauses out of 72005 with flag 1715393/693896
182.10/196.68	c cleaning 37001 clauses out of 74008 with flag 1809495/731896
190.17/204.69	c cleaning 38000 clauses out of 76007 with flag 1901110/770896
199.71/214.08	c cleaning 38996 clauses out of 78007 with flag 1998531/810896
212.07/226.26	c cleaning 40004 clauses out of 80012 with flag 2093343/851897
227.54/241.66	c cleaning 41000 clauses out of 82007 with flag 2196786/893896
239.77/253.23	c cleaning 41997 clauses out of 84007 with flag 2302591/936896
256.84/275.52	c cleaning 43003 clauses out of 86011 with flag 2419086/980897
277.01/295.60	c cleaning 44002 clauses out of 88007 with flag 2534877/1025896
295.20/315.27	c cleaning 45002 clauses out of 90005 with flag 2652586/1071896
319.65/339.68	c cleaning 45999 clauses out of 92004 with flag 2771106/1118897
337.03/356.79	c cleaning 47003 clauses out of 94005 with flag 2889040/1166897
357.31/377.05	c cleaning 47998 clauses out of 96002 with flag 3015194/1215897
375.36/395.04	c cleaning 49000 clauses out of 98004 with flag 3143485/1265897
395.04/414.70	c cleaning 49997 clauses out of 100003 with flag 3276429/1316896
418.84/438.27	c cleaning 50999 clauses out of 102006 with flag 3404665/1368896
444.13/463.24	c cleaning 51999 clauses out of 104008 with flag 3538665/1421897
488.09/507.09	c cleaning 53000 clauses out of 106009 with flag 3674158/1475897
535.21/554.24	c cleaning 54002 clauses out of 108009 with flag 3810353/1530897
570.82/590.01	c cleaning 55003 clauses out of 110006 with flag 3947362/1586896
600.57/619.66	c cleaning 56002 clauses out of 112003 with flag 4084887/1643896
649.62/670.60	c cleaning 56994 clauses out of 114001 with flag 4235860/1701896
683.27/704.15	c cleaning 57999 clauses out of 116007 with flag 4385983/1760896
717.22/737.41	c cleaning 59000 clauses out of 118009 with flag 4536550/1820897
751.33/771.41	c cleaning 60001 clauses out of 120008 with flag 4687462/1881896
775.20/795.29	c cleaning 60998 clauses out of 122009 with flag 4842510/1943898
798.65/822.90	c cleaning 62005 clauses out of 124011 with flag 4996586/2006898
830.60/854.78	c cleaning 63003 clauses out of 126005 with flag 5161086/2070897
860.62/884.72	c cleaning 63999 clauses out of 128001 with flag 5325458/2135896
896.87/921.01	c cleaning 64999 clauses out of 130003 with flag 5487168/2201897
927.34/951.57	c cleaning 65998 clauses out of 132005 with flag 5652192/2268898
957.55/987.10	c cleaning 66998 clauses out of 134006 with flag 5829537/2336897
999.20/1028.71	c cleaning 67999 clauses out of 136009 with flag 6002115/2405898
1043.56/1074.48	c cleaning 69003 clauses out of 138009 with flag 6173830/2475897
1081.01/1115.42	c cleaning 69995 clauses out of 140005 with flag 6348733/2546896
1129.04/1163.45	c cleaning 71001 clauses out of 142012 with flag 6531827/2618898
1193.45/1228.00	c cleaning 71999 clauses out of 144011 with flag 6712049/2691898
1250.49/1291.01	c cleaning 73005 clauses out of 146011 with flag 6894193/2765897
1320.62/1361.29	c cleaning 73996 clauses out of 148005 with flag 7074456/2840896
1367.16/1407.57	c cleaning 74994 clauses out of 150009 with flag 7264009/2916896
1407.24/1447.60	c cleaning 76006 clauses out of 152015 with flag 7462928/2993896
1451.39/1495.20	c cleaning 77000 clauses out of 154009 with flag 7664033/3071896
1493.87/1543.32	c cleaning 77998 clauses out of 156009 with flag 7861520/3150896
1539.44/1596.93	c cleaning 78997 clauses out of 158012 with flag 8064028/3230897
1578.06/1635.59	c cleaning 79998 clauses out of 160014 with flag 8271134/3311896
1623.47/1681.02	c cleaning 81002 clauses out of 162017 with flag 8473671/3393897
1678.39/1735.98	c cleaning 82001 clauses out of 164014 with flag 8681523/3476896
1724.37/1787.43	c cleaning 83001 clauses out of 166014 with flag 8880546/3560897
1777.02/1840.26	c cleaning 84000 clauses out of 168012 with flag 9079063/3645896
1810.85/1873.94	c cleaning 84998 clauses out of 170013 with flag 9293774/3731897
1866.95/1929.14	c cleaning 85997 clauses out of 172014 with flag 9504061/3818896
1920.58/1982.62	c cleaning 86999 clauses out of 174017 with flag 9726951/3906896
2007.78/2069.90	c cleaning 88009 clauses out of 176018 with flag 9945054/3995896
2080.25/2142.55	c cleaning 88997 clauses out of 178010 with flag 10163319/4085897
2142.97/2205.32	c cleaning 90002 clauses out of 180012 with flag 10380904/4176896
2216.86/2279.25	c cleaning 91002 clauses out of 182010 with flag 10597090/4268896
2320.95/2383.30	c cleaning 91999 clauses out of 184008 with flag 10811871/4361896
2399.14/2465.64	c cleaning 92999 clauses out of 186009 with flag 11054727/4455896
2500.44/2567.01	c cleaning 93999 clauses out of 188012 with flag 11288500/4550898
2588.33/2654.96	c cleaning 95000 clauses out of 190011 with flag 11533923/4646896
2700.45/2769.35	c cleaning 96001 clauses out of 192011 with flag 11770316/4743896
2782.62/2851.73	c cleaning 96999 clauses out of 194011 with flag 12020375/4841897
2863.79/2940.28	c cleaning 97996 clauses out of 196013 with flag 12253921/4940898
2916.71/2994.30	c cleaning 99004 clauses out of 198017 with flag 12499440/5040898
2989.61/3066.97	c cleaning 99999 clauses out of 200011 with flag 12746002/5141896
3042.64/3120.12	c cleaning 101004 clauses out of 202012 with flag 12989394/5243896
3106.28/3183.94	c cleaning 102000 clauses out of 204008 with flag 13235056/5346896
3172.00/3249.54	c cleaning 102993 clauses out of 206008 with flag 13486198/5450896
3254.98/3339.52	c cleaning 104003 clauses out of 208016 with flag 13737370/5555897
3338.01/3422.53	c cleaning 105002 clauses out of 210013 with flag 13997929/5661897
3456.30/3540.88	c cleaning 105999 clauses out of 212011 with flag 14277457/5768897
3573.01/3662.60	c cleaning 107002 clauses out of 214011 with flag 14550071/5876896
3600.09/3689.71	c starts		: 79
3600.09/3689.71	c conflicts		: 5926270
3600.09/3689.71	c decisions		: 5996768
3600.09/3689.71	c propagations		: 64746964
3600.09/3689.71	c inspects		: 14446286486
3600.09/3689.71	c shortcuts		: 0
3600.09/3689.71	c learnt literals	: 0
3600.09/3689.71	c learnt binary clauses	: 0
3600.09/3689.71	c learnt ternary clauses	: 0
3600.09/3689.71	c learnt constraints	: 5926270
3600.09/3689.71	c ignored constraints	: 0
3600.09/3689.71	c root simplifications	: 0
3600.09/3689.71	c removed literals (reason simplification)	: 73445163
3600.09/3689.71	c reason swapping (by a shorter reason)	: 0
3600.09/3689.71	c Calls to reduceDB	: 104
3600.09/3689.71	c Number of update (reduction) of LBD	: 13111
3600.09/3689.71	c Imported unit clauses	: 0
3600.09/3689.71	c No decision after first conflict	: false
3600.09/3689.71	c number of reductions to clauses (during analyze)	: 0
3600.09/3689.71	c number of learned constraints concerned by reduction	: 0
3600.09/3689.71	c number of learning phase by resolution	: 0
3600.09/3689.71	c number of learning phase by cutting planes	: 0
3600.09/3689.71	c number of rounding to 1 operations	: 0
3600.09/3689.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3689.71	c number of reductions of the coefficients by power 2 	: 0
3600.09/3689.71	c number of right shift for reduction by power 2 	: 0
3600.09/3689.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3689.71	c number of ending skipping 	: 0
3600.09/3689.72	c number of internal skipping 	: 0
3600.09/3689.72	c number of derivation steps 	: 0
3600.09/3689.72	c number of skipped derivation steps 	: 0
3600.09/3689.72	c number of remaining unassigned 	: 0
3600.09/3689.72	c number of remaining assigned 	: 0
3600.09/3689.72	c number of falsified literals weakened from reason	: 0
3600.09/3689.72	c number of falsified literals weakened from conflict	: 0
3600.09/3689.72	c time for arithmetic operations	: 0
3600.09/3689.72	c minimum degree of deleted constraints	: null
3600.09/3689.72	c maximum degree of deleted constraints	: null
3600.09/3689.72	c number of deleted constraints	: 0
3600.09/3689.72	c speed (assignments/second)	: 17548.823658712365
3600.09/3689.72	c non guided choices	: 12
3600.09/3689.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 156383
3600.09/3689.78	s SATISFIABLE
3600.09/3689.78	c Found 2 solution(s)
3600.09/3689.79	v x1 x2 -x3 x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 x131 x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 x340 -x341 -x342 -x343 -x344 x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 x405 -x406 -x407 -x408 x409 x410 x411 x412 x413 x414 x415 x416 x417 -x418 x419 x420 
3600.09/3689.79	c objective function=-22
3600.09/3689.79	c Total wall clock time (in seconds): 3689.651

Verifier Data

OK	-22

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

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

solver pid=79453, runsolver pid=79450

[startup+0.100061 s]*
/proc/loadavg: 4.21 4.14 4.10 5/343 79471
/proc/meminfo: memFree=122835176/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=18930384 memory=57676 CPUtime=0.11 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 6555 0 0 0 9 2 0 0 20 0 18 0 71787390 19384713216 14419 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4732596 14419 5336 1 0 547603 0
[pid=79453/tid=79455] ppid=79450 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 5060 0 0 0 6 1 0 0 20 0 18 0 71787392 19384713216 14419 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71787394 19384713216 14419 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=18930384 memory=59585004336271 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 71787394 19384713216 14419 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57676 KiB

[startup+0.205709 s]*
/proc/loadavg: 4.21 4.14 4.10 7/344 79472
/proc/meminfo: memFree=122808584/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=18996948 memory=64800 CPUtime=0.31 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 7183 0 0 0 28 3 0 0 20 0 19 0 71787390 19452874752 16200 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4749237 16200 5464 1 0 548301 0
[pid=79453/tid=79455] ppid=79450 vsize=18996948 memory=4026794268 CPUtime=0.17 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 5417 0 0 0 15 2 0 0 20 0 19 0 71787392 19452874752 16200 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=18996948 memory=16955 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71787394 19452874752 16200 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71787394 19452874752 16200 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 71787409 19452874752 16200 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64800 KiB

[startup+0.305706 s]*
/proc/loadavg: 4.21 4.14 4.10 6/344 79472
/proc/meminfo: memFree=122763216/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=18996948 memory=76712 CPUtime=0.51 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 9438 0 0 0 47 4 0 0 20 0 19 0 71787390 19452874752 19178 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4749237 19178 5464 1 0 549671 0
[pid=79453/tid=79455] ppid=79450 vsize=18996948 memory=-6000919507066315624 CPUtime=0.25 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 5442 0 0 0 23 2 0 0 20 0 19 0 71787392 19452874752 19178 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71787394 19452874752 19178 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 71787394 19452874752 19178 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 71787409 19452874752 19178 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76712 KiB

[startup+0.700241 s]
/proc/loadavg: 4.21 4.14 4.10 6/344 79472
/proc/meminfo: memFree=122691444/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=169852 CPUtime=1.25 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 12237 0 0 0 119 6 0 0 20 0 20 0 71787390 19521036288 42463 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 42463 5496 1 0 552020 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=18816 CPUtime=0.58 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 5494 0 0 0 55 3 0 0 20 0 20 0 71787392 19521036288 42463 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 42463 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 42463 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 42463 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169852 KiB

[startup+1.50025 s]
/proc/loadavg: 4.21 4.14 4.10 6/345 79473
/proc/meminfo: memFree=122613376/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=184016 CPUtime=2.83 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 13280 0 0 0 275 8 0 0 20 0 20 0 71787390 19521036288 46004 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 46004 5496 1 0 552287 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=0 CPUtime=1.32 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 5534 0 0 0 128 4 0 0 20 0 20 0 71787392 19521036288 46004 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 46004 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 46004 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 46004 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184016 KiB

[startup+3.10557 s]
/proc/loadavg: 4.21 4.14 4.10 6/345 79473
/proc/meminfo: memFree=121667872/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=673920 CPUtime=5.33 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 14127 0 0 0 512 21 0 0 20 0 20 0 71787390 19521036288 168480 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 168480 5496 1 0 729852 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=10752 CPUtime=2.84 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 5755 0 0 0 270 14 0 0 20 0 20 0 71787392 19521036288 168480 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=-6000919507066315624 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 168480 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 168480 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 168480 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 5.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 673920 KiB

[startup+6.30021 s]
/proc/loadavg: 4.27 4.15 4.10 5/345 79473
/proc/meminfo: memFree=120967116/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=1290816 CPUtime=8.67 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 14919 0 0 0 831 36 0 0 20 0 20 0 71787390 19521036288 322704 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 322704 5496 1 0 905323 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=0 CPUtime=5.89 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 5996 0 0 0 563 26 0 0 20 0 20 0 71787392 19521036288 322704 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 322704 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 322704 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=188216 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 322704 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1290816 KiB

[startup+12.7002 s]
/proc/loadavg: 4.25 4.15 4.10 5/345 79473
/proc/meminfo: memFree=118836528/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=2215472 CPUtime=15.3 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 19054 0 0 0 1471 59 0 0 20 0 20 0 71787390 19521036288 553868 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 553868 5496 1 0 1068258 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=188216 CPUtime=12.07 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 7346 0 0 0 1162 45 0 0 20 0 20 0 71787392 19521036288 553868 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=2207280 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 553868 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 553868 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 553868 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2215472 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.14 4.10 5/345 79474
/proc/meminfo: memFree=114024916/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=2782940 CPUtime=28.48 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 22445 0 0 0 2765 83 0 0 20 0 20 0 71787390 19521036288 695735 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 695735 5496 1 0 1068283 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=2207280 CPUtime=24.47 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 8613 0 0 0 2386 61 0 0 20 0 20 0 71787392 19521036288 695735 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 695735 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=2782940 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 695735 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=18816 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 695735 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 28.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2782940 KiB

[startup+51.1057 s]
/proc/loadavg: 4.21 4.14 4.10 5/345 79474
/proc/meminfo: memFree=108586452/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=3133292 CPUtime=54.27 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 28304 0 0 0 5321 106 0 0 20 0 20 0 71787390 19521036288 783323 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 783323 5496 1 0 1068284 0

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

/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=-6000919507066315624 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 2555 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=3767652 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 3197.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3767652 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.25 4.25 8/346 79720
/proc/meminfo: memFree=79361876/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=3767652 CPUtime=3257.77 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 202705 0 0 0 324408 1369 0 0 20 0 20 0 71787390 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 941913 5560 1 0 955162 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=18816 CPUtime=3194.92 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 97018 0 0 0 318278 1214 0 0 20 0 20 0 71787392 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=3767652 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 2555 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 3257.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3767652 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.23 4.24 5/347 79725
/proc/meminfo: memFree=70630056/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=3767652 CPUtime=3317.94 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 205233 0 0 0 330404 1390 0 0 20 0 20 0 71787390 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 941913 5560 1 0 955162 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=18816 CPUtime=3254.17 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 98557 0 0 0 324184 1233 0 0 20 0 20 0 71787392 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=3767652 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=3767652 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 2609 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=3767652 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 3317.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3767652 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.22 4.24 5/347 79732
/proc/meminfo: memFree=67292948/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=3767652 CPUtime=3377.8 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 205910 0 0 0 336375 1405 0 0 20 0 20 0 71787390 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 941913 5560 1 0 955174 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=18816 CPUtime=3313.72 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 98740 0 0 0 330125 1247 0 0 20 0 20 0 71787392 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=3767652 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=3767652 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 2673 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=3767652 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 3377.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3767652 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.20 4.23 5/347 79734
/proc/meminfo: memFree=66697404/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=3767652 CPUtime=3437.91 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 206876 0 0 0 342372 1419 0 0 20 0 20 0 71787390 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 941913 5560 1 0 955174 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=3767652 CPUtime=3373.08 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 99468 0 0 0 336048 1260 0 0 20 0 20 0 71787392 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=4480 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 2673 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=-6000919507066315624 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 3437.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3767652 KiB

[startup+3582.3 s]
/proc/loadavg: 4.28 4.24 4.24 5/347 79736
/proc/meminfo: memFree=63477872/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=3767652 CPUtime=3497.77 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 209629 0 0 0 348340 1437 0 0 20 0 20 0 71787390 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 941913 5560 1 0 955174 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=3767652 CPUtime=3432.66 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 101528 0 0 0 341990 1276 0 0 20 0 20 0 71787392 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=3767652 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 2763 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=18816 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 3497.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3767652 KiB

[startup+3642.3 s]
/proc/loadavg: 4.33 4.26 4.25 5/345 79871
/proc/meminfo: memFree=89500192/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=3767652 CPUtime=3552.57 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 213880 0 0 0 353807 1450 0 0 20 0 20 0 71787390 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 941913 5560 1 0 955174 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=3767652 CPUtime=3486 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 103496 0 0 0 347313 1287 0 0 20 0 20 0 71787392 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=3767652 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=18816 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 2895 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 941913 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 3552.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3767652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3689.7 s]
/proc/loadavg: 4.42 4.28 4.26 5/345 79872
/proc/meminfo: memFree=78141952/131250000 swapFree=33010672/33010684
[pid=79453] ppid=79450 vsize=19063512 memory=3767780 CPUtime=3600.09 cores=0,2
/proc/79453/stat : 79453 (java) S 79450 79453 78720 0 -1 4194304 214568 0 0 0 358545 1464 0 0 20 0 20 0 71787390 19521036288 941945 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
/proc/79453/statm: 4765878 941945 5560 1 0 955174 0
[pid=79453/tid=79455] ppid=79450 vsize=19063512 memory=3767780 CPUtime=3532.84 cores=0,2
/proc/79453/task/79455/stat : 79455 (java) R 79450 79453 78720 0 -1 4194368 103996 0 0 0 351984 1300 0 0 20 0 20 0 71787392 19521036288 941945 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79464] ppid=79450 vsize=19063512 memory=3767780 CPUtime=0 cores=0,2
/proc/79453/task/79464/stat : 79464 (Finalizer) S 79450 79453 78720 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941945 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79471] ppid=79450 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/79453/task/79471/stat : 79471 (Common-Cleaner) S 79450 79453 78720 0 -1 4194368 2895 0 0 0 0 0 0 0 20 0 20 0 71787394 19521036288 941945 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
[pid=79453/tid=79472] ppid=79450 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/79453/task/79472/stat : 79472 (Timer-0) S 79450 79453 78720 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 71787409 19521036288 941945 18446744073709551615 94823971753984 94823971757680 140732937275168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94823971765496 94823971766288 94823974002688 140732937283888 140732937284070 140732937284070 140732937289672 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3767780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.63 s, system=14.6666 s

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

[startup+3689.81 s]*
/proc/loadavg: 4.42 4.28 4.26 5/327 79876
/proc/meminfo: memFree=81819364/131250000 swapFree=33010672/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): 3689.86
CPU time (s): 3600.3
CPU user time (s): 3585.63
CPU system time (s): 14.6666
CPU usage (%): 97.5728
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4225808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.63
system time used= 14.6666
maximum resident set size= 4225808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216799
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18600936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121868
involuntary context switches= 12531


# summary of solver processes directly reported to runsolver:
#   pid: 79453
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3585.63
#   total CPU system time (s): 14.6666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.33576 second user time and 17.1834 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-03 18:45:08
IDJOB=4519707
IDBENCH=177394
IDSOLVER=3364
FILE ID=nodeC014/4519707-1751561108
RUNJOBID= nodeC014-1751557391-78730
SLURM_JOB_ID= 9598751
Free space on /tmp= 430444 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxall_lastlayerdecr1/normalized-injcomp_opt_3layers_maxall_lastlayerdecr1_size_12.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519707-1751561108/watcher-4519707-1751561108 -o /tmp/evaluation-result-4519707-1751561108/solver-4519707-1751561108 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751557391-78730 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4519707-1751561108 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4519707-1751561108.opb

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

MD5SUM BENCH= 256d30bb77c6fb77e4d51d825abbf0f4
RANDOM SEED=132583743

nodeC014 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.117
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122973036 kB
MemAvailable:   125197396 kB
Buffers:            2508 kB
Cached:          3018788 kB
SwapCached:            4 kB
Active:          5203168 kB
Inactive:        2460324 kB
Active(anon):    4656508 kB
Inactive(anon):     3852 kB
Active(file):     546660 kB
Inactive(file):  2456472 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            284724 kB
Writeback:             0 kB
AnonPages:       4645424 kB
Mapped:           124188 kB
Shmem:             18064 kB
KReclaimable:     120932 kB
Slab:             221364 kB
SReclaimable:     120932 kB
SUnreclaim:       100432 kB
KernelStack:        5264 kB
PageTables:        12692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   14667784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4448256 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430444 MiB
End job on nodeC014 at 2025-07-03 19:46:38