Trace number 4459774

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 Cutting Planes 2024 2024-07-12SAT (TO)-110 3600.45 3549.25

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_10_2.opb
MD5SUMa8db507b9a19068579e2e54aa556294a
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-130
Best CPU time to get the best result obtained on this benchmark71345.8
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint10
Maximum length of a constraint21
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 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6328
Sum of products size (including duplicates)12656
Number of different products3164
Sum of products size6328

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.21	c version CUSTOM.v20240707
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		4.18.0-301.1.el8.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2113181440
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2122317824
0.26/0.26	c Number of processors 	2
0.41/0.43	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.43	 - never skip resolution steps
0.41/0.43	 - Auto-division on coefficients is disabled
0.41/0.43	 - No postprocessing
0.41/0.43	 - Conflict is considered as is when resolving
0.41/0.43	 - Use constraints as they come during conflict analysis
0.41/0.43	 - Weaken first using unassigned literals
0.41/0.43	 - Bump strategy: ALWAYS_ONE
0.41/0.43	 - Bumper: EFFECTIVE
0.41/0.43	--- Begin Solver configuration ---
0.41/0.43	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.41/0.43	Learn all clauses as in MiniSAT
0.41/0.43	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.43	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.43	No reason simplification
0.41/0.43	Dynamic restart strategy considering the size of the coefficients
0.41/0.43	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.41/0.43	timeout=2147483s
0.41/0.43	DB Simplification allowed=false
0.41/0.43	Listener: none
0.41/0.43	--- End Solver configuration ---
0.59/0.44	c Pseudo Boolean Optimization by upper bound
0.59/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.44	c  - never skip resolution steps
0.59/0.44	c  - Auto-division on coefficients is disabled
0.59/0.44	c  - No postprocessing
0.59/0.44	c  - Conflict is considered as is when resolving
0.59/0.44	c  - Use constraints as they come during conflict analysis
0.59/0.44	c  - Weaken first using unassigned literals
0.59/0.44	c  - Bump strategy: ALWAYS_ONE
0.59/0.44	c  - Bumper: EFFECTIVE
0.59/0.44	c --- Begin Solver configuration ---
0.59/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.59/0.44	c Learn all clauses as in MiniSAT
0.59/0.44	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.44	c No reason simplification
0.59/0.44	c Dynamic restart strategy considering the size of the coefficients
0.59/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.59/0.44	c timeout=2147483s
0.59/0.44	c DB Simplification allowed=false
0.59/0.44	c Listener: none
0.59/0.44	c --- End Solver configuration ---
0.59/0.44	c solving HOME/instance-4459774-1721939463.opb
0.59/0.44	c reading problem ... 
0.59/0.44	c  objective function found
1.09/0.75	c ... done. Wall clock time 0.311s.
1.09/0.76	c declared #vars     500
1.09/0.76	c internal #vars     3664
1.09/0.76	c #constraints  7328
1.09/0.76	c constraints type 
1.09/0.76	c org.sat4j.specs.Constr$1 => 500
1.09/0.76	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3164
1.09/0.76	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1.09/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3164
1.09/0.76	c 7328 constraints processed.
1.28/0.81	c objective function length is 500 literals
1.28/0.85	c SATISFIABLE
1.28/0.85	c OPTIMIZING...
1.28/0.85	c Got one! Elapsed wall clock time (in seconds):0.408
1.28/0.85	o -82
1.48/0.97	c Got one! Elapsed wall clock time (in seconds):0.52
1.48/0.97	o -83
1.48/0.98	c Got one! Elapsed wall clock time (in seconds):0.532
1.48/0.98	o -85
1.68/1.05	c Got one! Elapsed wall clock time (in seconds):0.616
1.68/1.05	o -86
1.88/1.12	c Got one! Elapsed wall clock time (in seconds):0.686
1.88/1.12	o -87
1.88/1.17	c Got one! Elapsed wall clock time (in seconds):0.734
1.88/1.17	o -88
2.06/1.25	c Got one! Elapsed wall clock time (in seconds):0.808
2.06/1.25	o -97
2.47/1.47	c Got one! Elapsed wall clock time (in seconds):1.033
2.47/1.47	o -102
3.07/1.79	c Got one! Elapsed wall clock time (in seconds):1.352
3.07/1.79	o -103
20.84/16.77	c Got one! Elapsed wall clock time (in seconds):16.332
20.84/16.78	o -104
22.05/17.99	c Got one! Elapsed wall clock time (in seconds):17.556
22.05/17.99	o -105
40.54/35.06	c cleaning 2828 clauses out of 5656 with flag 0/5656
41.60/36.07	c Got one! Elapsed wall clock time (in seconds):35.634
41.60/36.07	o -106
97.28/90.49	c cleaning 4006 clauses out of 8011 with flag 0/10839
155.16/147.36	c cleaning 5001 clauses out of 10004 with flag 0/16838
239.56/230.70	c cleaning 6002 clauses out of 12003 with flag 0/23838
344.27/334.17	c cleaning 7000 clauses out of 14000 with flag 0/31837
455.65/444.24	c Got one! Elapsed wall clock time (in seconds):443.804
455.65/444.24	o -107
575.49/561.98	c cleaning 9734 clauses out of 19468 with flag 0/44305
698.14/683.11	c cleaning 7865 clauses out of 15734 with flag 0/50305
820.61/803.98	c cleaning 7431 clauses out of 14869 with flag 0/57305
957.93/939.78	c cleaning 7714 clauses out of 15438 with flag 0/65305
1112.51/1092.78	c cleaning 8353 clauses out of 16722 with flag 0/74303
1291.79/1270.26	c cleaning 9182 clauses out of 18369 with flag 0/84303
1363.24/1339.82	c Got one! Elapsed wall clock time (in seconds):1339.384
1363.24/1339.82	o -108
1379.03/1355.57	c cleaning 7380 clauses out of 14777 with flag 0/89893
1388.95/1365.42	c Got one! Elapsed wall clock time (in seconds):1364.984
1388.95/1365.42	o -109
1391.74/1367.85	c Got one! Elapsed wall clock time (in seconds):1367.417
1391.74/1367.85	o -110
1445.51/1419.89	c cleaning 6256 clauses out of 12518 with flag 0/95014
1523.04/1496.57	c cleaning 6131 clauses out of 12262 with flag 0/101014
1620.46/1593.06	c cleaning 6559 clauses out of 13129 with flag 0/108012
1744.43/1715.58	c cleaning 7283 clauses out of 14570 with flag 0/116012
1899.24/1868.02	c cleaning 8141 clauses out of 16287 with flag 0/125012
2081.33/2048.55	c cleaning 9071 clauses out of 18147 with flag 0/135013
2307.43/2271.87	c cleaning 10036 clauses out of 20076 with flag 0/146013
2574.73/2536.08	c cleaning 11013 clauses out of 22040 with flag 0/158013
2911.96/2869.18	c cleaning 12014 clauses out of 24027 with flag 0/171013
3274.23/3227.50	c cleaning 13001 clauses out of 26014 with flag 0/185014
3600.02/3549.03	c starts		: 34
3600.02/3549.05	c conflicts		: 197557
3600.02/3549.07	c decisions		: 230974
3600.02/3549.07	c propagations		: 3870420
3600.02/3549.07	c inspects		: 1874841589
3600.02/3549.07	c shortcuts		: 0
3600.02/3549.07	c learnt literals	: 0
3600.02/3549.07	c learnt binary clauses	: 0
3600.02/3549.07	c learnt ternary clauses	: 0
3600.02/3549.07	c learnt constraints	: 197556
3600.02/3549.07	c ignored constraints	: 0
3600.02/3549.07	c root simplifications	: 0
3600.02/3549.07	c removed literals (reason simplification)	: 0
3600.02/3549.07	c reason swapping (by a shorter reason)	: 0
3600.02/3549.07	c Calls to reduceDB	: 22
3600.02/3549.08	c Number of update (reduction) of LBD	: 247906
3600.02/3549.08	c Imported unit clauses	: 0
3600.02/3549.08	c No decision after first conflict	: false
3600.02/3549.08	c number of reductions to clauses (during analyze)	: 0
3600.02/3549.08	c number of learned constraints concerned by reduction	: 0
3600.02/3549.08	c number of learning phase by resolution	: 0
3600.02/3549.09	c number of learning phase by cutting planes	: 0
3600.02/3549.09	c number of rounding to 1 operations	: 0
3600.02/3549.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3549.09	c number of reductions of the coefficients by power 2 	: 0
3600.02/3549.09	c number of right shift for reduction by power 2 	: 0
3600.02/3549.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3549.09	c number of ending skipping 	: 0
3600.02/3549.09	c number of internal skipping 	: 0
3600.02/3549.09	c number of derivation steps 	: 1575324
3600.02/3549.09	c number of skipped derivation steps 	: 0
3600.02/3549.09	c number of remaining unassigned 	: 1052087
3600.02/3549.09	c number of remaining assigned 	: 256031924
3600.02/3549.09	c number of falsified literals weakened from reason	: 0
3600.02/3549.10	c number of falsified literals weakened from conflict	: 0
3600.02/3549.10	c time for arithmetic operations	: 21108497663
3600.02/3549.10	c minimum degree of deleted constraints	: 47
3600.02/3549.11	c maximum degree of deleted constraints	: 950011410950559168930753284696276077738457247658497458603251254424738722836928404407654514240422871127168939308242709152494818077705993724151347686263330806431707171160530048714706172293600624615225168632310250287300627364563518849791096319228412691821842331477624881152552424535773747840256781614746676444939916586661516009582558180479792330337400571433311979373660924225647143550033057271439203687204333503740307580043239593243581598378507354102973317228744605285291407894491094677011921588252430530987417071411429035642647312889834491138257849789311952028448494833995101417957898312680311639842097486352269958252539873510491988144373506888703197956416691417450156287280312228734204354348102734525750658687779208554222596920266061768479675014532946481333019485357549634217645536523792292316566754221866787509352663497162596498140469574555841856446116093404673671666747904742698690834100942900571571997272422202786844985898129713785117516622128292908627075499239771371974001703533756933401724191335264674470725500928633651983987751446868904107028214444211122046916072222715720911586647332096103759451281249296968129251201380131123966918849832881403375554860456873636508760797227149736378188658770401604482000234626467518733473459664162484177886977274177394619512802313313307931071407352798365189370752308321459574490402890027671447517859561687411322928622286039754936758004229514914737498867709337715238436032576990232235181579269761500172254101470174048101373883515138501027592146529846108570067741654214109072493057480026276676670392826529620104881181860682171711855299756740536697428964815959488445898430134205717072275532696988771155308596258020364508103958055972900016528100741715030340299128049144595388805559428101232730400342002081032022745058450057000278417231865107385071819021380360699070928700949133716470254726214854415751028656897511653943735666390398405618916527902850153519633253104334170131351800298725051339749465636833083539605448798793498428840594945549922497488388945615210216873197401137752659137882861541487049242619391508218462897780424678068240211251475340944215785113285154960201116188860662720334845440387257233920323724316163525297621099984695148146367663976506478774675966693009223900798836992639117315397041144122532283517343035755217106152555128573417882892486360195084599714911953411038674318765070387114119610389505992903292050675832539828332325576777069686092352248556963791719297179138304025917098616494822322136304858729219679415343539462452662335927332752586956547334206855684095613709829206418762533542711006953485805642290220224632265852036638278304437179162029944930826544374931933281933923850548730483627368111824745369333281323006053919568871693047701149211933477084459271927215437068442188557977518773691808916607231973981394111351774996218240817975017622818134967168059104576219025004238545567120019118578386988257592876531830191192297511270631571474030809765725740884587532586563890377961823546119329423013450344674841817487808583023804143496883855292580349621077100346204011647692606890783755020896721692937071627428950698779409317162451895437806077359496266651882735231250522600987487348427126633826146713757508001473342041774461515550620784977181916104117029529148462332060481969079302395673789737898577165388655405042229484530412566641509637099275557529670031356106488360672526264835182670538016150855815946758496932685386120757448824976992135744191532097259860104064947654798070738195679626792242671690650594290466407024979219045375589667335705896444344402795501918430414925016689325751044987047707738646318974877024131389935660020613233876899118322025062715000025119884762882608355555186238485404596375707836978282646606280004428366120219092475631907844603151644958052182398255921020674788532000555583500972453836008620060413201713614771621719330193614382332800
3600.02/3549.11	c number of deleted constraints	: 172001
3600.22/3549.13	c speed (assignments/second)	: 1090.7854973399842
3600.22/3549.13	c non guided choices	: 0
3600.22/3549.20	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2955
3600.22/3549.20	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22600
3600.22/3549.20	s SATISFIABLE
3600.22/3549.20	c Found 16 solution(s)
3600.40/3549.21	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 
3600.40/3549.21	c objective function=-110
3600.40/3549.21	c Total wall clock time (in seconds): 3548.774

