Trace number 4489053

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)219 3600.27 3538.62

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
MD5SUMbed0fcfa7fe1ab50726d34a7d1903e12
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark182
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables478
Total number of constraints478
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints478
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 478
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 478
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 478
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4489053-1751353019.opb
0.11/0.16	c reading problem ... 
0.22/0.23	c using VERIPB proof format
0.22/0.23	c  objective function found
0.36/0.31	c ... done. Wall clock time 0.149s.
0.36/0.31	c declared #vars     478
0.36/0.31	c #constraints  478
0.36/0.31	c constraints type 
0.36/0.31	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 478
0.36/0.31	c 478 constraints processed.
0.36/0.33	c objective function length is 478 literals
0.36/0.34	c SATISFIABLE
0.36/0.34	c OPTIMIZING...
0.36/0.35	c Got one! Elapsed wall clock time (in seconds):0.185
0.36/0.35	o 233
0.36/0.40	c Got one! Elapsed wall clock time (in seconds):0.237
0.36/0.40	o 232
0.92/0.68	c Got one! Elapsed wall clock time (in seconds):0.519
0.92/0.68	o 231
1.11/0.77	c Got one! Elapsed wall clock time (in seconds):0.606
1.11/0.77	o 227
6.59/3.60	c Got one! Elapsed wall clock time (in seconds):3.444
6.59/3.60	o 225
20.55/16.37	c Got one! Elapsed wall clock time (in seconds):16.209
20.55/16.37	o 224
31.69/26.91	c cleaning 3101 clauses out of 6211 with flag 0/6211
60.09/54.73	c cleaning 4554 clauses out of 9110 with flag 0/12211
89.24/83.54	c cleaning 5777 clauses out of 11556 with flag 0/19211
96.05/90.29	c Got one! Elapsed wall clock time (in seconds):90.129
96.05/90.29	o 223
99.36/93.58	c Got one! Elapsed wall clock time (in seconds):93.421
99.36/93.58	o 222
119.01/112.76	c cleaning 6216 clauses out of 12444 with flag 0/25876
149.12/142.57	c cleaning 6108 clauses out of 12228 with flag 0/31876
181.80/174.82	c Got one! Elapsed wall clock time (in seconds):174.665
181.80/174.83	o 221
217.29/209.60	c cleaning 8764 clauses out of 17538 with flag 0/43294
243.02/234.92	c cleaning 7380 clauses out of 14774 with flag 0/49294
271.23/262.90	c cleaning 7191 clauses out of 14395 with flag 0/56295
306.24/297.67	c cleaning 7596 clauses out of 15204 with flag 0/64295
348.18/339.12	c cleaning 8300 clauses out of 16607 with flag 0/73294
416.10/406.44	c cleaning 9147 clauses out of 18307 with flag 0/83294
479.83/469.73	c cleaning 10074 clauses out of 20160 with flag 0/94294
569.65/558.90	c Got one! Elapsed wall clock time (in seconds):558.741
569.65/558.90	o 220
615.02/603.97	c cleaning 13257 clauses out of 26518 with flag 0/110726
656.30/644.70	c cleaning 9621 clauses out of 19260 with flag 0/116725
694.15/682.19	c cleaning 8309 clauses out of 16641 with flag 0/123727
765.93/753.40	c cleaning 8158 clauses out of 16330 with flag 0/131725
839.63/826.42	c cleaning 8577 clauses out of 17173 with flag 0/140726
894.78/880.83	c cleaning 9296 clauses out of 18596 with flag 0/150726
971.95/957.19	c cleaning 10139 clauses out of 20301 with flag 0/161727
1070.98/1055.16	c cleaning 11075 clauses out of 22160 with flag 0/173725
1154.47/1137.58	c cleaning 12037 clauses out of 24086 with flag 0/186726
1275.19/1256.53	c cleaning 13018 clauses out of 26049 with flag 0/200726
1317.76/1298.82	c Got one! Elapsed wall clock time (in seconds):1298.656
1317.76/1298.82	o 219
1364.51/1344.54	c cleaning 13426 clauses out of 26861 with flag 0/214556
1406.95/1386.14	c cleaning 9715 clauses out of 19436 with flag 0/220557
1485.28/1464.09	c cleaning 8351 clauses out of 16720 with flag 0/227556
1533.54/1511.42	c cleaning 8177 clauses out of 16370 with flag 0/235557
1571.88/1549.44	c cleaning 8585 clauses out of 17193 with flag 0/244557
1640.54/1617.26	c cleaning 9300 clauses out of 18609 with flag 0/254558
1691.10/1667.41	c cleaning 10143 clauses out of 20307 with flag 0/265556
1766.60/1742.03	c cleaning 11076 clauses out of 22164 with flag 0/277556
1841.65/1816.26	c cleaning 12034 clauses out of 24088 with flag 0/290556
1994.14/1967.51	c cleaning 13023 clauses out of 26055 with flag 0/304557
2109.60/2081.42	c cleaning 14012 clauses out of 28033 with flag 0/319558
2232.92/2202.73	c cleaning 15005 clauses out of 30019 with flag 0/335556
2413.76/2380.00	c cleaning 16001 clauses out of 32015 with flag 0/352557
2524.94/2490.22	c cleaning 17000 clauses out of 34014 with flag 0/370557
2678.57/2639.27	c cleaning 17997 clauses out of 36014 with flag 0/389557
2837.61/2794.99	c cleaning 18997 clauses out of 38016 with flag 0/409556
3035.46/2989.87	c cleaning 19993 clauses out of 40019 with flag 0/430556
3258.73/3204.14	c cleaning 21007 clauses out of 42026 with flag 0/452556
3437.01/3378.71	c cleaning 22008 clauses out of 44021 with flag 0/475558
3600.05/3538.51	c starts		: 52
3600.05/3538.54	c conflicts		: 489823
3600.05/3538.54	c decisions		: 720489
3600.05/3538.54	c propagations		: 9100160
3600.05/3538.54	c inspects		: 834339450
3600.05/3538.54	c shortcuts		: 0
3600.05/3538.54	c learnt literals	: 0
3600.05/3538.54	c learnt binary clauses	: 0
3600.05/3538.54	c learnt ternary clauses	: 0
3600.05/3538.54	c learnt constraints	: 489823
3600.05/3538.54	c ignored constraints	: 0
3600.05/3538.54	c root simplifications	: 0
3600.05/3538.54	c removed literals (reason simplification)	: 0
3600.05/3538.54	c reason swapping (by a shorter reason)	: 0
3600.05/3538.54	c Calls to reduceDB	: 41
3600.05/3538.54	c Number of update (reduction) of LBD	: 489267
3600.05/3538.54	c Imported unit clauses	: 0
3600.05/3538.54	c No decision after first conflict	: false
3600.05/3538.54	c number of reductions to clauses (during analyze)	: 0
3600.05/3538.54	c number of learned constraints concerned by reduction	: 0
3600.05/3538.54	c number of learning phase by resolution	: 0
3600.05/3538.54	c number of learning phase by cutting planes	: 0
3600.05/3538.54	c number of rounding to 1 operations	: 0
3600.05/3538.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3538.54	c number of reductions of the coefficients by power 2 	: 0
3600.05/3538.55	c number of right shift for reduction by power 2 	: 0
3600.05/3538.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3538.55	c number of ending skipping 	: 0
3600.05/3538.55	c number of internal skipping 	: 0
3600.05/3538.55	c number of derivation steps 	: 2574355
3600.05/3538.55	c number of skipped derivation steps 	: 0
3600.05/3538.55	c number of remaining unassigned 	: 4903906
3600.05/3538.55	c number of remaining assigned 	: 427374029
3600.05/3538.55	c number of falsified literals weakened from reason	: 0
3600.05/3538.55	c number of falsified literals weakened from conflict	: 0
3600.05/3538.55	c time for arithmetic operations	: 120705850032
3600.05/3538.55	c minimum degree of deleted constraints	: 1
3600.05/3538.55	c maximum degree of deleted constraints	: 918657319264509722439336566898982997376623240383783483516653772687834487996329654156542563254768792293716115621652559233866167293454557766330918014177771354482489302229556838548503482715962092811726476278331992679153881219597664700137472100212250429108703417239424137380909307289723707510882129150998950536472411573658228391102655074761391217622723008017639187520026211765332915228176707870057143857297185138919018041934298364601777013018561582346634758548530566769504221392094544508245485650378296723600857452585602635455624276457508158862112507092915367879980871782309921733564950926149249928099040547518186643338069975834036562391484699457781087264641119895186994358271144045623274836419527094684560993634843185165557383708091846085222436574319921276535430999215993253567157769298186261049173778655436885909902899870818593838571519948013049807975289113876680955994229907145650886502153949823555897007055160657103338507282866253430764781162901490343364651609167031524889278523648213598237190619052808800382498679425248559095907945715201961356079281054529045468825403765715408832740812723082797968618858192263171041485561175598300755565777886403708201703981744029497023710945192935859424489068653258298640963602999406988009630841947396004764444495083826987439073686069909997204045980140888707640390341788230065555542480517688206920263513637367914927782197146889206018413236127169128462405422329661449079239692505613867681697409309884703019602612981710194033526486556247382698361125798744346089667249946399087146905741009521555876057900726248521469351413720211185365886836344804334866329859242444044260011610884210309670709775386112182524693684877312157561707951339886727565926792156647591778386753804778062792998472222993574390165117520444139771573678235788679858795006812677118521914654251048133058237457394218710037037211141441842830492729180233801496698188982155399090234345860586736619303875806131896361821956264218784116308059392771243075188085820085648440690763141644142359678459962380707096380966298724607561784127520482488307667511147569639626008797272228509146613037148898225842675521262989013487161801141961342192320995833678047799461931170639753887196032345690319586986901077799845392451810960530376359679483226393069706504433641758175523239439104511332869754237360770521276843701572018640487222221094958724045382639287172854929516676257973949931095863781064414346435239179220952573504532060723617319558378750886789984222535696530640827121978764356519453670172255582486030664505406116217491642753710302796825274612729558022774589777147538778808024548593140126773057386751095117009853513158096255953232144317006208682163990987128444071322083517051397906306204132556099340099999371870329714117380484576998075011660803850746296478726725249777800537317504799696532460950964898185688935085888238571328091547837941804792457992201469901520859757014107020899513636734930392465143660824850214617447609384466855985932935293382818214778940964192936597650584499662993470859649842368434273070130992516928334626991923840686447745335433439319498799013291873805701618677711058116655052561111519093365770058093819962979691470833626957799388814648460084315669473567945059443710052589245648170758577071964927258028443006350815267559088218969109295422613023327582229697741560863529116759163079249660137840870433311485629816535521188881195274171369459738352699178326610644642308224192406882806743997330553186190549922636742474884713963818529503157305189892418315275592978221648875992389439441632713410535451104543206034389206796641601071375746880418955069881366987006639075058190400864905481838842625454939841134300937281085007844827298165803827140774174135797648681055641256746767896328127358626461268436340939125472119008974074055372952581096712265190773965018532949725369319148251441491406336535170286730844413998002269377763566999605926822373629064566003026564288848916555468752488224932499505425211417782660463458214704102875395442979157466943892541544273581067605510957973522631704968804639213904364520430459543439128959274554391946150355054587622856991206320808243290928356043756602950042320290919183995117282333540670619839867247521947387024997211963978584669121492826981144239082986852929145886922872863003238138723252888578461910018691879441759776277746809386434369924768193496684145257867288575572537297929890819070108347766656876151002932381966375075289992959257390909249818564874625454882407322851468389839400408649590099772601601878835213412145403400905161207222666903534247481200919588489347487952581819307268911168338758033864925788017194670949923799629828176127067292993916399519573475534508262149214718850042081683406906377227875897702912231559274497764026522796728151177991726484891696452109550056324775202573042728765535374154324918462114219738963088654896438168059264109774691416575726014037888046742419646426713169430912133989700564770865999455259947952081728553961695542866472883443420117742767114043942305381889451183055277158046674604449117074200800289488250390086537569968798152096454324855145507964435633019473553614342331091560014041712588619307980029710075778534712252714668634282384505667564453970267929884718053501405080973192004851238921237792353041770863950298389431559078721770609677503009905570808598109070939843611329458326679108395598060853652827769174887476022292505785786638361680718883426189781435119143956668474872461851220074226755241495897126109451792660745986997008349825782807088140110655426402585259279844030922353388223268682581539965279503149665107275633382326000115094493792947163050381102610886643892427305133205467892785235323547006339724201862348138611647498576019054514309902652697600249306118420092580560992186530055077290263369314224927031618489060895196825564010814270780704626972894282781354317018061889115137803035654554999475657994559124510847400159455063642644098466628880167284804235014856254814022150218610962711598663558438460833418994231878924711429400570179574559556015623406071389213427124589208898714400356095117560580321595468942471475416991662933523782143009724300865729466210788756746935472733405965019053134566597647548703514277632436312099476118168877595167989113367106302162037747335492013595844307636130051371617899041586440186637378137652269665816644491419869757763070630229330528148437874142073123272047744025327440302111527166266339672616996866907703253108286576257757092832217130865640513165907689837633307602171795404252646464831043000101115819590061082568191506337129017134378617539349715516871438232718750918791346533699344071056285320758415642616088217031689056151936758399209769744184827991577914535615671212090376699535871908016313430211746313362610273889418194390825787899537140516367371633992215431336024742726822583779922949102460129447489547573952660950345209012739734073754487058805179408074858215994255344893938610399519692976483798372813741758206402093057821659046066797311517418975843184838097187936765610329758796706226259085770672129618614877715276815190229773853396183176422172187192029021777559893655468639443501779514476253080878077427620257451061102723025989239050640260909985155092924532346920199222783873150472529357711870101415597830504720529520574586880662894994426078084518965664898915454409731066506023989983748063528601171180558955472235929740718184366895833643246575571976967041145907159921453220663017957387605030237673440103076162225932628242418579039453295925696306052284569883158532840598602439208279462144707424765310376808151215876727851156569189183443202968319269490882489010651643682884273137872177607701835991592945063519921275003783380738905450694095949927289880781661765800116228345887244130054252481007883497287621011530339140678350557539821451964829297238259209935097893666180863513745006819475207219509128686767358908258412210424358082089002668829871552088445529422070742699133723505642400293287835155843045182491533022688499427940484808508624577967300256974577961891109926804844638231106926603499546872780499812072160126501743071579890491262927773521243383662406170040240664158757937572435998871665593914172344255402745975894741831639661509769327938014765265788852625820833486660746946760582030114532802988706978034052120253739899216137456587414085800076406833214081170581174383054103297190202924415653867681226349598806179679209670841605574319263610010595906175415468985093479137925262485614135052056999766235999642196593158068355515003949691865776026225866315925458101820245577200570697497283802161065720642218549051421573209561292541271350370565871129083002211064780420480814150033191689471146481631156905087415100641911963161972658585609209995763438550938949165026330474628975221645081445998271010011243701652559024279106224302464234791135937040817992448272053762631296299472701523835617567611947472026439877513407103041528904642350033835016640775059180119736197463080486287743174993510033254263224414405964520003875162610382692346062426689957355200869513634670368612865429722265922673732697606414753968716109804889613165516657502836322113573793608379843909751696790334836816355182930413215081421358537889183601056959236282754325389710215113890453999595153832273980606836100312679941554364674428273144834270302131332662156249563376910281518743070076157608936351999276696342189456134422912010315090226599807471147725371192871104698948516650328870573495566018321536246215475551364316776143053757417869498523753450254355182429053510023655251160905750712745601981042229185473774915369147477969053832723374481740289581464859894834345304096714714171740386201684628142291362781484059845050072162433200490480169506730370008930410615894376120522246339844179728587790967098084212676516059349412093817299603081934701125323027712012081447198775963593208134578467640220990344373969108650251769113880353702497661297722700610111953110194182470309955017430279683591145915305124212268414866573422053208029478811920506656781358478349831120097432293641783058492654401259780028308911072811585352107094903235186308519364088865425614354490587590815122638468714156833326903085577749580239877186118994056107693355484909990324203406517212124816379778909469228467996957775418940469409885169217302741982107846598060903694613191562270580948899192398896858626184195251363744584232398028894701913137829882857895558887634229448519741193705627160083399487736777462001619247321992868510010941756483738945561550186357964841889292653986401791279069732337804449606534248463759163574773876220099907473761622495791766297356674910054589023615122196688677210244811345377784235686305045128157883915059510667173294525081750774129586968233112547064626040649736761760005137109768780722799683304671904181735636090476632618475923177313491107515920647959946755910414133118919889081052263653676894933346909841871444626655178292837965087696432111874197803951413095248625312432657250167917106518157903154129605233899900056467186836761193259888667562303269917648129216592388319822324041864243301404648277625803106631104838734342403749458623307874732757188576126675891841539772537138730548126585749607500441663559538507605581196259203910960892327713105660418373979909418477785538985857154689646816438564620806270311902075140774245940639241653395712529920254469052188537390469251074284302727116880501407745203483529030028220932033735284154441959558529451936500930499142268372123958268638700828743569094065386420294643877606958887980502141538160129821350827914606354396840951241688262943637131373868349006335346177154621488465565813850114022352976375892929313085036704608491843433607335882733065508033668133286529114777747690081484788863133993317135473966589888568293507465485588192986161981364922357232879545127315028405606799813358373380426717103899197417631355746073049973772818605803812703446248059539420903562323958737824413701358906798217978822896162954179536903049883788816038409245798774429803572157800087369960577608957616541748053298551714143483147996456986676786458700969175904577762261597950471837529281740842765148093943109663227099742257262586509143972870169745468490117822573303815289533469484270279571553755561347700311660696728963927229324832071705147151111287147742891541065478141381477517691092452411341807787719763833602127386814377466969507275783156347808186150674892998227375914078624828740559547888775162635811502044759694718647033749486202926842099479615612897679907540528386072786511591172299647089771654927856890571300357964405907370930130608762316019496584111069750109774617774635708934484265891948197426646730901601119401893651999175291524036169221956290484096144464955140650935897793907152283759326804313919672724882471811748650290083275786822574365162071389838911293536793438357585128141812656138192937333094198611757526517014160624095319136551124549965281902159433571434356739657015658932603885492580242664945218710842097893283716945929061596405233100060094518600044415345248354255974451660521383775096604617957991215795173197946364199536726262563412018939323367266476325840784329399119916222490598879560859884015393406331395449598003626814879365021135106713730605357694440549950164067714149611928130811007391335763502137207470427164841790049478564263453200759001339840584919704456080093579551413400881181816752809558153835619903920732745904943198171148406948155485183705361622855143840079663740515018565707047006250
3600.05/3538.55	c number of deleted constraints	: 453545
3600.05/3538.55	c speed (assignments/second)	: 2571.9661309254134
3600.05/3538.55	c non guided choices	: 0
3600.05/3538.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1495
3600.05/3538.59	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 34783
3600.05/3538.59	s SATISFIABLE
3600.05/3538.59	c Found 11 solution(s)
3600.05/3538.59	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 
3600.05/3538.60	c objective function=219
3600.05/3538.60	c Total wall clock time (in seconds): 3538.436

