Trace number 4517543

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 CP VeriPB 2025-06-06SAT (TO)16 3600.23 3561.52

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=18-t=2.opb
MD5SUM5da417552da80e99ebaacbb86c541f7c
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 benchmark16
Best CPU time to get the best result obtained on this benchmark1.94433
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables531
Total number of constraints47178
Number of constraints which are clauses47160
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint19
Number of terms in the objective function 18
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 18
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 20
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4517543-1751537157.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  objective function found
0.88/0.53	c ... done. Wall clock time 0.365s.
0.88/0.53	c declared #vars     531
0.88/0.53	c #constraints  47178
0.88/0.53	c constraints type 
0.88/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 18
0.88/0.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18
0.88/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 47142
0.88/0.53	c 47178 constraints processed.
0.88/0.55	c objective function length is 18 literals
1.06/0.67	c SATISFIABLE
1.06/0.67	c OPTIMIZING...
1.06/0.67	c Got one! Elapsed wall clock time (in seconds):0.514
1.06/0.67	o 18
1.25/0.78	c Got one! Elapsed wall clock time (in seconds):0.617
1.25/0.78	o 17
2.23/1.25	c Got one! Elapsed wall clock time (in seconds):1.086
2.23/1.25	o 16
7.76/4.04	c cleaning 2820 clauses out of 5648 with flag 0/5648
10.27/6.00	c cleaning 4408 clauses out of 8829 with flag 0/11649
14.35/10.09	c cleaning 5706 clauses out of 11424 with flag 0/18652
19.71/15.27	c cleaning 6852 clauses out of 13714 with flag 0/26648
25.96/21.42	c cleaning 7918 clauses out of 15862 with flag 0/35648
32.14/27.54	c cleaning 8965 clauses out of 17944 with flag 0/45648
39.05/34.31	c cleaning 9954 clauses out of 19979 with flag 0/56648
45.90/41.10	c cleaning 10993 clauses out of 22026 with flag 0/68649
54.38/49.52	c cleaning 12016 clauses out of 24032 with flag 0/81648
63.83/58.86	c cleaning 12967 clauses out of 26016 with flag 0/95648
72.20/67.04	c cleaning 14015 clauses out of 28049 with flag 0/110648
81.35/75.94	c cleaning 14989 clauses out of 30035 with flag 0/126649
90.46/84.74	c cleaning 16004 clauses out of 32046 with flag 0/143649
100.42/94.39	c cleaning 17018 clauses out of 34041 with flag 0/161648
112.85/106.49	c cleaning 18005 clauses out of 36028 with flag 0/180653
128.13/121.37	c cleaning 18979 clauses out of 38018 with flag 0/200648
139.48/132.42	c cleaning 19999 clauses out of 40039 with flag 0/221648
155.31/147.83	c cleaning 21014 clauses out of 42041 with flag 0/243649
168.75/161.40	c cleaning 22008 clauses out of 44026 with flag 0/266648
182.00/174.35	c cleaning 22980 clauses out of 46022 with flag 0/290652
194.40/186.46	c cleaning 24012 clauses out of 48038 with flag 0/315648
208.09/199.98	c cleaning 24983 clauses out of 50027 with flag 0/341649
221.99/213.40	c cleaning 26012 clauses out of 52044 with flag 0/368649
236.40/227.59	c cleaning 27006 clauses out of 54032 with flag 0/396649
253.49/244.27	c cleaning 28002 clauses out of 56025 with flag 0/425648
272.30/262.57	c cleaning 28998 clauses out of 58024 with flag 0/455649
290.65/282.88	c cleaning 30004 clauses out of 60026 with flag 0/486649
310.45/302.26	c cleaning 30993 clauses out of 62021 with flag 0/518648
329.27/320.68	c cleaning 31154 clauses out of 64029 with flag 0/551649
349.91/340.86	c cleaning 32512 clauses out of 66874 with flag 0/585648
373.25/363.53	c cleaning 33700 clauses out of 69362 with flag 0/620648
392.86/382.79	c cleaning 34806 clauses out of 71666 with flag 0/656652
416.69/406.00	c cleaning 35828 clauses out of 73856 with flag 0/693648
441.07/434.36	c cleaning 36856 clauses out of 76029 with flag 0/731649
462.72/455.72	c cleaning 37884 clauses out of 78172 with flag 0/770648
485.46/478.11	c cleaning 38899 clauses out of 80288 with flag 0/810648
511.68/503.80	c cleaning 39870 clauses out of 82390 with flag 0/851649
539.85/531.48	c cleaning 40807 clauses out of 84519 with flag 0/893648
566.60/557.74	c cleaning 41914 clauses out of 86713 with flag 0/936649
595.31/587.39	c cleaning 42880 clauses out of 88801 with flag 0/980651
623.53/615.00	c cleaning 43876 clauses out of 90918 with flag 0/1025648
651.21/642.22	c cleaning 44894 clauses out of 93042 with flag 0/1071648
682.00/672.47	c cleaning 45850 clauses out of 95148 with flag 0/1118648
714.65/704.48	c cleaning 46811 clauses out of 97298 with flag 0/1166648
745.65/734.98	c cleaning 47839 clauses out of 99487 with flag 0/1215648
779.19/769.39	c cleaning 48866 clauses out of 101648 with flag 0/1265648
813.39/806.14	c cleaning 49770 clauses out of 103782 with flag 0/1316648
849.66/841.75	c cleaning 50845 clauses out of 106012 with flag 0/1368648
886.02/877.47	c cleaning 51847 clauses out of 108167 with flag 0/1421648
924.39/915.17	c cleaning 52824 clauses out of 110320 with flag 0/1475648
962.79/952.71	c cleaning 53847 clauses out of 112496 with flag 0/1530648
1001.10/991.85	c cleaning 54818 clauses out of 114650 with flag 0/1586649
1041.52/1031.53	c cleaning 55811 clauses out of 116833 with flag 0/1643650
1081.43/1070.82	c cleaning 56798 clauses out of 119021 with flag 0/1701649
1117.70/1106.46	c cleaning 57816 clauses out of 121222 with flag 0/1760648
1154.38/1142.42	c cleaning 58863 clauses out of 123406 with flag 0/1820648
1202.48/1189.64	c cleaning 59919 clauses out of 125543 with flag 0/1881648
1249.15/1235.38	c cleaning 60910 clauses out of 127624 with flag 0/1943648
1291.55/1277.03	c cleaning 61936 clauses out of 129718 with flag 0/2006652
1341.92/1327.24	c cleaning 62942 clauses out of 131780 with flag 0/2070650
1392.03/1376.41	c cleaning 63942 clauses out of 133842 with flag 0/2135654
1434.11/1417.91	c cleaning 64892 clauses out of 135894 with flag 0/2201648
1489.43/1472.22	c cleaning 65932 clauses out of 138002 with flag 0/2268648
1543.89/1525.59	c cleaning 66928 clauses out of 140070 with flag 0/2336648
1611.27/1591.65	c cleaning 67921 clauses out of 142142 with flag 0/2405648
1660.96/1641.92	c cleaning 68944 clauses out of 144221 with flag 0/2475648
1724.02/1703.98	c cleaning 69924 clauses out of 146279 with flag 0/2546650
1773.88/1752.78	c cleaning 70926 clauses out of 148353 with flag 0/2618648
1828.98/1807.03	c cleaning 71919 clauses out of 150427 with flag 0/2691648
1884.03/1861.11	c cleaning 72888 clauses out of 152508 with flag 0/2765648
1941.39/1917.34	c cleaning 73956 clauses out of 154620 with flag 0/2840648
1989.73/1965.05	c cleaning 74940 clauses out of 156664 with flag 0/2916648
2053.32/2027.44	c cleaning 75871 clauses out of 158724 with flag 0/2993648
2112.73/2085.98	c cleaning 76935 clauses out of 160853 with flag 0/3071648
2171.79/2144.13	c cleaning 77830 clauses out of 162918 with flag 0/3150648
2227.37/2200.28	c cleaning 78904 clauses out of 165088 with flag 0/3230648
2297.20/2268.96	c cleaning 79936 clauses out of 167184 with flag 0/3311648
2369.40/2339.71	c cleaning 80916 clauses out of 169249 with flag 0/3393649
2456.43/2427.63	c cleaning 81902 clauses out of 171332 with flag 0/3476648
2530.28/2501.07	c cleaning 82886 clauses out of 173430 with flag 0/3560648
2603.11/2572.70	c cleaning 83944 clauses out of 175546 with flag 0/3645650
2677.74/2646.29	c cleaning 84868 clauses out of 177600 with flag 0/3731648
2752.38/2721.11	c cleaning 85954 clauses out of 179732 with flag 0/3818648
2831.67/2799.23	c cleaning 86912 clauses out of 181778 with flag 0/3906648
2914.09/2881.75	c cleaning 87937 clauses out of 183866 with flag 0/3995648
2992.16/2958.47	c cleaning 88895 clauses out of 185930 with flag 0/4085649
3072.55/3037.58	c cleaning 89823 clauses out of 188034 with flag 0/4176648
3141.61/3105.53	c cleaning 90903 clauses out of 190211 with flag 0/4268648
3231.42/3194.07	c cleaning 91968 clauses out of 192308 with flag 0/4361648
3314.17/3277.19	c cleaning 92846 clauses out of 194340 with flag 0/4455648
3407.47/3368.56	c cleaning 93962 clauses out of 196494 with flag 0/4550648
3489.44/3450.41	c cleaning 94971 clauses out of 198532 with flag 0/4646648
3576.68/3536.06	c cleaning 95923 clauses out of 200561 with flag 0/4743648
3600.04/3561.41	c starts		: 1560
3600.04/3561.42	c conflicts		: 4786230
3600.04/3561.42	c decisions		: 23115966
3600.04/3561.42	c propagations		: 190985328
3600.04/3561.42	c inspects		: 7797930980
3600.04/3561.42	c shortcuts		: 0
3600.04/3561.42	c learnt literals	: 0
3600.04/3561.42	c learnt binary clauses	: 0
3600.04/3561.42	c learnt ternary clauses	: 137410
3600.04/3561.42	c learnt constraints	: 4786229
3600.04/3561.42	c ignored constraints	: 0
3600.04/3561.42	c root simplifications	: 0
3600.04/3561.42	c removed literals (reason simplification)	: 0
3600.04/3561.42	c reason swapping (by a shorter reason)	: 0
3600.04/3561.42	c Calls to reduceDB	: 93
3600.04/3561.42	c Number of update (reduction) of LBD	: 6774261
3600.04/3561.42	c Imported unit clauses	: 0
3600.04/3561.42	c No decision after first conflict	: false
3600.04/3561.42	c number of reductions to clauses (during analyze)	: 0
3600.04/3561.42	c number of learned constraints concerned by reduction	: 0
3600.04/3561.42	c number of learning phase by resolution	: 0
3600.04/3561.42	c number of learning phase by cutting planes	: 0
3600.04/3561.42	c number of rounding to 1 operations	: 0
3600.04/3561.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3561.42	c number of reductions of the coefficients by power 2 	: 0
3600.04/3561.42	c number of right shift for reduction by power 2 	: 0
3600.04/3561.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3561.42	c number of ending skipping 	: 0
3600.04/3561.42	c number of internal skipping 	: 0
3600.04/3561.42	c number of derivation steps 	: 54762000
3600.04/3561.42	c number of skipped derivation steps 	: 0
3600.04/3561.42	c number of remaining unassigned 	: 12188
3600.04/3561.42	c number of remaining assigned 	: 825428051
3600.04/3561.42	c number of falsified literals weakened from reason	: 0
3600.04/3561.42	c number of falsified literals weakened from conflict	: 0
3600.04/3561.42	c time for arithmetic operations	: 6294710451
3600.04/3561.42	c minimum degree of deleted constraints	: 1
3600.04/3561.42	c maximum degree of deleted constraints	: 1039876650
3600.04/3561.42	c number of deleted constraints	: 4639010
3600.04/3561.42	c speed (assignments/second)	: 53634.54712114813
3600.04/3561.42	c non guided choices	: 921
3600.04/3561.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 129717
3600.04/3561.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4343
3600.04/3561.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 13159
3600.04/3561.48	s SATISFIABLE
3600.04/3561.48	c Found 3 solution(s)
3600.04/3561.48	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 -x421 -x422 x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 x497 x498 -x499 x500 -x501 x502 -x503 x504 -x505 -x506 x507 x508 -x509 -x510 x511 x512 -x513 -x514 x515 x516 -x517 x518 -x519 -x520 x521 x522 -x523 -x524 x525 x526 -x527 -x528 x529 -x530 x531 
3600.04/3561.48	c objective function=16
3600.04/3561.48	c Total wall clock time (in seconds): 3561.319

