Trace number 4497107

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06SAT (TO)48278 3600.38 3392.14

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir05_trarea_ac.opb
MD5SUMcc2b167b604094044d9d141ee486a126
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 benchmark47342
Best CPU time to get the best result obtained on this benchmark0.036919
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1152
Total number of constraints1774
Number of constraints which are clauses1774
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 constraint39
Number of terms in the objective function 661
Biggest coefficient in the objective function 2133
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 1049330
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 2133
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 1049330
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.11/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.19	c See www.sat4j.org for details.
0.11/0.21	c version PB25.v20250606
0.28/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.24	c java.vm.version	22.0.1+8-16
0.28/0.24	c java.vm.vendor	Oracle Corporation
0.28/0.24	c sun.arch.data.model	64
0.28/0.25	c java.version		22.0.1
0.28/0.25	c os.name		Linux
0.28/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.25	c os.arch		amd64
0.28/0.25	c Free memory 		2104792832
0.28/0.25	c Max memory 		16282288128
0.28/0.25	c Total memory 		2113929216
0.28/0.26	c Number of processors 	2
0.59/0.44	c Pseudo Boolean Optimization by upper bound
0.59/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.44	c  - never skip resolution steps
0.59/0.44	c  - Auto-division on coefficients is disabled
0.59/0.44	c  - No postprocessing
0.59/0.44	c  - Conflict is considered as is when resolving
0.59/0.44	c  - Use constraints as they come during conflict analysis
0.59/0.44	c  - Weaken first using unassigned literals
0.59/0.44	c  - Bump strategy: ALWAYS_ONE
0.59/0.44	c  - Bumper: EFFECTIVE
0.59/0.44	c --- Begin Solver configuration ---
0.59/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.59/0.44	c Learn all clauses as in MiniSAT
0.59/0.44	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.44	c No reason simplification
0.59/0.44	c Dynamic restart strategy considering the size of the coefficients
0.59/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.59/0.44	c timeout=2147483s
0.59/0.44	c DB Simplification allowed=false
0.59/0.44	c Listener: none
0.59/0.44	c --- End Solver configuration ---
0.59/0.44	c solving HOME/instance-4497107-1751398222.opb
0.59/0.44	c reading problem ... 
0.64/4.50	c using VERIPB proof format
0.64/4.50	c  objective function found
1.04/4.70	c ... done. Wall clock time 4.244s.
1.04/4.70	c declared #vars     1152
1.04/4.70	c #constraints  1774
1.04/4.70	c constraints type 
1.04/4.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1263
1.04/4.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 506
1.04/4.71	c org.sat4j.pb.constraints.pb.UnitClausePB => 5
1.04/4.71	c 1774 constraints processed.
1.04/4.75	c objective function length is 661 literals
1.23/4.80	c SATISFIABLE
1.23/4.80	c OPTIMIZING...
1.23/4.80	c Got one! Elapsed wall clock time (in seconds):4.359
1.23/4.80	o 54696
1.63/5.08	c Got one! Elapsed wall clock time (in seconds):4.633
1.63/5.08	o 53542
1.63/5.09	c Got one! Elapsed wall clock time (in seconds):4.65
1.63/5.09	o 53452
2.20/5.31	c Got one! Elapsed wall clock time (in seconds):4.861
2.20/5.31	o 52234
2.20/5.34	c Got one! Elapsed wall clock time (in seconds):4.899
2.20/5.34	o 52176
4.76/6.64	c Got one! Elapsed wall clock time (in seconds):6.198
4.76/6.64	o 52049
8.96/8.93	c Got one! Elapsed wall clock time (in seconds):8.482
8.96/8.93	o 52005
13.57/11.93	c Got one! Elapsed wall clock time (in seconds):11.488
13.57/11.93	o 51158
13.73/12.03	c Got one! Elapsed wall clock time (in seconds):11.582
13.73/12.03	o 51094
14.14/12.33	c Got one! Elapsed wall clock time (in seconds):11.883
14.14/12.33	o 51086
14.14/12.36	c Got one! Elapsed wall clock time (in seconds):11.92
14.14/12.36	o 50946
26.57/24.34	c Got one! Elapsed wall clock time (in seconds):23.891
26.57/24.34	o 50944
32.89/30.81	c Got one! Elapsed wall clock time (in seconds):30.364
32.89/30.81	o 49818
361.52/352.95	c cleaning 3200 clauses out of 6421 with flag 0/6421
380.94/372.23	c Got one! Elapsed wall clock time (in seconds):371.788
380.94/372.23	o 49685
467.28/457.88	c Got one! Elapsed wall clock time (in seconds):457.433
467.28/457.88	o 49618
467.99/458.52	c Got one! Elapsed wall clock time (in seconds):458.072
467.99/458.52	o 49456
468.69/459.26	c Got one! Elapsed wall clock time (in seconds):458.814
468.69/459.26	o 49406
474.65/465.26	c Got one! Elapsed wall clock time (in seconds):464.818
474.65/465.26	o 48278
881.94/865.39	c cleaning 4701 clauses out of 9417 with flag 0/12617
3600.14/3392.07	c starts		: 42
3600.14/3392.07	c conflicts		: 17434
3600.14/3392.07	c decisions		: 83810
3600.14/3392.07	c propagations		: 4524575
3600.14/3392.07	c inspects		: 100570759
3600.14/3392.07	c shortcuts		: 0
3600.14/3392.07	c learnt literals	: 0
3600.14/3392.07	c learnt binary clauses	: 0
3600.14/3392.07	c learnt ternary clauses	: 0
3600.14/3392.07	c learnt constraints	: 17433
3600.14/3392.07	c ignored constraints	: 0
3600.14/3392.07	c root simplifications	: 0
3600.14/3392.07	c removed literals (reason simplification)	: 0
3600.14/3392.07	c reason swapping (by a shorter reason)	: 0
3600.14/3392.07	c Calls to reduceDB	: 2
3600.14/3392.07	c Number of update (reduction) of LBD	: 47690
3600.14/3392.07	c Imported unit clauses	: 0
3600.14/3392.07	c No decision after first conflict	: false
3600.14/3392.07	c number of reductions to clauses (during analyze)	: 0
3600.14/3392.07	c number of learned constraints concerned by reduction	: 0
3600.14/3392.07	c number of learning phase by resolution	: 0
3600.14/3392.07	c number of learning phase by cutting planes	: 0
3600.14/3392.07	c number of rounding to 1 operations	: 0
3600.14/3392.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.14/3392.07	c number of reductions of the coefficients by power 2 	: 0
3600.14/3392.07	c number of right shift for reduction by power 2 	: 0
3600.14/3392.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.14/3392.07	c number of ending skipping 	: 0
3600.14/3392.07	c number of internal skipping 	: 0
3600.14/3392.07	c number of derivation steps 	: 449456
3600.14/3392.07	c number of skipped derivation steps 	: 0
3600.14/3392.07	c number of remaining unassigned 	: 1769182
3600.14/3392.07	c number of remaining assigned 	: 15885248
3600.14/3392.07	c number of falsified literals weakened from reason	: 0
3600.14/3392.07	c number of falsified literals weakened from conflict	: 0
3600.14/3392.07	c time for arithmetic operations	: 1484797845471
3600.14/3392.07	c minimum degree of deleted constraints	: 611819
3600.14/3392.08	c maximum degree of deleted constraints	: 85009894839951588561623928447185308861752802092771306408205549976212321982202316612501382256507323403356785865535826559684047112720840511871585417761003294534556935236518111111469018789856980169670460342340238015378590721979628707882294582538482718333568784534239656563131484092253866902025349073459036682585012285772366230784952208200704808039309543705395605960709909983127691547571979508007303955939564521263651543482295184888354479055241330533700478083002863033898933372357373198156461016381820119284454791522160599414336003330901923416009907498226903873905689277681840284207217199408768896594669023596056672146459825141914171543759859013422630120122748630243079976829066820245388482594586431947392262782504142369480390690210161990489409280888657481661949265961201344549669933074874353637187900788163010873843288461392227979196221834452753146655374152468977611523652674509293488839902357957869934444804791046366663650595672004944766857908021583420521460958262245331160985331310320830843262503486243994251218678221950566700749141268568553461628404728777509634543961895698628830053643536424746463491462905855222812969870574632893792215808670893438860828001258461786102844191656665156700009550951755395053113264827075434657264955995456734682421285860876766141137944933848239587714431516233755969862357975634106124546502107861055955638899116579579461368740957417182613896735206505234283800810845105508699447535462751939926603598636288285826338027965996035338556240847682403990953883761465549491318316199700499870417110628960623599882281778182028495253042387870699765741298276461030388550063919949194899174219424883154813258772490913185211790831991852425341043003290782338080744078154117159580682652770894447589769111336196670046186056758036075138791080496678297456055506326424406851335526412082682651867310641195500292046852274579348314013487707456454771034757245292042515221397172608007701002019231396800850094206687818591864755724091734035211299621002821152467198368573059067443456945382301596928704988084328094686072785102993354180171449603650213439693940621112638811910267721599164418388646011119879700362473493906486979059147395648849443854368902531164069463754279005877640814314105885510707823682988007992998993008954464192432783768413984444973138647807296368721844166260072720766655862416170271381192807772959702212362961750094148521250479438793887419806942389622280208525645461271938963342429189499634019562912239577905453797830965503515795931044111625714736157497983588528949197240841822611597585039690342533966359329363563012286930489026644350636916197018994797993477998989280680469874483435416061854501703189982114770309479870818245744432041870591677505172633931391044556732883128473606107312417432097172302327551158583194563991209589232291792826451353355814815608737587614606912300692358044222722107648445525499858155130285610711390432571643463566817077187403516718386693417792966449173085923804761672796142979811420933889958715121020227462130367355181426849479842412788172608212298004687234056093632449434435775354085465544725323984793575998635891996381885644030279591342152385966019791195364633737768729423318069368545094414634486316721316509924690721376794114100316710459033829167362652260744944803240177657375371166996351034832747175779105643696500889268724170262037345311285352114441831930980359483847072584673846161485111013625006458969306955952673769004189424448930067985797853186678050516311670311310922431890548793605086172424190884053444316243013824956450779677658827455458666792539128545865169271645400398641077181007337459187141652422051693059686460685730428941288401640221659543945176431040671964412428134010843759272988953226068152400475539292448802084747551459979241695348697757183333511008659083277945604592186622966382946284101124415950553552652371025006529428957520353892197410894944277433424354148538944606485102773003368082344322257352847486097295670832169148292240898289481393779503573209716266862980912823480668236663655788636910510639422038737847518882769475191481420406551305742966093214326300290229333892895888639528764694058977299443935030262154767324906741622323316796588932144476368020738368180854751472372386454623835226160687194098081246344208797265919779332913881558978833595235715049495130333129160826464511363758310822266880074614933737971686865972748124291228645450369173731182092509807531291684248620364971592385420380026373352981866810326350550049126090010831887436092339719856937405266794070460012227551458749936241810059048371310430914576936459992686730728731715939050714954980173746741524700089089841993605300321601059515530032682169728828477487154408193819085474641900808090152609579776773547604810505924835675656487802604704409373366318415131696161658646478780448007034451805512149723933509547174598296330867286453912836297215657959015666311069538735326762560234886831178082924826643593109012399863967234989680064969275966805483008349461570391484006889577805186703422836200520232854737801517587782162983839484154546691448181339424903974342922835946703001880177178742045474481005334977709956323851950339967623636712549458305031426164542799837064114663209459302022089919487640862599946908264938666960061355866649326808817046444050787069601740605006859131697083031870557346769980477015684089598148887284060900755901047942528432386557817126246215064107894247106886885064688200776400944848232613422889330787719656604067369894045699548943751393568193268088383892589922145198091948134286538590505402140348124033275501288642857450039464294696852278336568425095210398672062284147877562070687865771786598669775202446187047894388952444095713716658687671843408963567578897257948634242180351636598497257295766742268384171881234100819147277071007985777850558975709034824513760171601267587653347811692459916467210481886203191238036656580994794212002259725518109113800638616228029398983414510961865795071066746260631243694241952108866842979153263151572522037330264437889889911978160185616518904328827883639111796062939158725282749903379597014551149780831313322180578583606435073483959280995098599616589826188607722074813512208049731397970600705460338787876396293952223078580260515048270958054638977790313161975376692553621964807694220938146451319644045772376689113288387601782429225224721995744706445594208331464353961541274303398990335145872771094876541271193132398055270731691621585276273461713909763549630536066495681035474879737728164687472380325347560143061828091297656258345788288900957880654477413172893842743134215496570658877169540885756561885010299994684366071175869055070930692954260520726132768706125966305357731871386975767881331005174115537030278499178238590958449221405637153871437823228900802027210590636800664479367714224236118540059411095824207589500815274924855109258420242169594263768462318523137461210813336954190558190065102071994255213032271944983527271350001302238558438356646752575436411907871613986876021068101770666020615608572577754425214552812227276073037285670522316870459097521956948159581891742977955508965738388929922348584342477287903059715670024226360252583756360417077825948660335259428253417291478394813916774091282960620757722837037483055536494663437515638338590474123713512120543896527294989868858966800864923744721299040256835674084140860872696025195465083937528705301863250981416350651211671056694252769560856533817095927863795406967697442087515100608347837213962772803279441856339027341926622666023526990534213093455430406578161734030235719917812767243397528312006074212690418350468944780315698289329133637433473002107554279308049206125706585899640614854126706070280354757705008747119091484145228315933851521069639162508336525928685378527324298868485217735972617793484112486904428924206221012845193727495058983750332251647892876876912313571025962117525652733421752458443012571844806839472240318860438483567922421327084617307409314935955398913437080874558259918430662639494062225765842353809049064915854936015223808876622955245187280713217890276985262212821083349175494942636791300541276088489724875457015080679706016109572527430300816529993952633656246612215423567718462942036064567449379833506801695826058411176621289118457408012016220020418635738612817887485956323979051904323706920792696632541445353961724250844988293007079526058829531337626877709013199270544370915269303086863454473148975657709000391582516994760231951090248106205718813260486231479134527289979850721224537518796117159619851464066989671970160212100674450252780792532473968940969560852701560009669007031935707822138413459994281335407575424422778990584233050285384108994506463687420728746320950351791905160772988220535955776068489596570243998836680944785029556297966237268204307274570399066662870782690752915664916213476990695441836239807193887677029214111833236592458459974698713074881046762657097231739769953698108046733668461736124526185478858545421800100577436724931036278852826908256398292454989369168563906628004195956695106572325229782827214729395170745795410725660955731701430472594725877943964412047402428728698360379352756633102907247580633458361888208528378902554901323372784400826102785071291154237567432790919143624186552342459069472579070319158558615193209447854763804107773820122725710701192605470623943116489268487867400046099166331417195857731103611671481695869535758463811301426106835134316222608365321414670845013139775823794229988874420521939701974814554697266680763281950341717138640199230067735841709706292023126122702781824748613405591071469092920018587292253959585858864175201311207598748304971713975193122142282687032368506808321110425718440128494238129001488218652666404631482429145565240389023627359636247856973497988958093721335809627323617385872385579097963121729199364054484154734557742108409140574051161864360833935978896950604149439298219331685256635215335192189722806312748363304848589588506763706746218299882447190527030373198646218256116213451155187054205749833426343675140301741870314957340799312916066308260788406928635719140297356109468242924829973312915868863617442531090003459698502799630884192630278620614206839469013343293747229743729952570125419191087389281053413098169713310824889379927711822703559997523162914542216853013046940168165073258784910253342158329661789508826546202329415364830180724880307603435406569484741863648345877495401310509861058117967940588413675554431631284635381413669581732430823449840480069887967994224593881570404149580499362171020177866337771488571137317422680857127666362670349801783759321043303407421362478653495747546087872357976922868868196949785960548999033723618370848974261323365024056457324508915535482780054283965809930407841913785062444162448683049032384268228272287960028369169720055275744424943154362929917911722959442775734157414321873040585923567798936388417981726883494243330367289348363109078059742978530195467669961671767140806398739056720208883042649793141823529311079225088899013962648722491345068582996329225857626133224175630356203646175041617118853519799031487777935156682611918059116888877942405939681832670576782244452782015189688122547283628708572674435147660273061025535082535267260849888387162581584612843780135971019431287031751791855011828914820695677792228101259154777154492674281447014540390669602745034191476840983339445022726063941876673884429351805633771173067826940659634292247321570069427692949131923726769248548209441132961634193541662133256578891989846784967202308221716906878094253644267376817114596809946212779777547755111964230516632921815366923068309208138460239056685206531896961616845443636154687329257040341354867796928073130685471618046219227712384708903904754532492161256865265822853432010202862669635091303920134141113390955287232643854408533530116257423982507980111716201570562270103042117194316333804179037611161108009548843813176572061662144267970620898218152290201967188128116384045527457644039218192620519524230934433720413042370063779138168060391568124203922023362561994592662435636289379727874363930726016892394042715165531876892864642708162148873965177078370320920341087736950129025144354257302612867133310082545063396423944824115230464475172656333556355328730748004790713334439203739937956523925959217167710518532377767850749306035306628832368846231031676310098075619357062197286419196909339753468487969580867813582199277378073390539503440646284694415230776122853722432043934042148631560791227983154936186643580172383367510381328967183379897600715042994710296830175387974787900355848877851809341938515333228624363090749313591896772301845475412688952933932921277501534526997748957314493503446308964867027275201714461533745314463428319000472030616888050235370208874800127119128398400664485055866720678163099471268326988377185451403952095818618826744478182670211770730830570499266614827585511829036334900399727773258024022530371573315287943220869266812264115711515333038789702487545458322714649061010279996825547198589067776239480500247410074503910592548547546910149252781744027582696750512058514603225186438845017946178621922072996145966676303056494233645496637538045048608742490345125755647910349262383871636892281565388527626267311777748149333543211049691914059882634506820331367745067323287598185337876461521554137864097489990749214300724742350074217718480480812023422975277907067989194085833012515973790915908966723706155823778323772827417305174573394264607554350899574072825297886709570551205243056719120641073150096811305555807658302649321441265595391767598002007794585148266729416309054903954646261632685689078159090377436325604200947363549380900243369462447538145256849522538035261477292041890504227932293746993172296416788146766231627384734968174008166222119203018317347718475705295022333131029155379138275304976336886785549033858232093600393613935736154915503283498045825250697133980472774089650323743467819552093885709507094132764685542688695215467649154451516545353113473388687145733191255744695507436772334021884462635797663999345456383771060229108260814329641583728293600757552176581468495947466196777350993591400037542266593020522165177252726741167267521368084230142054963910053273212260214401901758356803070170006198939835120698789362113650277103112292895950228497117661330565239377846375212091519430380599412896893500403523817320145354276003628948601177300659561078296540537863838442973478935073414488937639767498925188231172303628418956587646142268746115175047327537661731634209972531169935427595437412573871678907807733016789674672642743632657986293617325235660556620416865986689218338875675494480667708607748975786674309131849401452272405294516467540321862402585212830616953964787533808725053405227532077911718937072556567552128471683949487003034260165492617080725941546963449844460320526726241665305761674543739001230093670489384089341542253466935284628398621288770645751657690598587396339752085817046203123753557024631115696248235261355261002660315310601745886036694375342810195578800197527584368401508720534695518910262250088839892210921310862328995605875113248954718994695125077863004592374471888667158553705589685857741807924716971371422877150054299561151087303639378476451919391118354863739098449501294074434976137578395091242123788637996203254601239535680625568066842173547252320922995082387515205326598079316401258849975153734764181410946373130380826495229009067145507271288899870461769612135352055568229928971782642858533912526870737346828503120223363538885266414816888666679973756000224396847610797047210251899870335092913526532020012653646655565075471641747650738543853111336226203533609778592441976057589342404723242919922553547785837334536726071783335626464169906887759592826481348246899799064995285181078513421588687731456093853882148061812840784873665297757157273105877440292320428685543909305854665928715286127458056923680394136506886741382045035328340490995254328272807016221395051115461282858926095197387776150835165913963293647232620562692913759537842228554432168918070449988327534669517924670929730182884831434424655516140138004497245656879659790872912825741272630041519314404504128907914484149620386904498420695822969279033992957180519464358010793126472725795517250069294784152963218163868739779849963101618798537756172796009475836620938146163613082296165674872061349934479687469019594553537266984807811785197830139457694246975718077452000748294531993633875014144246474472452346072410830687942767467146081164475216460177773515299078808415721405943916323184406526557523572113569554805278118646082644930796554757536889096751831839382539522266637915591839308361666504580050428708202794856070834643914198605087426915623135260461760360231482337559051807882896660322650086921000563906528628480975310130415467080606418868104320762210064867046154949488997998654290830888465435025731349666781287114315440108630987296893895386264588252258061874905345732338781420837164451696246954721150521569549184773338899107634157635718476386032155027480971762744097332254128532533542017209189867713822192441682777160120148789202879411996997758853107382651513202531218109479539541997336918267313877907473841143836762553641435743583502564218586698430645697694084613026887980949265889988705527037007393804775850602646256269025742352122365988330126552712148778967432651676962800765282109015207432493667451513990688286303418103546850389763332814185063480154746322633137732198434096354345705853655340398478908242162057989079677218260965597082096168478540816262347917969950889368262760716936791179236824328088276495729968111774432716613471200176483707144838030492186696550945047307151903816723152859062976175611168867610082167917556404131150623361277335226630913651782803422530696322092284420789691816259218668763355564519120857178025934266192414906528299172283363391683514758053102347236398293972686990864952609083075532507100193645943890314870251003022986648177588250182395244293145670333821318500302394665788032113626109386450263639954968104859329467827787944952313650899965733896978348752862086270868952138452475221781680376622853331390698075324697291666230627144760692228227924185056305454490108882567259552337833187240358895943926923924047089988751162609366519980435854978665458002116900313328369975464950735622497575827591606264736045674347697649032328469492229156420236493850487068018505667833315188030297402103569820730147971732118853336998713014496331980038464459482484072771698874367065100225077756224881973655436479723530693710219204482451887555571881867886068083958198038979656056557328711039808344497034668909580856861514383179638101272625822276598648998609961730476591918730075409766118082439526172874440905326280771642586101008072186104809523823810262535646553741970088962103445050592077968653626140950542531031456487394075383662203580908122192603737893285190325653522207053974106611824577903198097969807532483722093647086526553179456883314192033847543013725184590178894421437727232311504243228160426762185449206750130235679212546019193842100365828477706775194698495431719749079391154406874007171511921910034849960857737645750088357059752747998857990926844116605781999533946765732805594659006057718013281021329173391357946281383423669236389381926554864487956353847465337075154711617715832084558240746610269386517361483927556941559070493671725990383787854361815510746177958901386642590941415420043584589260105263913123198031688288422328719706722257425759394901611325534357372404871042769975999461235121666966571297457331138053278250943543879955910361520228021335562172624410800221917275422260570785679161010649476906227674130054973755356204638039320540507039140804932895408603323159027513685823808232837033181957690210996422037952506746737810352428221678844243420778565606576771476591133659476090683930382607037841168409289440592090050723853031663676094805208321420270579182066668735121435366241039095447698958321261093979522195206005011149003364884005775176103049257035981375702059424487613180168667524600224762615837609192134309930501913093265703552263000802907099030598166661283152590661138334176323705618481221993119807168780512288165391262492680582112549255453330533602695327846631161919591879170476859725005189681442419291116181584078538538380510001583633137588257480304335495091446756843881297106863043114246784225921579718779634489401552777796224089292404967850833737269397806870317035223166870393349757459560619115350071356433026945064431111985584326307483625874859649686567518595444671592374415085523559384691066416983103517592744481995571083991381579377867630060870022431168946341084864371203040873951953657084679411708993377324415480293551961083280184598315163174770952869808481352153234163405926920650122355776607522572245177747013495297474646234649355379160763138916775501707411370463314058007181751531209785109341344187271694491741946726241018242185819732897230335182173805217392990702790739101788216086336805074778313480225226004683457767723478825850979377953523795210179892185909238019244611696704115269113896993520594634608125572160747161353353300126889972407121688197742133920654313995398054248577743300521552755127736276036116661914428570702494991430169241640273989851668863450716338454767199131688288264310103364034081099985071316817696779553347636411229280275365172618274131202269929495721706910372644972773445278211416598592284252300498497872196484977801083514226811594249729483235743676465687247941760995009860997815053527727127730214857344101160466656197543087942583718712007908706975280720820057372903811739339347924932020613590998719555005111789835775140519729562881721529492686699257509117290132776639414673445850051192688966487761413392704536227927362219480390374356903716385467555002626665533344105828680431186973140679686486701288172725269047397735769379407526673290759677894731101656329192899716469648015363154207581955110613067767101687062385974713281188477779716917883769620736600311776412308011109150399331654260512205170917615246919919488559647520656766734583756947819229854115938668765322972466037391519998592982070773317027471733231574895823388331574111916174777427681284600281109115287928668971654708540008042609053055843659866166413327307291452262035181546233468658191803715873930863001016583120918281768384266466032426371164759705818526432413921643831433642004944681231095037569259843372904747719132869285519515977522320197161215953529696284598803478210604006028143014175109243216922494072664286211483492519521653936217838867223696055789821396298978603345297720578085748089021504629709276381191040507833762521110296159580849734204773566801776040391495897310408560110383401237719382409724823178565219884801842647958174937194182117667211045584167574498632116578986150636879066066779082489511222645312266804283579581934711863689619911952103736648436485814406460831234080184460136126131252523325547969517368551805393344488221396156041662076878775609108516268736632570709483127034442053948980995607294447901520690164189245841532809645841268673901840858948348025594605166879099413841850343570877306050606800355178805564572383259564351534936159809448439575099968272487874231042490790194355763688650009211803608712455361165056965477539922841220734788637499149470819603073271465272663545636911713456123454625170357906218679582197838906807474539235201620580686094957079102277784681656678106245356388738431172091430569392509094663255752435879465348059900375325971332522825301685143600046277486229908502488359224086501026342966553587562356418994220989311101286773912471652399491391424178044365936170030393222997358747196195041137978794718496512529569791267666765340521063293688177034053066286932849771349969419122692546162066785938402174913698134226344819080420664385580279575199950983617244647030275154128200385867863260671619318731513936054091302159366920848802691860904959866200725226456559288359270611564244509696011994049351096465580099113863046927582428174057137590418752638565329666033935263883392912735335309437236871022135770110466805647972837832701442939273822990104457340583380818155960527421944359197213536125637799317698982126398497896320877734685750169633928942215915575406676449521497266125535329262539370248113913324110370072868334483948801374406382232417167025134397969079105440932317395917173211339950391390793161844719030470120069230144251826765285777431973442739521107688056694971660553512283480958408700424420758610663609335430868482610290774188072828671380638294294133510388358812455628826116898008330155042517002762804801953186786804602969869054867723655525262811766182262290645370504561202866924309072024880621683227716926051956279394488430432535065377769108810540870808093339692065680357427852521541688401138022156471199211528880492912487506105998451730711918513319616440444281068244328886992144266568214450592057495434464706093833466808708942476230084544534465209081985540300526614908447973822213219348216142931437433734678967800083232191274237839614369740401808820831017098810085079357407941104181318898232504571113912016713548114296784006269925794283731152700887043694603367502811975145575808975664170026450566855832492782454853306008773287448349180856746522543239918234673419971676662982105068245501990178037873942670259056587517570324982938392156811589149063326966098761096392936866412319570959069226712880847093882648844119361199735611448962916647465872102731251203346163758749617833475837598210867218585134835535019861764369724599637687635740264161168045911648940588232151017031898298452854912922640703754280732830300198753331036851996886922447255386505566828694796788107580210262782836311753991441813260792853051171879032957404592878148848670023722902163973915902032737510501197189492953289537334531525748671320461729451603268493560056742932977088096088345297428858734009673504853135318461128849227472584766781379029134250620485703846774622825957242057822501680678836093871961196303427192047371933619221660953942995254842559716847587469056501449576015284979744195666921406773266065518755615984184113564521854646224003697720964568712449301295878406220150633453323173056898354326220285993201991919230335755777594912060588570025734470581385932804273372078982031829171956942022950327666281982180803022625155921687439853050531599222775040168484199123245507920711292064352460191961917705876958271173867972273579940289630761125795417783466870180236083155603002301828573399081456521446438660818562144368040669164633217941589442372394616117564502352931182878902677528741670419424411401203278742802978542072728227008728223202002352567885864074813067489753577258032308434364610056621641872534473276701790258932859541363363605771949969251906653596526248201879515222569918658572049398563276848894632565233177275437064743336960259798158459042249013467407146041916067140586292704136067547351170452487261659410782873911223666474464823362106472519933260556800000
3600.14/3392.08	c number of deleted constraints	: 7901
3600.14/3392.09	c speed (assignments/second)	: 1335.7396618799887
3600.14/3392.10	c non guided choices	: 0
3600.14/3392.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2
3600.14/3392.11	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9530
3600.14/3392.11	s SATISFIABLE
3600.14/3392.11	c Found 18 solution(s)
3600.14/3392.11	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 
3600.14/3392.11	c objective function=48278
3600.14/3392.11	c Total wall clock time (in seconds): 3391.67

