Trace number 4498463

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)-24 3600.38 3586.6

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_500_60_4.opb
MD5SUM38e00c2bd7e76d458d5bc96a9953dc34
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-46
Best CPU time to get the best result obtained on this benchmark72001.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74916
Sum of products size (including duplicates)149832
Number of different products37458
Sum of products size74916

Quality of the solution as a function of time


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

Solver Data

0.11/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.19	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.28/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.23	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.44/0.37	c Pseudo Boolean Optimization by upper bound
0.44/0.37	c --- Begin Solver configuration ---
0.44/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.37	c Learn all clauses as in MiniSAT
0.44/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.37	c Expensive reason simplification
0.44/0.37	c Glucose 2.1 dynamic restart strategy
0.44/0.37	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.44/0.37	c timeout=2147483s
0.44/0.37	c DB Simplification allowed=false
0.44/0.37	c Listener: none
0.44/0.37	c --- End Solver configuration ---
0.44/0.37	c solving HOME/instance-4498463-1751396662.opb
0.44/0.37	c reading problem ... 
0.44/0.37	c  objective function found
2.43/1.44	c ... done. Wall clock time 1.062s.
2.43/1.44	c declared #vars     1000
2.43/1.44	c internal #vars     38458
2.43/1.44	c #constraints  76418
2.43/1.44	c constraints type 
2.43/1.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
2.43/1.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1002
2.43/1.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37458
2.43/1.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37458
2.43/1.44	c 76418 constraints processed.
2.43/1.46	c objective function length is 500 literals
9.01/6.39	c SATISFIABLE
9.01/6.39	c OPTIMIZING...
9.01/6.39	c Got one! Elapsed wall clock time (in seconds):6.026
9.01/6.39	o -20
15.97/12.48	c cleaning 2835 clauses out of 5670 with flag 76540/5670
22.43/18.76	c cleaning 4416 clauses out of 8831 with flag 113727/11666
22.62/18.87	c Got one! Elapsed wall clock time (in seconds):18.502
22.62/18.87	o -21
24.97/21.06	c Got one! Elapsed wall clock time (in seconds):20.689
24.97/21.06	o -22
29.93/25.56	c cleaning 5195 clauses out of 10471 with flag 43494/17722
37.89/33.44	c cleaning 5633 clauses out of 11265 with flag 78820/23711
46.25/41.70	c cleaning 6292 clauses out of 12633 with flag 118667/30712
56.45/51.92	c cleaning 7172 clauses out of 14343 with flag 161750/38714
59.44/54.98	c Got one! Elapsed wall clock time (in seconds):54.617
59.44/54.99	o -23
62.41/57.66	c cleaning 6375 clauses out of 12753 with flag 23942/44296
72.30/67.54	c cleaning 6215 clauses out of 12430 with flag 53106/50348
82.91/77.93	c cleaning 6562 clauses out of 13170 with flag 103556/57303
96.20/91.28	c cleaning 7362 clauses out of 14735 with flag 142753/65430
108.39/103.46	c cleaning 8089 clauses out of 16237 with flag 204100/74294
123.49/118.59	c cleaning 9062 clauses out of 18144 with flag 241157/84290
138.70/133.50	c cleaning 10065 clauses out of 20189 with flag 293962/95397
154.59/149.44	c cleaning 11023 clauses out of 22046 with flag 390995/107319
171.09/165.99	c cleaning 12088 clauses out of 24176 with flag 456052/120472
187.02/181.79	c cleaning 12958 clauses out of 25916 with flag 526721/134300
202.57/196.91	c cleaning 13972 clauses out of 27948 with flag 568597/149290
241.32/235.79	c cleaning 15040 clauses out of 30079 with flag 619152/165393
280.39/274.88	c cleaning 15969 clauses out of 31938 with flag 672548/182292
309.80/304.02	c cleaning 16990 clauses out of 33980 with flag 789830/200303
344.94/339.28	c cleaning 17992 clauses out of 35984 with flag 903903/219297
382.34/376.48	c cleaning 18992 clauses out of 37985 with flag 1034124/239290
407.76/401.66	c cleaning 20006 clauses out of 40015 with flag 1081701/260312
461.75/455.40	c cleaning 20973 clauses out of 41992 with flag 1127741/282295
498.33/491.55	c cleaning 22016 clauses out of 44043 with flag 1177006/305319
524.69/517.76	c cleaning 22992 clauses out of 45998 with flag 1226875/329290
562.70/554.53	c cleaning 24019 clauses out of 48037 with flag 1282503/354321
606.43/597.87	c cleaning 24995 clauses out of 49990 with flag 1338287/380293
657.70/648.93	c cleaning 25997 clauses out of 51993 with flag 1396470/407291
722.98/713.87	c cleaning 26998 clauses out of 53999 with flag 1456254/435294
805.23/795.78	c cleaning 27998 clauses out of 55997 with flag 1519415/464290
832.55/822.66	c cleaning 28992 clauses out of 58000 with flag 1587632/494291
871.97/861.44	c cleaning 30016 clauses out of 60032 with flag 1649680/525315
899.88/888.94	c cleaning 30998 clauses out of 62000 with flag 1713970/557299
933.87/922.51	c cleaning 32015 clauses out of 64029 with flag 1787609/590326
1007.35/996.00	c cleaning 32885 clauses out of 65978 with flag 2018543/624290
1081.60/1070.05	c cleaning 34044 clauses out of 68094 with flag 2333496/659291
1215.31/1203.71	c cleaning 35010 clauses out of 70053 with flag 2768411/695294
1314.61/1303.00	c cleaning 36008 clauses out of 72039 with flag 3089476/732290
1393.06/1380.39	c cleaning 37000 clauses out of 74035 with flag 3399604/770294
1512.25/1499.55	c cleaning 37985 clauses out of 76046 with flag 3635456/809305
1661.83/1649.12	c cleaning 39005 clauses out of 78048 with flag 3886259/849292
1741.16/1728.13	c cleaning 40021 clauses out of 80048 with flag 4115883/890297
1806.85/1793.70	c cleaning 40949 clauses out of 82033 with flag 4351448/932303
1903.65/1890.56	c cleaning 42031 clauses out of 84075 with flag 4570161/975294
1934.29/1921.27	c Got one! Elapsed wall clock time (in seconds):1920.903
1934.29/1921.27	o -24
1940.20/1926.97	c cleaning 32650 clauses out of 65299 with flag 27985/998549
1945.09/1931.88	c cleaning 19322 clauses out of 38648 with flag 40714/1004548
1957.28/1944.10	c cleaning 13161 clauses out of 26326 with flag 55972/1011548
1974.94/1961.73	c cleaning 10583 clauses out of 21165 with flag 78887/1019548
1983.93/1970.70	c cleaning 9797 clauses out of 19595 with flag 100588/1028561
2009.03/1995.80	c cleaning 9894 clauses out of 19789 with flag 122220/1038552
2039.38/2026.25	c cleaning 10445 clauses out of 20894 with flag 146658/1049551
2057.45/2044.38	c cleaning 11225 clauses out of 22452 with flag 172715/1061554
2092.90/2079.82	c cleaning 12111 clauses out of 24223 with flag 202640/1074550
2113.66/2100.61	c cleaning 13053 clauses out of 26110 with flag 232959/1088548
2133.08/2120.04	c cleaning 14043 clauses out of 28087 with flag 265582/1103578
2171.51/2158.53	c cleaning 15009 clauses out of 30022 with flag 313581/1119556
2222.70/2209.76	c cleaning 16003 clauses out of 32019 with flag 354082/1136562
2263.43/2250.50	c cleaning 17004 clauses out of 34010 with flag 393078/1154556
2344.48/2331.55	c cleaning 18007 clauses out of 36013 with flag 444056/1173563
2386.32/2373.48	c cleaning 18993 clauses out of 37999 with flag 490583/1193556
2470.00/2457.04	c cleaning 19995 clauses out of 40004 with flag 541448/1214554
2510.33/2497.21	c cleaning 20999 clauses out of 42017 with flag 590637/1236562
2614.58/2601.62	c cleaning 21991 clauses out of 44005 with flag 657959/1259549
2651.73/2638.69	c cleaning 22992 clauses out of 46015 with flag 722311/1283550
2739.23/2726.07	c cleaning 24021 clauses out of 48048 with flag 784741/1308575
2789.09/2775.82	c cleaning 25009 clauses out of 50022 with flag 845716/1334570
2850.77/2837.62	c cleaning 26003 clauses out of 52010 with flag 903910/1361567
2922.20/2909.04	c cleaning 26979 clauses out of 54005 with flag 974856/1389565
3011.22/2997.56	c cleaning 28007 clauses out of 56015 with flag 1056703/1418554
3059.22/3045.43	c cleaning 28947 clauses out of 58007 with flag 1250623/1448553
3123.21/3109.51	c cleaning 30019 clauses out of 60057 with flag 1507964/1479550
3220.90/3207.23	c cleaning 30947 clauses out of 62038 with flag 1775309/1511550
3320.62/3307.19	c cleaning 32046 clauses out of 64092 with flag 2051918/1544551
3419.09/3405.53	c cleaning 32979 clauses out of 66122 with flag 2249237/1578627
3550.44/3536.98	c cleaning 33998 clauses out of 68066 with flag 2390360/1613550
3600.02/3586.43	c starts		: 5197
3600.02/3586.44	c conflicts		: 1630903
3600.02/3586.44	c decisions		: 18279821
3600.02/3586.44	c propagations		: 465595786
3600.02/3586.44	c inspects		: 18606498516
3600.02/3586.44	c shortcuts		: 0
3600.02/3586.44	c learnt literals	: 0
3600.02/3586.44	c learnt binary clauses	: 41
3600.02/3586.44	c learnt ternary clauses	: 3189
3600.02/3586.44	c learnt constraints	: 1630903
3600.02/3586.44	c ignored constraints	: 0
3600.02/3586.44	c root simplifications	: 0
3600.02/3586.44	c removed literals (reason simplification)	: 741765706
3600.02/3586.44	c reason swapping (by a shorter reason)	: 0
3600.02/3586.44	c Calls to reduceDB	: 76
3600.02/3586.44	c Number of update (reduction) of LBD	: 154234
3600.02/3586.44	c Imported unit clauses	: 0
3600.02/3586.44	c No decision after first conflict	: false
3600.02/3586.44	c number of reductions to clauses (during analyze)	: 0
3600.02/3586.44	c number of learned constraints concerned by reduction	: 0
3600.02/3586.44	c number of learning phase by resolution	: 0
3600.02/3586.44	c number of learning phase by cutting planes	: 0
3600.02/3586.44	c number of rounding to 1 operations	: 0
3600.02/3586.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3586.44	c number of reductions of the coefficients by power 2 	: 0
3600.02/3586.44	c number of right shift for reduction by power 2 	: 0
3600.02/3586.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3586.44	c number of ending skipping 	: 0
3600.02/3586.44	c number of internal skipping 	: 0
3600.02/3586.44	c number of derivation steps 	: 0
3600.02/3586.44	c number of skipped derivation steps 	: 0
3600.02/3586.44	c number of remaining unassigned 	: 0
3600.02/3586.45	c number of remaining assigned 	: 0
3600.02/3586.45	c number of falsified literals weakened from reason	: 0
3600.02/3586.45	c number of falsified literals weakened from conflict	: 0
3600.02/3586.45	c time for arithmetic operations	: 0
3600.02/3586.45	c minimum degree of deleted constraints	: null
3600.02/3586.45	c maximum degree of deleted constraints	: null
3600.02/3586.45	c number of deleted constraints	: 0
3600.02/3586.46	c speed (assignments/second)	: 129874.24343942243
3600.02/3586.46	c non guided choices	: 0
3600.21/3586.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 51380
3600.21/3586.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 41
3600.21/3586.54	s SATISFIABLE
3600.21/3586.54	c Found 5 solution(s)
3600.21/3586.55	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 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 x777 -x778 -x779 -x780 -x781 -x782 -x783 x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 x823 -x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 x836 x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 x848 -x849 x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 x981 -x982 x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 
3600.21/3586.55	c objective function=-24
3600.21/3586.56	c Total wall clock time (in seconds): 3586.197