Verifier Data

OK	219

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: 63708 MiB (61521 MiB free)
  memory of node 1: 64465 MiB (62520 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=57705, runsolver pid=57690
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 2.72 3.77 3.98 6/332 57774
/proc/meminfo: memFree=126942328/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=18930384 memory=55328 CPUtime=0.11 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 6529 0 0 0 10 1 0 0 20 0 18 0 50980689 19384713216 13832 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4732596 13832 5325 1 0 547587 0
[pid=57705/tid=57725] ppid=57690 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 5031 0 0 0 6 1 0 0 20 0 18 0 50980691 19384713216 13832 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 13864 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=18930384 memory=57385981077077 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50980694 19384713216 13864 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55328 KiB

[startup+0.205683 s]*
/proc/loadavg: 3.39 3.89 4.02 4/332 57774
/proc/meminfo: memFree=126932372/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=18930384 memory=61920 CPUtime=0.22 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 6980 0 0 0 20 2 0 0 20 0 18 0 50980689 19384713216 15480 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4732596 15480 5453 1 0 547888 0
[pid=57705/tid=57725] ppid=57690 vsize=18930384 memory=4026663196 CPUtime=0.12 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) D 57690 57705 57637 0 -1 4194368 5322 0 0 0 11 1 0 0 20 0 18 0 50980691 19384713216 15480 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=18930384 memory=17913 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 15480 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=18930384 memory=56286469424100 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50980694 19384713216 15480 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61920 KiB