Verifier Data

OK	48278

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63084 MiB free)
  memory of node 1: 64507 MiB (63739 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497107-1751398222/watcher-4497107-1751398222 -o /tmp/evaluation-result-4497107-1751398222/solver-4497107-1751398222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751398222-54338 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4497107-1751398222 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4497107-1751398222.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=54392, runsolver pid=54381

[startup+0.100073 s]*
/proc/loadavg: 0.77 1.82 3.00 11/318 54465
/proc/meminfo: memFree=129776856/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=18930384 memory=47652 CPUtime=0.11 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 5671 0 0 0 7 4 0 0 20 0 18 0 55501880 19384713216 11913 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4732596 11913 5242 1 0 546882 0
[pid=54392/tid=54406] ppid=54381 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) D 54381 54392 54327 0 -1 4194368 4608 0 0 0 4 3 0 0 20 0 18 0 55501883 19384713216 11913 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=18930384 memory=1707 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 11913 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=18930384 memory=56295059358712 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 11913 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47652 KiB

[startup+0.225944 s]*
/proc/loadavg: 0.77 1.82 3.00 10/318 54465
/proc/meminfo: memFree=129777116/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=18930384 memory=53116 CPUtime=0.28 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 6427 0 0 0 23 5 0 0 20 0 18 0 55501880 19384713216 13279 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4732596 13279 5338 1 0 547512 0
[pid=54392/tid=54406] ppid=54381 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 4965 0 0 0 13 3 0 0 20 0 18 0 55501883 19384713216 13279 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=18930384 memory=1707 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 13279 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=18930384 memory=56295059358712 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 13279 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53116 KiB

