Trace number 4429925

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)65155 3600.29 3352.72

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir07_trarea_ac.opb
MD5SUMe4e66f4daa42a17f1f7cec3a27a30418
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 benchmark50162
Best CPU time to get the best result obtained on this benchmark0.296027
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2278
Total number of constraints4879
Number of constraints which are clauses4879
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 constraint1
Maximum length of a constraint43
Number of terms in the objective function 1076
Biggest coefficient in the objective function 2162
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 1745862
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 2162
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 1745862
Number of bits of the biggest sum of numbers21
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	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 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Use constraints as they come during conflict analysis
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: EFFECTIVE
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Dynamic restart strategy considering the size of the coefficients
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Use constraints as they come during conflict analysis
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: EFFECTIVE
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Dynamic restart strategy considering the size of the coefficients
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4429925-1721111876.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.33/0.28	c ... done. Wall clock time 0.138s.
0.33/0.28	c declared #vars     2278
0.33/0.28	c #constraints  4879
0.33/0.28	c constraints type 
0.33/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3641
0.33/0.28	c org.sat4j.specs.Constr$1 => 49
0.33/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1184
0.33/0.28	c org.sat4j.pb.constraints.pb.UnitClausePB => 5
0.33/0.28	c 4879 constraints processed.
0.33/0.29	c objective function length is 1076 literals
0.52/0.31	c SATISFIABLE
0.52/0.31	c OPTIMIZING...
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.17
0.52/0.31	o 72625
0.91/0.55	c Got one! Elapsed wall clock time (in seconds):0.406
0.91/0.56	o 71337
0.91/0.56	c Got one! Elapsed wall clock time (in seconds):0.414
0.91/0.56	o 71323
1.27/0.72	c Got one! Elapsed wall clock time (in seconds):0.584
1.27/0.73	o 70091
1.27/0.74	c Got one! Elapsed wall clock time (in seconds):0.603
1.27/0.75	o 70079
2.27/1.24	c Got one! Elapsed wall clock time (in seconds):1.1
2.27/1.24	o 68873
2.46/1.31	c Got one! Elapsed wall clock time (in seconds):1.173
2.46/1.32	o 68847
2.46/1.33	c Got one! Elapsed wall clock time (in seconds):1.18
2.46/1.33	o 68835
3.26/1.73	c Got one! Elapsed wall clock time (in seconds):1.589
3.26/1.73	o 67880
6.96/4.22	c Got one! Elapsed wall clock time (in seconds):4.078
6.96/4.22	o 67695
158.07/153.83	c Got one! Elapsed wall clock time (in seconds):153.684
158.07/153.83	o 67693
158.77/154.50	c Got one! Elapsed wall clock time (in seconds):154.364
158.77/154.50	o 67649
158.88/154.67	c Got one! Elapsed wall clock time (in seconds):154.534
158.88/154.67	o 67591
163.75/159.50	c Got one! Elapsed wall clock time (in seconds):159.363
163.75/159.50	o 66347
171.31/167.11	c Got one! Elapsed wall clock time (in seconds):166.966
171.31/167.11	o 66315
185.44/181.28	c Got one! Elapsed wall clock time (in seconds):181.137
185.44/181.28	o 65187
186.73/182.43	c Got one! Elapsed wall clock time (in seconds):182.288
186.73/182.43	o 65155
446.50/438.69	c cleaning 3292 clauses out of 6583 with flag 0/6583
1409.82/1398.53	c cleaning 4644 clauses out of 9291 with flag 0/12583
3600.09/3352.62	c starts		: 38
3600.09/3352.62	c conflicts		: 17919
3600.09/3352.62	c decisions		: 85615
3600.09/3352.62	c propagations		: 8077731
3600.09/3352.62	c inspects		: 108966751
3600.09/3352.62	c shortcuts		: 0
3600.09/3352.62	c learnt literals	: 0
3600.09/3352.62	c learnt binary clauses	: 0
3600.09/3352.62	c learnt ternary clauses	: 0
3600.09/3352.62	c learnt constraints	: 17918
3600.09/3352.62	c ignored constraints	: 0
3600.09/3352.62	c root simplifications	: 0
3600.09/3352.62	c removed literals (reason simplification)	: 0
3600.09/3352.62	c reason swapping (by a shorter reason)	: 0
3600.09/3352.62	c Calls to reduceDB	: 2
3600.09/3352.62	c Number of update (reduction) of LBD	: 40764
3600.09/3352.62	c Imported unit clauses	: 0
3600.09/3352.62	c No decision after first conflict	: false
3600.09/3352.62	c number of reductions to clauses (during analyze)	: 0
3600.09/3352.62	c number of learned constraints concerned by reduction	: 0
3600.09/3352.62	c number of learning phase by resolution	: 0
3600.09/3352.62	c number of learning phase by cutting planes	: 0
3600.09/3352.62	c number of rounding to 1 operations	: 0
3600.09/3352.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3352.62	c number of reductions of the coefficients by power 2 	: 0
3600.09/3352.62	c number of right shift for reduction by power 2 	: 0
3600.09/3352.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3352.62	c number of ending skipping 	: 0
3600.09/3352.62	c number of internal skipping 	: 0
3600.09/3352.62	c number of derivation steps 	: 658010
3600.09/3352.62	c number of skipped derivation steps 	: 0
3600.09/3352.62	c number of remaining unassigned 	: 1621510
3600.09/3352.62	c number of remaining assigned 	: 37782449
3600.09/3352.62	c number of falsified literals weakened from reason	: 0
3600.09/3352.62	c number of falsified literals weakened from conflict	: 0
3600.09/3352.62	c time for arithmetic operations	: 702408065361
3600.09/3352.62	c minimum degree of deleted constraints	: 1101051
3600.09/3352.66	c maximum degree of deleted constraints	: 3074243381833097489312561402935674730822213871660325015793271113206460369536328688178480703317884391133224673105915997692390778648800146448936241390924248811643754978050180260073953085287380215944694470102683186365244679704637742468246982586596405193687815554067217102847860932273207567130480728771073218431717181288288277635342627275022738810180663563035434022738202408412835704963709362978625442193725306173006078554976126900240883506406961695631517660093646141335851473787547633406739088252884049270174854833591683139003264020614886288802821771284745087185049403581619157630174974786568436808665600745562008721236923848934768096581921950415511020331694930782554496001585238514479058016066151974624267840350193614466972382605809571336199638952603469795985671845798028807901194696397092194400856956037414847272221369877484505132952410157076928913812532509217561212449771979381428816845915814062201126731599146723318332957980293657001509693271616085263730784224768040308341394026965737409279758246638206719091742191772221058377724317479726338959167998869686314270673179403048683839978939786009993228136854575785827560579173119022341467234001378240013983360598333557067893256512989080374849603674293321700318376108592766840106515994005637892821289384015661209069136092249714779763077857006048824312031059882289605939012463730327212269593487876764187486851637279799874515928057572543312088449548258725411209343517799179265494140058463361786061274796964713682659236912224827572286850320298669850195534354533040457556991173386906978451833030794217762938872394276337760602700238736668958443166872780720921529642071732220238670451304159892414682666727456582903787075291209930399221423722140569424084676426398246697966032660658278053062314881584109006757613755468557743450157651828016404544269934862758131971459386089495972912909781810141167389698741184846976931432640052875997697888386671821819755987057512386149706044822503791099773482245097763568008903403761106452510960437773854324477778965294869682773660894579385859516108614618267234001793718588313848050160483714642892406662201097656200603117118342567813823724657587733248633151415572160504766111869898252753021640480653898455436549319491730934450774178155686882681764534818954450059916871208010506024991038957263282436369726437502594230668606904093675834274638664828641170669426566734790975888838032371187431754136273281924989523786500723244990656901708193592487575458685910177413659400337866733718047428829682878650810926060554068120959816825157451873818663119625892395039416313086497369656806211123245854739199712924095341941766982761847664802444280892752101751471770021501614174360826774903031378648424617144495738174504744536957425040773989403327190251303082015167242649720829022696038620056291936952803360210047173479310751591729770890630205114044992388997085605295021386460635772461821698226924101452684336305187021122804781976455484494695427697559475153653492056743856462370953407840846767755800638976832903405263525428571318851024170368875189057491053995021336906868512501089222511414019822275815078228540375553032427115731998485325977375468079061915865012934711874733314295784509237808285427003804400936478641462137884408781783310692527775784735492573891037736690308476017559187529391580204817892322303596451521167112305297209324486003524239440039547276416691041303431571902164834112716078754966930537308392651369997024085325782491648528727494989743399870527887830497816414439256971733681235466030886554052963098969942793487384955816089994230180390919082017291939799757676336602924680471576702284984898984476880600907454587360205191713150191886875175329200793021705344925857109182077744766584363734761610429681649178143240770794837470609766281822557545234843511842476439994925313511483873064265765260108556784662555468210566186251685631927675812281508608018667874989861899089118182616063052355073228739347084110810296247431599993513232187173675832508426176190236804161183165286118086735032920351234743615060619801359105853231551320923934849991048298655025906664533336997557397140065432886251944781016234619163461066393718265904654035014297625226680546114633309614652262372398068687203774327477653662233344246271416948180802844011808062372272342079111019477369957787370169797966574072516023246234556923202245989060713338281885929584339299209431991427122342216960800620633878635389015010275286406618167139921415679196950386694334523672251320309436398028113177125924202687790985692338489693988565655970795658036567529342485816478396465441096644986978605159265388725161781217075784810244999237237725594604492567759131962873460527260213966471219571932115363217080297509691648500632797031518034221010175580993691855986513171259113890756023798069629907032983534841121018457400116261770639712378846013729222321167870651726097992021171849402883133230656595997868890769592744662322574824875518857195547934426605289937114223601991442969669674831331888168045333805355508935099332064121516310776355246945825283019227007588293583424596063742132247073190073319507680123471320492598689114991722380808380464007923600000065517736041166367975293633872666303973220081868109519369755867519238831922731297480757645290880048584525871613958828335044355999103188227504625468897659512937787636417654738076638724276951726529841864197274782143102756526687091318955401945498882130078955510185256196969721533815232823826009928611755936263973011613212248757798988167524881337799572257545961685077634991425334909037912931145906481222892166443626602507321410101063592521340257485477165096960623530276792435523041636977288785695309973931198990289634750762808127403409867650925715801865190483238166902630737438538803940072769664602260276009929021787572870679623899692126183465193689563369517296825823932065707714092406945316310750521621165135044200813378092252568311912581501684313269406401974045601003546631221217298641293261826030236306800851053120005104319259353882560752924616639415973467753117752711953866275472008759168244925650714464396165662857943093622281875984413004950148156719320251330556737285092318637997344258988539628850587946160904995238092051017464669171499480124168848470080844982900464053343982563695859260331877944852461557534085753163329377389759509751364926911023192575299943328995194065499185771008041071162773192154906334279061956519074912384255416940153532028788384804065185200636553035858733887049123229410088376567487848025045389416560825149600078122843125636986210255265001265901172557516649907305503766354450122528605608967954388668116199331068606584545438824616287247311285433792451387931369917101673510406416823543362005814920533628058345850731847951670223749021160926754082336135767317037647046805944132430613062544682444196366548361437902358913762824901881554144218532151219010365706801363216395186894312341508444549830251735812362844709179139518498716211855059003745163229396391170854667617513217086388361018740228270426348640925691262921054264251383722923129913516752565362747351009117825744833381749414559506941581781366625166049261076682902998723153928108479312226349758992993486652323390610586629283064636123062101683720397783693881887352485237440757049743086209873200312237052559061321501850723686616875289840096661199111781103483181762081734626431577622765851820103397871400826393024702429598335285470231008067178323381275198717418603268825458763929160095598763680820712504885174984559010462402038296362884811155536658541506191747337272458437553631435108908745765334563727907378034427096059171925321402815297676556931052919171002331050159917830010375472042036978119684228323134494665143702523827261405867461183034823823227232690316148514272218510368431329339041552507519334207828854366923993310786218763825319681269039220877793670244827837048042034603002949885678088716602446237983615026915585095599396375057512758671270471971587405749770428303529780836136386542162167024167422666717096454951835004804758156103440809480029738990337232842700632772139271013972482044290806382291104289524233489398226168139633248094613556992998527493851876714357832692164622963758014661432727599081206886864406335287445616873762667591960452882586982571436378234575673131454545626286777639779890456565784962940588466044618694007264901519960376016302133037529739688211886361265941047380203942998471176563820972927615722994378895116777761161357987004818435254831454635131402224292741652003749567953230820302008811185056150599591195357512233299951027455796678941759038043095695744861872418655177703345620211622211190003125938132519017072642931894170439454160726643418287301337910326350414086744757116370214807821416950149490420982801033873462328147230630741882789492600520139625566043758104003070389785474289729669135862702996911610261588414772971133067429403538133101528503867304079454961704186700088163698692053273055930442392693315337799266781106061515496295761537792139197875604457846502809111523178653823578710442505234175828522239074564902903840151519078590589569113715454914218632877402711359601525414258437841976686543477307932449605691832712995150863627940606894817618243829905625134445311061800500553319217412505675416012479395093357639598221623384429472719692323252920252061944686054129554943787568411218525118882587877965334365473478241351268750637673585835159244097986814066311573318781321272977628092902511273455493067573674299171358588255467386432617191057219986182339422096944287653271618104436554983943090859572184374551275616155961872985971115009870122352761592677587554956847299450578531394817401885846606664299465787026892451689355064385593062807384682147536688457676687411760807654758428602775257701383860184381638756935130835859095791055579381322718086196711793842056420667232406992861252173749041535066753313033683660631669369890984626316061380684840066467993033979275506448460907608253437684749900908904480145532275780598239097232496341706011329786247238784336378115565782509337703719912329730129569621792419081049832319732926963994354896456605531474572599679766414755977913170221907699885366730954665588805221448294465134064880188765620283098904698458295458853010271356900392759092800937142481575498943240302907968116882838001969026853824841994012742967516190096275166156817805411295807161166567841936398041677900043471420685164751778172147061979066861705678284073980223282048651959234213539666220545342534427437406545877459105645492407085696294162257509128078997171789478056563141140172062380892713066571711667236878579005091861455343020372428486047770871592063636783235688539606143434121520284530471793986793268229303839237180223059028607358487200289076754024454347357418925376320977044761761308768676459085266571376208644864590091420764517723168540967410722518968000799751828763723015113798246532210588659463612183950011944520849359213430900336093001848143374351281090213335827726807716296628555553756946775462484259548610986437623065488858758187443386314834424595330038545856880084541757877618853234196319992601927249034999476586774833618777659719353858325603460900697015144592359383491521970175300274080407172060409884594741281059565692744885423914699000586271766192458461642633221907453108430620977268080168413925120673265943246448821556523884508443260794000111460698281655870874466096011013816536799276550109261283365420216606107834759871479364941255024964153275411422837276701913004062130007050532024520767035559495239347884249461799360512126514332584943551545406354122976743353373950593928227112484247755431710124226821217087260044858036138321090964953466629348798133108989094367280667227969554718294748882570302434001692147059485866439065852628964573720011842064265632605441249105641751239435788899244561939663356963419069584535865646659271221752886717836434321995500104415876878146769676982460151171618102439889412470237940450603510384479442851198391046819711517789884370339513623426528671861111486955521801792223677733970501287807621324431870319317225227251071965964678737417565884906796234622600332138756353470200981245884263300661093617976867057540720889233105073426943618854553766677901084715952973840408553751554011938628499874122479620545188537036621215627783024351905678030074711489172362888670790320338140456201376249939834761457281660717749737349500248214684703376635496898369099162285931591884792651638721683461594267331008293074689554064657926648539202470307592500294347357678188715514498746506101919596997535102558752420379415996782002467494607964510918540217003319550575517962619176766873046706913242175555572979017398497909820835374119207012108080616471978762140175539382023557148052747648889701821979555230856239995600352322300079054396698625217821764520177694091742913956036900160050308728008562147015734695029209340451541332420957802647614128121142282140940099872310820619526355566495101370999574432113347440919275082194193075534709140997058419295822866313632025539044502292924179655068161710014771234127876339573440245641772807990696941558448225763872992611968616201690838563434838810502781883964836105957078527066465329148553704322356002096186230411372988401415258271267902116099935946957849406339568921304985209551010871767879928396006324120480770592454130007745989702715651108404362243222661247440575864008436864704310339321777771813308197088716999682333730293667374973818726379256443821800204383472427075394386117901395725275915353897049107767340169973301114536720650818808352132283521734519827700491577264367829120872184104214956261693176100362836660139506954381766312311143475716792950883501009222418587609512773877118308956053425980309341892182325384117971946600245337859545777165029566668951699747501657697629156444525677058919149903362648931408062654177764773393232482156042105933518780832568923525062253910601197545509309861176375447854925106404994645363694554871174009170863027891267721290276959607434956199685209286068485203389049331706891078451371330879957992148157725512005734563782121822967689825223934049250177353850783772878906148119341167608180498289604853781626345576992930487919275338942764558625362353734498541087604215041288534263690470571031871384022128649541183994608364152260767902533660670001104316867421645794059531871690352455000253529189225236210372458493963523493249635298007996742527895455395703845349510751239464610231016040858858231015942044075906260788675894387745069930453017532790841074660872818737873439421338131249230640428830204599268276820110310293509185269773002101908260857856375769525377567939582808451080157819316517236289303858094618341037942841750073478970697622950617703605380550862549404759269699097355599349942262053184761157829372133758444437093023365839687058913802722137921608899320949307236243448429157353339918676372757509298174582736080231947310675627355663603556928202592978511090017518114378607374943507979665970480023585757829692670897383216456143022353281448320149314031063242048581018806344109509433442580425250227482952504440469048267742614009263735524381911932223749394439540993059194599553294532906754229832494564508596715311913205791623315540277426136145180148422950735526601936354303785446484358974892203045243400523436300382470662672745528560820547055086046763864032259334535615568967181042169624187001859058191074447181526135269261044749530957629347679017915129154295572293707002026568197033217640752544450215268228204476094919645692010162805583358512990570240426893358613158284360956402248681746833519936116512189501761224068677276867668403433645045009205114167883796472703406435868619364325486843955782936523886904163531660196369718004393466556486490934981043549084116040831762005378083869975892405029074418584323410124608497552435186752811042823944866919700560960714704104169224215251890090699933215659915868305091543286496444350818672809882752386501720563807765623043723215872222390354722762229933314532338151081277568658306281132448596353222335709696156182979688831366087581881706346326416899461506446031960214916843866511177561895317707314365364562316137211627871686749814815754695329610623111984732902928583095107132073248410498391588234494360452768144910991301368492073388179491807913991728137475505025106640477120389871211513361469256893603235479691173487574542863554727875633026431293250925459352198847133479196195157982532153864188933264772569362312509537147172605041164360104711414139387458530068546207221835435799873305007632968178011264859112421595878441990404423431667465564780455745970437949044803005289842582501224255556071456014727135685752212863619908073407924706661109607168177840010318632900859687859176539985576146296314073108689292302119477096601268015386782798673180823070695512814210381040628762880259183087409966594947450486021505254183733010702951583102495545283473388610438306103619837396352125809221582913949278897510698806214770260794730277117031441114097198638975081043496694713703392718186125396886915580037402790215743235048091316668801891716780156102242895016804496641275064713548731024021737334436559141606854278153628301795687956307557172211739261573161541957388733347684427867532620992605346768497686171075686018239011952451219327243923755856824960163676259013171785467967496238666325331320407891289799970435879080603694971894011615272037571240722494479558767774848260800547468965975656456688760535576735489316156223481865813786244914548021994126986247872327861185325654926738541540056554317607608993732419966492496809721195709259331310872707563871236346801506582403124812448610901744059796814658624276608708187207202326194333599567343200284904673973977169761172262353442705591840827611564963827887469180764451144894416397274903373518916099795308522690822486543018874847441458924292566002065393575286794587409784421728747890981539597665434694732996145722576882367914437514260299693697215003373538992139988995074441477457612645381959631713146166752518547914179933444386739747922323721625822089046207998017978133440882214947729367796015035952731060780458019244315440029313145375445410052916663326063614094925142592707141779990322552877536870116700118149908994287485497146516474216729520636458132972050830645824557460687464638530910169702438926065638847068217520322763346008873545922401360162925475243116232976582957278136905095748132077582378378589002170692670596079487020785788228621033038757016838170562636013976019238463084435021358099193302425460271906360220509529960313229614562394321775853881115761974894474993037709192178011873365184711410376166904005260965505234747192800884945064334227746477248448616408680044870415902890124260277013778726507893982579923811045593957590122681952430063561283885182620326187980755916425303231514666942779869389933409263863361062537228099866979690179741687335043388470587937291755441892847149808919138698198721883441198649153775904540224361580552893875866773919805837185808917205649348290624986044598141039990855677111117511147565301945681493019060018091968495088138169487798205897410793083414786532285718101793651192474375070030462342210738764789424439365842742510289984211528453857191201974613866222247200544681900299541451867202315837147585142912084396208759555308079407974774484051090637920358921458215232084973458997203763610945763753349454343365464777028832315676484272663051248056811245233010360255430006155874227553569580593376159314022781793914236500526142346894750168590254339688701094992436161249492380380747459403768616595806865118662476305667028659637047621539749387942601956795297734971941912112015705688933847826631559052376658505546057029164690420634828129971355780205042855740629732235385574130026079464552868265047689403641977673031904251130589600886737400484731333705126305557271308299697489972660426391650680776009686726041509357660709795314686751532394818757877737905710740775910720646351406421907519615807043163501221273001507721794792830833700833217604649998935546318287828584379263632906465796141246545149194846554726222837579382070839760749388683137577256089308197178130411222786756944317427928899337653813006968787042326729942316046543368304881455847192610039610062882977201232860569343035102149867737859053446558218994127099368796104688643386885827014515686759173382674246712556310653561227349786805331761463905885028541659565867156957641826475120629443651989545169568522996968960651049545935760696340264680326614568952360652328693638870763767733548836408216869556430769720216849307813438972835494421674814784316203754541787569097413598695273096720679374421299462182929003933521451648679317813599080014662877559090133350555187936022419323388163895264129224220145784481218822579773869310836251989641355218096807600545461636894783561373919090463523108130760901728415951490513740884010863087175511660598656105509297339301477845939223093984482528890950084846800573437028694744570443504457541468581722601731808251530755649201069494836786333560781863852838092771368452998432127781264048952084125415528055244344652055156236072602868498789936986483946654267970958092595441362767599432970039804073579043287862476198533405607256244410163215090894099186746564794655887015957219987687782234881825563409068129872299881222110355774064980201648392553803018112464828306728624879403049140030618152824716531507383391040490601199137153605907193727789629808527562900559265317388487099917774923700469472962156092490564136442156013896581261620755975618681146191770362629757665736624353458034742353361931485751163504428675196468870247671609880483944324008907219595159713202086484285853062932520997189763469634361946984426227351855543524971616379826945991683568846334616779411825713405526233198187157598626554099189015665032611531036336764095163681224870233363824135307705560148093198951439246397165544802349530177234594541547732473037881952525992980397368570558702626567522144316586160366020910579778693770708319352702170712212846279307365966678484695830640309548113616770079520560883981849333103179945697234609978747133817495011113450885708981270165801376646458001690547224159202560653580377655103775119123182504050593438882450201886942248364170141963745205581324727194530690042669106087386529634563831989044842808914554235076232755233103611739739504034637490239789450840575964848565015760833305292583422144426006439815131070557578009836793728569187661433410144701422164896422662671022036776468800273393444473483725898075382225854696201264913564996707980387677862212193823567278922070559322583953058991855048082944448888085038455592344123271386356897953581552553706718840099637594238135338408330796309804377775702386590840318055723386012977887026095359968723203260528003232781734040299066482056554019164992760520824465928143914692133509939958313578105550754048793028125439010624418449766917640120441767610605282063293085066626166832578188634185383993147629801617075604099582040166655718854840265048008175971169006073371655158308980975478123485136237236931999403765990974877944853610986766062468501835152580877176939706791986269856382107096533784491972585231374015722821514157871795515789418539244651499567418310326026658207998933249975349828187321537421681774689257042012672571300893062076182393486234658066054962821476472599203168303959640901639328027972218856335307893817135204260276222173076716161167866505351407132059428401866035186295793892043676819895442434065706075296057467359453422149256751077580195799011113023922473176841367842802182353203854641654834983436340474192082685887653710500947343475338305800991883451648435541553474357785907783893222063268136472525933475357271219446943962750225833302637479168016229284922108042056798321272775246180814493053396206893979721798060454400472494721319508158371429593660892350530122303687438529633160498176813876320792608768875428484830474761050883390176951510899654544418985138175466210257936957442065175746123786978891862351733505363488217937278119348694038752904829042554596848064537675799087153840404775169976171513167100448862560282414582066321782875499037767461880124948343401142258682540473956062465604707505151447867194827945370876928923219780961586272139735951370775119069000201142718218222323593818189472938466006405159933681774379243261009088189110694111324000214352586446263709064085103764346792874760899760152826390200360585284085864240169386271651200259448124271713582334999670112521755143388677544744871842645577846189139738618930295634503753371218730132573337656210186398375928931264865446638897562268097886662439551225507582255179824540165595950989334117406190499237027728355936378120093626286099815604634640457702417625502317096180724056997246514810549588269113874775962836573189609117927164069154440836229977652151775620517976401018582898191604775725902651782680081932452694591433162348385015485099034455121043194356208648423605017650256282239992344362782263940309941258041344592469390308350934158535420691061337500850661508399146718197493583155644228864838001076002916918826175238216803538445098465152998537649494262315898631974643501485638831722528649398649499210603846867747925334184966901449224374801283793996247903818262249460193115671165371703073445358648915448174627876840167587599872928636991428904573841350035537801310997791063236415198554968226310677259153447177306024465233298606938469350464316654485729361049130676418758639841562823318248687559386490656333078381313094828783817607212559615644755778138677975793591073196909731263008225271073730293821663654451921240562859038078275927350382954721260066442957833305669438960016144567013123283067436991958557291672577377241769048482191204919059582469013233623645706121627626165726629466623747598822660211272613721188285257812156966137257035983992035546568960038385587488690455068226495020743632246269069003330414674798250491741243925106573053132800000
3600.09/3352.66	c number of deleted constraints	: 7936
3600.09/3352.66	c speed (assignments/second)	: 2409.565500125285
3600.09/3352.66	c non guided choices	: 0
3600.09/3352.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 14
3600.09/3352.68	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9968
3600.09/3352.68	s SATISFIABLE
3600.09/3352.68	c Found 17 solution(s)
3600.09/3352.68	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 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 x1152 x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 x1373 x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 -x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 x1500 x1501 -x1502 -x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 x1589 x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 -x1618 -x1619 -x1620 -x1621 x1622 x1623 -x1624 -x1625 -x1626 -x1627 -x1628 -x1629 -x1630 -x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 -x1639 -x1640 -x1641 x1642 x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 x1677 x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 -x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 x1774 x1775 -x1776 -x1777 -x1778 -x1779 x1780 x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 x1790 x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 x1804 x1805 -x1806 -x1807 -x1808 -x1809 x1810 x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 x1820 x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 -x1852 -x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 -x1868 -x1869 -x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 -x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 x1919 x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 x1929 x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 -x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 x1949 x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 -x1958 -x1959 -x1960 -x1961 -x1962 -x1963 -x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 -x1972 x1973 x1974 -x1975 -x1976 -x1977 -x1978 -x1979 -x1980 -x1981 -x1982 -x1983 -x1984 -x1985 -x1986 -x1987 -x1988 -x1989 -x1990 -x1991 -x1992 -x1993 -x1994 -x1995 x1996 x1997 -x1998 -x1999 -x2000 -x2001 -x2002 -x2003 -x2004 -x2005 -x2006 -x2007 -x2008 -x2009 -x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 -x2017 -x2018 -x2019 -x2020 -x2021 -x2022 -x2023 -x2024 -x2025 -x2026 -x2027 x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 -x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 -x2046 -x2047 -x2048 -x2049 -x2050 -x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 x2059 x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 -x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 -x2091 -x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 -x2099 -x2100 -x2101 -x2102 -x2103 -x2104 x2105 x2106 -x2107 -x2108 -x2109 -x2110 -x2111 -x2112 -x2113 -x2114 -x2115 -x2116 -x2117 -x2118 -x2119 -x2120 -x2121 -x2122 -x2123 -x2124 x2125 x2126 -x2127 -x2128 -x2129 -x2130 -x2131 -x2132 -x2133 -x2134 -x2135 -x2136 -x2137 -x2138 -x2139 -x2140 -x2141 -x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 -x2150 -x2151 -x2152 -x2153 -x2154 -x2155 -x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 x2165 x2166 -x2167 -x2168 -x2169 -x2170 -x2171 -x2172 -x2173 -x2174 -x2175 -x2176 -x2177 -x2178 -x2179 -x2180 -x2181 -x2182 x2183 x2184 x2185 x2186 -x2187 -x2188 -x2189 -x2190 -x2191 -x2192 -x2193 -x2194 -x2195 -x2196 -x2197 -x2198 -x2199 -x2200 -x2201 -x2202 -x2203 -x2204 -x2205 -x2206 x2207 x2208 -x2209 -x2210 -x2211 -x2212 -x2213 -x2214 -x2215 -x2216 -x2217 -x2218 -x2219 -x2220 -x2221 -x2222 -x2223 -x2224 x2225 x2226 -x2227 -x2228 -x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 -x2238 -x2239 -x2240 -x2241 -x2242 -x2243 -x2244 -x2245 -x2246 -x2247 -x2248 -x2249 -x2250 -x2251 -x2252 x2253 x2254 -x2255 -x2256 -x2257 -x2258 -x2259 -x2260 -x2261 -x2262 -x2263 -x2264 -x2265 -x2266 -x2267 -x2268 -x2269 -x2270 x2271 x2272 x2273 x2274 x2275 x2276 -x2277 -x2278 
3600.09/3352.69	c objective function=65155
3600.09/3352.69	c Total wall clock time (in seconds): 3352.548

