Trace number 4517497

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)18 3600.24 3561.33

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=20-t=2.opb
MD5SUM06b87d46bf38d4b028e9a0f41f22c2e8
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 benchmark18
Best CPU time to get the best result obtained on this benchmark3.31113
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables650
Total number of constraints72640
Number of constraints which are clauses72620
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 constraint2
Maximum length of a constraint21
Number of terms in the objective function 20
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 20
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 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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4517497-1751537082.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  objective function found
1.07/0.66	c ... done. Wall clock time 0.497s.
1.07/0.66	c declared #vars     650
1.07/0.66	c #constraints  72640
1.07/0.66	c constraints type 
1.07/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20
1.07/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
1.07/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 72600
1.07/0.66	c 72640 constraints processed.
1.07/0.68	c objective function length is 20 literals
1.46/0.83	c SATISFIABLE
1.46/0.83	c OPTIMIZING...
1.46/0.83	c Got one! Elapsed wall clock time (in seconds):0.67
1.46/0.83	o 20
1.65/0.95	c Got one! Elapsed wall clock time (in seconds):0.79
1.65/0.95	o 19
1.85/1.05	c Got one! Elapsed wall clock time (in seconds):0.895
1.85/1.05	o 18
8.38/4.39	c cleaning 2648 clauses out of 5296 with flag 0/5296
12.72/7.78	c cleaning 4319 clauses out of 8651 with flag 0/11299
15.78/10.69	c cleaning 5647 clauses out of 11328 with flag 0/18295
19.01/13.77	c cleaning 6840 clauses out of 13681 with flag 0/26295
22.11/16.72	c cleaning 7917 clauses out of 15841 with flag 0/35295
25.63/20.13	c cleaning 8965 clauses out of 17932 with flag 0/45303
29.52/24.04	c cleaning 9957 clauses out of 19959 with flag 0/56295
33.84/28.35	c cleaning 10655 clauses out of 22002 with flag 0/68295
38.62/33.01	c cleaning 11774 clauses out of 24347 with flag 0/81295
43.75/38.13	c cleaning 12807 clauses out of 26573 with flag 0/95295
49.43/43.84	c cleaning 13772 clauses out of 28766 with flag 0/110295
56.91/50.30	c cleaning 14855 clauses out of 30994 with flag 0/126295
75.79/68.94	c cleaning 16450 clauses out of 33142 with flag 0/143298
88.21/81.20	c cleaning 16718 clauses out of 34706 with flag 0/161312
96.91/89.84	c cleaning 17807 clauses out of 36971 with flag 0/180295
115.12/107.63	c cleaning 19558 clauses out of 39168 with flag 0/200299
133.31/125.34	c cleaning 19598 clauses out of 40606 with flag 0/221295
153.68/145.26	c cleaning 20851 clauses out of 43010 with flag 0/243297
174.80/165.98	c cleaning 21820 clauses out of 45157 with flag 0/266295
196.58/187.24	c cleaning 22873 clauses out of 47338 with flag 0/290296
217.59/207.89	c cleaning 23935 clauses out of 49467 with flag 0/315298
239.14/228.96	c cleaning 24937 clauses out of 51530 with flag 0/341296
268.45/257.50	c cleaning 25919 clauses out of 53593 with flag 0/368296
294.12/282.65	c cleaning 26998 clauses out of 55674 with flag 0/396296
318.97/306.95	c cleaning 27969 clauses out of 57675 with flag 0/425295
340.12/327.68	c cleaning 28956 clauses out of 59709 with flag 0/455298
364.38/353.80	c cleaning 29939 clauses out of 61750 with flag 0/486295
386.92/375.95	c cleaning 30962 clauses out of 63812 with flag 0/518296
422.26/410.41	c cleaning 31974 clauses out of 65849 with flag 0/551295
449.09/436.77	c cleaning 32968 clauses out of 67877 with flag 0/585297
477.49/464.65	c cleaning 33938 clauses out of 69909 with flag 0/620297
525.89/516.70	c cleaning 34946 clauses out of 71969 with flag 0/656295
554.79/545.04	c cleaning 35905 clauses out of 74024 with flag 0/693296
585.45/575.15	c cleaning 36962 clauses out of 76118 with flag 0/731295
620.24/609.13	c cleaning 37967 clauses out of 78157 with flag 0/770296
655.96/645.72	c cleaning 38927 clauses out of 80189 with flag 0/810295
692.09/681.13	c cleaning 39926 clauses out of 82262 with flag 0/851295
728.61/716.94	c cleaning 40922 clauses out of 84336 with flag 0/893295
761.06/748.79	c cleaning 41899 clauses out of 86415 with flag 0/936296
791.17/778.41	c cleaning 42925 clauses out of 88515 with flag 0/980295
826.70/813.28	c cleaning 43926 clauses out of 90591 with flag 0/1025296
868.67/855.93	c cleaning 44895 clauses out of 92664 with flag 0/1071295
909.08/898.94	c cleaning 45917 clauses out of 94769 with flag 0/1118295
947.80/936.96	c cleaning 46874 clauses out of 96857 with flag 0/1166300
986.46/974.81	c cleaning 47946 clauses out of 98981 with flag 0/1215298
1033.30/1020.61	c cleaning 48898 clauses out of 101032 with flag 0/1265295
1084.51/1072.08	c cleaning 49919 clauses out of 103134 with flag 0/1316295
1129.87/1116.49	c cleaning 50924 clauses out of 105215 with flag 0/1368295
1176.23/1161.97	c cleaning 51886 clauses out of 107291 with flag 0/1421295
1227.47/1212.27	c cleaning 52897 clauses out of 109406 with flag 0/1475296
1276.48/1261.26	c cleaning 53890 clauses out of 111513 with flag 0/1530300
1324.89/1308.72	c cleaning 54871 clauses out of 113618 with flag 0/1586295
1377.20/1360.32	c cleaning 55836 clauses out of 115747 with flag 0/1643295
1427.94/1410.92	c cleaning 56890 clauses out of 117912 with flag 0/1701296
1482.38/1464.45	c cleaning 57834 clauses out of 120021 with flag 0/1760295
1538.32/1519.42	c cleaning 58849 clauses out of 122187 with flag 0/1820295
1597.41/1577.45	c cleaning 59869 clauses out of 124338 with flag 0/1881295
1656.30/1635.02	c cleaning 60862 clauses out of 126471 with flag 0/1943297
1709.44/1687.34	c cleaning 61874 clauses out of 128607 with flag 0/2006295
1771.78/1750.42	c cleaning 62855 clauses out of 130733 with flag 0/2070295
1833.67/1811.21	c cleaning 63905 clauses out of 132878 with flag 0/2135295
1902.46/1878.84	c cleaning 64774 clauses out of 134973 with flag 0/2201295
1959.52/1936.90	c cleaning 65846 clauses out of 137199 with flag 0/2268295
2018.40/1994.70	c cleaning 66856 clauses out of 139354 with flag 0/2336296
2081.18/2060.32	c cleaning 67868 clauses out of 141497 with flag 0/2405295
2148.23/2126.30	c cleaning 68892 clauses out of 143631 with flag 0/2475297
2204.11/2181.33	c cleaning 69901 clauses out of 145737 with flag 0/2546295
2282.42/2258.44	c cleaning 70903 clauses out of 147836 with flag 0/2618295
2355.64/2331.69	c cleaning 71828 clauses out of 149933 with flag 0/2691295
2432.10/2406.42	c cleaning 72842 clauses out of 152105 with flag 0/2765295
2500.55/2476.37	c cleaning 73877 clauses out of 154263 with flag 0/2840295
2569.54/2544.26	c cleaning 74849 clauses out of 156386 with flag 0/2916295
2642.41/2616.63	c cleaning 75798 clauses out of 158539 with flag 0/2993297
2709.97/2683.38	c cleaning 76827 clauses out of 160740 with flag 0/3071296
2788.19/2760.14	c cleaning 77808 clauses out of 162912 with flag 0/3150295
2859.43/2831.82	c cleaning 78889 clauses out of 165104 with flag 0/3230295
2940.76/2911.87	c cleaning 79825 clauses out of 167215 with flag 0/3311295
3012.39/2984.06	c cleaning 80934 clauses out of 169393 with flag 0/3393298
3089.61/3060.06	c cleaning 81894 clauses out of 171456 with flag 0/3476295
3177.09/3145.72	c cleaning 82801 clauses out of 173562 with flag 0/3560295
3257.14/3224.46	c cleaning 83919 clauses out of 175767 with flag 0/3645301
3342.09/3308.00	c cleaning 84829 clauses out of 177845 with flag 0/3731298
3422.31/3386.70	c cleaning 85832 clauses out of 180013 with flag 0/3818295
3505.97/3468.71	c cleaning 86815 clauses out of 182182 with flag 0/3906296
3594.27/3555.58	c cleaning 87826 clauses out of 184366 with flag 0/3995295
3600.02/3561.21	c starts		: 1278
3600.02/3561.22	c conflicts		: 4004525
3600.02/3561.22	c decisions		: 18926889
3600.02/3561.22	c propagations		: 184255788
3600.02/3561.22	c inspects		: 6271620372
3600.02/3561.22	c shortcuts		: 0
3600.02/3561.22	c learnt literals	: 0
3600.02/3561.22	c learnt binary clauses	: 0
3600.02/3561.22	c learnt ternary clauses	: 72578
3600.02/3561.22	c learnt constraints	: 4004524
3600.02/3561.22	c ignored constraints	: 0
3600.02/3561.22	c root simplifications	: 0
3600.02/3561.22	c removed literals (reason simplification)	: 0
3600.02/3561.22	c reason swapping (by a shorter reason)	: 0
3600.02/3561.22	c Calls to reduceDB	: 85
3600.02/3561.22	c Number of update (reduction) of LBD	: 5750412
3600.02/3561.22	c Imported unit clauses	: 0
3600.02/3561.22	c No decision after first conflict	: false
3600.02/3561.22	c number of reductions to clauses (during analyze)	: 0
3600.02/3561.22	c number of learned constraints concerned by reduction	: 0
3600.02/3561.22	c number of learning phase by resolution	: 0
3600.02/3561.22	c number of learning phase by cutting planes	: 0
3600.02/3561.22	c number of rounding to 1 operations	: 0
3600.02/3561.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3561.22	c number of reductions of the coefficients by power 2 	: 0
3600.02/3561.22	c number of right shift for reduction by power 2 	: 0
3600.02/3561.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3561.22	c number of ending skipping 	: 0
3600.02/3561.22	c number of internal skipping 	: 0
3600.02/3561.22	c number of derivation steps 	: 53924156
3600.02/3561.22	c number of skipped derivation steps 	: 0
3600.02/3561.22	c number of remaining unassigned 	: 13410
3600.02/3561.22	c number of remaining assigned 	: 1007442266
3600.02/3561.22	c number of falsified literals weakened from reason	: 0
3600.02/3561.22	c number of falsified literals weakened from conflict	: 0
3600.02/3561.22	c time for arithmetic operations	: 6614473022
3600.02/3561.22	c minimum degree of deleted constraints	: 1
3600.02/3561.22	c maximum degree of deleted constraints	: 206215100
3600.02/3561.22	c number of deleted constraints	: 3898755
3600.02/3561.22	c speed (assignments/second)	: 51749.394193015665
3600.02/3561.22	c non guided choices	: 1293
3600.02/3561.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 96712
3600.02/3561.29	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4340
3600.02/3561.29	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4717
3600.02/3561.29	s SATISFIABLE
3600.02/3561.29	c Found 3 solution(s)
3600.02/3561.30	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 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 x611 -x612 -x613 x614 -x615 x616 -x617 x618 -x619 x620 x621 -x622 x623 -x624 x625 -x626 x627 -x628 x629 -x630 -x631 x632 -x633 x634 -x635 x636 -x637 x638 -x639 x640 x641 -x642 -x643 x644 -x645 x646 x647 -x648 -x649 x650 
3600.02/3561.30	c objective function=18
3600.02/3561.30	c Total wall clock time (in seconds): 3561.14