[startup+0.313741 s]*
/proc/loadavg: 0.77 1.82 3.00 12/318 54465
/proc/meminfo: memFree=129763096/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=18930384 memory=58200 CPUtime=0.43 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 6655 0 0 0 37 6 0 0 20 0 18 0 55501880 19384713216 14550 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4732596 14550 5370 1 0 547683 0
[pid=54392/tid=54406] ppid=54381 vsize=18930384 memory=-6000919507016050794 CPUtime=0.24 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 5120 0 0 0 21 3 0 0 20 0 18 0 55501883 19384713216 14550 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 14550 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 14550 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58200 KiB

[startup+0.700373 s]
/proc/loadavg: 0.77 1.82 3.00 2/319 54466
/proc/meminfo: memFree=129749604/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=18930384 memory=61824 CPUtime=0.64 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 6975 0 0 0 57 7 0 0 20 0 18 0 55501880 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4732596 15456 5434 1 0 547888 0
[pid=54392/tid=54406] ppid=54381 vsize=18930384 memory=17792 CPUtime=0.36 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) D 54381 54392 54327 0 -1 4456512 5322 0 0 0 32 4 0 0 20 0 18 0 55501883 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=18930384 memory=10752 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61824 KiB

[startup+1.50035 s]
/proc/loadavg: 0.77 1.82 3.00 2/319 54466
/proc/meminfo: memFree=129749604/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=18930384 memory=61824 CPUtime=0.64 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 6975 0 0 0 57 7 0 0 20 0 18 0 55501880 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4732596 15456 5434 1 0 547888 0
[pid=54392/tid=54406] ppid=54381 vsize=18930384 memory=3200 CPUtime=0.36 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) D 54381 54392 54327 0 -1 4456512 5322 0 0 0 32 4 0 0 20 0 18 0 55501883 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=18930384 memory=10752 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61824 KiB