[startup+0.304876 s]*
/proc/loadavg: 3.39 3.89 4.02 11/333 57775
/proc/meminfo: memFree=126913280/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=18930384 memory=68980 CPUtime=0.36 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 7218 0 0 0 34 2 0 0 20 0 18 0 50980689 19384713216 17245 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4732596 17245 5453 1 0 548068 0
[pid=57705/tid=57725] ppid=57690 vsize=18930384 memory=-6000919506999076202 CPUtime=0.18 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) S 57690 57705 57637 0 -1 4194368 5399 0 0 0 16 2 0 0 20 0 18 0 50980691 19384713216 17245 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 17245 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50980694 19384713216 17245 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68980 KiB

[startup+0.700228 s]
/proc/loadavg: 3.39 3.89 4.02 9/336 57778
/proc/meminfo: memFree=126827840/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=18996948 memory=128864 CPUtime=1.11 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 12291 0 0 0 107 4 0 0 20 0 19 0 50980689 19452874752 32216 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4749237 32216 5485 1 0 551983 0
[pid=57705/tid=57725] ppid=57690 vsize=18996948 memory=17920 CPUtime=0.5 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 5612 0 0 0 48 2 0 0 20 0 19 0 50980691 19452874752 32216 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50980693 19452874752 32216 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 50980694 19452874752 32216 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 50980723 19452874752 32216 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 128864 KiB