Verifier Data

OK	16

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517543-1751537157/watcher-4517543-1751537157 -o /tmp/evaluation-result-4517543-1751537157/solver-4517543-1751537157 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751529963-73999 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517543-1751537157 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4517543-1751537157.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=74981, runsolver pid=74978

[startup+0.100061 s]*
/proc/loadavg: 4.23 4.21 4.19 6/339 74999
/proc/meminfo: memFree=115533880/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=18930384 memory=55644 CPUtime=0.12 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 6538 0 0 0 10 2 0 0 20 0 18 0 69394146 19384713216 13911 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4732596 13911 5340 1 0 547588 0
[pid=74981/tid=74983] ppid=74978 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 5036 0 0 0 6 1 0 0 20 0 18 0 69394148 19384713216 13911 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69394150 19384713216 13911 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=18930384 memory=59585004339238 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69394150 19384713216 13911 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55644 KiB

[startup+0.205882 s]*
/proc/loadavg: 4.23 4.21 4.19 7/339 74999
/proc/meminfo: memFree=115525752/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=18930384 memory=64472 CPUtime=0.32 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 7116 0 0 0 29 3 0 0 20 0 18 0 69394146 19384713216 16118 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4732596 16118 5468 1 0 547962 0
[pid=74981/tid=74983] ppid=74978 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 5384 0 0 0 15 2 0 0 20 0 18 0 69394148 19384713216 16118 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=18930384 memory=2641 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69394150 19384713216 16118 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69394150 19384713216 16118 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64472 KiB

