Trace number 4524677

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06MSAT (TO) 3600.31 3598.23

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-21-20--soft-0-100-0.wbo
MD5SUM40fe69deba25156f693d1482e89859ad
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.038681
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables420
Total number of constraints41
Number of soft constraints41
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 1724
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 1723
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB25.v20250606
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.12	c Number of processors 	2
0.09/0.15	c Pseudo Boolean Optimization by upper bound
0.09/0.15	c --- Begin Solver configuration ---
0.09/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.15	c Learn all clauses as in MiniSAT
0.09/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	c Expensive reason simplification
0.09/0.15	c Glucose 2.1 dynamic restart strategy
0.09/0.15	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.09/0.15	c timeout=2147483s
0.09/0.15	c DB Simplification allowed=false
0.09/0.15	c Listener: none
0.09/0.15	c --- End Solver configuration ---
0.09/0.15	c solving HOME/instance-4524677-1751616355.wbo
0.09/0.15	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.023s.
0.09/0.18	c declared #vars     420
0.09/0.18	c internal #vars     461
0.09/0.18	c #constraints  42
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
0.09/0.18	c org.sat4j.specs.Constr$1 => 1
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21
0.09/0.18	c 42 constraints processed.
0.09/0.19	c objective function length is 41 literals
0.27/0.28	c SATISFIABLE
0.27/0.28	c OPTIMIZING...
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.126
0.27/0.28	o 66
0.84/0.56	c Got one! Elapsed wall clock time (in seconds):0.411
0.84/0.56	o 29
1.43/0.82	c cleaning 2929 clauses out of 5870 with flag 13100/5870
2.12/1.24	c Got one! Elapsed wall clock time (in seconds):1.087
2.12/1.24	o 15
2.83/1.92	c cleaning 6682 clauses out of 13378 with flag 32196/16307
3.80/2.82	c cleaning 6340 clauses out of 12697 with flag 73783/22308
3.80/2.89	c Got one! Elapsed wall clock time (in seconds):2.742
3.80/2.89	o 4
4.70/3.66	c cleaning 5991 clauses out of 11990 with flag 34302/27941
5.60/4.54	c cleaning 5991 clauses out of 12000 with flag 70455/33942
5.60/4.57	c Got one! Elapsed wall clock time (in seconds):4.416
5.60/4.57	o 2
5.99/4.96	c cleaning 5665 clauses out of 11345 with flag 33642/39278
6.50/5.45	c cleaning 5826 clauses out of 11679 with flag 74557/45277
7.39/6.24	c cleaning 6410 clauses out of 12852 with flag 133309/52276
8.29/7.13	c cleaning 7206 clauses out of 14443 with flag 196237/60277
9.49/8.36	c cleaning 8105 clauses out of 16236 with flag 264512/69276
9.69/8.54	c Got one! Elapsed wall clock time (in seconds):8.393
9.69/8.54	o 1
10.00/8.86	c cleaning 6796 clauses out of 13814 with flag 32774/74959
10.50/9.38	c cleaning 6412 clauses out of 13016 with flag 94796/80957
11.10/9.99	c cleaning 6778 clauses out of 13605 with flag 159919/87958
12.21/11.08	c cleaning 7407 clauses out of 14826 with flag 240559/95957
14.01/12.87	c cleaning 8209 clauses out of 16419 with flag 333014/104957
16.61/15.48	c cleaning 9103 clauses out of 18210 with flag 433185/114957
18.53/17.31	c cleaning 10049 clauses out of 20107 with flag 541413/125957
20.70/19.43	c cleaning 11023 clauses out of 22058 with flag 658259/137957
22.79/21.53	c cleaning 12015 clauses out of 24035 with flag 787432/150957
24.29/23.07	c cleaning 12993 clauses out of 26020 with flag 914305/164957
26.45/25.13	c cleaning 14008 clauses out of 28028 with flag 1062796/179958
29.54/28.24	c cleaning 15006 clauses out of 30019 with flag 1220020/195957
34.97/33.61	c cleaning 16004 clauses out of 32016 with flag 1401559/212960
38.32/36.98	c cleaning 17004 clauses out of 34009 with flag 1577861/230957
47.29/45.90	c cleaning 17994 clauses out of 36005 with flag 1769584/249957
58.72/57.39	c cleaning 18999 clauses out of 38011 with flag 1969510/269957
73.75/72.37	c cleaning 20004 clauses out of 40014 with flag 2176037/290959
88.53/87.16	c cleaning 21002 clauses out of 42011 with flag 2390732/312960
104.32/102.97	c cleaning 21999 clauses out of 44006 with flag 2614937/335957
121.46/120.04	c cleaning 23001 clauses out of 46010 with flag 2850952/359960
132.30/130.81	c cleaning 24003 clauses out of 48009 with flag 3049490/384960
146.14/144.67	c cleaning 25002 clauses out of 50003 with flag 3253076/410957
155.32/153.89	c cleaning 25996 clauses out of 52001 with flag 3466199/437957
166.45/164.98	c cleaning 27002 clauses out of 54006 with flag 3652283/465958
176.19/174.64	c cleaning 27999 clauses out of 56005 with flag 3909392/494959
186.88/185.17	c cleaning 29002 clauses out of 58006 with flag 4151913/524959
198.20/196.45	c cleaning 29999 clauses out of 60004 with flag 4408111/555959
212.33/210.51	c cleaning 30996 clauses out of 62003 with flag 4661911/587957
229.30/227.56	c cleaning 31998 clauses out of 64009 with flag 4921305/620959
244.32/242.55	c cleaning 33001 clauses out of 66010 with flag 5209483/654958
260.55/258.70	c cleaning 33999 clauses out of 68008 with flag 5527623/689957
276.11/274.31	c cleaning 34999 clauses out of 70009 with flag 5859965/725957
295.50/293.63	c cleaning 35999 clauses out of 72012 with flag 6136684/762959
312.13/310.22	c cleaning 36998 clauses out of 74011 with flag 6415022/800957
331.13/329.27	c cleaning 38003 clauses out of 76015 with flag 6713586/839959
350.53/348.39	c cleaning 38996 clauses out of 78011 with flag 7038715/879958
368.67/366.49	c cleaning 39997 clauses out of 80014 with flag 7363190/920957
388.02/385.85	c cleaning 41004 clauses out of 82018 with flag 7687345/962958
406.48/404.31	c cleaning 42002 clauses out of 84013 with flag 8026116/1005957
441.49/439.34	c cleaning 42998 clauses out of 86011 with flag 8393407/1049957
472.92/470.89	c cleaning 43999 clauses out of 88013 with flag 8754566/1094957
501.24/499.02	c cleaning 44997 clauses out of 90014 with flag 9123825/1140957
531.75/529.60	c cleaning 46004 clauses out of 92019 with flag 9504119/1187959
563.72/561.56	c cleaning 47001 clauses out of 94015 with flag 9864833/1235959
598.75/596.60	c cleaning 48000 clauses out of 96012 with flag 10275055/1284957
634.45/632.20	c cleaning 48997 clauses out of 98016 with flag 10649045/1334961
654.36/651.71	c cleaning 50002 clauses out of 100015 with flag 11145599/1385957
682.93/680.24	c cleaning 50999 clauses out of 102014 with flag 11712630/1437958
721.54/718.95	c cleaning 51998 clauses out of 104015 with flag 12336476/1490958
758.93/756.26	c cleaning 52999 clauses out of 106016 with flag 12893228/1544957
790.49/787.74	c cleaning 54001 clauses out of 108017 with flag 13505068/1599957
822.62/819.95	c cleaning 55003 clauses out of 110020 with flag 14104241/1655961
862.79/860.04	c cleaning 56000 clauses out of 112014 with flag 14668445/1712958
904.85/902.02	c cleaning 57001 clauses out of 114017 with flag 15284426/1770961
947.15/944.43	c cleaning 57992 clauses out of 116012 with flag 15896880/1829957
993.27/990.58	c cleaning 58997 clauses out of 118020 with flag 16491141/1889957
1042.35/1039.29	c cleaning 60001 clauses out of 120023 with flag 17157748/1950957
1085.63/1082.56	c cleaning 61000 clauses out of 122022 with flag 17823024/2012957
1148.79/1145.84	c cleaning 62003 clauses out of 124023 with flag 18452543/2075958
1198.84/1195.81	c cleaning 63002 clauses out of 126020 with flag 19142239/2139958
1251.45/1248.46	c cleaning 64000 clauses out of 128018 with flag 19832684/2204958
1307.93/1305.02	c cleaning 64999 clauses out of 130021 with flag 20520537/2270961
1360.99/1358.01	c cleaning 65991 clauses out of 132018 with flag 21314884/2337957
1425.62/1422.86	c cleaning 67005 clauses out of 134027 with flag 22164929/2405957
1494.45/1491.67	c cleaning 67996 clauses out of 136023 with flag 23044351/2474958
1542.13/1539.46	c cleaning 69007 clauses out of 138027 with flag 23754088/2544958
1591.95/1589.24	c cleaning 69988 clauses out of 140021 with flag 24448678/2615959
1656.35/1653.69	c cleaning 71007 clauses out of 142035 with flag 25261013/2687961
1723.78/1721.27	c cleaning 72003 clauses out of 144028 with flag 26009451/2760961
1794.08/1791.50	c cleaning 73001 clauses out of 146021 with flag 26703732/2834957
1878.20/1875.28	c cleaning 73997 clauses out of 148022 with flag 27616583/2909959
1938.24/1935.39	c cleaning 75004 clauses out of 150023 with flag 28467059/2985957
1996.91/1994.16	c cleaning 76000 clauses out of 152020 with flag 29377294/3062958
2055.43/2052.64	c cleaning 76983 clauses out of 154019 with flag 30166669/3140957
2131.49/2128.62	c cleaning 78009 clauses out of 156036 with flag 30967581/3219957
2224.35/2221.76	c cleaning 78999 clauses out of 158031 with flag 31827811/3299961
2309.91/2307.36	c cleaning 80006 clauses out of 160031 with flag 32991731/3380960
2402.25/2399.77	c cleaning 81003 clauses out of 162028 with flag 33837268/3462963
2484.33/2481.81	c cleaning 82002 clauses out of 164023 with flag 34650044/3545961
2575.24/2572.78	c cleaning 83000 clauses out of 166018 with flag 35585472/3629958
2675.68/2672.71	c cleaning 83989 clauses out of 168018 with flag 36649684/3714958
2767.32/2764.40	c cleaning 84995 clauses out of 170028 with flag 37785933/3800957
2864.78/2861.92	c cleaning 86006 clauses out of 172033 with flag 39030889/3887957
2986.08/2983.52	c cleaning 87003 clauses out of 174029 with flag 40147942/3975959
3101.01/3098.56	c cleaning 87987 clauses out of 176027 with flag 41276878/4064960
3240.40/3238.18	c cleaning 89012 clauses out of 178044 with flag 42353655/4154964
3382.16/3380.03	c cleaning 90004 clauses out of 180031 with flag 43497176/4245963
3527.11/3525.14	c cleaning 90995 clauses out of 182023 with flag 44494987/4337959
3600.09/3598.11	c starts		: 5636
3600.09/3598.13	c conflicts		: 4412307
3600.09/3598.13	c decisions		: 6263707
3600.09/3598.13	c propagations		: 70531611
3600.09/3598.13	c inspects		: 22559335583
3600.09/3598.13	c shortcuts		: 0
3600.09/3598.13	c learnt literals	: 0
3600.09/3598.13	c learnt binary clauses	: 0
3600.09/3598.13	c learnt ternary clauses	: 0
3600.09/3598.13	c learnt constraints	: 4412307
3600.09/3598.13	c ignored constraints	: 0
3600.09/3598.13	c root simplifications	: 0
3600.09/3598.13	c removed literals (reason simplification)	: 35025836
3600.09/3598.13	c reason swapping (by a shorter reason)	: 0
3600.09/3598.13	c Calls to reduceDB	: 98
3600.09/3598.13	c Number of update (reduction) of LBD	: 2852387
3600.09/3598.13	c Imported unit clauses	: 0
3600.09/3598.13	c No decision after first conflict	: false
3600.09/3598.14	c number of reductions to clauses (during analyze)	: 0
3600.09/3598.14	c number of learned constraints concerned by reduction	: 0
3600.09/3598.14	c number of learning phase by resolution	: 0
3600.09/3598.14	c number of learning phase by cutting planes	: 0
3600.09/3598.14	c number of rounding to 1 operations	: 0
3600.09/3598.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3598.14	c number of reductions of the coefficients by power 2 	: 0
3600.09/3598.14	c number of right shift for reduction by power 2 	: 0
3600.09/3598.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3598.14	c number of ending skipping 	: 0
3600.09/3598.14	c number of internal skipping 	: 0
3600.09/3598.14	c number of derivation steps 	: 0
3600.09/3598.14	c number of skipped derivation steps 	: 0
3600.09/3598.14	c number of remaining unassigned 	: 0
3600.09/3598.14	c number of remaining assigned 	: 0
3600.09/3598.14	c number of falsified literals weakened from reason	: 0
3600.09/3598.14	c number of falsified literals weakened from conflict	: 0
3600.09/3598.14	c time for arithmetic operations	: 0
3600.09/3598.14	c minimum degree of deleted constraints	: null
3600.09/3598.14	c maximum degree of deleted constraints	: null
3600.09/3598.14	c number of deleted constraints	: 0
3600.09/3598.14	c speed (assignments/second)	: 19603.255350123985
3600.09/3598.14	c non guided choices	: 1900
3600.28/3598.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 165376
3600.28/3598.20	s SATISFIABLE
3600.28/3598.20	c Found 6 solution(s)
3600.28/3598.20	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.28/3598.20	c objective function=1
3600.28/3598.20	c Total wall clock time (in seconds): 3598.054