Verifier Data

OK	18

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

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

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 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=74912, runsolver pid=74909

[startup+0.10006 s]*
/proc/loadavg: 4.25 4.20 4.19 5/341 74930
/proc/meminfo: memFree=114078072/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=18930384 memory=57828 CPUtime=0.13 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 6586 0 0 0 11 2 0 0 20 0 18 0 69386602 19384713216 14457 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4732596 14457 5345 1 0 547620 0
[pid=74912/tid=74914] ppid=74909 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 5076 0 0 0 6 1 0 0 20 0 18 0 69386604 19384713216 14457 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69386606 19384713216 14457 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=18930384 memory=59585004339238 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69386606 19384713216 14457 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57828 KiB

[startup+0.20586 s]*
/proc/loadavg: 4.25 4.20 4.19 7/341 74930
/proc/meminfo: memFree=114069124/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=18930384 memory=66796 CPUtime=0.32 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 7168 0 0 0 29 3 0 0 20 0 18 0 69386602 19384713216 16699 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4732596 16699 5473 1 0 548020 0
[pid=74912/tid=74914] ppid=74909 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 5383 0 0 0 15 2 0 0 20 0 18 0 69386604 19384713216 16699 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=18930384 memory=2641 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69386606 19384713216 16699 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69386606 19384713216 16699 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66796 KiB