Verifier Data

OK	-24

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: 63794 MiB (62536 MiB free)
  memory of node 1: 64507 MiB (54508 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498463-1751396662/watcher-4498463-1751396662 -o /tmp/evaluation-result-4498463-1751396662/solver-4498463-1751396662 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751396661-59139 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498463-1751396662.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=59212, runsolver pid=59193

[startup+0.100073 s]*
/proc/loadavg: 1.04 1.15 1.88 11/321 59265
/proc/meminfo: memFree=119779352/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=18930384 memory=46932 CPUtime=0.11 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 5667 0 0 0 7 4 0 0 20 0 18 0 55345963 19384713216 11733 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4732596 11733 5075 1 0 546890 0
[pid=59212/tid=59216] ppid=59193 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 4590 0 0 0 4 2 0 0 20 0 18 0 55345965 19384713216 11733 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55345971 19384713216 11733 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=18930384 memory=59593594258114 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55345972 19384713216 11733 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 46932 KiB

[startup+0.214401 s]*
/proc/loadavg: 1.04 1.15 1.88 9/321 59265
/proc/meminfo: memFree=119769284/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=18930384 memory=52028 CPUtime=0.28 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 6144 0 0 0 23 5 0 0 20 0 18 0 55345963 19384713216 13007 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4732596 13007 5363 1 0 547261 0
[pid=59212/tid=59216] ppid=59193 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 4973 0 0 0 14 3 0 0 20 0 18 0 55345965 19384713216 13007 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=18930384 memory=16142 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55345971 19384713216 13007 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55345972 19384713216 13007 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52028 KiB

[startup+0.31478 s]*
/proc/loadavg: 1.04 1.15 1.88 9/321 59265
/proc/meminfo: memFree=119751388/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=18930384 memory=58196 CPUtime=0.44 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 6671 0 0 0 38 6 0 0 20 0 18 0 55345963 19384713216 14549 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4732596 14549 5363 1 0 547705 0
[pid=59212/tid=59216] ppid=59193 vsize=18930384 memory=-6000919494114501482 CPUtime=0.26 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 5134 0 0 0 22 4 0 0 20 0 18 0 55345965 19384713216 14549 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55345971 19384713216 14549 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55345972 19384713216 14549 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58196 KiB

[startup+0.700404 s]
/proc/loadavg: 1.04 1.15 1.88 12/322 59268
/proc/meminfo: memFree=119727472/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=18930384 memory=80464 CPUtime=1.13 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 7736 0 0 0 105 8 0 0 20 0 18 0 55345963 19384713216 20116 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4732596 20116 5427 1 0 548037 0
[pid=59212/tid=59216] ppid=59193 vsize=18930384 memory=17920 CPUtime=0.59 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 5314 0 0 0 54 5 0 0 20 0 18 0 55345965 19384713216 20116 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=18930384 memory=10624 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55345971 19384713216 20116 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55345972 19384713216 20116 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 80464 KiB

[startup+1.5003 s]
/proc/loadavg: 1.04 1.15 1.88 7/303 59279
/proc/meminfo: memFree=119616076/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=217456 CPUtime=2.61 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 17370 0 0 0 243 18 0 0 20 0 20 0 55345963 19521036288 54364 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 54364 5523 1 0 554502 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=3200 CPUtime=1.15 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 5462 0 0 0 108 7 0 0 20 0 20 0 55345965 19521036288 54364 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 54364 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 54364 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 217456 KiB

[startup+3.1059 s]
/proc/loadavg: 1.60 1.26 1.91 8/325 59334
/proc/meminfo: memFree=119495072/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=223820 CPUtime=5.59 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 26986 0 0 0 537 22 0 0 20 0 20 0 55345963 19521036288 55955 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 55955 5523 1 0 555563 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=10624 CPUtime=2.68 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 5606 0 0 0 258 10 0 0 20 0 20 0 55345965 19521036288 55955 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 55955 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 55955 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 55955 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 5.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 223820 KiB

[startup+6.30042 s]
/proc/loadavg: 1.60 1.26 1.91 5/327 59336
/proc/meminfo: memFree=119256792/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=210212 CPUtime=9.01 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 27738 0 0 0 878 23 0 0 20 0 20 0 55345963 19521036288 52553 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 52553 5523 1 0 555581 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=0 CPUtime=5.87 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 5849 0 0 0 577 10 0 0 20 0 20 0 55345965 19521036288 52553 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 52553 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=-6000919494114501482 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 52553 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 52553 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 9.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210212 KiB

[startup+12.7004 s]
/proc/loadavg: 2.05 1.37 1.94 5/328 59337
/proc/meminfo: memFree=118987052/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=213284 CPUtime=16.39 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 34986 0 0 0 1614 25 0 0 20 0 20 0 55345963 19521036288 53321 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 53321 5523 1 0 555613 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=418544 CPUtime=12.25 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 8525 0 0 0 1215 10 0 0 20 0 20 0 55345965 19521036288 53321 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=211236 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 53321 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 53321 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=223820 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 53321 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 16.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 213284 KiB

[startup+25.5005 s]
/proc/loadavg: 2.43 1.48 1.97 5/329 59338
/proc/meminfo: memFree=118729320/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=284932 CPUtime=29.93 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 44338 0 0 0 2963 30 0 0 20 0 20 0 55345963 19521036288 71233 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 71233 5555 1 0 1299407 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=223820 CPUtime=24.86 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 9935 0 0 0 2476 10 0 0 20 0 20 0 55345965 19521036288 71233 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=213412 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 71233 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=214308 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 71233 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=198340509722 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 71233 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 29.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 284932 KiB

[startup+51.1136 s]
/proc/loadavg: 3.10 1.71 2.04 5/329 59339
/proc/meminfo: memFree=118372988/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=379268 CPUtime=55.66 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 45114 0 0 0 5531 35 0 0 20 0 20 0 55345963 19521036288 94817 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 94817 5555 1 0 1299407 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=340356 CPUtime=50.4 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 10381 0 0 0 5027 13 0 0 20 0 20 0 55345965 19521036288 94817 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=377220 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 94817 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=342404 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 94817 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=346500 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 94817 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 55.66 s

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

[startup+3282.3 s]
/proc/loadavg: 4.10 4.15 4.07 5/326 59484
/proc/meminfo: memFree=107633236/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3295.85 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 124638 0 0 0 329271 314 0 0 20 0 20 0 55345963 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 924959 5555 1 0 1303208 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3260.87 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 45126 0 0 0 326062 25 0 0 20 0 20 0 55345965 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 2622 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 3295.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3699836 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.15 4.08 5/326 59486
/proc/meminfo: memFree=107546160/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3355.98 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 126221 0 0 0 335280 318 0 0 20 0 20 0 55345963 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 924959 5555 1 0 1303208 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3320.46 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 45667 0 0 0 332021 25 0 0 20 0 20 0 55345965 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 2660 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 3355.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3699836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.08 5/326 59499
/proc/meminfo: memFree=107372220/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3415.88 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 126424 0 0 0 341268 320 0 0 20 0 20 0 55345963 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 924959 5555 1 0 1303208 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3380.31 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 45864 0 0 0 338006 25 0 0 20 0 20 0 55345965 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 2660 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 3415.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3699836 KiB

[startup+3462.3 s]
/proc/loadavg: 4.52 4.24 4.12 5/326 59501
/proc/meminfo: memFree=107377148/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3475.8 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 127224 0 0 0 347256 324 0 0 20 0 20 0 55345963 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 924959 5555 1 0 1303208 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3440.17 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 46482 0 0 0 343992 25 0 0 20 0 20 0 55345965 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 2775 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 3475.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3699836 KiB

[startup+3522.3 s]
/proc/loadavg: 4.70 4.36 4.17 5/326 59505
/proc/meminfo: memFree=107377180/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3535.86 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 128519 0 0 0 353258 328 0 0 20 0 20 0 55345963 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 924959 5555 1 0 1303208 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3499.84 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 46867 0 0 0 349959 25 0 0 20 0 20 0 55345965 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 2775 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 3535.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3699836 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.31 4.16 5/327 59513
/proc/meminfo: memFree=107314000/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3595.93 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 129697 0 0 0 359262 331 0 0 20 0 20 0 55345963 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 924959 5555 1 0 1303208 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=0 CPUtime=3559.53 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 47339 0 0 0 355927 26 0 0 20 0 20 0 55345965 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=22004 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 2785 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 3595.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3699836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.4 s]
/proc/loadavg: 4.30 4.31 4.16 5/305 59551
/proc/meminfo: memFree=111078304/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3600.02 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 129697 0 0 0 359670 332 0 0 20 0 20 0 55345963 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4765878 924959 5555 1 0 1303208 0
[pid=59212/tid=59216] ppid=59193 vsize=19063512 memory=3699836 CPUtime=3563.6 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 47339 0 0 0 356334 26 0 0 20 0 20 0 55345965 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19063512 memory=-6000919494114501482 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55345971 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19063512 memory=6980 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 2785 0 0 0 0 0 0 0 20 0 20 0 55345972 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59280] ppid=59193 vsize=19063512 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59280/stat : 59280 (Timer-0) S 59193 59212 59127 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55346111 19521036288 924959 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3699836 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.02 s, system=3.35491 s

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