Verifier Data

OK	1

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62511 MiB free)
  memory of node 1: 64507 MiB (63802 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524677-1751616355/watcher-4524677-1751616355 -o /tmp/evaluation-result-4524677-1751616355/solver-4524677-1751616355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751616355-87893 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4524677-1751616355.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=87938, runsolver pid=87932

[startup+0.100061 s]*
/proc/loadavg: 1.06 1.08 1.18 8/332 88019
/proc/meminfo: memFree=129272044/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=18930384 memory=51864 CPUtime=0.09 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 6025 0 92 0 7 2 0 0 20 0 18 0 77315359 19384713216 12966 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4732596 12966 5366 1 0 547220 0
[pid=87938/tid=87944] ppid=87932 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 4859 0 92 0 4 1 0 0 20 0 18 0 77315362 19384713216 12966 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77315364 19384713216 12966 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77315365 19384713216 12966 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51864 KiB

[startup+0.205745 s]*
/proc/loadavg: 1.06 1.08 1.18 12/333 88020
/proc/meminfo: memFree=129231948/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=18996948 memory=62292 CPUtime=0.27 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 7004 0 92 0 24 3 0 0 20 0 19 0 77315359 19452874752 15573 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4749237 15573 5494 1 0 548221 0
[pid=87938/tid=87944] ppid=87932 vsize=18996948 memory=4026794268 CPUtime=0.15 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) S 87932 87938 87161 0 -1 4194368 5281 0 92 0 14 1 0 0 20 0 19 0 77315362 19452874752 15573 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=18996948 memory=18954 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77315364 19452874752 15573 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=18996948 memory=60684515935208 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77315365 19452874752 15573 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77315378 19452874752 15573 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62292 KiB