[startup+0.305842 s]*
/proc/loadavg: 4.25 4.20 4.19 6/341 74930
/proc/meminfo: memFree=114006676/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=18930384 memory=134892 CPUtime=0.49 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 8797 0 0 0 45 4 0 0 20 0 18 0 69386602 19384713216 33723 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4732596 33723 5473 1 0 549119 0
[pid=74912/tid=74914] ppid=74909 vsize=18930384 memory=-6000919468495169640 CPUtime=0.24 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 5421 0 0 0 21 3 0 0 20 0 18 0 69386604 19384713216 33723 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69386606 19384713216 33723 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 69386606 19384713216 33723 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 134892 KiB

[startup+0.700235 s]
/proc/loadavg: 4.25 4.20 4.19 6/342 74931
/proc/meminfo: memFree=113982100/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=244600 CPUtime=1.26 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 12697 0 0 0 119 7 0 0 20 0 20 0 69386602 19521036288 61150 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 61150 5505 1 0 552356 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=18688 CPUtime=0.56 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 5615 0 0 0 51 5 0 0 20 0 20 0 69386604 19521036288 61150 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 61150 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 61150 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 244600 KiB

[startup+1.50026 s]
/proc/loadavg: 4.25 4.20 4.19 6/343 74932
/proc/meminfo: memFree=113841552/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=453428 CPUtime=2.84 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 24544 0 0 0 270 14 0 0 20 0 20 0 69386602 19521036288 113357 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 113357 5505 1 0 980709 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=3328 CPUtime=1.29 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 5729 0 0 0 120 9 0 0 20 0 20 0 69386604 19521036288 113357 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 113357 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 113357 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=14976 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 113357 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 453428 KiB

