Trace number 4490985

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)193 3600.33 3523.73

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/logic_synthesis/normalized-addm4.r.opb
MD5SUM0fa37067d8fd8d743bdd08ab1a39bb11
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 benchmark165
Best CPU time to get the best result obtained on this benchmark0.053286
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1073
Total number of constraints832
Number of constraints which are clauses832
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint19
Number of terms in the objective function 1073
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 1073
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1073
Number of bits of the biggest sum of numbers11
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.06/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.22	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.22	c See www.sat4j.org for details.
0.22/0.24	c version PB25.v20250606
0.22/0.26	c java.runtime.name	OpenJDK Runtime Environment
0.22/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.22/0.26	c java.vm.version	22.0.1+8-16
0.22/0.26	c java.vm.vendor	Oracle Corporation
0.22/0.26	c sun.arch.data.model	64
0.22/0.26	c java.version		22.0.1
0.22/0.26	c os.name		Linux
0.22/0.26	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.22/0.26	c os.arch		amd64
0.22/0.27	c Free memory 		2106806208
0.22/0.27	c Max memory 		16282288128
0.22/0.27	c Total memory 		2113929216
0.22/0.28	c Number of processors 	2
0.56/0.46	c Pseudo Boolean Optimization by upper bound
0.56/0.46	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.56/0.46	c  - never skip resolution steps
0.56/0.46	c  - Auto-division on coefficients is disabled
0.56/0.46	c  - No postprocessing
0.56/0.46	c  - Conflict is considered as is when resolving
0.56/0.46	c  - Use constraints as they come during conflict analysis
0.56/0.46	c  - Weaken first using unassigned literals
0.56/0.46	c  - Bump strategy: ALWAYS_ONE
0.56/0.46	c  - Bumper: EFFECTIVE
0.56/0.46	c --- Begin Solver configuration ---
0.56/0.46	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.56/0.46	c Learn all clauses as in MiniSAT
0.56/0.46	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.56/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.56/0.46	c No reason simplification
0.56/0.46	c Dynamic restart strategy considering the size of the coefficients
0.56/0.46	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.56/0.46	c timeout=2147483s
0.56/0.46	c DB Simplification allowed=false
0.56/0.46	c Listener: none
0.56/0.46	c --- End Solver configuration ---
0.56/0.46	c solving HOME/instance-4490985-1751386220.opb
0.56/0.46	c reading problem ... 
0.56/0.49	c using VERIPB proof format
0.56/0.49	c  objective function found
1.03/0.72	c ... done. Wall clock time 0.238s.
1.03/0.72	c declared #vars     1073
1.03/0.72	c #constraints  832
1.03/0.72	c constraints type 
1.03/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 73
1.03/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 759
1.03/0.73	c 832 constraints processed.
1.03/0.76	c objective function length is 1073 literals
1.23/0.84	c SATISFIABLE
1.23/0.84	c OPTIMIZING...
1.23/0.84	c Got one! Elapsed wall clock time (in seconds):0.375
1.23/0.84	o 199
1.43/0.93	c Got one! Elapsed wall clock time (in seconds):0.472
1.43/0.93	o 198
1.43/0.97	c Got one! Elapsed wall clock time (in seconds):0.504
1.43/0.97	o 197
1.63/1.03	c Got one! Elapsed wall clock time (in seconds):0.573
1.63/1.04	o 196
2.39/1.42	c Got one! Elapsed wall clock time (in seconds):0.956
2.39/1.42	o 195
2.78/1.62	c Got one! Elapsed wall clock time (in seconds):1.162
2.78/1.62	o 194
3.18/1.89	c Got one! Elapsed wall clock time (in seconds):1.428
3.18/1.89	o 193
48.88/37.26	c cleaning 2577 clauses out of 5153 with flag 0/5153
141.79/127.87	c cleaning 4288 clauses out of 8575 with flag 0/11152
282.18/264.94	c cleaning 5635 clauses out of 11287 with flag 0/18152
530.16/504.93	c cleaning 6817 clauses out of 13652 with flag 0/26152
785.92/758.88	c cleaning 7916 clauses out of 15836 with flag 0/35153
1139.83/1113.42	c cleaning 8937 clauses out of 17920 with flag 0/45153
1637.49/1611.64	c cleaning 9975 clauses out of 19982 with flag 0/56152
2186.31/2154.08	c cleaning 10987 clauses out of 22008 with flag 0/68153
2954.47/2904.92	c cleaning 11995 clauses out of 24020 with flag 0/81152
3600.09/3523.62	c starts		: 50
3600.09/3523.64	c conflicts		: 93102
3600.09/3523.64	c decisions		: 210867
3600.09/3523.64	c propagations		: 6089439
3600.09/3523.65	c inspects		: 584671133
3600.09/3523.65	c shortcuts		: 0
3600.09/3523.65	c learnt literals	: 0
3600.09/3523.65	c learnt binary clauses	: 0
3600.09/3523.65	c learnt ternary clauses	: 0
3600.09/3523.65	c learnt constraints	: 93102
3600.09/3523.65	c ignored constraints	: 0
3600.09/3523.65	c root simplifications	: 0
3600.09/3523.65	c removed literals (reason simplification)	: 0
3600.09/3523.65	c reason swapping (by a shorter reason)	: 0
3600.09/3523.65	c Calls to reduceDB	: 9
3600.09/3523.65	c Number of update (reduction) of LBD	: 169763
3600.09/3523.65	c Imported unit clauses	: 0
3600.09/3523.65	c No decision after first conflict	: false
3600.09/3523.65	c number of reductions to clauses (during analyze)	: 0
3600.09/3523.65	c number of learned constraints concerned by reduction	: 0
3600.09/3523.65	c number of learning phase by resolution	: 0
3600.09/3523.65	c number of learning phase by cutting planes	: 0
3600.09/3523.65	c number of rounding to 1 operations	: 0
3600.09/3523.65	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3523.65	c number of reductions of the coefficients by power 2 	: 0
3600.09/3523.66	c number of right shift for reduction by power 2 	: 0
3600.09/3523.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3523.66	c number of ending skipping 	: 0
3600.09/3523.66	c number of internal skipping 	: 0
3600.09/3523.66	c number of derivation steps 	: 497092
3600.09/3523.66	c number of skipped derivation steps 	: 0
3600.09/3523.66	c number of remaining unassigned 	: 2094886
3600.09/3523.66	c number of remaining assigned 	: 55749169
3600.09/3523.66	c number of falsified literals weakened from reason	: 0
3600.09/3523.66	c number of falsified literals weakened from conflict	: 0
3600.09/3523.66	c time for arithmetic operations	: 55113219741
3600.09/3523.66	c minimum degree of deleted constraints	: 368
3600.09/3523.66	c maximum degree of deleted constraints	: 2464926759892146293778675079573685100796496633920491378232146648702405474310222861194122757938741817551814314777695995193291890823956839045097969405417543968951125246780058848396188222835265727480097627403951438876637100305214691074889067845617549635406984702701448170887153450601015451060590827687819110876365115960477023361066344017768988305019202316636957140994161884790207167158853950102045034406420023073304940425963427931796215153180701282009649455310908745318347331444306705136780375473057631546899636239429551276182895439658934651782687168949500053503316293398569840597173630970358443047759157947549713627255214011134047858789026120604108303176065822829099538645967816614063191525272239302614451460495419162743787278072324479353358171840294437321714019271151799153328663664418673595865451263393198524268338523082019863868370177116209338424582174123898311635856064220921762503299934198520609557370173400608582085154006450797815234060161880047921662296536316425005005173894536903252895459524183699763105502731094026300924435162637007036376718539155667241484119916356069521381247135824870747792027365954907034230757768287119619135303612428027212952366953045973312262757764260005612528490947324953175586535131354558777742650927896401989032719407588183947083051306798877742524054137128382576821217835004332121830656432062146221446437119056701409353111795070196769991393803008269118300783825841129673063117781060666071133069610419531555174191805822085102683203905213562165641154401746716736605001252584783357053958701106714708975826603738835770339892147714190147602157324088267586419387369564736845546139710499028512085385687934354451609328357073621218222996825658128757114516280613651638527000013813651015785102190142288967458582947050261925058889215784425339645305521263501393004461335247281704178280867966660740690412503549851051883260388081387060864312831114807166777102424834334172344627254938535219612445150684250099549594375098510147934238628829674190089660541688748699562754383680221928974931750295344849651796200215514954258211346300292607340852833933855041746890787088235752159907963882119602657573903303325508573865015473801489274398403932065754318165194404704897782762375562912365114189107751610827739043632242911261723140162270011383868770648236066028446194192985609236781322615655487040611548998077039083166914251394860002367410920685316135398567782090580286374889580073293195022022546884158616478870001843867762279621160038632404761494884484082515259125723736999804805591675951319385503283175048844691207444362601610670995943327494055821561493578064241156261372746309101193566689644263854604367866650842981487911378335918364817710649613473108404228797497538280787240324965318920615881339110806456078003806369735645252910555223507562800810554590307425159470626645844733049434251151088451666601854819617567024768275045739552788612392151717430322825641684668296624402965201773883959959149604517727730884314429585945023890214494116141118315149579392519388177219650410431904973098198153629723697526872955714273088942824324930061965676923497041728869203111446768676897744404935218415064674067785939744572725957184621387448962081687567619910052547345371567681110060642094680438876128940676278772125072477940999625023389487860237615607554095003226016252974570163593770855308884405199513177703742532928783048595317506703066046076509271946667114133354043882237829623155750368763923489487851736875891726448397871395999267282201253995193778743201083101249942951274262766260655567373681910273762338274890184477702511387484382568255780253667874903490095972012452711979501522870902735865609161038042905551370437388081444559686105698254884223781948491949871663544815451100537223043217287850443616924078571473922087550137230662604329493281107116865469719087252220299142483295684540169094307010740808670141582887220377703114936298489001186417886545939478072467915110015305640449608154915897755944000396025725659913567599762922425177642211077211155656584807246021916905968420428380242238608495475852676876083361502009374052780863980433640578379175935805233733395536253392559625005278593860773667135931297411086097356164510959226031130867631858998409552292542811665112388371437779398709754422996383530057892809320562699440184949700248810122312141629650979130957600838445267480595137029004295228071458382215954006691940520019594547182581674585141982610843533499093049526724592951281649434195990163063692289900789833773451429233748701836423806337483956846737388765797967961325652243254065521879342601097753605303272576766286351438447005971745802474509484296571355772702575626295638198881880326773970241530774823917548263088363621077903670680791543343510177577432096631358707823214672103467183694149347544635630471072790862225289178095500086722844431226076416492640020757996892437158962321793260933602146484152210475644991261567735199289333459270710441753681297930839626475652604919137892781693354464578522038535124367242655086052956473376154980539708789914614391275876697224057080107843862347365923406532167838896570915280236965869330799230455851363305631084407445758209895571202321197440
3600.09/3523.66	c number of deleted constraints	: 69127
3600.09/3523.66	c speed (assignments/second)	: 1728.5542306501184
3600.09/3523.66	c non guided choices	: 998
3600.09/3523.70	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6045
3600.09/3523.70	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 17930
3600.09/3523.70	s SATISFIABLE
3600.09/3523.70	c Found 7 solution(s)
3600.30/3523.71	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 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 x1058 -x1059 x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 x1070 -x1071 -x1072 -x1073 
3600.30/3523.71	c objective function=193
3600.30/3523.71	c Total wall clock time (in seconds): 3523.245