[startup+0.305684 s]*
/proc/loadavg: 1.06 1.08 1.18 12/336 88023
/proc/meminfo: memFree=129191780/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=18996948 memory=67168 CPUtime=0.46 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 8970 0 92 0 43 3 0 0 20 0 19 0 77315359 19452874752 16792 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4749237 16792 5494 1 0 549364 0
[pid=87938/tid=87944] ppid=87932 vsize=18996948 memory=-6000919485624706407 CPUtime=0.22 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 5303 0 92 0 21 1 0 0 20 0 19 0 77315362 19452874752 16792 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77315364 19452874752 16792 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77315365 19452874752 16792 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77315378 19452874752 16792 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67168 KiB

[startup+0.700225 s]
/proc/loadavg: 1.06 1.08 1.18 9/336 88023
/proc/meminfo: memFree=129151960/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=18996948 memory=84116 CPUtime=1.23 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 12186 0 92 0 119 4 0 0 20 0 19 0 77315359 19452874752 21029 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4749237 21029 5494 1 0 551464 0
[pid=87938/tid=87944] ppid=87932 vsize=18996948 memory=18816 CPUtime=0.59 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 5329 0 92 0 58 1 0 0 20 0 19 0 77315362 19452874752 21029 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77315364 19452874752 21029 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77315365 19452874752 21029 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77315378 19452874752 21029 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84116 KiB