[startup+3.10584 s]
/proc/loadavg: 4.31 4.22 4.19 6/342 74932
/proc/meminfo: memFree=113429684/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=715112 CPUtime=6.03 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 25092 0 0 0 581 22 0 0 20 0 20 0 69386602 19521036288 178778 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 178778 5505 1 0 980796 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=14976 CPUtime=2.83 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 5838 0 0 0 269 14 0 0 20 0 20 0 69386604 19521036288 178778 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 178778 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 178778 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 178778 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 715112 KiB

[startup+6.30027 s]
/proc/loadavg: 4.31 4.22 4.19 6/342 74932
/proc/meminfo: memFree=112981708/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=1156892 CPUtime=11.12 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 31242 0 0 0 1079 33 0 0 20 0 20 0 69386602 19521036288 289223 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 289223 5505 1 0 980885 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=0 CPUtime=5.92 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 7301 0 0 0 570 22 0 0 20 0 20 0 69386604 19521036288 289223 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 289223 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 289223 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=488248 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 289223 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 11.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1156892 KiB

[startup+12.7002 s]
/proc/loadavg: 4.36 4.23 4.20 5/342 74932
/proc/meminfo: memFree=112056816/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=2128100 CPUtime=17.99 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 34100 0 0 0 1744 55 0 0 20 0 20 0 69386602 19521036288 532025 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 532025 5505 1 0 980951 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=488248 CPUtime=12.22 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 8383 0 0 0 1180 42 0 0 20 0 20 0 69386604 19521036288 532025 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=1884260 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 532025 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 532025 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 532025 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 17.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2128100 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.22 4.19 5/342 74932
/proc/meminfo: memFree=111724892/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=2376076 CPUtime=31.04 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 40041 0 0 0 3041 63 0 0 20 0 20 0 69386602 19521036288 594019 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 594019 5537 1 0 980958 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=0 CPUtime=24.85 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 10828 0 0 0 2436 49 0 0 20 0 20 0 69386604 19521036288 594019 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=14976 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 594019 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=2376076 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 594019 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=2376076 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 594019 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 31.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2376076 KiB