[startup+1.50024 s]
/proc/loadavg: 3.39 3.89 4.02 9/340 57782
/proc/meminfo: memFree=126506328/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=172864 CPUtime=2.69 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 18494 0 0 0 263 6 0 0 20 0 20 0 50980689 19521036288 43216 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 43216 5517 1 0 552789 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=0 CPUtime=1.25 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 6463 0 0 0 122 3 0 0 20 0 20 0 50980691 19521036288 43216 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 43216 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 43216 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 43216 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172864 KiB

[startup+3.1057 s]
/proc/loadavg: 3.39 3.89 4.02 9/340 57782
/proc/meminfo: memFree=126074892/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=247776 CPUtime=5.85 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 24139 0 0 0 576 9 0 0 20 0 20 0 50980689 19521036288 61944 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 61944 5517 1 0 554888 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=10752 CPUtime=2.79 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 7112 0 0 0 274 5 0 0 20 0 20 0 50980691 19521036288 61944 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=-6000919506999076202 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 61944 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 61944 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 61944 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 247776 KiB

[startup+6.30022 s]
/proc/loadavg: 3.43 3.89 4.02 6/340 57782
/proc/meminfo: memFree=124339028/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=786888 CPUtime=9.67 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 24990 0 0 0 947 20 0 0 20 0 20 0 50980689 19521036288 196722 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 196722 5517 1 0 554892 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=0 CPUtime=5.94 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 7740 0 0 0 579 15 0 0 20 0 20 0 50980691 19521036288 196722 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 196722 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 196722 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=174144 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 196722 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 9.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 786888 KiB