[startup+0.305851 s]*
/proc/loadavg: 4.23 4.21 4.19 6/339 74999
/proc/meminfo: memFree=115462800/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=18930384 memory=136524 CPUtime=0.5 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 8688 0 0 0 46 4 0 0 20 0 18 0 69394146 19384713216 34131 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4732596 34131 5468 1 0 549027 0
[pid=74981/tid=74983] ppid=74978 vsize=18930384 memory=-6000919472672696424 CPUtime=0.26 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 5427 0 0 0 23 3 0 0 20 0 18 0 69394148 19384713216 34131 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69394150 19384713216 34131 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69394150 19384713216 34131 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 136524 KiB

[startup+0.700222 s]
/proc/loadavg: 4.23 4.21 4.19 6/340 75000
/proc/meminfo: memFree=115429312/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=174524 CPUtime=1.25 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 13995 0 0 0 119 6 0 0 20 0 20 0 69394146 19521036288 43631 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 43631 5500 1 0 552586 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=18688 CPUtime=0.56 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 5595 0 0 0 53 3 0 0 20 0 20 0 69394148 19521036288 43631 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 43631 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 43631 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174524 KiB

[startup+1.50024 s]
/proc/loadavg: 4.23 4.21 4.19 6/341 75001
/proc/meminfo: memFree=115395228/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=209724 CPUtime=2.83 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 28802 0 0 0 273 10 0 0 20 0 20 0 69394146 19521036288 52431 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 52431 5500 1 0 556523 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=3328 CPUtime=1.27 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 5672 0 0 0 123 4 0 0 20 0 20 0 69394148 19521036288 52431 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 52431 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 52431 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 52431 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 209724 KiB