[startup+51.1058 s]
/proc/loadavg: 4.26 4.22 4.19 5/342 74932
/proc/meminfo: memFree=111675340/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=2403352 CPUtime=57.77 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 52503 0 0 0 5707 70 0 0 20 0 20 0 69386602 19521036288 600838 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 600838 5537 1 0 981089 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=2376076 CPUtime=50.1 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 13333 0 0 0 4956 54 0 0 20 0 20 0 69386604 19521036288 600838 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=26512 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 600838 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=2308 CPUtime=0 cores=4,6

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

/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=3874888 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 2044 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=3874888 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 3193.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3874888 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.20 4.19 5/343 75302
/proc/meminfo: memFree=111067072/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=3874888 CPUtime=3255.05 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 168296 0 0 0 324973 532 0 0 20 0 20 0 69386602 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 968722 5569 1 0 981842 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=3874888 CPUtime=3103.3 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 70295 0 0 0 309953 377 0 0 20 0 20 0 69386604 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=3874888 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=3874888 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 2045 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=3874888 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 3255.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3874888 KiB

[startup+3282.3 s]
/proc/loadavg: 4.53 4.29 4.22 5/344 75305
/proc/meminfo: memFree=111031540/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=3874888 CPUtime=3316.09 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 170065 0 0 0 331071 538 0 0 20 0 20 0 69386602 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 968722 5569 1 0 981842 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=3874888 CPUtime=3161.72 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 71758 0 0 0 315790 382 0 0 20 0 20 0 69386604 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=14976 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=3874888 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 2098 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=9344 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 3316.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3874888 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.25 4.21 5/344 75307
/proc/meminfo: memFree=110993060/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=3874888 CPUtime=3377.04 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 170887 0 0 0 337158 546 0 0 20 0 20 0 69386602 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 968722 5569 1 0 981842 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=5632 CPUtime=3220.23 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 72268 0 0 0 321636 387 0 0 20 0 20 0 69386604 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=3874888 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=14976 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 2167 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 3377.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3874888 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.23 4.20 5/344 75322
/proc/meminfo: memFree=110938224/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=3874888 CPUtime=3438.08 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 171558 0 0 0 343256 552 0 0 20 0 20 0 69386602 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 968722 5569 1 0 981842 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=3874888 CPUtime=3278.74 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 72782 0 0 0 327483 391 0 0 20 0 20 0 69386604 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=3874888 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=3874888 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 2167 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=-6000919468495169640 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 968722 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 3438.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3874888 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.25 4.21 5/343 75324
/proc/meminfo: memFree=110909244/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=3875016 CPUtime=3499.49 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 174919 0 0 0 349390 559 0 0 20 0 20 0 69386602 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 968754 5569 1 0 981847 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=3874888 CPUtime=3337.05 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 74157 0 0 0 333309 396 0 0 20 0 20 0 69386604 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=3108160 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=3875016 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 2168 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=3875016 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 3499.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3875016 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.23 4.20 5/342 75326
/proc/meminfo: memFree=110867348/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=3875016 CPUtime=3560.51 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 176946 0 0 0 355483 568 0 0 20 0 20 0 69386602 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 968754 5569 1 0 981847 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=3875016 CPUtime=3395.48 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 75808 0 0 0 339146 402 0 0 20 0 20 0 69386604 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=3875016 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 2215 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=2760 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 3560.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3875016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3561.2 s]
/proc/loadavg: 4.34 4.27 4.21 5/343 75329
/proc/meminfo: memFree=110832204/131249996 swapFree=33010160/33010684
[pid=74912] ppid=74909 vsize=19063512 memory=3875016 CPUtime=3600.02 cores=4,6
/proc/74912/stat : 74912 (java) S 74909 74912 73986 0 -1 4194304 177316 0 0 0 359430 572 0 0 20 0 20 0 69386602 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
/proc/74912/statm: 4765878 968754 5569 1 0 981847 0
[pid=74912/tid=74914] ppid=74909 vsize=19063512 memory=2760 CPUtime=3433.47 cores=4,6
/proc/74912/task/74914/stat : 74914 (java) R 74909 74912 73986 0 -1 4194368 75960 0 0 0 342942 405 0 0 20 0 20 0 69386604 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74923] ppid=74909 vsize=19063512 memory=21996 CPUtime=0 cores=4,6
/proc/74912/task/74923/stat : 74923 (Finalizer) S 74909 74912 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74930] ppid=74909 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/74912/task/74930/stat : 74930 (Common-Cleaner) S 74909 74912 73986 0 -1 4194368 2282 0 0 0 0 0 0 0 20 0 20 0 69386606 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
[pid=74912/tid=74932] ppid=74909 vsize=19063512 memory=1664 CPUtime=0 cores=4,6
/proc/74912/task/74932/stat : 74932 (Timer-0) S 74909 74912 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69386671 19521036288 968754 18446744073709551615 94144748986368 94144748990064 140729341799568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94144748997880 94144748998672 94144750604288 140729341806893 140729341807078 140729341807078 140729341812680 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3875016 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.5 s, system=5.74107 s

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

