Trace number 4459966

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)-48 3600.44 3530.6

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/bsg/normalized-bsg_200_10_2.opb
MD5SUM2ee40362659bac8ce3ae96da1e16af6a
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-58
Best CPU time to get the best result obtained on this benchmark71396.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)4984
Sum of products size (including duplicates)9968
Number of different products2492
Sum of products size4984

Quality of the solution as a function of time


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

Solver Data

0.13/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.15	c java.vm.version	22.0.1+8-16
0.13/0.15	c java.vm.vendor	Oracle Corporation
0.13/0.15	c sun.arch.data.model	64
0.13/0.15	c java.version		22.0.1
0.13/0.15	c os.name		Linux
0.13/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.15	c os.arch		amd64
0.13/0.15	c Free memory 		2115194816
0.13/0.15	c Max memory 		16282288128
0.13/0.15	c Total memory 		2122317824
0.13/0.16	c Number of processors 	2
0.33/0.30	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.33/0.30	 - never skip resolution steps
0.33/0.30	 - Auto-division on coefficients is disabled
0.33/0.30	 - No postprocessing
0.33/0.30	 - Conflict is considered as is when resolving
0.33/0.30	 - Use constraints as they come during conflict analysis
0.33/0.30	 - Weaken first using unassigned literals
0.33/0.30	 - Bump strategy: ALWAYS_ONE
0.33/0.30	 - Bumper: EFFECTIVE
0.33/0.30	--- Begin Solver configuration ---
0.33/0.30	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.33/0.30	Learn all clauses as in MiniSAT
0.33/0.30	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.30	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.33/0.30	No reason simplification
0.33/0.30	Dynamic restart strategy considering the size of the coefficients
0.33/0.30	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.33/0.30	timeout=2147483s
0.33/0.30	DB Simplification allowed=false
0.33/0.30	Listener: none
0.33/0.30	--- End Solver configuration ---
0.33/0.30	c Pseudo Boolean Optimization by upper bound
0.33/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.33/0.30	c  - never skip resolution steps
0.33/0.30	c  - Auto-division on coefficients is disabled
0.33/0.30	c  - No postprocessing
0.33/0.30	c  - Conflict is considered as is when resolving
0.33/0.30	c  - Use constraints as they come during conflict analysis
0.33/0.30	c  - Weaken first using unassigned literals
0.33/0.30	c  - Bump strategy: ALWAYS_ONE
0.33/0.30	c  - Bumper: EFFECTIVE
0.33/0.30	c --- Begin Solver configuration ---
0.33/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.33/0.30	c Learn all clauses as in MiniSAT
0.33/0.30	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.33/0.30	c No reason simplification
0.33/0.30	c Dynamic restart strategy considering the size of the coefficients
0.33/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.33/0.30	c timeout=2147483s
0.33/0.30	c DB Simplification allowed=false
0.33/0.30	c Listener: none
0.33/0.30	c --- End Solver configuration ---
0.33/0.30	c solving HOME/instance-4459966-1721943013.opb
0.33/0.30	c reading problem ... 
0.33/0.30	c  objective function found
0.85/0.60	c ... done. Wall clock time 0.297s.
0.85/0.61	c declared #vars     400
0.85/0.61	c internal #vars     2892
0.85/0.61	c #constraints  5586
0.85/0.61	c constraints type 
0.85/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.85/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 402
0.85/0.61	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2492
0.85/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2492
0.85/0.61	c 5586 constraints processed.
1.05/0.63	c objective function length is 200 literals
1.20/0.72	c SATISFIABLE
1.20/0.72	c OPTIMIZING...
1.20/0.72	c Got one! Elapsed wall clock time (in seconds):0.423
1.20/0.72	o -8
2.54/1.48	c Got one! Elapsed wall clock time (in seconds):1.177
2.54/1.48	o -22
2.95/1.66	c Got one! Elapsed wall clock time (in seconds):1.366
2.95/1.67	o -29
3.14/1.72	c Got one! Elapsed wall clock time (in seconds):1.422
3.14/1.72	o -30
3.35/1.87	c Got one! Elapsed wall clock time (in seconds):1.568
3.35/1.87	o -31
3.75/2.03	c Got one! Elapsed wall clock time (in seconds):1.729
3.75/2.03	o -32
4.12/2.21	c Got one! Elapsed wall clock time (in seconds):1.904
4.12/2.21	o -33
4.52/2.45	c Got one! Elapsed wall clock time (in seconds):2.152
4.52/2.45	o -34
5.06/2.85	c Got one! Elapsed wall clock time (in seconds):2.555
5.06/2.85	o -35
5.60/3.25	c Got one! Elapsed wall clock time (in seconds):2.954
5.60/3.25	o -36
6.31/3.84	c Got one! Elapsed wall clock time (in seconds):3.542
6.31/3.84	o -37
6.54/4.01	c Got one! Elapsed wall clock time (in seconds):3.716
6.54/4.01	o -38
7.89/5.01	c Got one! Elapsed wall clock time (in seconds):4.699
7.89/5.01	o -39
8.81/5.54	c Got one! Elapsed wall clock time (in seconds):5.247
8.81/5.54	o -40
9.14/5.75	c Got one! Elapsed wall clock time (in seconds):5.452
9.14/5.75	o -41
15.76/11.66	c Got one! Elapsed wall clock time (in seconds):11.359
15.76/11.67	o -42
19.20/14.69	c Got one! Elapsed wall clock time (in seconds):14.391
19.20/14.69	o -43
42.16/36.71	c Got one! Elapsed wall clock time (in seconds):36.412
42.16/36.73	o -44
66.55/58.28	c cleaning 4454 clauses out of 8920 with flag 0/8920
68.86/59.61	c Got one! Elapsed wall clock time (in seconds):59.31
68.86/59.61	o -45
97.70/88.11	c cleaning 5070 clauses out of 10159 with flag 0/14613
103.68/93.76	c Got one! Elapsed wall clock time (in seconds):93.466
103.68/93.76	o -46
123.57/113.26	c cleaning 5077 clauses out of 10212 with flag 0/19736
181.03/169.71	c cleaning 5555 clauses out of 11137 with flag 0/25738
248.81/236.21	c cleaning 6286 clauses out of 12580 with flag 0/32736
340.98/327.15	c cleaning 7145 clauses out of 14294 with flag 0/40736
429.77/413.89	c cleaning 8075 clauses out of 16149 with flag 0/49736
602.05/581.13	c cleaning 9030 clauses out of 18076 with flag 0/59738
803.08/779.49	c cleaning 10026 clauses out of 20051 with flag 0/70743
1073.86/1043.57	c cleaning 11009 clauses out of 22019 with flag 0/82737
1429.86/1394.88	c cleaning 12004 clauses out of 24009 with flag 0/95736
1763.15/1724.57	c Got one! Elapsed wall clock time (in seconds):1724.271
1763.15/1724.57	o -47
1815.71/1776.36	c cleaning 12665 clauses out of 25330 with flag 0/109061
1926.24/1885.04	c cleaning 9328 clauses out of 18664 with flag 0/115060
2021.17/1978.37	c cleaning 8159 clauses out of 16336 with flag 0/122060
2126.64/2082.16	c cleaning 8085 clauses out of 16177 with flag 0/130060
2233.49/2187.41	c cleaning 8545 clauses out of 17092 with flag 0/139060
2384.13/2335.26	c cleaning 9262 clauses out of 18547 with flag 0/149060
2549.39/2497.48	c cleaning 10140 clauses out of 20285 with flag 0/160060
2745.26/2689.07	c cleaning 11072 clauses out of 22146 with flag 0/172061
2995.08/2934.65	c cleaning 12029 clauses out of 24073 with flag 0/185060
3080.35/3018.78	c Got one! Elapsed wall clock time (in seconds):3018.484
3080.35/3018.78	o -48
3153.21/3090.05	c cleaning 11271 clauses out of 22546 with flag 0/195562
3224.31/3160.01	c cleaning 8630 clauses out of 17274 with flag 0/201561
3312.92/3246.98	c cleaning 7815 clauses out of 15644 with flag 0/208561
3458.17/3390.28	c cleaning 7911 clauses out of 15830 with flag 0/216562
3600.07/3530.43	c starts		: 114
3600.07/3530.44	c conflicts		: 223292
3600.07/3530.46	c decisions		: 545923
3600.07/3530.46	c propagations		: 10508813
3600.07/3530.46	c inspects		: 1116910570
3600.07/3530.47	c shortcuts		: 0
3600.07/3530.47	c learnt literals	: 0
3600.07/3530.47	c learnt binary clauses	: 0
3600.07/3530.47	c learnt ternary clauses	: 0
3600.07/3530.47	c learnt constraints	: 223292
3600.07/3530.47	c ignored constraints	: 0
3600.07/3530.47	c root simplifications	: 0
3600.07/3530.47	c removed literals (reason simplification)	: 0
3600.07/3530.47	c reason swapping (by a shorter reason)	: 0
3600.07/3530.47	c Calls to reduceDB	: 24
3600.07/3530.47	c Number of update (reduction) of LBD	: 263842
3600.07/3530.47	c Imported unit clauses	: 0
3600.07/3530.47	c No decision after first conflict	: false
3600.07/3530.47	c number of reductions to clauses (during analyze)	: 0
3600.07/3530.47	c number of learned constraints concerned by reduction	: 0
3600.07/3530.48	c number of learning phase by resolution	: 0
3600.07/3530.48	c number of learning phase by cutting planes	: 0
3600.07/3530.48	c number of rounding to 1 operations	: 0
3600.07/3530.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3530.48	c number of reductions of the coefficients by power 2 	: 0
3600.07/3530.48	c number of right shift for reduction by power 2 	: 0
3600.07/3530.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3530.48	c number of ending skipping 	: 0
3600.07/3530.48	c number of internal skipping 	: 0
3600.07/3530.48	c number of derivation steps 	: 2474703
3600.07/3530.48	c number of skipped derivation steps 	: 0
3600.07/3530.48	c number of remaining unassigned 	: 3539008
3600.07/3530.48	c number of remaining assigned 	: 310455312
3600.07/3530.48	c number of falsified literals weakened from reason	: 0
3600.07/3530.48	c number of falsified literals weakened from conflict	: 0
3600.07/3530.48	c time for arithmetic operations	: 126112837442
3600.07/3530.49	c minimum degree of deleted constraints	: 1
3600.27/3530.53	c maximum degree of deleted constraints	: 666733018221270384810025828191508231311929202868489317141975829911224496304590369979575902320240600526920764650038299241282261493020211555448481831544664396514906440690659125676165242467814627319939836252265581790632784508539014720681075422401286655522228086516195342834861067515980934058231687225863451134489636235052268096147890210972432505190368379868637515390648190346711814757681885797776463310668413976786789234805572329631013344246542649815960487283877821182907078781674426843324966969345440254143617461948897093948361954893434074590948089493467185788954555813156722743005205115668084120650313683957114002915723514464038236381960544186950631145526492046494332693982563156054972531528822504161473998208085873460536069884167373113475487995714275193129406385458358992565219779988533757133071008647063805146847235632008097852320716947147981071397795609174511196465135094084456401145519778143412215569052795461717278435492727154211179872007874434323513188882686789168234926979171025873761173698203558562753061259596941807763018135080300569932792536119344740914609126207668370509179752346235396980879828171206398887033501584713864090089663142563854786776302646729863005038869672436202692206500498242281304226974630908889677253307449039277594632013017382456295630775185791203723306465296782030593220235973900273817332130561297165056289162596040244498708824487005500620358079478454486435074852002760711608568164563612595582021486657601789200239536975339327890898775590513053158031062886530068152926874134965503760555494761070275735140291584392780493596184317001008737895205584099476539185594274874912275127422000202319495288093846739111122893108517538296207286512897608730342158410213022504871238731141485887957538566455084244414513640002517745244540102828507811428239173946091527139076720315286421414186926258699481981359647287891315202133195348822765935331521984288265120485586888883324230320205428025428398661595226866143116359039920411751171375141378551096043896296171171296335467202590429287528265596389673088587927058433275929200502693818399270238225005842080521550217282557534315442469275745178360330246890348687601299490270757606919055383315252826147662777033765609339274190904495513500957042732750762394174366247239671889665116122910989478906136221045421054619362476940852492459850504526571865151324968372791529490456175855954486323175960584652032492565198520347754611095636708490278193971725110667287247481303815480081829755087340710065450361841442426207273977717111371398097058382345932112097796342236614258900096102768258932767169248748281408177251932210641578230143811569528402431254389552187108904281940685874918977573299946090832837041876537135849973739089326028536313393853565609013281085271258853658676614899965825548289240140572571891134707822998988348219360234101809795425509720435420251696314698291924771683207477573870658871990611568670439044772171567003147674328252156899907434039039593735365535009043201963507339561279798195209020377184623753468504772490770381124088287482319129926836569158655011539606407839133374584905349272706120026144332247396731794725713856205211384494957155500400602596810790105767934412060863607841969736468524634305682387506750814849308307719543501059058193451367722489185334640460908236241406609694418356481441876374436596887891768981927353641071423464328464080356331994682973802928254120090308037951708808702209770868422040309104706587331491567016295933923681050786457572003802261640651684011641116283944400972469878622552253340918417231727277358740383137959196381075916688680568645389074946758006161197922651924368690731774636352318964468722106042001089090837486793319021690596329316327171962792675130631674518728616371966518647514309090377021667046179459496505818407817251719749653518759386226609864131157998113607145927805319393985320747691210471874496460322609023706598999550109071334618957787706909833844213743388373912613722640748127902848985919719650256643421863641062802415433488542292987940686866706563995945634872093186383692253377366428750847720433784512591550577140618287385670068773937201441067443794026967781396177683002271976765508345874774997230279634797952833305525385310866771126280652140362650680778789460744786270283578613677938055625894586997464252285278476165308079861069316450334764292947005265906661768266930936293741296919450845521143487883377896417223722856266583707156288855136079948399964996746827080057875325028350657157731148721131536259713452447990672166074373446529658766723163517813020696938558155551472063153024122269855653814155254148396280898175684844060130880187715925262714341858409321512945787210998986012709771585046667550482302783967573849676414227837240311011746166423535633689020618734227793155135945807002409528179373614885604211500
3600.27/3530.53	c number of deleted constraints	: 208643
3600.27/3530.53	c speed (assignments/second)	: 2977.101211060656
3600.27/3530.53	c non guided choices	: 0
3600.27/3530.55	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4
3600.27/3530.55	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 14645
3600.27/3530.55	s SATISFIABLE
3600.27/3530.55	c Found 22 solution(s)
3600.27/3530.56	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 
3600.27/3530.56	c objective function=-48
3600.27/3530.56	c Total wall clock time (in seconds): 3530.267