Verifier Data

OK	-110

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: 64096 MiB (61782 MiB free)
  memory of node 1: 64473 MiB (61259 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459774-1721939463/watcher-4459774-1721939463 -o /tmp/evaluation-result-4459774-1721939463/solver-4459774-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721939462-237807 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459774-1721939463.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=237855, runsolver pid=237852

[startup+0.103049 s]*
/proc/loadavg: 0.08 0.08 0.18 6/270 237874
/proc/meminfo: memFree=125957736/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=18975048 memory=54060 CPUtime=0.11 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 6300 0 0 0 8 3 0 0 20 0 18 0 29936142 19430449152 13515 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4743762 13515 5322 1 0 550674 0
[pid=237855/tid=237857] ppid=237852 vsize=18975048 memory=4026531957 CPUtime=0.07 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 5276 0 0 0 5 2 0 0 20 0 18 0 29936143 19430449152 13515 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=18975048 memory=241407623517 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29936150 19430449152 13515 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=18975048 memory=14408215959228335 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29936151 19430449152 13515 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54060 KiB

[startup+0.218674 s]*
/proc/loadavg: 0.08 0.08 0.18 7/278 237895
/proc/meminfo: memFree=125940272/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=18975048 memory=56688 CPUtime=0.26 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 6744 0 0 0 22 4 0 0 20 0 18 0 29936142 19430449152 14172 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4743762 14172 5546 1 0 551020 0
[pid=237855/tid=237857] ppid=237852 vsize=18975048 memory=3472328300254199927 CPUtime=0.17 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 5624 0 0 0 14 3 0 0 20 0 18 0 29936143 19430449152 14172 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=18975048 memory=1364528 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29936150 19430449152 14172 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=18975048 memory=16106970029493961 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29936151 19430449152 14172 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56688 KiB

[startup+0.317213 s]*
/proc/loadavg: 0.08 0.08 0.18 10/300 237922
/proc/meminfo: memFree=125888236/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=18975048 memory=64736 CPUtime=0.41 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 7262 0 0 0 36 5 0 0 20 0 18 0 29936142 19430449152 16184 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4743762 16184 5541 1 0 551467 0
[pid=237855/tid=237857] ppid=237852 vsize=18975048 memory=-8529080357530346172 CPUtime=0.24 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 5790 0 0 0 21 3 0 0 20 0 18 0 29936143 19430449152 16184 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29936150 19430449152 16184 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29936151 19430449152 16184 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64736 KiB

[startup+0.701091 s]
/proc/loadavg: 0.08 0.08 0.18 14/316 237938
/proc/meminfo: memFree=125804340/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=18975048 memory=121912 CPUtime=1.09 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 7917 0 0 0 102 7 0 0 20 0 18 0 29936142 19430449152 30478 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4743762 30478 5868 1 0 551834 0
[pid=237855/tid=237857] ppid=237852 vsize=18975048 memory=61760 CPUtime=0.58 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 6118 0 0 0 53 5 0 0 20 0 18 0 29936143 19430449152 30478 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=18975048 memory=12668 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29936150 19430449152 30478 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=18975048 memory=2228 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29936151 19430449152 30478 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 121912 KiB

[startup+1.50108 s]
/proc/loadavg: 0.08 0.08 0.18 14/320 237942
/proc/meminfo: memFree=125564432/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=180004 CPUtime=2.66 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 17035 0 0 0 256 10 0 0 20 0 20 0 29936142 19566772224 45001 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 45001 5938 1 0 556428 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=12668 CPUtime=1.33 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 6908 0 0 0 126 7 0 0 20 0 20 0 29936143 19566772224 45001 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=2228 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 45001 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 45001 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 45001 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180004 KiB

[startup+3.10708 s]
/proc/loadavg: 0.08 0.08 0.18 11/323 237945
/proc/meminfo: memFree=124786596/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=206812 CPUtime=5.81 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 23648 0 0 0 568 13 0 0 20 0 20 0 29936142 19566772224 51703 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 51703 5938 1 0 558073 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=0 CPUtime=2.77 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 7394 0 0 0 270 7 0 0 20 0 20 0 29936143 19566772224 51703 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=12668 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 51703 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 51703 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=177716 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 51703 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 206812 KiB

[startup+6.30046 s]
/proc/loadavg: 0.64 0.20 0.22 9/323 237945
/proc/meminfo: memFree=122735332/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=603544 CPUtime=9.65 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 24364 0 0 0 943 22 0 0 20 0 20 0 29936142 19566772224 150886 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 150886 5938 1 0 695929 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=0 CPUtime=5.79 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 7604 0 0 0 565 14 0 0 20 0 20 0 29936143 19566772224 150886 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=12668 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 150886 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=61760 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 150886 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=12668 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 150886 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 9.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 603544 KiB

[startup+12.7071 s]
/proc/loadavg: 0.91 0.26 0.24 5/323 237947
/proc/meminfo: memFree=120406772/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=1456000 CPUtime=16.78 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 25479 0 0 0 1636 42 0 0 20 0 20 0 29936142 19566772224 364000 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 364000 5954 1 0 900659 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=189556 CPUtime=11.89 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) S 237852 237855 237796 0 -1 1077936192 8071 0 0 0 1159 30 0 0 20 0 20 0 29936143 19566772224 364000 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=1187584 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 364000 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=1187584 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 364000 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 364000 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 16.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1456000 KiB