[startup+1.50021 s]
/proc/loadavg: 1.06 1.08 1.18 6/336 88023
/proc/meminfo: memFree=129036832/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=18996948 memory=95236 CPUtime=2.42 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 15561 0 92 0 238 4 0 0 20 0 19 0 77315359 19452874752 23809 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4749237 23809 5494 1 0 552112 0
[pid=87938/tid=87944] ppid=87932 vsize=18996948 memory=0 CPUtime=1.36 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 5861 0 92 0 134 2 0 0 20 0 19 0 77315362 19452874752 23809 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77315364 19452874752 23809 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77315365 19452874752 23809 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77315378 19452874752 23809 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95236 KiB

[startup+3.10562 s]
/proc/loadavg: 1.37 1.15 1.20 5/339 88026
/proc/meminfo: memFree=128756600/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=18996948 memory=108036 CPUtime=4.2 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 18542 0 92 0 415 5 0 0 20 0 19 0 77315359 19452874752 27009 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4749237 27009 5494 1 0 552112 0
[pid=87938/tid=87944] ppid=87932 vsize=18996948 memory=10880 CPUtime=2.96 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 6314 0 92 0 294 2 0 0 20 0 19 0 77315362 19452874752 27009 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=18996948 memory=-6000919498509608295 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77315364 19452874752 27009 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77315365 19452874752 27009 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77315378 19452874752 27009 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 4.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 108036 KiB

