Trace number 4429783

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)193 3600.2 3503.6

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/logic_synthesis/normalized-addm4.r.opb
MD5SUM0fa37067d8fd8d743bdd08ab1a39bb11
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark165
Best CPU time to get the best result obtained on this benchmark0.062713
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1073
Total number of constraints832
Number of constraints which are clauses832
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint19
Number of terms in the objective function 1073
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1073
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1073
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4429783-1721105015.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.33/0.24	c ... done. Wall clock time 0.081s.
0.33/0.24	c declared #vars     1073
0.33/0.24	c #constraints  832
0.33/0.24	c constraints type 
0.33/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 73
0.33/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 759
0.33/0.24	c 832 constraints processed.
0.33/0.25	c objective function length is 1073 literals
0.33/0.26	c SATISFIABLE
0.33/0.26	c OPTIMIZING...
0.33/0.26	c Got one! Elapsed wall clock time (in seconds):0.104
0.33/0.26	o 199
0.33/0.30	c Got one! Elapsed wall clock time (in seconds):0.144
0.33/0.30	o 198
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.164
0.53/0.32	o 197
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.212
0.53/0.36	o 196
1.09/0.60	c Got one! Elapsed wall clock time (in seconds):0.447
1.09/0.60	o 195
1.28/0.77	c Got one! Elapsed wall clock time (in seconds):0.617
1.28/0.77	o 194
1.67/0.98	c Got one! Elapsed wall clock time (in seconds):0.827
1.67/0.98	o 193
38.48/32.40	c cleaning 2577 clauses out of 5153 with flag 0/5153
111.56/104.51	c cleaning 4288 clauses out of 8575 with flag 0/11152
236.98/228.74	c cleaning 5635 clauses out of 11287 with flag 0/18152
457.70/446.42	c cleaning 6817 clauses out of 13652 with flag 0/26152
691.82/680.04	c cleaning 7916 clauses out of 15836 with flag 0/35153
1026.89/1012.27	c cleaning 8937 clauses out of 17920 with flag 0/45153
1481.21/1461.43	c cleaning 9975 clauses out of 19982 with flag 0/56152
1989.20/1960.22	c cleaning 10987 clauses out of 22008 with flag 0/68153
2711.04/2661.49	c cleaning 11995 clauses out of 24020 with flag 0/81152
3510.52/3415.22	c cleaning 13013 clauses out of 26026 with flag 0/95153
3600.02/3503.52	c starts		: 52
3600.02/3503.52	c conflicts		: 98241
3600.02/3503.52	c decisions		: 221567
3600.02/3503.52	c propagations		: 6565667
3600.02/3503.52	c inspects		: 632734606
3600.02/3503.52	c shortcuts		: 0
3600.02/3503.52	c learnt literals	: 0
3600.02/3503.52	c learnt binary clauses	: 0
3600.02/3503.52	c learnt ternary clauses	: 0
3600.02/3503.52	c learnt constraints	: 98241
3600.02/3503.52	c ignored constraints	: 0
3600.02/3503.52	c root simplifications	: 0
3600.02/3503.52	c removed literals (reason simplification)	: 0
3600.02/3503.52	c reason swapping (by a shorter reason)	: 0
3600.02/3503.52	c Calls to reduceDB	: 10
3600.02/3503.52	c Number of update (reduction) of LBD	: 179887
3600.02/3503.52	c Imported unit clauses	: 0
3600.02/3503.52	c No decision after first conflict	: false
3600.02/3503.52	c number of reductions to clauses (during analyze)	: 0
3600.02/3503.52	c number of learned constraints concerned by reduction	: 0
3600.02/3503.52	c number of learning phase by resolution	: 0
3600.02/3503.52	c number of learning phase by cutting planes	: 0
3600.02/3503.52	c number of rounding to 1 operations	: 0
3600.02/3503.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3503.52	c number of reductions of the coefficients by power 2 	: 0
3600.02/3503.52	c number of right shift for reduction by power 2 	: 0
3600.02/3503.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3503.52	c number of ending skipping 	: 0
3600.02/3503.52	c number of internal skipping 	: 0
3600.02/3503.52	c number of derivation steps 	: 522415
3600.02/3503.52	c number of skipped derivation steps 	: 0
3600.02/3503.52	c number of remaining unassigned 	: 2399365
3600.02/3503.52	c number of remaining assigned 	: 59025431
3600.02/3503.52	c number of falsified literals weakened from reason	: 0
3600.02/3503.52	c number of falsified literals weakened from conflict	: 0
3600.02/3503.52	c time for arithmetic operations	: 61332084812
3600.02/3503.54	c minimum degree of deleted constraints	: 368
3600.02/3503.54	c maximum degree of deleted constraints	: 17402270617791765557597363760241114505802566770709809561884386518505705378552222664329952125475095134952535094200028424703026120739755340047385920078882860408750008389789393205524469957270239168302310728111304194869951965785754900185305035963677121434897135379581523400701419322941576460236091659773169758815543322569988205061574597408101523765057414911325211699132094222146056642959870924887685408976313889148323692834574177492574048103625738901760498417051087366857004190286371242347212335533046707958968290610959763162608914524241813451362262293380791429902187167459293289414419479339458607241573088161455304134910937918667685694117802080398271927712518189495120539489055585191559282829812188481028096191731979448560948380029197144097429174491976162961641571270117697136323530480091046783400077551998289693688604622929388901246625434218205965063312983904381623170811973490429124282327797318800892176956491731731529764878903809236515803542415165356369334925787642987384518883631833340343009392779952812545653038056591439519313340055109054632542022640050078441716292533724799430120676292474308482834518221871809503799061113602484486113954941207798102865616690794237452538302575152575702415542151216427822540611108513572632173688888947461945108609133578639945979697759870076183260623404622419412643933729589334215033937851156706473448752945190161255909779558643573265528702290019634460778146348545768105716834269707991705002451139182349061876181466519334895274246163017033705426621042699402994623891691767926128572387971489605492309915079099125907974145918261834212607151831202789059915658809792751770160115868740910962933863936817490663053427513698678767786226534673102544329834492325491593715687711767477671045933074673143212113811663560993765494977314272695941132897852500782224150073732831815397671860186985496378542740396689080057723987544669908616114622446067949540141885119682179125258554663675257521735944891000387943181263321191400179377586828327610000099616127714339446142887617853818132704839118739182131666393545198113952480243968029242732371470982959004920271172419128126678346026197302774861538431964205540345318973403221616113781538632833736803473555295941489484181227871189179389088188297207777534463495574289954182295005281179231879411036733042820658528435557722556407527546872108920874020633025490067570750792083864755180853067944689439165053517233493017208185268329977359053315273144005730112119730380721471165270919515873006761642724701077554148026918950237643673261041640008741599524198538489443714996976412947216535136900154487814261408316644174336069992750664763765368584495995599064166356085407307643092637965784351055119965977743535881074348979342581417634448389403827779689124988299387835437390736951188496738233395072083909647396483659550188125307030442416665385919601623840036002816372881475031926393210283729136508246349641886527385704994016351766746318387561811782130962899094109048146222375970180985362111315068831086914992665812191257007473592411446854230920965499781570179426372402893779809651752617984816618534591815246065615332944637156072056319093863708685752207677809190847139529995237387446372693588829185706939717329390761777668803854275477739566483195451009922751984209960278352504040656255661047586052384228742808493164981406959020618932417320015630974587523141744859335219300411785269223268121799272450320771174899679934793770551161976971826690407769367438635893581350062430084664843212729381474210209656250103299107549918949325643452263504465830659730014418105755472808240509666387540157638474911350232410562842304623175122567923787947317042584358822499466690506807880959306068611329527361247259967069051209470300580787428046036980846450257753304621224011665141255193561187151125912470827248225860353824634238531562846703353731568036259920425835700518018111215151896537368877249549335734480234190599607244755343044238964056705979934796154765874790908474835322125819744357658140192393418644135425240348375231079202276171486645139144887005470370799483759726417053722504251583541109623582605212478983059849775304764350400752859748075954114130551302134028376769667605704746992242330935973926750882638428650384858559737581499717322520588839193209077410902104407492011327795812705552272407379289477515891209805849130793823442217360075975840433158770992793459880757023862027076760404458672393070489496799103819442639965147264852307686275020366653383400602958602541641923147692481042658213953454863548292399080287580977117888011489346842295526616343082763489444519933496356913296817868468149590519559927258873130327260448086349871955238391641036921794066184699596145281665015645755276353068021380505850101179003619263733073088766580203743115298220416103494549368168711619548089168168788748175091949862261582851970429088614201161161412679469460946109867337687442233848703661778224838488288814056865941978234952529467417604322261959218059295799037011121525027529189756387118797295591804536179498345298984920787238299729171112910919537133270753204973929055501603511202364420356649410571780424957601712373806778840871761864694554921812935153962025760729936073292829997245551562720695573817699597599436461986291099699897420009465538373551511695845168788241344723759698848467572003012907792350062479024644896277272950757592979156653544466222457433721861086651584764991364277431953615011323741103998233884715379942667816238616942697483581162910108455378137348894481729427339932000972076618156330094301068871793779394420794513773308906659228319022253915767954347735558231190862206657174950397731251087085836581347947947063358486570466340597035478990479608098552098420853725665469937688941591767567205225075122176621603402152692350773092583286315145863604842758691550795436404685902107453923311792913821499249459372364891815761647710501171167048607539951994244185309894085249715967082261368025888451225061465468637458840041911617276733009956969553877834700384396256634233747758748385662107164566468963988702600309120786146708403850084938812596190357476394291357163646149607505564680734289962506315387251374121348463489895377139925143462627556486064346135504577598229597203357291636032636414726199454174871355571123052390461085723751171317356218185650532921095427255051156833384882616704244651107176763069056708175334305418416856445989899179803036912359885659843968662733877939730685903498482155561549125366511346594407075786685293836479905999151696318026251201101059196259944947733119135277485576520889652984966932552082078320865583000268931120149355276695094198465595950932021837652219282287747548545960198191365255520506293518375735919441382984807379461579178269858805958269704565760612509150545127167483956043518762605286400000000
3600.02/3503.54	c number of deleted constraints	: 82140
3600.02/3503.54	c speed (assignments/second)	: 1874.1453024389102
3600.02/3503.54	c non guided choices	: 998
3600.02/3503.56	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6084
3600.02/3503.57	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10017
3600.02/3503.57	s SATISFIABLE
3600.02/3503.57	c Found 7 solution(s)
3600.02/3503.57	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 x15 -x16 -x17 x18 x19 x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 x40 -x41 x42 -x43 -x44 x45 -x46 -x47 -x48 x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 x62 x63 -x64 -x65 x66 -x67 -x68 -x69 x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 x108 -x109 -x110 -x111 x112 -x113 -x114 x115 x116 x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 x211 x212 -x213 x214 -x215 -x216 x217 -x218 x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 -x232 -x233 -x234 x235 -x236 -x237 x238 x239 -x240 -x241 x242 -x243 x244 -x245 x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 x276 x277 -x278 x279 -x280 -x281 x282 x283 x284 -x285 x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 -x309 -x310 x311 -x312 -x313 x314 x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 x328 x329 -x330 -x331 x332 -x333 x334 -x335 -x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 x345 -x346 x347 x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 x356 -x357 x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 x370 x371 -x372 -x373 x374 -x375 -x376 -x377 -x378 x379 -x380 x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 x390 x391 x392 -x393 -x394 -x395 -x396 -x397 -x398 x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 x424 x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 x447 -x448 x449 -x450 x451 -x452 -x453 -x454 -x455 -x456 x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483 -x484 x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 x508 -x509 -x510 x511 -x512 -x513 -x514 x515 x516 x517 -x518 x519 x520 x521 x522 -x523 -x524 x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 x542 x543 -x544 -x545 -x546 -x547 -x548 -x549 x550 -x551 -x552 -x553 -x554 x555 x556 -x557 -x558 -x559 -x560 x561 -x562 x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 x575 -x576 -x577 x578 -x579 x580 -x581 x582 -x583 x584 x585 x586 -x587 -x588 x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 x601 -x602 -x603 -x604 -x605 -x606 x607 -x608 x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 x619 -x620 -x621 -x622 -x623 -x624 x625 x626 x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 x637 -x638 -x639 -x640 x641 -x642 -x643 x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 x655 -x656 -x657 -x658 -x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 x690 x691 -x692 -x693 x694 x695 -x696 x697 -x698 x699 -x700 -x701 -x702 -x703 x704 -x705 x706 -x707 -x708 -x709 -x710 -x711 x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 x723 -x724 -x725 -x726 -x727 -x728 -x729 x730 -x731 x732 -x733 -x734 -x735 -x736 -x737 x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 x749 -x750 -x751 -x752 -x753 -x754 -x755 x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 x787 -x788 -x789 -x790 x791 -x792 x793 x794 -x795 -x796 x797 -x798 x799 -x800 -x801 x802 -x803 x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 x868 x869 -x870 -x871 -x872 -x873 -x874 x875 x876 -x877 -x878 x879 x880 -x881 -x882 x883 x884 -x885 x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 x912 x913 -x914 -x915 -x916 -x917 x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 x943 x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 x1058 -x1059 x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 x1070 -x1071 -x1072 -x1073 
3600.02/3503.57	c objective function=193
3600.02/3503.57	c Total wall clock time (in seconds): 3503.421