[startup+25.5005 s]
/proc/loadavg: 1.67 0.46 0.30 6/323 237949
/proc/meminfo: memFree=118328216/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=2276736 CPUtime=29.97 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 31345 0 0 0 2936 61 0 0 20 0 20 0 29936142 19566772224 569184 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 569184 5954 1 0 1061508 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=-9032077240423916220 CPUtime=24.28 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 10409 0 0 0 2384 44 0 0 20 0 20 0 29936143 19566772224 569184 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=-9032077240423916220 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 569184 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 569184 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=2408 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 569184 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 29.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2276736 KiB

[startup+51.1142 s]
/proc/loadavg: 2.47 0.75 0.40 5/323 237954
/proc/meminfo: memFree=114119668/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=2488032 CPUtime=57.24 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 49707 0 0 0 5652 72 0 0 20 0 20 0 29936142 19566772224 622008 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 622008 5954 1 0 1062378 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=12668 CPUtime=49.32 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 15861 0 0 0 4885 47 0 0 20 0 20 0 29936143 19566772224 622008 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 622008 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 622008 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0

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

[startup+3222.3 s]
/proc/loadavg: 4.17 4.27 4.15 5/320 239167
/proc/meminfo: memFree=113565148/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=4204828 CPUtime=3269.14 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 339121 0 0 0 326556 358 0 0 20 0 20 0 29936142 19566772224 1051207 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 1051207 5982 1 0 1069804 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=61984 CPUtime=3166.51 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 143432 0 0 0 316569 82 0 0 20 0 20 0 29936143 19566772224 1051207 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 108 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=4204828 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 1051207 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=4204828 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 2523 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 1051207 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=4204828 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 1051207 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 3269.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4204828 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.29 4.16 5/320 239560
/proc/meminfo: memFree=113255292/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=4204840 CPUtime=3329.59 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 343039 0 0 0 332597 362 0 0 20 0 20 0 29936142 19566772224 1051210 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 1051210 5982 1 0 1069804 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=4204840 CPUtime=3225.78 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 145959 0 0 0 322495 83 0 0 20 0 20 0 29936143 19566772224 1051210 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 108 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 1051210 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=4204828 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 2613 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 1051210 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=4204828 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 1051210 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 3329.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4204840 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.26 4.16 5/318 239570
/proc/meminfo: memFree=113244780/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=4204856 CPUtime=3390.24 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 343541 0 0 0 338657 367 0 0 20 0 20 0 29936142 19566772224 1051214 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 1051214 5982 1 0 1069804 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=4204848 CPUtime=3284.81 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 146317 0 0 0 328398 83 0 0 20 0 20 0 29936143 19566772224 1051214 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 108 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 1051214 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=280902001990784 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 2613 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 1051214 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=4204856 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 1051214 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 3390.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4204856 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.27 4.17 5/318 239581
/proc/meminfo: memFree=113137584/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=4204888 CPUtime=3450.67 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 344206 0 0 0 344696 371 0 0 20 0 20 0 29936142 19566772224 1051222 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 1051222 5982 1 0 1069804 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=4204848 CPUtime=3343.93 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 146756 0 0 0 334310 83 0 0 20 0 20 0 29936143 19566772224 1051222 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 108 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 1051222 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=4204888 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 2613 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 1051222 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=61984 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 1051222 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 3450.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4204888 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.24 4.16 5/320 239762
/proc/meminfo: memFree=113373216/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=4205152 CPUtime=3512.61 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 355073 0 0 0 350884 377 0 0 20 0 20 0 29936142 19566772224 1051288 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 1051288 5982 1 0 1069879 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=4204848 CPUtime=3402.98 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 150503 0 0 0 340214 84 0 0 20 0 20 0 29936143 19566772224 1051288 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 108 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=61984 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 1051288 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 2613 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 1051288 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=4205152 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 1051288 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 3512.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4205152 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.22 4.16 5/320 239772
/proc/meminfo: memFree=112966104/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=4205248 CPUtime=3573.11 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 359284 0 0 0 356930 381 0 0 20 0 20 0 29936142 19566772224 1051312 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 1051312 5982 1 0 1069894 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=4205152 CPUtime=3462.05 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 152635 0 0 0 346121 84 0 0 20 0 20 0 29936143 19566772224 1051312 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 108 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=4204888 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 1051312 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=2228 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 2692 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 1051312 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=4205248 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 1051312 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 3573.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4205248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3549 s]*
/proc/loadavg: 4.17 4.22 4.16 5/321 239911
/proc/meminfo: memFree=112233368/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19108176 memory=4205248 CPUtime=3600.02 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 359391 0 0 0 359619 383 0 0 20 0 20 0 29936142 19566772224 1051312 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4777044 1051312 5982 1 0 1069894 0
[pid=237855/tid=237857] ppid=237852 vsize=19108176 memory=-8887117618827993788 CPUtime=3488.43 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 152727 0 0 0 348759 84 0 0 20 0 20 0 29936143 19566772224 1051312 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 109 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29936150 19566772224 1051312 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19108176 memory=3544677273762768691 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 2692 0 0 0 0 0 0 0 20 0 20 0 29936151 19566772224 1051312 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237941] ppid=237852 vsize=19108176 memory=11236 CPUtime=0 cores=4,6
/proc/237855/task/237941/stat : 237941 (Timer-0) S 237852 237855 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29936225 19566772224 1051312 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4205248 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.59 s, system=3.86667 s

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