[startup+3.11275 s]
/proc/loadavg: 1.03 1.86 3.01 2/319 54467
/proc/meminfo: memFree=129750088/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=18930384 memory=61824 CPUtime=0.64 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 6975 0 0 0 57 7 0 0 20 0 18 0 55501880 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4732596 15456 5434 1 0 547888 0
[pid=54392/tid=54406] ppid=54381 vsize=18930384 memory=10752 CPUtime=0.36 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) D 54381 54392 54327 0 -1 4456512 5322 0 0 0 32 4 0 0 20 0 18 0 55501883 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 55501888 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=18930384 memory=5632 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 55501889 19384713216 15456 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61824 KiB
heavy processes:

[startup+6.30029 s]
/proc/loadavg: 1.03 1.86 3.01 8/302 54482
/proc/meminfo: memFree=129481256/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19063512 memory=172184 CPUtime=4.18 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 18002 0 0 0 403 15 0 0 20 0 20 0 55501880 19521036288 43046 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4765878 43046 5498 1 0 552458 0
[pid=54392/tid=54406] ppid=54381 vsize=19063512 memory=10752 CPUtime=1.97 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 6276 0 0 0 189 8 0 0 20 0 20 0 55501883 19521036288 43046 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19063512 memory=-6000919502721083498 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 43046 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 43046 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54470] ppid=54381 vsize=19063512 memory=4570758477702131359 CPUtime=0 cores=4,6
/proc/54392/task/54470/stat : 54470 (Timer-0) S 54381 54392 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502358 19521036288 43046 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172184 KiB
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 1.51 1.94 3.03 5/327 54541
/proc/meminfo: memFree=126766264/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19063512 memory=729188 CPUtime=14.67 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 30605 0 0 0 1436 31 0 0 20 0 20 0 55501880 19521036288 182297 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4765878 182297 5498 1 0 663832 0
[pid=54392/tid=54406] ppid=54381 vsize=19063512 memory=-6000919468445231210 CPUtime=8.15 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 7440 0 0 0 798 17 0 0 20 0 20 0 55501883 19521036288 182297 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19063512 memory=178388 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 182297 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19063512 memory=698336 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 182297 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54470] ppid=54381 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/54392/task/54470/stat : 54470 (Timer-0) S 54381 54392 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502358 19521036288 182297 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 14.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 729188 KiB