Verifier Data

OK	193

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490985-1751386220/watcher-4490985-1751386220 -o /tmp/evaluation-result-4490985-1751386220/solver-4490985-1751386220 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751386220-56575 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490985-1751386220 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4490985-1751386220.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
Starting watchdog thread
solver pid=56624, runsolver pid=56615
Current StackSize limit: 8192 KiB


[startup+0.100079 s]*
/proc/loadavg: 1.80 2.07 2.62 6/283 56665
/proc/meminfo: memFree=129900460/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=18531012 memory=39284 CPUtime=0.06 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 5097 0 1 0 2 4 0 0 20 0 13 0 54301742 18975756288 9821 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4632753 9821 4160 1 0 545132 0
[pid=56624/tid=56635] ppid=56615 vsize=18531012 memory=4026532124 CPUtime=0.04 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) S 56615 56624 56564 0 -1 4194368 4446 0 1 0 2 2 0 0 20 0 13 0 54301746 18975756288 9821 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=18531012 memory=1641 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 13 0 54301752 18975756288 9821 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56679] ppid=56615 vsize=18531012 memory=58494082614266 CPUtime=0 cores=4,6
/proc/56624/task/56679/stat : 56679 (java) R 56615 56624 56564 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 13 0 54301752 18975756288 9821 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 2147221247 0 16800975 0 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18531012 KiB
Current children cumulated memory: 39284 KiB