Verifier Data

OK	193

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61733 MiB free)
  memory of node 1: 64473 MiB (63350 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429783-1721105015/watcher-4429783-1721105015 -o /tmp/evaluation-result-4429783-1721105015/solver-4429783-1721105015 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721105028-838364 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429783-1721105015.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=838420, runsolver pid=838417

[startup+0.10082 s]*
/proc/loadavg: 3.12 3.89 4.05 9/324 838493
/proc/meminfo: memFree=127936824/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=18975048 memory=62620 CPUtime=0.13 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 7201 0 0 0 11 2 0 0 20 0 18 0 162665010 19430449152 15655 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4743762 15655 5573 1 0 549318 0
[pid=838420/tid=838426] ppid=838417 vsize=18975048 memory=4026531971 CPUtime=0.07 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 1077936192 5735 0 0 0 6 1 0 0 20 0 18 0 162665010 19430449152 15655 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=18975048 memory=1623 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 162665013 19430449152 15655 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=18975048 memory=14695192770905705 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 162665013 19430449152 15655 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62620 KiB

[startup+0.210959 s]*
/proc/loadavg: 3.83 4.03 4.09 15/325 838494
/proc/meminfo: memFree=127882832/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=18975048 memory=76088 CPUtime=0.33 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 7783 0 0 0 31 2 0 0 20 0 18 0 162665010 19430449152 19022 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4743762 19022 5849 1 0 549695 0
[pid=838420/tid=838426] ppid=838417 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 6041 0 0 0 16 2 0 0 20 0 18 0 162665010 19430449152 19022 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=18975048 memory=1623 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 162665013 19430449152 19022 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=18975048 memory=14695192770905705 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 162665013 19430449152 19022 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76088 KiB

[startup+0.310956 s]*
/proc/loadavg: 3.83 4.03 4.09 10/307 838498
/proc/meminfo: memFree=127844824/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19041612 memory=85232 CPUtime=0.53 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 8765 0 0 0 50 3 0 0 20 0 19 0 162665010 19498610688 21308 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4760403 21308 5903 1 0 550690 0
[pid=838420/tid=838426] ppid=838417 vsize=19041612 memory=-9032644584128488124 CPUtime=0.27 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 6175 0 0 0 25 2 0 0 20 0 19 0 162665010 19498610688 21308 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162665013 19498610688 21308 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162665013 19498610688 21308 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162665035 19498610688 21308 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85232 KiB

[startup+0.702176 s]
/proc/loadavg: 3.83 4.03 4.09 8/306 838513
/proc/meminfo: memFree=127774860/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19041612 memory=127012 CPUtime=1.28 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 10922 0 0 0 125 3 0 0 20 0 19 0 162665010 19498610688 31753 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4760403 31753 5903 1 0 552114 0
[pid=838420/tid=838426] ppid=838417 vsize=19041612 memory=5436 CPUtime=0.63 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 6217 0 0 0 61 2 0 0 20 0 19 0 162665010 19498610688 31753 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19041612 memory=12292 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162665013 19498610688 31753 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19041612 memory=281406794429456 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162665013 19498610688 31753 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162665035 19498610688 31753 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 127012 KiB

[startup+1.50096 s]
/proc/loadavg: 3.83 4.03 4.09 11/328 838563
/proc/meminfo: memFree=127627984/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=179888 CPUtime=2.84 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 17602 0 0 0 278 6 0 0 20 0 20 0 162665010 19566772224 44972 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 44972 5967 1 0 554041 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=12292 CPUtime=1.39 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 6486 0 0 0 136 3 0 0 20 0 20 0 162665010 19566772224 44972 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 44972 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 44972 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=281406794278032 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 44972 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179888 KiB

[startup+3.10448 s]
/proc/loadavg: 3.83 4.03 4.09 6/332 838569
/proc/meminfo: memFree=127388772/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=195024 CPUtime=5.13 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 19231 0 0 0 507 6 0 0 20 0 20 0 162665010 19566772224 48756 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 48756 5967 1 0 554064 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=0 CPUtime=2.95 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 6853 0 0 0 291 4 0 0 20 0 20 0 162665010 19566772224 48756 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 48756 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 48756 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=12064 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 48756 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 5.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195024 KiB

[startup+6.30019 s]
/proc/loadavg: 3.93 4.04 4.10 6/332 838569
/proc/meminfo: memFree=126821200/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=436140 CPUtime=8.98 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 20049 0 0 0 886 12 0 0 20 0 20 0 162665010 19566772224 109035 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 109035 5967 1 0 660791 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=0 CPUtime=6.08 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 6983 0 0 0 601 7 0 0 20 0 20 0 162665010 19566772224 109035 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 109035 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=-8814538831020006773 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 109035 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=179888 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 109035 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 8.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 436140 KiB

[startup+12.701 s]
/proc/loadavg: 4.17 4.09 4.11 5/332 838569
/proc/meminfo: memFree=126249524/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=703312 CPUtime=16.66 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 34531 0 0 0 1647 19 0 0 20 0 20 0 162665010 19566772224 175828 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 175828 5967 1 0 664212 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=703312 CPUtime=12.3 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 8183 0 0 0 1218 12 0 0 20 0 20 0 162665010 19566772224 175828 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=2236 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 175828 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 175828 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=531068 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 175828 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 16.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 703312 KiB

[startup+25.501 s]
/proc/loadavg: 4.15 4.09 4.11 6/333 838574
/proc/meminfo: memFree=125473776/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=913768 CPUtime=30.89 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 57573 0 0 0 3064 25 0 0 20 0 20 0 162665010 19566772224 228442 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 228442 5967 1 0 665293 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=0 CPUtime=24.74 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 10647 0 0 0 2461 13 0 0 20 0 20 0 162665010 19566772224 228442 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=668924 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 228442 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=817036 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 228442 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=-8672919563892269756 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 228442 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 30.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 913768 KiB

[startup+51.106 s]
/proc/loadavg: 4.16 4.10 4.11 5/333 838577
/proc/meminfo: memFree=123375860/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=1383584 CPUtime=57.32 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 70091 0 0 0 5695 37 0 0 20 0 20 0 162665010 19566772224 345896 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 345896 5983 1 0 665393 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=1888 CPUtime=49.9 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 14816 0 0 0 4971 19 0 0 20 0 20 0 162665010 19566772224 345896 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0

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

/proc/meminfo: memFree=116323128/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=2718660 CPUtime=3235.51 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 331137 0 0 0 323327 224 0 0 20 0 20 0 162665010 19566772224 679665 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 679665 6011 1 0 696202 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=2617348 CPUtime=3121.12 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 90272 0 0 0 312072 40 0 0 20 0 20 0 162665010 19566772224 679665 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=2617384 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 679665 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=2677080 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 1460 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 679665 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=12064 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 679665 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 3235.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2718660 KiB

[startup+3222.3 s]
/proc/loadavg: 4.53 4.29 4.21 5/330 840334
/proc/meminfo: memFree=115927620/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=2902124 CPUtime=3302.47 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 336909 0 0 0 330012 235 0 0 20 0 20 0 162665010 19566772224 725531 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 725531 6011 1 0 742159 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=2617384 CPUtime=3180.07 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 91636 0 0 0 317963 44 0 0 20 0 20 0 162665010 19566772224 725531 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 725531 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=5436 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 1489 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 725531 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=2802172 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 725531 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 3302.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2902124 KiB

[startup+3282.3 s]
/proc/loadavg: 4.42 4.30 4.22 7/330 840344
/proc/meminfo: memFree=115617720/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=3210824 CPUtime=3369.8 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 339000 0 0 0 336732 248 0 0 20 0 20 0 162665010 19566772224 802706 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 802706 6011 1 0 819447 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=12064 CPUtime=3238.93 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 92283 0 0 0 323842 51 0 0 20 0 20 0 162665010 19566772224 802706 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=3152276 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 802706 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=3210824 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 1490 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 802706 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=12064 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 802706 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 3369.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3210824 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.29 4.22 5/330 840354
/proc/meminfo: memFree=113745368/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=5079416 CPUtime=3437.8 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 342660 0 0 0 343489 291 0 0 20 0 20 0 162665010 19566772224 1269854 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 1269854 6011 1 0 1293634 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=41492 CPUtime=3297.63 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 93516 0 0 0 329678 85 0 0 20 0 20 0 162665010 19566772224 1269854 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 1269854 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=12064 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 1490 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 1269854 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=12292 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 1269854 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 3437.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5079416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.45 4.35 4.25 5/330 840364
/proc/meminfo: memFree=113653068/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=5079416 CPUtime=3497.65 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 342666 0 0 0 349472 293 0 0 20 0 20 0 162665010 19566772224 1269854 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 1269854 6011 1 0 1293634 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=12292 CPUtime=3357.45 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 93516 0 0 0 335660 85 0 0 20 0 20 0 162665010 19566772224 1269854 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=5079416 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 1269854 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=5079416 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 1491 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 1269854 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=5079416 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 1269854 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 3497.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5079416 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.31 4.24 5/332 840379
/proc/meminfo: memFree=113625500/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=5106412 CPUtime=3558.68 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 345441 0 0 0 355571 297 0 0 20 0 20 0 162665010 19566772224 1276603 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 1276603 6011 1 0 1294356 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=12292 CPUtime=3416.92 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 94712 0 0 0 341607 85 0 0 20 0 20 0 162665010 19566772224 1276603 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=12064 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 1276603 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=5106412 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 1491 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 1276603 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=5106412 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 1276603 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 3558.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5106412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3503.5 s]
/proc/loadavg: 4.27 4.31 4.24 5/332 840388
/proc/meminfo: memFree=113598536/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=5106652 CPUtime=3600.02 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 347996 0 0 0 359703 299 0 0 20 0 20 0 162665010 19566772224 1276663 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 1276663 6011 1 0 1294356 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=12064 CPUtime=3457.76 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 96946 0 0 0 345690 86 0 0 20 0 20 0 162665010 19566772224 1276663 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=5106412 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 1276663 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=5106412 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 1491 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 1276663 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=5106652 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 1276663 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5106652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.18 s, system=3.01779 s

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