[startup+25.5003 s]
/proc/loadavg: 2.28 2.09 3.06 5/327 54541
/proc/meminfo: memFree=123473228/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19063512 memory=897380 CPUtime=27.76 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 38562 0 0 0 2739 37 0 0 20 0 20 0 55501880 19521036288 224345 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4765878 224345 5498 1 0 663835 0
[pid=54392/tid=54406] ppid=54381 vsize=19063512 memory=178388 CPUtime=20.4 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 10352 0 0 0 2019 21 0 0 20 0 20 0 55501883 19521036288 224345 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19063512 memory=897380 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 224345 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19063512 memory=897380 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 224345 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54470] ppid=54381 vsize=19063512 memory=612192 CPUtime=0 cores=4,6
/proc/54392/task/54470/stat : 54470 (Timer-0) S 54381 54392 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502358 19521036288 224345 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 27.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 897380 KiB

[startup+51.1131 s]
/proc/loadavg: 3.20 2.33 3.11 5/328 54542
/proc/meminfo: memFree=121553552/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19063512 memory=1624224 CPUtime=54.28 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 47985 0 0 0 5372 56 0 0 20 0 20 0 55501880 19521036288 406056 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4765878 406056 5498 1 0 810108 0
[pid=54392/tid=54406] ppid=54381 vsize=19063512 memory=1624224 CPUtime=45.03 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 12476 0 0 0 4468 35 0 0 20 0 20 0 55501883 19521036288 406056 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19063512 memory=1562464 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 406056 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19063512 memory=1624224 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 406056 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54470] ppid=54381 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/54392/task/54470/stat : 54470 (Timer-0) S 54381 54392 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502358 19521036288 406056 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0

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