[startup+3.10572 s]
/proc/loadavg: 4.29 4.23 4.20 7/341 75001
/proc/meminfo: memFree=115207508/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=426856 CPUtime=6.02 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 40573 0 0 0 586 16 0 0 20 0 20 0 69394146 19521036288 106714 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 106714 5500 1 0 559424 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=14976 CPUtime=2.81 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 6899 0 0 0 273 8 0 0 20 0 20 0 69394148 19521036288 106714 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 106714 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 106714 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 106714 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 426856 KiB

[startup+6.30024 s]
/proc/loadavg: 4.29 4.23 4.20 6/341 75001
/proc/meminfo: memFree=114244056/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=1508084 CPUtime=10.6 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 43152 0 0 0 1022 38 0 0 20 0 20 0 69394146 19521036288 377021 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 377021 5500 1 0 860340 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=0 CPUtime=5.92 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 8205 0 0 0 563 29 0 0 20 0 20 0 69394148 19521036288 377021 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 377021 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 377021 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=224088 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 377021 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 10.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1508084 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.22 4.19 5/341 75001
/proc/meminfo: memFree=113499312/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=2058312 CPUtime=17.15 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 44043 0 0 0 1666 49 0 0 20 0 20 0 69394146 19521036288 514578 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 514578 5500 1 0 860392 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=224088 CPUtime=12.25 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 8984 0 0 0 1187 38 0 0 20 0 20 0 69394148 19521036288 514578 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=2058312 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 514578 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 514578 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 514578 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 17.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2058312 KiB