[startup+0.214191 s]*
/proc/loadavg: 1.80 2.07 2.62 10/319 56701
/proc/meminfo: memFree=129887316/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=18930384 memory=49356 CPUtime=0.22 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 6027 0 1 0 17 5 0 0 20 0 18 0 54301742 19384713216 12339 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4732596 12339 5344 1 0 547170 0
[pid=56624/tid=56635] ppid=56615 vsize=18930384 memory=3472285463394844956 CPUtime=0.13 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) S 56615 56624 56564 0 -1 4194368 4880 0 1 0 10 3 0 0 20 0 18 0 54301746 19384713216 12339 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=18930384 memory=1641 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 54301752 19384713216 12339 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 54301754 19384713216 12339 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49356 KiB

[startup+0.314342 s]*
/proc/loadavg: 1.80 2.07 2.62 9/319 56701
/proc/meminfo: memFree=129872332/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=18930384 memory=57908 CPUtime=0.39 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 6627 0 1 0 33 6 0 0 20 0 18 0 54301742 19384713216 14477 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4732596 14477 5344 1 0 547658 0
[pid=56624/tid=56635] ppid=56615 vsize=18930384 memory=-6000919477068523114 CPUtime=0.24 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 5102 0 1 0 20 4 0 0 20 0 18 0 54301746 19384713216 14477 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 54301752 19384713216 14477 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 54301754 19384713216 14477 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57908 KiB