[startup+3586.5 s]
/proc/loadavg: 4.30 4.31 4.16 5/305 59551
/proc/meminfo: memFree=111078304/131382112 swapFree=33010160/33010684
[pid=59212] ppid=59193 vsize=19263204 memory=3700476 CPUtime=3600.21 cores=1,3
/proc/59212/stat : 59212 (java) S 59193 59212 59127 0 -1 4194304 131706 0 0 0 359689 332 0 0 20 0 21 0 55345963 19725520896 925119 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
/proc/59212/statm: 4815801 925119 5555 1 0 1304127 0
[pid=59212/tid=59216] ppid=59193 vsize=19263204 memory=0 CPUtime=3563.69 cores=1,3
/proc/59212/task/59216/stat : 59216 (java) R 59193 59212 59127 0 -1 4194368 47422 0 0 0 356343 26 0 0 20 0 21 0 55345965 19725520896 925119 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59257] ppid=59193 vsize=19263204 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59257/stat : 59257 (Finalizer) S 59193 59212 59127 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 55345971 19725520896 925119 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
[pid=59212/tid=59265] ppid=59193 vsize=19263204 memory=3699836 CPUtime=0 cores=1,3
/proc/59212/task/59265/stat : 59265 (Common-Cleaner) S 59193 59212 59127 0 -1 4194368 2785 0 0 0 0 0 0 0 20 0 21 0 55345972 19725520896 925119 18446744073709551615 94080203280384 94080203284080 140727715283824 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94080203291896 94080203292688 94080234995712 140727715289473 140727715289574 140727715289574 140727715295176 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3700476 KiB