[startup+3042.3 s]
/proc/loadavg: 4.41 4.63 4.47 5/329 54769
/proc/meminfo: memFree=99234236/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19063512 memory=6650700 CPUtime=3201.8 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 201513 0 0 0 319595 585 0 0 20 0 20 0 55501880 19521036288 1662675 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4765878 1662675 5530 1 0 1678999 0
[pid=54392/tid=54406] ppid=54381 vsize=19063512 memory=6650700 CPUtime=2991.92 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 82381 0 0 0 298984 208 0 0 20 0 20 0 55501883 19521036288 1662675 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19063512 memory=6650700 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1662675 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 1746 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1662675 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54470] ppid=54381 vsize=19063512 memory=6650700 CPUtime=0 cores=4,6
/proc/54392/task/54470/stat : 54470 (Timer-0) S 54381 54392 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502358 19521036288 1662675 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 3201.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6650700 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.51 4.44 5/329 54771
/proc/meminfo: memFree=99173724/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19063512 memory=6650700 CPUtime=3270.32 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 206903 0 0 0 326434 598 0 0 20 0 20 0 55501880 19521036288 1662675 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4765878 1662675 5530 1 0 1678999 0
[pid=54392/tid=54406] ppid=54381 vsize=19063512 memory=6650700 CPUtime=3051.01 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 84886 0 0 0 304892 209 0 0 20 0 20 0 55501883 19521036288 1662675 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1662675 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 1769 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1662675 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54470] ppid=54381 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/54392/task/54470/stat : 54470 (Timer-0) S 54381 54392 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502358 19521036288 1662675 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 3270.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6650700 KiB