Verifier Data

OK	-48

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459966-1721943013/watcher-4459966-1721943013 -o /tmp/evaluation-result-4459966-1721943013/solver-4459966-1721943013 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721939462-237807 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459966-1721943013.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
solver pid=240025, runsolver pid=240022
Current StackSize limit: 8192 KiB


[startup+0.103204 s]*
/proc/loadavg: 4.48 4.28 4.18 7/319 240043
/proc/meminfo: memFree=116387784/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=18975048 memory=56196 CPUtime=0.13 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 6616 0 0 0 10 3 0 0 20 0 18 0 30291209 19430449152 14049 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4743762 14049 5553 1 0 550932 0
[pid=240025/tid=240027] ppid=240022 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) S 240022 240025 237796 0 -1 1077936192 5516 0 0 0 6 2 0 0 20 0 18 0 30291209 19430449152 14049 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30291213 19430449152 14049 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=18975048 memory=14127853412601218 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30291214 19430449152 14049 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56196 KiB

[startup+0.2182 s]*
/proc/loadavg: 4.48 4.28 4.18 8/319 240043
/proc/meminfo: memFree=116380832/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=18975048 memory=64108 CPUtime=0.33 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 7393 0 0 0 29 4 0 0 20 0 18 0 30291209 19430449152 16027 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4743762 16027 5760 1 0 551546 0
[pid=240025/tid=240027] ppid=240022 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 5864 0 0 0 17 3 0 0 20 0 18 0 30291209 19430449152 16027 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=18975048 memory=1364536 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30291213 19430449152 16027 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=18975048 memory=16102571999761082 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30291214 19430449152 16027 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64108 KiB