[startup+6.30022 s]
/proc/loadavg: 1.37 1.15 1.20 5/339 88026
/proc/meminfo: memFree=128409248/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=18996948 memory=142812 CPUtime=7.49 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 19407 0 92 0 743 6 0 0 20 0 19 0 77315359 19452874752 35703 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4749237 35703 5494 1 0 552114 0
[pid=87938/tid=87944] ppid=87932 vsize=18996948 memory=0 CPUtime=6.14 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 6671 0 92 0 611 3 0 0 20 0 19 0 77315362 19452874752 35703 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77315364 19452874752 35703 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77315365 19452874752 35703 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=18996948 memory=95236 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77315378 19452874752 35703 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 7.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142812 KiB

[startup+12.7002 s]
/proc/loadavg: 1.78 1.24 1.23 6/340 88027
/proc/meminfo: memFree=127829884/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=19063512 memory=190588 CPUtime=13.91 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 23799 0 92 0 1382 9 0 0 20 0 20 0 77315359 19521036288 47647 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4765878 47647 5526 1 0 552419 0
[pid=87938/tid=87944] ppid=87932 vsize=19063512 memory=95236 CPUtime=12.49 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 7804 0 92 0 1246 3 0 0 20 0 20 0 77315362 19521036288 47647 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=19063512 memory=176160 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77315364 19521036288 47647 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 77315365 19521036288 47647 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77315378 19521036288 47647 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 13.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190588 KiB

[startup+25.5002 s]
/proc/loadavg: 2.20 1.35 1.27 5/340 88027
/proc/meminfo: memFree=126231240/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=19063512 memory=332368 CPUtime=26.84 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 27089 0 92 0 2672 12 0 0 20 0 20 0 77315359 19521036288 83092 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4765878 83092 5526 1 0 552419 0
[pid=87938/tid=87944] ppid=87932 vsize=19063512 memory=176160 CPUtime=25.14 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 8424 0 92 0 2511 3 0 0 20 0 20 0 77315362 19521036288 83092 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77315364 19521036288 83092 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=19063512 memory=18816 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 77315365 19521036288 83092 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=19063512 memory=-6000919498509608295 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77315378 19521036288 83092 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 26.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 332368 KiB

[startup+51.1058 s]
/proc/loadavg: 2.97 1.60 1.35 5/340 88028
/proc/meminfo: memFree=123553408/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=19063512 memory=562284 CPUtime=52.54 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 28427 0 92 0 5237 17 0 0 20 0 20 0 77315359 19521036288 140571 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4765878 140571 5526 1 0 552419 0
[pid=87938/tid=87944] ppid=87932 vsize=19063512 memory=484300 CPUtime=50.47 cores=4,6

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