[startup+3503.5 s]
/proc/loadavg: 4.27 4.31 4.24 5/332 840388
/proc/meminfo: memFree=113598536/131524600 swapFree=131071996/131071996
[pid=838420] ppid=838417 vsize=19108176 memory=5106652 CPUtime=3600.02 cores=1,3
/proc/838420/stat : 838420 (java) S 838417 838420 838352 0 -1 1077936128 347996 0 0 0 359703 299 0 0 20 0 20 0 162665010 19566772224 1276663 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
/proc/838420/statm: 4777044 1276663 6011 1 0 1294356 0
[pid=838420/tid=838426] ppid=838417 vsize=19108176 memory=12064 CPUtime=3457.76 cores=1,3
/proc/838420/task/838426/stat : 838426 (java) R 838417 838420 838352 0 -1 4194368 96946 0 0 0 345690 86 0 0 20 0 20 0 162665010 19566772224 1276663 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838476] ppid=838417 vsize=19108176 memory=5106412 CPUtime=0 cores=1,3
/proc/838420/task/838476/stat : 838476 (Finalizer) S 838417 838420 838352 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 1276663 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838484] ppid=838417 vsize=19108176 memory=5106412 CPUtime=0 cores=1,3
/proc/838420/task/838484/stat : 838484 (Common-Cleaner) S 838417 838420 838352 0 -1 1077936192 1491 0 0 0 0 0 0 0 20 0 20 0 162665013 19566772224 1276663 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
[pid=838420/tid=838498] ppid=838417 vsize=19108176 memory=5106652 CPUtime=0 cores=1,3
/proc/838420/task/838498/stat : 838498 (Timer-0) S 838417 838420 838352 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162665035 19566772224 1276663 134679101440 94604390285312 94604390289008 140721925670704 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94604390296824 94604390297616 94604415864832 140721925678069 140721925678177 140721925678177 140721925685192 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5106652 KiB