[startup+0.329213 s]*
/proc/loadavg: 4.48 4.28 4.18 7/319 240043
/proc/meminfo: memFree=116377300/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=18975048 memory=67304 CPUtime=0.52 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 7653 0 0 0 48 4 0 0 20 0 18 0 30291209 19430449152 16826 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4743762 16826 5765 1 0 551734 0
[pid=240025/tid=240027] ppid=240022 vsize=18975048 memory=-9032930491495064252 CPUtime=0.3 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 6051 0 0 0 27 3 0 0 20 0 18 0 30291209 19430449152 16826 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30291213 19430449152 16826 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30291214 19430449152 16826 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67304 KiB

[startup+0.704286 s]
/proc/loadavg: 4.48 4.28 4.18 7/319 240043
/proc/meminfo: memFree=116353848/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19041612 memory=135092 CPUtime=1.2 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 8338 0 0 0 114 6 0 0 20 0 19 0 30291209 19498610688 33773 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4760403 33773 5903 1 0 552309 0
[pid=240025/tid=240027] ppid=240022 vsize=19041612 memory=5516 CPUtime=0.64 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 6221 0 0 0 60 4 0 0 20 0 19 0 30291209 19498610688 33773 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19041612 memory=12668 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30291213 19498610688 33773 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30291214 19498610688 33773 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 135092 KiB