[startup+3282.3 s]
/proc/loadavg: 4.06 4.10 4.04 5/340 88183
/proc/meminfo: memFree=94678144/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=19063512 memory=3477488 CPUtime=3284.48 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 105108 0 92 0 328282 166 0 0 20 0 20 0 77315359 19521036288 869372 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4765878 869372 5558 1 0 888547 0
[pid=87938/tid=87944] ppid=87932 vsize=19063512 memory=3477488 CPUtime=3266.71 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 44882 0 92 0 326628 43 0 0 20 0 20 0 77315362 19521036288 869372 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=19063512 memory=3477488 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77315364 19521036288 869372 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 2169 0 0 0 0 0 0 0 20 0 20 0 77315365 19521036288 869372 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77315378 19521036288 869372 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 3284.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3477488 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.13 4.05 6/340 88196
/proc/meminfo: memFree=94041680/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=19063512 memory=3477616 CPUtime=3344.55 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 107829 0 92 0 334287 168 0 0 20 0 20 0 77315359 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4765878 869404 5558 1 0 888549 0
[pid=87938/tid=87944] ppid=87932 vsize=19063512 memory=3477616 CPUtime=3326.35 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 46007 0 92 0 332592 43 0 0 20 0 20 0 77315362 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77315364 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=19063512 memory=3477616 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 2255 0 0 0 0 0 0 0 20 0 20 0 77315365 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=19063512 memory=3477616 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77315378 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 3344.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3477616 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.05 5/340 88198
/proc/meminfo: memFree=93672344/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=19063512 memory=3477616 CPUtime=3404.41 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 108415 0 92 0 340271 170 0 0 20 0 20 0 77315359 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4765878 869404 5558 1 0 888550 0
[pid=87938/tid=87944] ppid=87932 vsize=19063512 memory=3477616 CPUtime=3386.2 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 46490 0 92 0 338576 44 0 0 20 0 20 0 77315362 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77315364 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=19063512 memory=3477616 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 2259 0 0 0 0 0 0 0 20 0 20 0 77315365 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=19063512 memory=3477616 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77315378 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 3404.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3477616 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.05 5/341 88201
/proc/meminfo: memFree=93190400/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=19063512 memory=3477616 CPUtime=3464.43 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 109356 0 92 0 346272 171 0 0 20 0 20 0 77315359 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4765878 869404 5558 1 0 888554 0
[pid=87938/tid=87944] ppid=87932 vsize=19063512 memory=3477616 CPUtime=3445.85 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 46640 0 92 0 344541 44 0 0 20 0 20 0 77315362 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77315364 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=19063512 memory=3477616 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 2271 0 0 0 0 0 0 0 20 0 20 0 77315365 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=19063512 memory=3477616 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77315378 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 3464.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3477616 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.12 4.05 5/340 88203
/proc/meminfo: memFree=92952844/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=19063512 memory=3477616 CPUtime=3524.31 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 110286 0 92 0 352258 173 0 0 20 0 20 0 77315359 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4765878 869404 5558 1 0 888554 0
[pid=87938/tid=87944] ppid=87932 vsize=19063512 memory=18816 CPUtime=3505.7 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 47478 0 92 0 350525 45 0 0 20 0 20 0 77315362 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77315364 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 2271 0 0 0 0 0 0 0 20 0 20 0 77315365 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=19063512 memory=3477616 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77315378 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 3524.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3477616 KiB

[startup+3582.3 s]
/proc/loadavg: 3.62 4.01 4.02 2/264 88307
/proc/meminfo: memFree=125930516/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=19063512 memory=3477616 CPUtime=3584.17 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 110993 0 92 0 358242 175 0 0 20 0 20 0 77315359 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4765878 869404 5558 1 0 888554 0
[pid=87938/tid=87944] ppid=87932 vsize=19063512 memory=3477616 CPUtime=3565.54 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 48076 0 92 0 356508 46 0 0 20 0 20 0 77315362 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77315364 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 2350 0 0 0 0 0 0 0 20 0 20 0 77315365 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=19063512 memory=11825792 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77315378 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 3584.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3477616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598.11 s]
/proc/loadavg: 3.12 3.88 3.98 2/264 88308
/proc/meminfo: memFree=125931152/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=19063512 memory=3477616 CPUtime=3600.09 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 112169 0 92 0 359834 175 0 0 20 0 20 0 77315359 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4765878 869404 5558 1 0 888554 0
[pid=87938/tid=87944] ppid=87932 vsize=19063512 memory=0 CPUtime=3581.09 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 48391 0 92 0 358063 46 0 0 20 0 20 0 77315362 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=19063512 memory=3477616 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77315364 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 2350 0 0 0 0 0 0 0 20 0 20 0 77315365 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=88020] ppid=87932 vsize=19063512 memory=-6000919498509608295 CPUtime=0 cores=4,6
/proc/87938/task/88020/stat : 88020 (Timer-0) S 87932 87938 87161 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77315378 19521036288 869404 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3477616 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.54 s, system=1.7748 s

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