Child status: 143

Real time (s): 3503.6
CPU time (s): 3600.2
CPU user time (s): 3597.18
CPU system time (s): 3.01779
CPU usage (%): 102.757
Max. virtual memory (cumulated for all children) (KiB): 19114048
Max. memory (cumulated for all children) (KiB): 5106652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.18
system time used= 3.01779
maximum resident set size= 5107952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350793
page faults= 0
swaps= 0
block input operations= 32
block output operations= 3704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126857
involuntary context switches= 22300


# summary of solver processes directly reported to runsolver:
#   pid: 838420
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.18
#   total CPU system time (s): 3.01779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.10662 second user time and 16.223 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-16 06:43:48
IDJOB=4429783
IDBENCH=147641
IDSOLVER=3052
FILE ID=nodeC020/4429783-1721105015
RUNJOBID= nodeC020-1721105028-838364
SLURM_JOB_ID= 7505630
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/logic_synthesis/normalized-addm4.r.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429783-1721105015/watcher-4429783-1721105015 -o /tmp/evaluation-result-4429783-1721105015/solver-4429783-1721105015 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721105028-838364 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429783-1721105015.opb

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

MD5SUM BENCH= 0fa37067d8fd8d743bdd08ab1a39bb11
RANDOM SEED=1766780067

nodeC020.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	: 0xb00002a
cpu MHz		: 3542.265
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3087.281
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3585.601
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3640.931
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.768
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3563.171
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3519.313
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3619.239
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128105500 kB
MemAvailable:   129723964 kB
Buffers:          405800 kB
Cached:          2036956 kB
SwapCached:            0 kB
Active:           636304 kB
Inactive:        2163200 kB
Active(anon):       1460 kB
Inactive(anon):   393004 kB
Active(file):     634844 kB
Inactive(file):  1770196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3080 kB
Writeback:             0 kB
AnonPages:        356132 kB
Mapped:           103328 kB
Shmem:             37720 kB
KReclaimable:     106496 kB
Slab:             214104 kB
SReclaimable:     106496 kB
SUnreclaim:       107608 kB
KernelStack:        3888 kB
PageTables:         9080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     668964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59840 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC020 at 2024-07-16 07:42:12