[startup+1.50119 s]
/proc/loadavg: 4.48 4.28 4.18 6/321 240045
/proc/meminfo: memFree=116262704/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=183444 CPUtime=2.74 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 21027 0 0 0 265 9 0 0 20 0 20 0 30291209 19566772224 45861 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 45861 5935 1 0 557174 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=12668 CPUtime=1.36 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 6876 0 0 0 132 4 0 0 20 0 20 0 30291209 19566772224 45861 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 45861 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 45861 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 45861 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183444 KiB

[startup+3.10619 s]
/proc/loadavg: 4.48 4.28 4.18 5/321 240045
/proc/meminfo: memFree=115911124/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=293164 CPUtime=5.46 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 23383 0 0 0 534 12 0 0 20 0 20 0 30291209 19566772224 73291 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 73291 5935 1 0 557191 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=0 CPUtime=2.89 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 7576 0 0 0 283 6 0 0 20 0 20 0 30291209 19566772224 73291 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 73291 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 73291 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=12668 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 73291 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 293164 KiB

[startup+6.30121 s]
/proc/loadavg: 4.52 4.29 4.19 6/321 240047
/proc/meminfo: memFree=115045688/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=1156556 CPUtime=9.92 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 24456 0 0 0 964 28 0 0 20 0 20 0 30291209 19566772224 289139 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 289139 5935 1 0 663704 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=0 CPUtime=6.02 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 8240 0 0 0 580 22 0 0 20 0 20 0 30291209 19566772224 289139 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=12668 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 289139 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 289139 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=61984 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 289139 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 9.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1156556 KiB