[startup+25.5002 s]
/proc/loadavg: 4.35 4.24 4.20 5/341 75068
/proc/meminfo: memFree=117393936/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=2078916 CPUtime=30.11 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 50209 0 0 0 2959 52 0 0 20 0 20 0 69394146 19521036288 519729 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 519729 5500 1 0 860392 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=0 CPUtime=24.9 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 11458 0 0 0 2450 40 0 0 20 0 20 0 69394148 19521036288 519729 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 519729 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 519729 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 519729 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 30.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2078916 KiB

[startup+51.1058 s]
/proc/loadavg: 4.30 4.24 4.20 5/341 75069
/proc/meminfo: memFree=117102540/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=2120036 CPUtime=55.98 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 57993 0 0 0 5541 57 0 0 20 0 20 0 69394146 19521036288 530009 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 530009 5500 1 0 860424 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=14976 CPUtime=50.13 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 14139 0 0 0 4970 43 0 0 20 0 20 0 69394148 19521036288 530009 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 530009 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=0 CPUtime=0 cores=5,7

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

/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=3903724 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 1714 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=3903724 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 3199.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3903724 KiB

[startup+3222.3 s]
/proc/loadavg: 4.41 4.27 4.21 5/344 75305
/proc/meminfo: memFree=111019240/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=3903724 CPUtime=3260.16 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 169617 0 0 0 325580 436 0 0 20 0 20 0 69394146 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 975931 5564 1 0 990676 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=3903724 CPUtime=3108.8 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 69263 0 0 0 310576 304 0 0 20 0 20 0 69394148 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=3903724 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=3903724 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 1787 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=3903724 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 3260.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3903724 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.24 4.20 5/344 75307
/proc/meminfo: memFree=110974664/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=3903724 CPUtime=3319.39 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 169994 0 0 0 331497 442 0 0 20 0 20 0 69394146 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 975931 5564 1 0 990676 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=14976 CPUtime=3165.5 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 69431 0 0 0 316243 307 0 0 20 0 20 0 69394148 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=3903724 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=-6000919472672696424 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 1860 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=3903724 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 3319.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3903724 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.24 4.20 6/344 75322
/proc/meminfo: memFree=110935200/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=3903724 CPUtime=3380.56 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 171312 0 0 0 337608 448 0 0 20 0 20 0 69394146 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 975931 5564 1 0 990676 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=3903724 CPUtime=3223.66 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 70539 0 0 0 322055 311 0 0 20 0 20 0 69394148 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=-6000919472672696424 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=21996 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 1860 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 975931 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 3380.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3903724 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.25 4.21 5/343 75324
/proc/meminfo: memFree=110891700/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=3903852 CPUtime=3440.38 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 175466 0 0 0 343584 454 0 0 20 0 20 0 69394146 19521036288 975963 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 975963 5564 1 0 990688 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=3903724 CPUtime=3280.82 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 72137 0 0 0 327767 315 0 0 20 0 20 0 69394148 19521036288 975963 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=3903852 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975963 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=3903852 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 1932 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975963 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=3903852 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 975963 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 3440.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3903852 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.24 4.20 5/342 75326
/proc/meminfo: memFree=110860544/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=3903852 CPUtime=3501.49 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 177762 0 0 0 349690 459 0 0 20 0 20 0 69394146 19521036288 975963 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 975963 5564 1 0 990688 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=3903724 CPUtime=3339.1 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 73502 0 0 0 333591 319 0 0 20 0 20 0 69394148 19521036288 975963 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=3903852 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975963 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=3903852 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 1932 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975963 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=3903724 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 975963 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 3501.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3903852 KiB