[startup+0.700402 s]
/proc/loadavg: 1.80 2.07 2.62 11/319 56701
/proc/meminfo: memFree=129858372/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=18930384 memory=73024 CPUtime=1.03 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 7280 0 1 0 95 8 0 0 20 0 18 0 54301742 19384713216 18256 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4732596 18256 5408 1 0 548079 0
[pid=56624/tid=56635] ppid=56615 vsize=18930384 memory=17792 CPUtime=0.5 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 5394 0 1 0 45 5 0 0 20 0 18 0 54301746 19384713216 18256 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 54301752 19384713216 18256 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=18930384 memory=3328 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 54301754 19384713216 18256 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73024 KiB

[startup+1.50028 s]
/proc/loadavg: 1.80 2.07 2.62 9/304 56715
/proc/meminfo: memFree=129819212/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=18996948 memory=116856 CPUtime=2.58 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 11801 0 1 0 246 12 0 0 20 0 19 0 54301742 19452874752 29214 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4749237 29214 5504 1 0 549734 0
[pid=56624/tid=56635] ppid=56615 vsize=18996948 memory=3328 CPUtime=1.19 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 6172 0 1 0 113 6 0 0 20 0 19 0 54301746 19452874752 29214 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 54301752 19452874752 29214 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 54301754 19452874752 29726 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=18996948 memory=14336 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 54301823 19452874752 29726 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 116856 KiB

[startup+3.10581 s]
/proc/loadavg: 2.14 2.13 2.64 7/306 56733
/proc/meminfo: memFree=129522820/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=183808 CPUtime=5.76 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 22494 0 1 0 560 16 0 0 20 0 20 0 54301742 19521036288 45952 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 45952 5536 1 0 555352 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=11136 CPUtime=2.69 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 7338 0 1 0 261 8 0 0 20 0 20 0 54301746 19521036288 45952 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 45952 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 45952 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54301823 19521036288 45952 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183808 KiB

[startup+6.3004 s]
/proc/loadavg: 2.14 2.13 2.64 7/306 56817
/proc/meminfo: memFree=128985428/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=330432 CPUtime=10.66 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 22917 0 1 0 1045 21 0 0 20 0 20 0 54301742 19521036288 82608 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 82608 5536 1 0 555358 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=0 CPUtime=5.74 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 7459 0 1 0 563 11 0 0 20 0 20 0 54301746 19521036288 82608 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 82608 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 82608 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=19063512 memory=124412 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54301823 19521036288 82608 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 10.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 330432 KiB