[startup+12.7005 s]
/proc/loadavg: 4.48 4.29 4.19 5/321 240047
/proc/meminfo: memFree=114620792/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=1586432 CPUtime=16.85 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 29724 0 0 0 1647 38 0 0 20 0 20 0 30291209 19566772224 396608 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 396608 5935 1 0 664323 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=151152 CPUtime=12.27 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 10698 0 0 0 1197 30 0 0 20 0 20 0 30291209 19566772224 396608 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=1580040 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 396608 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=293164 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 396608 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 396608 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 16.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1586432 KiB

[startup+25.5005 s]
/proc/loadavg: 4.37 4.27 4.18 5/324 240107
/proc/meminfo: memFree=114589008/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=1603012 CPUtime=30.69 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 44699 0 0 0 3026 43 0 0 20 0 20 0 30291209 19566772224 400753 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 400753 5935 1 0 665457 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=1580040 CPUtime=24.74 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 12566 0 0 0 2444 30 0 0 20 0 20 0 30291209 19566772224 400753 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=1604028 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 400753 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 400753 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 400753 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 30.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1603012 KiB

[startup+51.1062 s]
/proc/loadavg: 4.47 4.30 4.19 4/298 240213
/proc/meminfo: memFree=114933036/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=2185936 CPUtime=59.19 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 58522 0 0 0 5859 60 0 0 20 0 20 0 30291209 19566772224 546484 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 546484 5935 1 0 793374 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=2136656 CPUtime=49.52 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 16058 0 0 0 4909 43 0 0 20 0 20 0 30291209 19566772224 546484 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=1611276 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 546484 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=1787984 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 546484 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0

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