[startup+3522.3 s]
/proc/loadavg: 3.85 4.15 4.18 4/317 75363
/proc/meminfo: memFree=115659636/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=3903980 CPUtime=3562.72 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 178058 0 0 0 355808 464 0 0 20 0 20 0 69394146 19521036288 975995 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 975995 5564 1 0 990701 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=3903724 CPUtime=3397.35 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 73544 0 0 0 339413 322 0 0 20 0 20 0 69394148 19521036288 975995 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=3903852 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975995 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 1985 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975995 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=3903980 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 975995 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 3562.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3903980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3561.4 s]
/proc/loadavg: 3.55 4.04 4.14 4/317 75365
/proc/meminfo: memFree=115641328/131249996 swapFree=33010160/33010684
[pid=74981] ppid=74978 vsize=19063512 memory=3903980 CPUtime=3600.04 cores=5,7
/proc/74981/stat : 74981 (java) S 74978 74981 73986 0 -1 4194304 178659 0 0 0 359537 467 0 0 20 0 20 0 69394146 19521036288 975995 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
/proc/74981/statm: 4765878 975995 5564 1 0 990701 0
[pid=74981/tid=74983] ppid=74978 vsize=19063512 memory=245635481903 CPUtime=3433.46 cores=5,7
/proc/74981/task/74983/stat : 74983 (java) R 74978 74981 73986 0 -1 4194368 74027 0 0 0 343022 324 0 0 20 0 20 0 69394148 19521036288 975995 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74992] ppid=74978 vsize=19063512 memory=55212677268211 CPUtime=0 cores=5,7
/proc/74981/task/74992/stat : 74992 (Finalizer) S 74978 74981 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975995 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=74999] ppid=74978 vsize=19063512 memory=3472330512545424514 CPUtime=0 cores=5,7
/proc/74981/task/74999/stat : 74999 (Common-Cleaner) S 74978 74981 73986 0 -1 4194368 1985 0 0 0 0 0 0 0 20 0 20 0 69394150 19521036288 975995 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
[pid=74981/tid=75001] ppid=74978 vsize=19063512 memory=2688 CPUtime=0 cores=5,7
/proc/74981/task/75001/stat : 75001 (Timer-0) S 74978 74981 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69394202 19521036288 975995 18446744073709551615 94734195261440 94734195265136 140729798847984 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94734195272952 94734195273744 94734208708608 140729798850861 140729798851046 140729798851046 140729798856648 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3903980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.53 s, system=4.6928 s

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

[startup+3561.5 s]*
/proc/loadavg: 3.55 4.04 4.14 4/299 75368
/proc/meminfo: memFree=119399512/131249996 swapFree=33010160/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): 3561.52
CPU time (s): 3600.23
CPU user time (s): 3595.53
CPU system time (s): 4.6928
CPU usage (%): 101.087
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3903980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.53
system time used= 4.6928
maximum resident set size= 3905004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180977
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2015520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147307
involuntary context switches= 26253


# summary of solver processes directly reported to runsolver:
#   pid: 74981
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3595.53
#   total CPU system time (s): 4.6928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.63372 second user time and 16.6804 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-03 12:05:57
IDJOB=4517543
IDBENCH=176113
IDSOLVER=3362
FILE ID=nodeC029/4517543-1751537157
RUNJOBID= nodeC029-1751529963-73999
SLURM_JOB_ID= 9598670
Free space on /tmp= 432256 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=18-t=2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517543-1751537157/watcher-4517543-1751537157 -o /tmp/evaluation-result-4517543-1751537157/solver-4517543-1751537157 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751529963-73999 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517543-1751537157 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4517543-1751537157.opb

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

MD5SUM BENCH= 5da417552da80e99ebaacbb86c541f7c
RANDOM SEED=1186199975

nodeC029 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.718
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.46
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		: 3598.370
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.46
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		: 3645.485
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.46
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		: 3516.001
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.46
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		: 3554.290
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115561068 kB
MemAvailable:   119782452 kB
Buffers:            2128 kB
Cached:          5014836 kB
SwapCached:           40 kB
Active:         10490660 kB
Inactive:        4575192 kB
Active(anon):   10062256 kB
Inactive(anon):     4768 kB
Active(file):     428404 kB
Inactive(file):  4570424 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8592 kB
Writeback:             4 kB
AnonPages:      10051344 kB
Mapped:           124372 kB
Shmem:             18020 kB
KReclaimable:     123588 kB
Slab:             213368 kB
SReclaimable:     123588 kB
SUnreclaim:        89780 kB
KernelStack:        5216 kB
PageTables:        23400 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12025784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9746432 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432260 MiB
End job on nodeC029 at 2025-07-03 13:05:19