[startup+3162.3 s]
/proc/loadavg: 4.60 4.57 4.47 5/329 54774
/proc/meminfo: memFree=99089240/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19063512 memory=6652780 CPUtime=3347.33 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 208797 0 0 0 334114 619 0 0 20 0 20 0 55501880 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4765878 1663195 5530 1 0 1678999 0
[pid=54392/tid=54406] ppid=54381 vsize=19063512 memory=14848 CPUtime=3110.06 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 85390 0 0 0 310797 209 0 0 20 0 20 0 55501883 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19063512 memory=6652780 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 1806 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54470] ppid=54381 vsize=19063512 memory=6652780 CPUtime=0 cores=4,6
/proc/54392/task/54470/stat : 54470 (Timer-0) S 54381 54392 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502358 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 3347.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6652780 KiB

[startup+3222.3 s]
/proc/loadavg: 4.51 4.57 4.47 5/331 54844
/proc/meminfo: memFree=104774364/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19063512 memory=6652780 CPUtime=3411.4 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 213654 0 0 0 340512 628 0 0 20 0 20 0 55501880 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4765878 1663195 5530 1 0 1678999 0
[pid=54392/tid=54406] ppid=54381 vsize=19063512 memory=14848 CPUtime=3169.89 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 87260 0 0 0 316780 209 0 0 20 0 20 0 55501883 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19063512 memory=6652780 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19063512 memory=6652780 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 1806 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54470] ppid=54381 vsize=19063512 memory=-4421386509115811682 CPUtime=0 cores=4,6
/proc/54392/task/54470/stat : 54470 (Timer-0) S 54381 54392 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502358 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 3411.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6652780 KiB