[startup+3222.3 s]
/proc/loadavg: 2.14 2.20 2.27 3/268 241926
/proc/meminfo: memFree=117374172/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=3136072 CPUtime=3288.04 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 324395 0 0 0 328489 315 0 0 20 0 20 0 30291209 19566772224 784018 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 784018 5962 1 0 800253 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=3135992 CPUtime=3160.39 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 91635 0 0 0 315983 56 0 0 20 0 20 0 30291209 19566772224 784018 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=12668 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 784018 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=61984 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 1657 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 784018 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=3136012 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 784018 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 3288.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3136072 KiB

[startup+3282.3 s]
/proc/loadavg: 2.16 2.19 2.26 3/268 241936
/proc/meminfo: memFree=117363568/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=3136072 CPUtime=3348.98 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 324789 0 0 0 334580 318 0 0 20 0 20 0 30291209 19566772224 784018 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 784018 5962 1 0 800254 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=15864 CPUtime=3219.13 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 91890 0 0 0 321857 56 0 0 20 0 20 0 30291209 19566772224 784018 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=3136072 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 784018 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=3136056 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 1698 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 784018 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 784018 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 3348.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3136072 KiB

[startup+3342.3 s]
/proc/loadavg: 2.11 2.17 2.25 3/268 242329
/proc/meminfo: memFree=117338284/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=3136076 CPUtime=3409.73 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 325102 0 0 0 340651 322 0 0 20 0 20 0 30291209 19566772224 784019 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 784019 5962 1 0 800254 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=61984 CPUtime=3278.06 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 92074 0 0 0 327750 56 0 0 20 0 20 0 30291209 19566772224 784019 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=3136076 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 784019 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 1698 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 784019 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=3136076 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 784019 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 3409.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3136076 KiB

[startup+3402.3 s]
/proc/loadavg: 2.16 2.17 2.24 3/266 242339
/proc/meminfo: memFree=117330020/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=3136076 CPUtime=3470.44 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 326463 0 0 0 346718 326 0 0 20 0 20 0 30291209 19566772224 784019 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 784019 5962 1 0 800254 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=61984 CPUtime=3337.04 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 92639 0 0 0 333648 56 0 0 20 0 20 0 30291209 19566772224 784019 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=3136076 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 784019 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=32356 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 1698 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 784019 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=15864 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 784019 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 3470.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3136076 KiB

[startup+3462.3 s]
/proc/loadavg: 2.12 2.15 2.23 3/266 242349
/proc/meminfo: memFree=117323612/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=3136084 CPUtime=3531.27 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 329237 0 0 0 352797 330 0 0 20 0 20 0 30291209 19566772224 784021 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 784021 5962 1 0 800254 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=61984 CPUtime=3395.91 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 94193 0 0 0 339535 56 0 0 20 0 20 0 30291209 19566772224 784021 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=3136076 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 784021 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=3136084 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 1698 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 784021 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=3136084 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 784021 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 3531.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3136084 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.14 2.22 3/268 242530
/proc/meminfo: memFree=117316888/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=3136088 CPUtime=3591.88 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 330383 0 0 0 358855 333 0 0 20 0 20 0 30291209 19566772224 784022 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 784022 5962 1 0 800254 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=15864 CPUtime=3454.99 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 94675 0 0 0 345443 56 0 0 20 0 20 0 30291209 19566772224 784022 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=3136088 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 784022 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=1764 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 1786 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 784022 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=3136088 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 784022 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 3591.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3136088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3530.4 s]
/proc/loadavg: 2.08 2.13 2.22 3/268 242531
/proc/meminfo: memFree=117316836/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19108176 memory=3136088 CPUtime=3600.07 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 330487 0 0 0 359674 333 0 0 20 0 20 0 30291209 19566772224 784022 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4777044 784022 5962 1 0 800254 0
[pid=240025/tid=240027] ppid=240022 vsize=19108176 memory=5612 CPUtime=3462.98 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 94765 0 0 0 346241 57 0 0 20 0 20 0 30291209 19566772224 784022 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19108176 memory=-9032930491495064252 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30291213 19566772224 784022 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19108176 memory=61984 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 1786 0 0 0 0 0 0 0 20 0 20 0 30291214 19566772224 784022 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240044] ppid=240022 vsize=19108176 memory=3136088 CPUtime=0 cores=4,6
/proc/240025/task/240044/stat : 240044 (Timer-0) S 240022 240025 237796 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30291273 19566772224 784022 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3136088 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.07 s, system=3.36869 s

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