[startup+3549.21 s]
/proc/loadavg: 4.17 4.22 4.16 5/321 239911
/proc/meminfo: memFree=112233368/131655788 swapFree=131058856/131071996
[pid=237855] ppid=237852 vsize=19307868 memory=4205980 CPUtime=3600.4 cores=4,6
/proc/237855/stat : 237855 (java) S 237852 237855 237796 0 -1 1077936128 362911 0 0 0 359657 383 0 0 20 0 21 0 29936142 19771256832 1051495 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
/proc/237855/statm: 4826967 1051495 5981 1 0 1070845 0
[pid=237855/tid=237857] ppid=237852 vsize=19307868 memory=5444 CPUtime=3488.62 cores=4,6
/proc/237855/task/237857/stat : 237857 (java) R 237852 237855 237796 0 -1 4194368 152870 0 0 0 348778 84 0 0 20 0 21 0 29936143 19771256832 1051495 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 109 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237867] ppid=237852 vsize=19307868 memory=4205248 CPUtime=0 cores=4,6
/proc/237855/task/237867/stat : 237867 (Finalizer) S 237852 237855 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 29936150 19771256832 1051495 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
[pid=237855/tid=237874] ppid=237852 vsize=19307868 memory=13652 CPUtime=0 cores=4,6
/proc/237855/task/237874/stat : 237874 (Common-Cleaner) S 237852 237855 237796 0 -1 1077936192 2692 0 0 0 0 0 0 0 20 0 21 0 29936151 19771256832 1051495 134679101440 94129782071296 94129782074992 140729881808080 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94129782082808 94129782083600 94129806860288 140729881809908 140729881810016 140729881810016 140729881817032 0
Current children cumulated CPU time: 3600.4 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4205980 KiB