[startup+3561.3 s]*
/proc/loadavg: 4.34 4.27 4.21 5/325 75332
/proc/meminfo: memFree=110833624/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.33
CPU time (s): 3600.24
CPU user time (s): 3594.5
CPU system time (s): 5.74107
CPU usage (%): 101.093
Max. virtual memory (cumulated for all children) (KiB): 19067612
Max. memory (cumulated for all children) (KiB): 3875016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.5
system time used= 5.74107
maximum resident set size= 3876168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179598
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1977864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145902
involuntary context switches= 19885


# summary of solver processes directly reported to runsolver:
#   pid: 74912
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3594.5
#   total CPU system time (s): 5.74107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.39414 second user time and 17.2943 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-03 12:04:42
IDJOB=4517497
IDBENCH=176097
IDSOLVER=3362
FILE ID=nodeC029/4517497-1751537082
RUNJOBID= nodeC029-1751529963-73997
SLURM_JOB_ID= 9598670
Free space on /tmp= 432248 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=20-t=2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517497-1751537082/watcher-4517497-1751537082 -o /tmp/evaluation-result-4517497-1751537082/solver-4517497-1751537082 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751529963-73997 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517497-1751537082 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4517497-1751537082.opb

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

MD5SUM BENCH= 06b87d46bf38d4b028e9a0f41f22c2e8
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.733
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		: 3599.751
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		: 3600.774
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		: 3600.697
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		: 3599.466
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.747
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.712
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		: 3739.170
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:        114104912 kB
MemAvailable:   118394416 kB
Buffers:            2128 kB
Cached:          5082904 kB
SwapCached:           40 kB
Active:         11878296 kB
Inactive:        4643304 kB
Active(anon):   11449892 kB
Inactive(anon):     4768 kB
Active(file):     428404 kB
Inactive(file):  4638536 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8256 kB
Writeback:             0 kB
AnonPages:      11438988 kB
Mapped:           124256 kB
Shmem:             18020 kB
KReclaimable:     123604 kB
Slab:             213328 kB
SReclaimable:     123604 kB
SUnreclaim:        89724 kB
KernelStack:        5232 kB
PageTables:        26060 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12139556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11167744 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= 432256 MiB
End job on nodeC029 at 2025-07-03 13:04:03