[startup+3530.51 s]
/proc/loadavg: 2.08 2.13 2.22 3/268 242531
/proc/meminfo: memFree=117316836/131655788 swapFree=131058856/131071996
[pid=240025] ppid=240022 vsize=19307868 memory=3136752 CPUtime=3600.27 cores=4,6
/proc/240025/stat : 240025 (java) S 240022 240025 237796 0 -1 1077936128 333680 0 0 0 359693 334 0 0 20 0 21 0 30291209 19771256832 784188 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
/proc/240025/statm: 4826967 784188 5961 1 0 801173 0
[pid=240025/tid=240027] ppid=240022 vsize=19307868 memory=15864 CPUtime=3463.08 cores=4,6
/proc/240025/task/240027/stat : 240027 (java) R 240022 240025 237796 0 -1 4194368 94892 0 0 0 346251 57 0 0 20 0 21 0 30291209 19771256832 784188 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240036] ppid=240022 vsize=19307868 memory=3136088 CPUtime=0 cores=4,6
/proc/240025/task/240036/stat : 240036 (Finalizer) S 240022 240025 237796 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 30291213 19771256832 784188 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
[pid=240025/tid=240043] ppid=240022 vsize=19307868 memory=3136088 CPUtime=0 cores=4,6
/proc/240025/task/240043/stat : 240043 (Common-Cleaner) S 240022 240025 237796 0 -1 1077936192 1786 0 0 0 0 0 0 0 20 0 21 0 30291214 19771256832 784188 134679101440 94420347822080 94420347825776 140724153957568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420347833592 94420347834384 94420357525504 140724153963508 140724153963616 140724153963616 140724153970632 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3136752 KiB

Child status: 143

Real time (s): 3530.6
CPU time (s): 3600.44
CPU user time (s): 3597.07
CPU system time (s): 3.36869
CPU usage (%): 101.978
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3146372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.07
system time used= 3.36869
maximum resident set size= 3149360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334387
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130929
involuntary context switches= 6388


# summary of solver processes directly reported to runsolver:
#   pid: 240025
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3597.07
#   total CPU system time (s): 3.36869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0077 second user time and 36.2449 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-25 23:30:13
IDJOB=4459966
IDBENCH=148699
IDSOLVER=3052
FILE ID=nodeC009/4459966-1721943013
RUNJOBID= nodeC009-1721939462-237807
SLURM_JOB_ID= 8247263
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_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-4459966-1721943013/watcher-4459966-1721943013 -o /tmp/evaluation-result-4459966-1721943013/solver-4459966-1721943013 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721939462-237807 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459966-1721943013.opb

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

MD5SUM BENCH= 2ee40362659bac8ce3ae96da1e16af6a
RANDOM SEED=1181492874

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		: 3602.894
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		: 3604.221
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		: 1197.412
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.319
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		: 1895.660
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		: 3652.156
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		: 1696.114
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.430
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:        116423740 kB
MemAvailable:   120263852 kB
Buffers:          349492 kB
Cached:          4228980 kB
SwapCached:         4924 kB
Active:          1872616 kB
Inactive:       12614692 kB
Active(anon):       1624 kB
Inactive(anon):  9952520 kB
Active(file):    1870992 kB
Inactive(file):  2662172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:              2836 kB
Writeback:             0 kB
AnonPages:       9900808 kB
Mapped:           111736 kB
Shmem:             45300 kB
KReclaimable:     294296 kB
Slab:             406104 kB
SReclaimable:     294296 kB
SUnreclaim:       111808 kB
KernelStack:        4896 kB
PageTables:        29368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15951676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9582592 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= 723768 MiB
End job on nodeC009 at 2024-07-26 00:29:04