[startup+12.7004 s]
/proc/loadavg: 2.72 2.26 2.67 8/327 56907
/proc/meminfo: memFree=127257424/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=771724 CPUtime=19.94 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 33923 0 1 0 1961 33 0 0 20 0 20 0 54301742 19521036288 192931 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 192931 5536 1 0 662574 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=124412 CPUtime=11.99 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 9086 0 1 0 1180 19 0 0 20 0 20 0 54301746 19521036288 192931 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=334552 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 192931 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=-6000919485658457706 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 192931 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54301823 19521036288 192931 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 19.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 771724 KiB

[startup+25.5004 s]
/proc/loadavg: 2.92 2.32 2.69 7/327 56908
/proc/meminfo: memFree=124795076/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=1078468 CPUtime=35.15 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 44615 0 1 0 3473 42 0 0 20 0 20 0 54301742 19521036288 269617 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 269617 5536 1 0 663107 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=0 CPUtime=24.37 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 10926 0 1 0 2414 23 0 0 20 0 20 0 54301746 19521036288 269617 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 269617 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 269617 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54301823 19521036288 269617 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 35.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1078468 KiB

[startup+51.1133 s]
/proc/loadavg: 3.61 2.53 2.75 6/328 56909
/proc/meminfo: memFree=122563720/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=1395472 CPUtime=63.33 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 47461 0 1 0 6280 53 0 0 20 0 20 0 54301742 19521036288 348868 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 348868 5536 1 0 664030 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=1075140 CPUtime=49.66 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 12044 0 1 0 4937 29 0 0 20 0 20 0 54301746 19521036288 348868 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=1133276 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 348868 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=1395472 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 348868 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0

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

[startup+3222.3 s]
/proc/loadavg: 4.16 4.24 4.19 6/332 57089
/proc/meminfo: memFree=110765992/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3277.89 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 204084 0 1 0 327307 482 0 0 20 0 20 0 54301742 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 858029 5568 1 0 872861 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3172.97 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 87406 0 1 0 317061 236 0 0 20 0 20 0 54301746 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=3432116 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 2071 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54301823 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 3277.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3432116 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.23 4.19 6/332 57096
/proc/meminfo: memFree=110710932/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3340.75 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 207862 0 1 0 333585 490 0 0 20 0 20 0 54301742 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 858029 5568 1 0 872861 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3232.1 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 89636 0 1 0 322971 239 0 0 20 0 20 0 54301746 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=-6000919485658457706 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 2109 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=19063512 memory=21672 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54301823 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 3340.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3432116 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.20 4.18 6/331 57098
/proc/meminfo: memFree=110670392/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3404.76 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 210974 0 1 0 339978 498 0 0 20 0 20 0 54301742 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 858029 5568 1 0 872861 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3290.91 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 91288 0 1 0 328848 243 0 0 20 0 20 0 54301746 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=3432116 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=3432116 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54301823 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 3404.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3432116 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.19 4.18 7/332 57100
/proc/meminfo: memFree=110628232/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3469.16 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 211005 0 1 0 346410 506 0 0 20 0 20 0 54301742 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 858029 5568 1 0 872861 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3349.85 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 91302 0 1 0 334740 245 0 0 20 0 20 0 54301746 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=3432116 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=3432116 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54301823 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 3469.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3432116 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.22 4.19 6/332 57301
/proc/meminfo: memFree=118120960/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3532.31 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 212430 0 1 0 352717 514 0 0 20 0 20 0 54301742 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 858029 5568 1 0 872861 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3408.81 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 92604 0 1 0 340633 248 0 0 20 0 20 0 54301746 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=3432116 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=19063512 memory=3432116 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54301823 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 3532.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3432116 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.25 4.20 6/332 57303
/proc/meminfo: memFree=116180124/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3598.8 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 216147 0 1 0 359356 524 0 0 20 0 20 0 54301742 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 858029 5568 1 0 872861 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3467.66 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 94671 0 1 0 346516 250 0 0 20 0 20 0 54301746 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=3432116 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 2172 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=19063512 memory=3432116 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54301823 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 3598.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3432116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3523.6 s]
/proc/loadavg: 4.36 4.25 4.20 7/332 57303
/proc/meminfo: memFree=116180376/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19063512 memory=3432116 CPUtime=3600.09 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 216147 0 1 0 359485 524 0 0 20 0 20 0 54301742 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4765878 858029 5568 1 0 872861 0
[pid=56624/tid=56635] ppid=56615 vsize=19063512 memory=-6000919485658457706 CPUtime=3468.95 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 94671 0 1 0 346645 250 0 0 20 0 20 0 54301746 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54301752 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 2172 0 0 0 0 0 0 0 20 0 20 0 54301754 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56707] ppid=56615 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/56624/task/56707/stat : 56707 (Timer-0) S 56615 56624 56564 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54301823 19521036288 858029 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3432116 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.06 s, system=5.26921 s

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