[startup+12.7002 s]
/proc/loadavg: 3.48 3.89 4.02 6/340 57782
/proc/meminfo: memFree=122964032/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=1434584 CPUtime=16.72 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 25693 0 0 0 1638 34 0 0 20 0 20 0 50980689 19521036288 358646 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 358646 5517 1 0 554892 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=174144 CPUtime=12.18 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 8182 0 0 0 1193 25 0 0 20 0 20 0 50980691 19521036288 358646 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=1422236 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 358646 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 358646 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 358646 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 16.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1434584 KiB

[startup+25.5002 s]
/proc/loadavg: 3.71 3.93 4.03 5/340 57782
/proc/meminfo: memFree=120948780/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=1468976 CPUtime=30.01 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 35886 0 0 0 2963 38 0 0 20 0 20 0 50980689 19521036288 367244 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 367244 5517 1 0 555241 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=0 CPUtime=24.8 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 10376 0 0 0 2452 28 0 0 20 0 20 0 50980691 19521036288 367244 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=1422236 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 367244 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 367244 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 367244 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 30.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1468976 KiB

[startup+51.1056 s]
/proc/loadavg: 3.88 3.95 4.03 5/340 57784
/proc/meminfo: memFree=119610136/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=1630276 CPUtime=56.49 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 52125 0 0 0 5602 47 0 0 20 0 20 0 50980689 19521036288 407569 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 407569 5517 1 0 556587 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=1597444 CPUtime=49.85 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 13880 0 0 0 4953 32 0 0 20 0 20 0 50980691 19521036288 407569 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=1597444 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 407569 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0

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