Verifier Data

OK	65155

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: 63931 MiB (58282 MiB free)
  memory of node 1: 64510 MiB (56369 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429925-1721111876/watcher-4429925-1721111876 -o /tmp/evaluation-result-4429925-1721111876/solver-4429925-1721111876 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721108287-867295 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429925-1721111876.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=869983, runsolver pid=869980
Current StackSize limit: 8192 KiB


[startup+0.102866 s]*
/proc/loadavg: 4.29 4.18 4.10 7/329 870001
/proc/meminfo: memFree=117347712/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=18975048 memory=65372 CPUtime=0.14 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 7257 0 0 0 12 2 0 0 20 0 18 0 163349496 19430449152 16343 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4743762 16343 5674 1 0 549381 0
[pid=869983/tid=869985] ppid=869980 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 5782 0 0 0 7 1 0 0 20 0 18 0 163349497 19430449152 16343 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 163349499 19430449152 16343 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 163349500 19430449152 16343 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65372 KiB

[startup+0.2063 s]*
/proc/loadavg: 4.29 4.18 4.10 7/329 870001
/proc/meminfo: memFree=117320812/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=18975048 memory=86352 CPUtime=0.33 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 7789 0 0 0 31 2 0 0 20 0 18 0 163349496 19430449152 21588 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4743762 21588 5809 1 0 549698 0
[pid=869983/tid=869985] ppid=869980 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 6039 0 0 0 16 2 0 0 20 0 18 0 163349497 19430449152 21588 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=18975048 memory=15975 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 163349499 19430449152 21588 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 163349500 19430449152 21588 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 86352 KiB

[startup+0.305572 s]*
/proc/loadavg: 4.29 4.18 4.10 8/331 870003
/proc/meminfo: memFree=117196400/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=163328 CPUtime=0.52 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 9584 0 0 0 48 4 0 0 20 0 20 0 163349496 19566772224 40832 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 40832 5879 1 0 551339 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=-9175346895417352892 CPUtime=0.25 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 1077936192 6176 0 0 0 22 3 0 0 20 0 20 0 163349497 19566772224 40832 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 40832 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 40832 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 40832 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 163328 KiB

[startup+0.700231 s]
/proc/loadavg: 4.29 4.18 4.10 6/331 870003
/proc/meminfo: memFree=117190028/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=169400 CPUtime=1.27 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 11614 0 0 0 123 4 0 0 20 0 20 0 163349496 19566772224 42350 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 42350 5879 1 0 552722 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=13196 CPUtime=0.61 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 6219 0 0 0 58 3 0 0 20 0 20 0 163349497 19566772224 42350 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 42350 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 42350 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=2028 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 42350 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 169400 KiB

[startup+1.50029 s]
/proc/loadavg: 4.29 4.18 4.10 6/331 870003
/proc/meminfo: memFree=117179100/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=189768 CPUtime=2.86 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 25245 0 0 0 280 6 0 0 20 0 20 0 163349496 19566772224 47442 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 47442 5895 1 0 557694 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=13196 CPUtime=1.39 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 7098 0 0 0 135 4 0 0 20 0 20 0 163349497 19566772224 47442 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 47442 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 47442 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 47442 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189768 KiB

[startup+3.10528 s]
/proc/loadavg: 4.43 4.21 4.11 5/310 870020
/proc/meminfo: memFree=120936440/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=246352 CPUtime=5.71 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 28107 0 0 0 563 8 0 0 20 0 20 0 163349496 19566772224 61588 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 61588 5895 1 0 557704 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=0 CPUtime=2.94 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 7794 0 0 0 290 4 0 0 20 0 20 0 163349497 19566772224 61588 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 61588 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=190260 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 61588 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 61588 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 5.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 246352 KiB

[startup+6.30029 s]
/proc/loadavg: 4.43 4.21 4.11 7/331 870073
/proc/meminfo: memFree=117206676/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=374436 CPUtime=9.17 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 28457 0 0 0 906 11 0 0 20 0 20 0 163349496 19566772224 93609 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 93609 5895 1 0 557724 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=13196 CPUtime=6.05 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 7926 0 0 0 599 6 0 0 20 0 20 0 163349497 19566772224 93609 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 93609 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 93609 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 93609 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 9.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 374436 KiB

[startup+12.7003 s]
/proc/loadavg: 4.52 4.24 4.12 5/331 870073
/proc/meminfo: memFree=116783048/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=666292 CPUtime=15.84 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 29017 0 0 0 1566 18 0 0 20 0 20 0 163349496 19566772224 166573 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 166573 5895 1 0 664245 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=635504 CPUtime=12.31 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 8122 0 0 0 1220 11 0 0 20 0 20 0 163349497 19566772224 166573 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=635504 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 166573 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=555632 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 166573 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=16060 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 166573 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 15.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 666292 KiB

[startup+25.5003 s]
/proc/loadavg: 4.59 4.26 4.13 6/331 870076
/proc/meminfo: memFree=116185992/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=816324 CPUtime=28.7 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 35755 0 0 0 2848 22 0 0 20 0 20 0 163349496 19566772224 204081 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 204081 5895 1 0 664245 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=16060 CPUtime=24.84 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 10136 0 0 0 2469 15 0 0 20 0 20 0 163349497 19566772224 204081 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=635504 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 204081 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 204081 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=43136 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 204081 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 28.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 816324 KiB

[startup+51.1055 s]
/proc/loadavg: 4.46 4.26 4.13 5/330 870079
/proc/meminfo: memFree=115002696/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=1711440 CPUtime=54.54 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 46960 0 0 0 5414 40 0 0 20 0 20 0 163349496 19566772224 427860 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 427860 5895 1 0 664251 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=11544 CPUtime=50.12 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 14085 0 0 0 4983 29 0 0 20 0 20 0 163349497 19566772224 427860 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0

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

/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 1260657 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=5025856 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 1260657 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=-7664976648800199547 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 1260657 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 3173.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5042628 KiB

[startup+3042.3 s]
/proc/loadavg: 4.31 4.33 4.29 5/335 871743
/proc/meminfo: memFree=107792896/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=5234356 CPUtime=3243.23 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 412929 0 0 0 323913 410 0 0 20 0 20 0 163349496 19566772224 1308589 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 1308589 5906 1 0 1322753 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=5100696 CPUtime=2995.38 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 111868 0 0 0 299440 98 0 0 20 0 20 0 163349497 19566772224 1308589 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=5184116 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 1308589 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 1308589 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=5192604 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 1308589 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 3243.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5234356 KiB

[startup+3102.3 s]
/proc/loadavg: 4.42 4.36 4.30 5/335 871753
/proc/meminfo: memFree=107571600/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=5376084 CPUtime=3320.62 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 414350 0 0 0 331631 431 0 0 20 0 20 0 163349496 19566772224 1344021 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 1344021 5906 1 0 1358264 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=-7664976648800134009 CPUtime=3054.05 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 112578 0 0 0 305304 101 0 0 20 0 20 0 163349497 19566772224 1344021 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 24 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=-9175346895417352892 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 1344021 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 2423 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 1344021 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 1344021 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 3320.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5376084 KiB

[startup+3162.3 s]
/proc/loadavg: 4.23 4.32 4.29 5/336 871822
/proc/meminfo: memFree=107528880/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=5417992 CPUtime=3384.87 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 432474 0 0 0 338046 441 0 0 20 0 20 0 163349496 19566772224 1354498 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 1354498 5921 1 0 1368709 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=5334500 CPUtime=3113.2 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 115133 0 0 0 311218 102 0 0 20 0 20 0 163349497 19566772224 1354498 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 24 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=5417992 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 1354498 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=5417992 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 1354498 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=16060 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 1354498 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 3384.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5417992 KiB

[startup+3222.3 s]
/proc/loadavg: 4.46 4.36 4.30 6/336 871832
/proc/meminfo: memFree=107375736/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=5568116 CPUtime=3452.69 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 436545 0 0 0 344816 453 0 0 20 0 20 0 163349496 19566772224 1392029 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 1392029 5921 1 0 1406311 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=5334500 CPUtime=3172.24 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 115865 0 0 0 317119 105 0 0 20 0 20 0 163349497 19566772224 1392029 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=5517872 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 1392029 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=5517872 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 1392029 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=5526368 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 1392029 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 3452.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5568116 KiB

[startup+3282.3 s]
/proc/loadavg: 4.47 4.38 4.31 5/336 871842
/proc/meminfo: memFree=107247908/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=5695292 CPUtime=3519.34 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 438175 0 0 0 351470 464 0 0 20 0 20 0 163349496 19566772224 1423823 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 1423823 5921 1 0 1437644 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=5686760 CPUtime=3231.28 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 116460 0 0 0 323020 108 0 0 20 0 20 0 163349497 19566772224 1423823 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 1423823 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=5686760 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 2471 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 1423823 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=32196 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 1423823 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 3519.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5695292 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.36 4.31 5/334 871853
/proc/meminfo: memFree=107130688/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=5811904 CPUtime=3588.5 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 458656 0 0 0 358369 481 0 0 20 0 20 0 163349496 19566772224 1452976 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 1452976 5921 1 0 1466886 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=5472 CPUtime=3290.36 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 119143 0 0 0 328925 111 0 0 20 0 20 0 163349497 19566772224 1452976 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=16060 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 1452976 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=5778760 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 2525 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 1452976 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=-9175346895417352892 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 1452976 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 3588.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5811904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3352.6 s]
/proc/loadavg: 4.30 4.34 4.30 5/334 871855
/proc/meminfo: memFree=107130620/131524600 swapFree=131071996/131071996
[pid=869983] ppid=869980 vsize=19108176 memory=5811904 CPUtime=3600.09 cores=0,2
/proc/869983/stat : 869983 (java) S 869980 869983 867285 0 -1 1077936128 458970 0 0 0 359526 483 0 0 20 0 20 0 163349496 19566772224 1452976 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
/proc/869983/statm: 4777044 1452976 5921 1 0 1466886 0
[pid=869983/tid=869985] ppid=869980 vsize=19108176 memory=4209820 CPUtime=3300.46 cores=0,2
/proc/869983/task/869985/stat : 869985 (java) R 869980 869983 867285 0 -1 4194368 119191 0 0 0 329935 111 0 0 20 0 20 0 163349497 19566772224 1452976 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=869994] ppid=869980 vsize=19108176 memory=-9176201254590063292 CPUtime=0 cores=0,2
/proc/869983/task/869994/stat : 869994 (Finalizer) S 869980 869983 867285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163349499 19566772224 1452976 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870001] ppid=869980 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/869983/task/870001/stat : 870001 (Common-Cleaner) S 869980 869983 867285 0 -1 1077936192 2525 0 0 0 0 0 0 0 20 0 20 0 163349500 19566772224 1452976 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
[pid=869983/tid=870003] ppid=869980 vsize=19108176 memory=43136 CPUtime=0 cores=0,2
/proc/869983/task/870003/stat : 870003 (Timer-0) S 869980 869983 867285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163349526 19566772224 1452976 134679101440 94354456399872 94354456403568 140737454474816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94354456411384 94354456412176 94354489032704 140737454478325 140737454478433 140737454478433 140737454485448 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5811904 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.44 s, system=4.8569 s

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