Child status: 143

Real time (s): 3549.25
CPU time (s): 3600.45
CPU user time (s): 3596.59
CPU system time (s): 3.86667
CPU usage (%): 101.443
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4239648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.59
system time used= 3.86667
maximum resident set size= 4239912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363163
page faults= 0
swaps= 0
block input operations= 32
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121633
involuntary context switches= 6081


# summary of solver processes directly reported to runsolver:
#   pid: 237855
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3596.59
#   total CPU system time (s): 3.86667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7104 second user time and 39.0493 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-25 22:31:03
IDJOB=4459774
IDBENCH=148554
IDSOLVER=3052
FILE ID=nodeC009/4459774-1721939463
RUNJOBID= nodeC009-1721939462-237807
SLURM_JOB_ID= 8247263
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459774-1721939463/watcher-4459774-1721939463 -o /tmp/evaluation-result-4459774-1721939463/solver-4459774-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721939462-237807 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459774-1721939463.opb

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

MD5SUM BENCH= a8db507b9a19068579e2e54aa556294a
RANDOM SEED=1195961217

nodeC009.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 1299.637
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
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.399
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
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		: 1218.658
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
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.291
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
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.267
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
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.262
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
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.301
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125999820 kB
MemAvailable:   129815708 kB
Buffers:          345448 kB
Cached:          4208880 kB
SwapCached:         4924 kB
Active:          1865920 kB
Inactive:        3066696 kB
Active(anon):       1560 kB
Inactive(anon):   422028 kB
Active(file):    1864360 kB
Inactive(file):  2644668 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:              1780 kB
Writeback:             0 kB
AnonPages:        372708 kB
Mapped:           110332 kB
Shmem:             45300 kB
KReclaimable:     294120 kB
Slab:             405172 kB
SReclaimable:     294120 kB
SUnreclaim:       111052 kB
KernelStack:        4064 kB
PageTables:        10100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2836260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-25 23:30:12