[startup+3598.2 s]
/proc/loadavg: 3.12 3.88 3.98 2/264 88308
/proc/meminfo: memFree=125931152/131250000 swapFree=33010416/33010684
[pid=87938] ppid=87932 vsize=19263204 memory=3478384 CPUtime=3600.28 cores=4,6
/proc/87938/stat : 87938 (java) S 87932 87938 87161 0 -1 4194304 114169 0 92 0 359853 175 0 0 20 0 21 0 77315359 19725520896 869596 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
/proc/87938/statm: 4815801 869596 5558 1 0 889493 0
[pid=87938/tid=87944] ppid=87932 vsize=19263204 memory=5148 CPUtime=3581.17 cores=4,6
/proc/87938/task/87944/stat : 87944 (java) R 87932 87938 87161 0 -1 4194368 48497 0 92 0 358071 46 0 0 20 0 21 0 77315362 19725520896 869596 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87969] ppid=87932 vsize=19263204 memory=-6000919498509608295 CPUtime=0 cores=4,6
/proc/87938/task/87969/stat : 87969 (Finalizer) S 87932 87938 87161 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77315364 19725520896 869596 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
[pid=87938/tid=87993] ppid=87932 vsize=19263204 memory=-6000919498509608295 CPUtime=0 cores=4,6
/proc/87938/task/87993/stat : 87993 (Common-Cleaner) S 87932 87938 87161 0 -1 4194368 2350 0 0 0 0 0 0 0 20 0 21 0 77315365 19725520896 869596 18446744073709551615 94849828597760 94849828601456 140724160864992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94849828609272 94849828610064 94849833504768 140724160866687 140724160866788 140724160866788 140724160872392 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3478384 KiB

Child status: 143

Real time (s): 3598.23
CPU time (s): 3600.31
CPU user time (s): 3598.54
CPU system time (s): 1.7748
CPU usage (%): 100.058
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3478384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.54
system time used= 1.7748
maximum resident set size= 3478640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114437
page faults= 92
swaps= 0
block input operations= 0
block output operations= 15440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107060
involuntary context switches= 4858


# summary of solver processes directly reported to runsolver:
#   pid: 87938
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3598.54
#   total CPU system time (s): 1.7748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3825 second user time and 14.5082 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-04 10:05:55
IDJOB=4524677
IDBENCH=143157
IDSOLVER=3380
FILE ID=nodeC027/4524677-1751616355
RUNJOBID= nodeC027-1751616355-87893
SLURM_JOB_ID= 9598902
Free space on /tmp= 431184 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-21-20--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524677-1751616355/watcher-4524677-1751616355 -o /tmp/evaluation-result-4524677-1751616355/solver-4524677-1751616355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751616355-87893 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4524677-1751616355.wbo

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

MD5SUM BENCH= 40fe69deba25156f693d1482e89859ad
RANDOM SEED=1187436590

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129346792 kB
MemAvailable:   129698484 kB
Buffers:            2488 kB
Cached:          1150040 kB
SwapCached:           12 kB
Active:           614876 kB
Inactive:         609516 kB
Active(anon):      87128 kB
Inactive(anon):     2792 kB
Active(file):     527748 kB
Inactive(file):   606724 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:         75028 kB
Mapped:           104052 kB
Shmem:             18056 kB
KReclaimable:     112520 kB
Slab:             202316 kB
SReclaimable:     112520 kB
SUnreclaim:        89796 kB
KernelStack:        4068 kB
PageTables:         2624 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431184 MiB
End job on nodeC027 at 2025-07-04 11:05:53