[startup+3282.3 s]
/proc/loadavg: 4.40 4.52 4.46 4/331 54846
/proc/meminfo: memFree=104590468/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19063512 memory=6652780 CPUtime=3479.9 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 218887 0 0 0 347349 641 0 0 20 0 20 0 55501880 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4765878 1663195 5530 1 0 1678999 0
[pid=54392/tid=54406] ppid=54381 vsize=19063512 memory=6652780 CPUtime=3229.5 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 89564 0 0 0 322740 210 0 0 20 0 20 0 55501883 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19063512 memory=6652780 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 1845 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54470] ppid=54381 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/54392/task/54470/stat : 54470 (Timer-0) S 54381 54392 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502358 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 3479.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6652780 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.46 4.44 6/331 54850
/proc/meminfo: memFree=104437236/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19063512 memory=6652780 CPUtime=3545.62 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 221387 0 0 0 353912 650 0 0 20 0 20 0 55501880 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4765878 1663195 5530 1 0 1678999 0
[pid=54392/tid=54406] ppid=54381 vsize=19063512 memory=6652780 CPUtime=3287.92 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 90571 0 0 0 328582 210 0 0 20 0 20 0 55501883 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19063512 memory=6652780 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19063512 memory=6652780 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 1882 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54470] ppid=54381 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/54392/task/54470/stat : 54470 (Timer-0) S 54381 54392 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502358 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 3545.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6652780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3392 s]*
/proc/loadavg: 4.29 4.43 4.43 6/331 54852
/proc/meminfo: memFree=104274188/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19063512 memory=6652780 CPUtime=3600.14 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 226500 0 0 0 359354 660 0 0 20 0 20 0 55501880 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4765878 1663195 5530 1 0 1678999 0
[pid=54392/tid=54406] ppid=54381 vsize=19063512 memory=-6000919472773425258 CPUtime=3337.05 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) R 54381 54392 54327 0 -1 4194368 93405 0 0 0 333494 211 0 0 20 0 20 0 55501883 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19063512 memory=-4421386509115811682 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 55501888 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19063512 memory=2240 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 1997 0 0 0 0 0 0 0 20 0 20 0 55501889 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54470] ppid=54381 vsize=19063512 memory=2688 CPUtime=0 cores=4,6
/proc/54392/task/54470/stat : 54470 (Timer-0) S 54381 54392 54327 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 55502358 19521036288 1663195 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6652780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.74 s, system=6.63308 s

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

[startup+3392.12 s]
/proc/loadavg: 4.29 4.43 4.43 6/331 54852
/proc/meminfo: memFree=104274188/131382112 swapFree=33010684/33010684
[pid=54392] ppid=54381 vsize=19263204 memory=6653420 CPUtime=3600.35 cores=4,6
/proc/54392/stat : 54392 (java) S 54381 54392 54327 0 -1 4194304 227955 0 0 0 359374 661 0 0 20 0 15 0 55501880 19725520896 1663355 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
/proc/54392/statm: 4815801 1663355 5530 1 0 1679902 0
[pid=54392/tid=54406] ppid=54381 vsize=19263204 memory=6652780 CPUtime=3337.11 cores=4,6
/proc/54392/task/54406/stat : 54406 (java) S 54381 54392 54327 0 -1 4194368 93406 0 0 0 333500 211 0 0 20 0 15 0 55501883 19725520896 1663355 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54446] ppid=54381 vsize=19263204 memory=6652780 CPUtime=0 cores=4,6
/proc/54392/task/54446/stat : 54446 (Finalizer) S 54381 54392 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 55501888 19725520896 1663355 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
[pid=54392/tid=54465] ppid=54381 vsize=19263204 memory=6652780 CPUtime=0 cores=4,6
/proc/54392/task/54465/stat : 54465 (Common-Cleaner) S 54381 54392 54327 0 -1 4194368 1997 0 0 0 0 0 0 0 20 0 15 0 55501889 19725520896 1663355 18446744073709551615 94475901517824 94475901521520 140727429437136 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94475901529336 94475901530128 94475934687232 140727429445933 140727429446118 140727429446118 140727429451720 0
Current children cumulated CPU time: 3600.35 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6653420 KiB

Child status: 143

Real time (s): 3392.14
CPU time (s): 3600.38
CPU user time (s): 3593.74
CPU system time (s): 6.63308
CPU usage (%): 106.139
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6653420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.74
system time used= 6.63308
maximum resident set size= 6653548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227983
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2434776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148355
involuntary context switches= 21394


# summary of solver processes directly reported to runsolver:
#   pid: 54392
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3593.74
#   total CPU system time (s): 6.63308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2743 second user time and 33.3456 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-01 21:30:22
IDJOB=4497107
IDBENCH=148153
IDSOLVER=3362
FILE ID=nodeC012/4497107-1751398222
RUNJOBID= nodeC012-1751398222-54338
SLURM_JOB_ID= 9598280
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir05_trarea_ac.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497107-1751398222/watcher-4497107-1751398222 -o /tmp/evaluation-result-4497107-1751398222/solver-4497107-1751398222 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751398222-54338 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4497107-1751398222 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4497107-1751398222.opb

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

MD5SUM BENCH= cc2b167b604094044d9d141ee486a126
RANDOM SEED=239428219

nodeC012 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.040
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.163
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.119
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.140
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.157
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.153
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.589
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.146
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129839048 kB
MemAvailable:   129900552 kB
Buffers:            3280 kB
Cached:           869040 kB
SwapCached:            0 kB
Active:           379396 kB
Inactive:         557920 kB
Active(anon):      82956 kB
Inactive(anon):        0 kB
Active(file):     296440 kB
Inactive(file):   557920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2600 kB
Writeback:             0 kB
AnonPages:         68052 kB
Mapped:           102296 kB
Shmem:             17960 kB
KReclaimable:      93160 kB
Slab:             176340 kB
SReclaimable:      93160 kB
SUnreclaim:        83180 kB
KernelStack:        3784 kB
PageTables:         2656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC012 at 2025-07-01 22:26:54