[startup+3523.7 s]
/proc/loadavg: 4.36 4.25 4.20 7/332 57303
/proc/meminfo: memFree=116180376/131382116 swapFree=33010684/33010684
[pid=56624] ppid=56615 vsize=19263204 memory=3432756 CPUtime=3600.3 cores=4,6
/proc/56624/stat : 56624 (java) S 56615 56624 56564 0 -1 4194304 217254 0 1 0 359505 525 0 0 20 0 21 0 54301742 19725520896 858189 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
/proc/56624/statm: 4815801 858189 5568 1 0 873780 0
[pid=56624/tid=56635] ppid=56615 vsize=19263204 memory=3432116 CPUtime=3469.01 cores=4,6
/proc/56624/task/56635/stat : 56635 (java) R 56615 56624 56564 0 -1 4194368 94671 0 1 0 346651 250 0 0 20 0 21 0 54301746 19725520896 858189 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56674] ppid=56615 vsize=19263204 memory=3432116 CPUtime=0 cores=4,6
/proc/56624/task/56674/stat : 56674 (Finalizer) S 56615 56624 56564 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 54301752 19725520896 858189 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
[pid=56624/tid=56701] ppid=56615 vsize=19263204 memory=17792 CPUtime=0 cores=4,6
/proc/56624/task/56701/stat : 56701 (Common-Cleaner) S 56615 56624 56564 0 -1 4194368 2172 0 0 0 0 0 0 0 20 0 21 0 54301754 19725520896 858189 18446744073709551615 93835812925440 93835812929136 140720930173008 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93835812936952 93835812937744 93835844112384 140720930179373 140720930179558 140720930179558 140720930185160 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3432756 KiB

Child status: 143

Real time (s): 3523.73
CPU time (s): 3600.33
CPU user time (s): 3595.06
CPU system time (s): 5.26921
CPU usage (%): 102.174
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3825140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.06
system time used= 5.26921
maximum resident set size= 3825140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217372
page faults= 1
swaps= 0
block input operations= 24
block output operations= 2292528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120509
involuntary context switches= 16236


# summary of solver processes directly reported to runsolver:
#   pid: 56624
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3595.06
#   total CPU system time (s): 5.26921

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1238 second user time and 35.5941 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-01 18:10:20
IDJOB=4490985
IDBENCH=147641
IDSOLVER=3362
FILE ID=nodeC011/4490985-1751386220
RUNJOBID= nodeC011-1751386220-56575
SLURM_JOB_ID= 9598244
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/logic_synthesis/normalized-addm4.r.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490985-1751386220/watcher-4490985-1751386220 -o /tmp/evaluation-result-4490985-1751386220/solver-4490985-1751386220 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751386220-56575 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490985-1751386220 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4490985-1751386220.opb

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

MD5SUM BENCH= 0fa37067d8fd8d743bdd08ab1a39bb11
RANDOM SEED=716920518

nodeC011 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.293
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	: 6984.20
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.243
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	: 6984.20
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.509
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	: 6984.20
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.295
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	: 6984.20
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.298
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	: 6984.20
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.290
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	: 6984.20
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.363
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	: 6984.20
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.269
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129925872 kB
MemAvailable:   129882992 kB
Buffers:            3280 kB
Cached:           764364 kB
SwapCached:            0 kB
Active:           371320 kB
Inactive:         464644 kB
Active(anon):      86280 kB
Inactive(anon):        0 kB
Active(file):     285040 kB
Inactive(file):   464644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2380 kB
Writeback:             4 kB
AnonPages:         71804 kB
Mapped:           101932 kB
Shmem:             17960 kB
KReclaimable:      93740 kB
Slab:             175044 kB
SReclaimable:      93740 kB
SUnreclaim:        81304 kB
KernelStack:        3856 kB
PageTables:         2672 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     333756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC011 at 2025-07-01 19:09:04