/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=2455844 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 1410 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 3215.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455844 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.18 4.18 5/342 57953
/proc/meminfo: memFree=108131940/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=2455844 CPUtime=3277.23 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 285805 0 0 0 327104 619 0 0 20 0 20 0 50980689 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 613961 5581 1 0 632047 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=2455844 CPUtime=3164.02 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 66888 0 0 0 315929 473 0 0 20 0 20 0 50980691 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=2055660 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=2055660 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 1410 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=2455844 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 3277.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.18 4.18 5/343 57962
/proc/meminfo: memFree=108052212/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=2455844 CPUtime=3337.77 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 286604 0 0 0 333147 630 0 0 20 0 20 0 50980689 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 613961 5581 1 0 632047 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=2455844 CPUtime=3222.93 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 67503 0 0 0 321811 482 0 0 20 0 20 0 50980691 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 1411 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=2455844 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 3337.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455844 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.19 4.18 5/343 57964
/proc/meminfo: memFree=107947356/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=2455844 CPUtime=3398.81 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 297462 0 0 0 339243 638 0 0 20 0 20 0 50980689 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 613961 5581 1 0 632071 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=17920 CPUtime=3281.88 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 69975 0 0 0 327701 487 0 0 20 0 20 0 50980691 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=7152 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 1446 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=2455844 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 613961 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 3398.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455844 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/344 57967
/proc/meminfo: memFree=107794128/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=2455972 CPUtime=3460.92 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 307552 0 0 0 345440 652 0 0 20 0 20 0 50980689 19521036288 613993 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 613993 5581 1 0 632088 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=17920 CPUtime=3340.79 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 72110 0 0 0 333581 498 0 0 20 0 20 0 50980691 19521036288 613993 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 613993 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=2455972 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 1469 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 613993 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=-6000919506999076202 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 613993 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 3460.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2455972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.23 4.19 5/344 57969
/proc/meminfo: memFree=107702620/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=2456048 CPUtime=3521.66 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 315102 0 0 0 351504 662 0 0 20 0 20 0 50980689 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 614012 5581 1 0 632088 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=17920 CPUtime=3399.64 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 72378 0 0 0 339458 506 0 0 20 0 20 0 50980691 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 1469 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=2456048 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 3521.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2456048 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.23 4.19 5/343 58038
/proc/meminfo: memFree=111539936/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=2456048 CPUtime=3582.6 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 325012 0 0 0 357591 669 0 0 20 0 20 0 50980689 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 614012 5581 1 0 632088 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=2456048 CPUtime=3458.73 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 75574 0 0 0 345361 512 0 0 20 0 20 0 50980691 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=2456048 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 1518 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=2456048 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 3582.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2456048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3538.5 s]
/proc/loadavg: 4.23 4.22 4.19 6/343 58106
/proc/meminfo: memFree=115533616/131249992 swapFree=33010684/33010684
[pid=57705] ppid=57690 vsize=19063512 memory=2456048 CPUtime=3600.05 cores=5,7
/proc/57705/stat : 57705 (java) S 57690 57705 57637 0 -1 4194304 325302 0 0 0 359334 671 0 0 20 0 20 0 50980689 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
/proc/57705/statm: 4765878 614012 5581 1 0 632088 0
[pid=57705/tid=57725] ppid=57690 vsize=19063512 memory=2456048 CPUtime=3474.57 cores=5,7
/proc/57705/task/57725/stat : 57725 (java) R 57690 57705 57637 0 -1 4194368 75694 0 0 0 346944 513 0 0 20 0 20 0 50980691 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57767] ppid=57690 vsize=19063512 memory=2456048 CPUtime=0 cores=5,7
/proc/57705/task/57767/stat : 57767 (Finalizer) S 57690 57705 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57774] ppid=57690 vsize=19063512 memory=2456048 CPUtime=0 cores=5,7
/proc/57705/task/57774/stat : 57774 (Common-Cleaner) S 57690 57705 57637 0 -1 4194368 1518 0 0 0 0 0 0 0 20 0 20 0 50980694 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
[pid=57705/tid=57777] ppid=57690 vsize=19063512 memory=2456048 CPUtime=0 cores=5,7
/proc/57705/task/57777/stat : 57777 (Timer-0) S 57690 57705 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980723 19521036288 614012 18446744073709551615 94215658254336 94215658258032 140736240351776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94215658265848 94215658266640 94215664730112 140736240359725 140736240359910 140736240359910 140736240365512 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2456048 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.54 s, system=6.73344 s

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