[startup+3352.71 s]*
/proc/loadavg: 4.27 4.34 4.30 5/316 871858
/proc/meminfo: memFree=112802380/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3352.72
CPU time (s): 3600.29
CPU user time (s): 3595.44
CPU system time (s): 4.8569
CPU usage (%): 107.384
Max. virtual memory (cumulated for all children) (KiB): 19111160
Max. memory (cumulated for all children) (KiB): 5811904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.44
system time used= 4.8569
maximum resident set size= 5813564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 461810
page faults= 0
swaps= 0
block input operations= 32
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154342
involuntary context switches= 42123


# summary of solver processes directly reported to runsolver:
#   pid: 869983
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3595.44
#   total CPU system time (s): 4.8569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.51171 second user time and 16.6115 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-16 08:38:09
IDJOB=4429925
IDBENCH=148148
IDSOLVER=3052
FILE ID=nodeC017/4429925-1721111876
RUNJOBID= nodeC017-1721108287-867295
SLURM_JOB_ID= 7505640
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir07_trarea_ac.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429925-1721111876/watcher-4429925-1721111876 -o /tmp/evaluation-result-4429925-1721111876/solver-4429925-1721111876 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721108287-867295 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429925-1721111876.opb

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

MD5SUM BENCH= e4e66f4daa42a17f1f7cec3a27a30418
RANDOM SEED=699757748

nodeC017.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		: 3660.249
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	: 6999.46
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		: 3687.720
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	: 7006.99
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		: 3643.283
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	: 6999.46
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		: 3599.965
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	: 7006.99
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		: 3624.853
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	: 6999.46
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		: 3599.836
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	: 7006.99
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		: 3686.515
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	: 6999.46
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		: 3687.848
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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117404268 kB
MemAvailable:   121482444 kB
Buffers:          396168 kB
Cached:          4476764 kB
SwapCached:            0 kB
Active:           891228 kB
Inactive:       12527092 kB
Active(anon):       1544 kB
Inactive(anon):  8581564 kB
Active(file):     889684 kB
Inactive(file):  3945528 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5180 kB
Writeback:             0 kB
AnonPages:       8545440 kB
Mapped:           124516 kB
Shmem:             37720 kB
KReclaimable:     165224 kB
Slab:             279012 kB
SReclaimable:     165224 kB
SUnreclaim:       113788 kB
KernelStack:        5024 kB
PageTables:        26792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11201780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61056 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8218624 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:      215764 kB
DirectMap2M:    24723456 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC017 at 2024-07-16 09:34:02