Child status: 143

Real time (s): 3586.6
CPU time (s): 3600.38
CPU user time (s): 3597.02
CPU system time (s): 3.35491
CPU usage (%): 100.384
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3700476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.02
system time used= 3.35491
maximum resident set size= 3700732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132053
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115244
involuntary context switches= 5825


# summary of solver processes directly reported to runsolver:
#   pid: 59212
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3597.02
#   total CPU system time (s): 3.35491

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5802 second user time and 37.917 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-01 21:04:22
IDJOB=4498463
IDBENCH=148683
IDSOLVER=3363
FILE ID=nodeC009/4498463-1751396662
RUNJOBID= nodeC009-1751396661-59139
SLURM_JOB_ID= 9598271
Free space on /tmp= 432656 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_60_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498463-1751396662/watcher-4498463-1751396662 -o /tmp/evaluation-result-4498463-1751396662/solver-4498463-1751396662 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751396661-59139 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498463-1751396662.opb

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

MD5SUM BENCH= 38e00c2bd7e76d458d5bc96a9953dc34
RANDOM SEED=1164114400

nodeC009 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	: 0xb00001f
cpu MHz		: 1197.321
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.198
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.210
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.228
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.229
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.171
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.321
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.177
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        119862016 kB
MemAvailable:   129883520 kB
Buffers:            2144 kB
Cached:         10774216 kB
SwapCached:           24 kB
Active:           418572 kB
Inactive:       10424100 kB
Active(anon):      79192 kB
Inactive(anon):     5056 kB
Active(file):     339380 kB
Inactive(file): 10419044 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3572 kB
Writeback:             0 kB
AnonPages:         69428 kB
Mapped:           102804 kB
Shmem:             17936 kB
KReclaimable:     205028 kB
Slab:             290068 kB
SReclaimable:     205028 kB
SUnreclaim:        85040 kB
KernelStack:        3832 kB
PageTables:         2356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     335596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432396 MiB
End job on nodeC009 at 2025-07-01 22:04:09