[startup+3538.6 s]*
/proc/loadavg: 4.23 4.22 4.19 6/325 58109
/proc/meminfo: memFree=116007324/131249992 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3538.62
CPU time (s): 3600.27
CPU user time (s): 3593.54
CPU system time (s): 6.73344
CPU usage (%): 101.742
Max. virtual memory (cumulated for all children) (KiB): 19069596
Max. memory (cumulated for all children) (KiB): 2631220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.54
system time used= 6.73344
maximum resident set size= 2631220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4462008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147065
involuntary context switches= 18483


# summary of solver processes directly reported to runsolver:
#   pid: 57705
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3593.54
#   total CPU system time (s): 6.73344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.44918 second user time and 15.9372 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-01 08:56:59
IDJOB=4489053
IDBENCH=147538
IDSOLVER=3362
FILE ID=nodeC025/4489053-1751353019
RUNJOBID= nodeC025-1751353019-57650
SLURM_JOB_ID= 9598147
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489053-1751353019/watcher-4489053-1751353019 -o /tmp/evaluation-result-4489053-1751353019/solver-4489053-1751353019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751353019-57650 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489053-1751353019 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489053-1751353019.opb

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

MD5SUM BENCH= bed0fcfa7fe1ab50726d34a7d1903e12
RANDOM SEED=1667087102

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127027896 kB
MemAvailable:   129729276 kB
Buffers:            3280 kB
Cached:          3499912 kB
SwapCached:            0 kB
Active:           409796 kB
Inactive:        3160752 kB
Active(anon):      85440 kB
Inactive(anon):        0 kB
Active(file):     324356 kB
Inactive(file):  3160752 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2924 kB
Writeback:             0 kB
AnonPages:         70736 kB
Mapped:           102652 kB
Shmem:             18084 kB
KReclaimable:     111024 kB
Slab:             199384 kB
SReclaimable:     111024 kB
SUnreclaim:        88360 kB
KernelStack:        4024 kB
PageTables:         2716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     332172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC025 at 2025-07-01 09:55:58