Trace number 4522465

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)4146 3600.27 3202

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2/normalized-lp4l.opb
MD5SUMb6d457804c0edb01048fac97a08f0a0d
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 benchmark2967
Best CPU time to get the best result obtained on this benchmark0.147297
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1086
Total number of constraints85
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint1086
Number of terms in the objective function 1086
Biggest coefficient in the objective function 283
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 197191
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 283
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 197191
Number of bits of the biggest sum of numbers18
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4522465-1751604511.opb
0.12/0.16	c reading problem ... 
0.12/0.20	c using VERIPB proof format
0.12/0.20	c  objective function found
0.24/0.27	c ... done. Wall clock time 0.109s.
0.24/0.27	c declared #vars     1086
0.24/0.27	c #constraints  169
0.24/0.28	c constraints type 
0.24/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 85
0.24/0.28	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.24/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 83
0.24/0.28	c 169 constraints processed.
0.24/0.29	c objective function length is 1086 literals
1.00/0.63	c SATISFIABLE
1.00/0.63	c OPTIMIZING...
1.00/0.63	c Got one! Elapsed wall clock time (in seconds):0.467
1.00/0.63	o 4931
1.79/1.01	c Got one! Elapsed wall clock time (in seconds):0.847
1.79/1.01	o 4577
2.17/1.20	c Got one! Elapsed wall clock time (in seconds):1.039
2.17/1.20	o 4514
10.97/7.56	c Got one! Elapsed wall clock time (in seconds):7.401
10.97/7.56	o 4435
40.77/36.86	c Got one! Elapsed wall clock time (in seconds):36.698
40.77/36.86	o 4380
59.22/54.86	c Got one! Elapsed wall clock time (in seconds):54.696
59.22/54.86	o 4318
166.12/160.19	c Got one! Elapsed wall clock time (in seconds):160.029
166.12/160.19	o 4311
203.04/195.69	c Got one! Elapsed wall clock time (in seconds):195.532
203.04/195.69	o 4146
690.98/653.34	c cleaning 3914 clauses out of 7834 with flag 0/7834
3600.09/3201.91	c starts		: 35
3600.09/3201.94	c conflicts		: 10211
3600.09/3201.94	c decisions		: 27454
3600.09/3201.94	c propagations		: 407710
3600.09/3201.94	c inspects		: 53431604
3600.09/3201.94	c shortcuts		: 0
3600.09/3201.94	c learnt literals	: 0
3600.09/3201.94	c learnt binary clauses	: 0
3600.09/3201.94	c learnt ternary clauses	: 0
3600.09/3201.94	c learnt constraints	: 10210
3600.09/3201.94	c ignored constraints	: 0
3600.09/3201.94	c root simplifications	: 0
3600.09/3201.94	c removed literals (reason simplification)	: 0
3600.09/3201.94	c reason swapping (by a shorter reason)	: 0
3600.09/3201.94	c Calls to reduceDB	: 1
3600.09/3201.94	c Number of update (reduction) of LBD	: 18175
3600.09/3201.94	c Imported unit clauses	: 0
3600.09/3201.94	c No decision after first conflict	: false
3600.09/3201.94	c number of reductions to clauses (during analyze)	: 0
3600.09/3201.94	c number of learned constraints concerned by reduction	: 0
3600.09/3201.94	c number of learning phase by resolution	: 0
3600.09/3201.94	c number of learning phase by cutting planes	: 0
3600.09/3201.94	c number of rounding to 1 operations	: 0
3600.09/3201.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3201.94	c number of reductions of the coefficients by power 2 	: 0
3600.09/3201.94	c number of right shift for reduction by power 2 	: 0
3600.09/3201.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3201.94	c number of ending skipping 	: 0
3600.09/3201.94	c number of internal skipping 	: 0
3600.09/3201.94	c number of derivation steps 	: 85537
3600.09/3201.94	c number of skipped derivation steps 	: 0
3600.09/3201.94	c number of remaining unassigned 	: 85023
3600.09/3201.94	c number of remaining assigned 	: 13200155
3600.09/3201.94	c number of falsified literals weakened from reason	: 0
3600.09/3201.94	c number of falsified literals weakened from conflict	: 0
3600.09/3201.94	c time for arithmetic operations	: 1450916024307
3600.09/3201.94	c minimum degree of deleted constraints	: 446
3600.09/3201.95	c maximum degree of deleted constraints	: 48982574417588666800300822226029547442404773914660441293164308629808469304323491862640083348048173363978575469461271495885685286331514540874095909241981312554987976044638247101916976722964031660113406898544326931637523933583886717769973080055793220706619657285369402721876722012180420690821852885885966817987477112520329812109309969253399601527924171600215306216245611691361867213333490602924401009405678627797289730266809709596194328902834394174008463587795494266728378063224745310895746021971278393587233017542374906068436615842646928372893505463475894839409408521677521229649336487728431725783886703673613901197938949167775486860134715951550448481561749601429232441637345458655857954241723844835275571647734146974583269488079709365353466096714318752505130338341536507919570542383829614431565750410958913727573734029099039510663132556421928389441579363528677964157459694668152269784565663202906758945704191952765200045454189110664191512849715953770068572908357859340673659915763934573934330503702509084511150833589689613737813064810512530291696439249591668856136326236547136113326168901669424143814738790729777398579102404677116604684563455092476204106297369696906299265723601110191746846497227496510339917681046528933622451772065924881950960396739227872181852987515854084430265978296478715216562834707574412814194888933839580300975164170867352651697854550458739660172317694947300408747054548158638690075493889284637721269006789555480409982436539403963677228865585150003159988481779528653692693301800227435285099277833542550282827235997871722265415955928775633198631003844419618505255948384344345913830585995618409969559465930419257849567154244914327486362829661060879739983792332346359283277515747553600473055225149905096111966269731843460589279487777241262736954408149208185562910869369298561858934543321479007538701928234215364356123618683039877777849770114545331242412232201224695232471871037506063506560310698326681199009708455653989030729313270658721524400753850204808458720761624237412939833138333267014267629790993123315181393040960278206378988048062469782175096941762079718720795516485810204440659374685736035481259174188957664348878367165998206982349309521962190357668595231596692151848331887421730286066367514271161207825429994214282057257237652289844120286157588188130775966368086673847272346481824764841003013568988069825064743320687890616326050732169731195791199442557748408690211099506306085341973764236109303481027293794682967744753336205394590291079526039498002454376311603237240267667387225558522417595096329392324799484995542839785250907828359833202996575635940348723818296919536769257451727064708204926901432995162375046483298159993024123284540893606347299725517617633999758510911613313773730048961909390228864265292666102779233025032031355145561612487836014519722147883464434860599546104864265878372138419236292144340868908017276291676962294562519498593757860127042959596685894556842310427266613218202398155280992261919986171617096413540315892242644948170669785724914354330860327598734444658017623171007124274802327738831079695427701713764500815354267581068512078100811391719030659962420564420828769431771722073796345574474530891120951057985233260538841548695194588763962937066228852203843844542287426319324775929693210721471145551098813075302640530478842351025211068854002158657277276514317878059559386767240819488252395321644538644343814908316304525340128230794680936813297987778511601277134641982115950245677505813494375983158962649574464162273466650548609863671392156021045111739471458525245534587361052201637497955832699019821907471464410611662260886916955234313805325937236694102472651621705813336265122352012626552180289674748357313044463268156789857458340359869002761212819206719199360497196444677968424508862764820925418961536676857555909764607897944169687557713991676106815951181855585670249013381428781144937386127715613864610533437977570895306805126523845388304993139699300196024717792339192563383882734832545642754430989230836530335590953567646751858917365995402028746869472693359542360782775998412993740026973615524062752139807625527981836259154012924770803055191799758484247489854012751037635744125016859261850296568259540828515231104961944033565582430794904187120330677524643517424820898093595897526324031420907588792917660055561593965978006590988682981735186603130230432450198077275099795199850564761218005523584953503338316663396534927073413942010578321414136600472686697948321216703481442980232310318871961858853734388944087600475655816038569096225145272615858817405813151077106750520766037799799753399351428942027264382041479975567083048539043019380142218118678257367985048579459512587277041184188172789266725820547381855347466247999376119713426064647316458806140070607903597961305383768309505930993322198482262323926454424719136747874605069746113153081759763503889173987872861184724846249654344032808489387228163181943280719619447384110486794215887162515377915124617729169175993949276886375297451231321841145516805739919422765144843341545978935817273545611474194965857792286016252605456646486634404257113108348804718262175713777004010441770695542109073735942195918191317894192463059025033960248534558625821251931792899766769018117572026286274555782694272832531347802838099965611833478636413994989438942154608601196986396622515313908540093238790560073495317216709716755597942793429050445553899209321986115570045034705308814207183396832716171127457224519186667300444716752930946097956617526557421488106248999493974449442740296766504699154206357794219919164573665434077120949330154089496228051357061219119471841342633677374087201582909654019820335211836905589825699699743473416801415928513263997550338112524945542725984991848102551670030247084676730027272132395982482768015930845745098369218344214027140408055167581235253492681562391450718831695245223351636461168320316821905209554850045128721381874997453197957142782217879112471845043126184181407114589145354774886650065007446651282288735291635381502046428969005153469447969902063204937937371514364931283112707082467826144956156346726343637752103217802281188965095158754146154939188888288520654688319410679416157584297771597239056588629777867375951873184024365313551767638830289767309733493454502882948683239753191909595775266405249927328062180213317543504942591102815294708615525811521725120628506758713916769324439255412504458348963920652052916743092730557200800925659490124646350329234650837220063471205979885786887466565823936972764271071694718491245458483746036750437685392875874032136239294858146234861150727004250926403365963509188088760833362849290554095576762433990818445609864499806070741466827778930735112225925768755900517808623799242019048915219208987211898626851892269230689057894586538275983200704029171089872113913922486289822504427573164290094666692726740728386754332097750947440509857450651762713025662757563617970369199728826865002270499080830289610375648303648846180564643003219720686733170995312880294696297961756720946628542418174678569975117407400697155246241904116795651021364842573621067423361295688937136208892678194400444623887057604386789098910830436440429189298389704174462545351859702904447202389500985974370095406193746190367998530390114302991465048559111529593016724188947514627492647869314437575560901475091447089634375901861302476773212301191570882378081989318207000030027136557079776728175788622222394009101546570052484942198441780137683091559924639191770250244559984816640503671598758179433612634703125891686561122444894216607448679093711329208556456530855300232803246635386274133590916379435893143463091415733602657388537820393849245135818004994295842831077287015538811033167436100125270830530667020358483103124220747186175676076193471426612790314723824167106940150047357905840024780037015681708051832304688595436254945131384121254181774067362671100048769595778747176149661872928244346667152495083260666090268205478126948199345139116027244229491593007781189223727780640766698339823663121910020210246967165702636495058835514258017283373581662593219585356127115466393675638764698331450475148567493308266268767133115315981482509841727721703439792395963032575074348284321706732557384504694459240974576962942833614701711637571682468543640548333935718020607762292454920815018051293371761305902863319790979709315871563074306695386834833765788140551776158624213496529101517708041203401310856812566619061899550878720878796733580735688487025772935686352481740414900937800276468442640712248755970197909941114032139745432256409656355204142304128123474301523334578586322321756441396817455535883415380741015140015890511576524463888752529846496766080377407775245938355499565148840819012736537882358368594734496951422113161916113535166601060108021155386939764329113584402806141430160161493124787019602035448895538704043999477791819911059805654494905619082847285694356778978602351195520141168278326665329547595409476908079377185608435265410915438643753550892697693802621274354558195181557046909245478066974799597627186991549947663227026183314275724430859979077053165731690913998770407024385927260125344407544401259887006562767265588632134723997911918166076018106256889311304323193824646905585007300845642858382398176969454124628232827862254662365953122947036621460025945942191461815525605200512946285784501438822128166694130689549329391989612490647504465865403539508341423277411217607751422031609086003017217669235207660104105846887928785686749296819729397403404143146783982509756345289946797099400305077334207815242398383196100550846869497648417670832732241155188167685239524651764017321067530326132191857388935020085218730771318618847566316341007169542815654181704853408535590297825276878282358799744854736190660540082593967114418508861537021905558646379440950630626314941117364612557143013066174310374341186037059183446591622350835822049997361052156206105440877626390708608340070463906725007490953041638670813224057731665925978593231624881586856467258005855173698879895603478367095281987198893169661620663500774768782486568904012133627731599331036021943619474476771820940383697974736570369733694940332520535234717945547940789849910475079353199943703647697933176637098706675739316680605284874967203429693406961314596200591909982448850148700256488628070286167744821324980826774064273477305568916046631950156493146656884640749380180807789852977486609080256334596414072923412835751201532166831344536835843260576950612407174530254002150019059917631559598574175489757679891056492033223578328074177047441063580938045785546778783113224692199092776460638580087803751408254140379143695386309183649985378617928498229403132387175187508713944336294939253073103832801228883344479500099826523031873805457949578400253390225605681025070805652552767948608250107002156062375146297077009287335280778621297417301488639523169662689406365384214966192866212931783584922238054208504789312913876387735601943040530943813718895586987388646254822074317883807090014302577884729839037207245468397359027847006377217827234709873542283582103633124122813478961829264730404922535649316696116078853452842878830084022145544953606746132871190297759806187349010279708957739234232503044292518032967513242923405263405546160760565912199376815113748081599147539615556438780771642316313044287049011274332407243782505654917047164144123682331045864245114857340345260719971801236260811709791333854404178678924950003900425908624123508422140511053147581000146762317031945602370548378437221390325930300510337314619695707384537042472670436387225846040219207989285246008544883806437581930294841088300798328794728433570669140281265333718713040818157656902589761633756501312114279492664418273325996719179663697158968480806801974944364994719538025269620360859419967993484670756653449866501131787166230643340703884326413546881305352325213113085138799026653469635861437783274433993755060447074746089599050419611334131029972354016137827007848997969424814497066230765497069928560746340402072071193644030250856915307254367791216156351722866571772068164675164580384837713905297382254368415084850540284786410241091860017746721558768805604450417737354587255888950110663437529028048921543323763334044514807099968500024916612215828485628344251939768444941423046768008196461776356386295047173781668044984598359455184085228476460904303934960047898624647688723018614228665921779031142895218778737913719448880028407219763695136528338615102562011287706127736140313317949557242388587458214738961756209753860753972098261620721536135980683928124791527302197534737513505927319038963050383485314435898683966009216435033640895442767697953606874391460478787576519954627121812882684306748272687460799726636935553543063955390510743387923656940747900159490139012941651677234944200964979256126332242335319774613331737682333302459154891830846978202649701910720060449797932883980881756403394232714816415030245002949041667975106634913850476164156592963048833211817956921879471265269857602533970805077715195579007087167001454535984700016787905941629094039223121842283861408933654058378660966166351097136131921956270715118765948077362061343325930758621014408402679217252303584332277842616233538709891337208046572020470639878618458274226273309202901964664395208930804691262588416802430556641851947657452923979854534272218873675838020243066669879705518192557699368635778951758298185949936554458454752119120252923308771622638324381243105992529102910554501800208823999795815603790014500335592641829611737646947634419296098562414472513377629410032577484297407907137222068662044874184169095291735237876020603197065764531459051741574462272760878551637783440564474967802212456148404863477491420004222470406352490164806871875499270513888133385505494812056096781039055247941136982704300309326039120882584233935272718631535763143473898592281651217387495223509859123641757604695975717507168157891909312327446826281185766411040907772461631809275588405405972368313059164592750698218227746906098265905653694922837091841005863826934080706161921842979346448741766105361150304199602986140673460872846357855658244104113304837892818904223223740088166118912993601709435025156154708680989862949604019102729083710614454476048581023432373821103256936115074586245679535482020381684521247653588782546797703862598394398724798304256690063416115588082429718806935173087985231598203077413443791649166124053463243440176199069486934172720562207384072699859328422833341208482176690896705120307443897180312432713375074506332602276025513653702630318743114913810774041688126297002220255308033864820074558142046873455947073845771619862421852691938282947385684251003172786880374538439430437552285943140918766309175963819568780537928187339127637787148468074479396892786303971600720759312774768807644414595545840475392508424036757514819923400276394140421783653348536140053930612598624161346032800610738116865531160996805514057531926986296047323262622637163825883937256659259418475701035845443180612359232138695220951072216356493291848813587281193055341349188392836431051834976269944375628802145164965640548326014228713560369561271844715948935628472038511870638874404912610071055416446181480528948809968584478927565683316678132563870290511884796765295729522120886906293332020966355829663452631469612263887484443087708173461707360674782388451103015962165167309616720221375925991440768210115833895522758288061405008176636243056889796290372669401441594724774521443945054911716036721966989698407859195034088065731633350899671376863822421687185713283309898889527849841234044259921834490281108485331955221970283220665952654203841109354810603779577384225834218364792673292502631348819358090175127779029527852918776167564574806563863566087703454082967637938254370103644213814298412125437670954386069040332355791433645075397241067400678394083590398795417005853827176744155953693049429577921949361467051230402508729262291804234003259145087562630563160351715872994317198158754341079521322699851417815003525086924640638913636302836080089035319669107128235804065812894752739439280877357585011523847907359969072141006578759771546473765536282270499209526043511080352260195188652041354115378145874037497529233665554668516874275058236234507904720005940770430920001010541430916870501652811096892038959056366908728351091505257390523079286946858883574701558542901001911259828815597998202416281536251442563568596018678590224370117515324303890711196701657809697292722218094615077182733756720440820038580458489306122645380741233716131336080336547470517469393317062451723709098506660231542486304011464175846767533603819710561592353812237908077021579969806129780225681537194508130984709165289626523341406134155092998958800832175105034561547433320853134413665665457766275466532384430275221016006421176152528024011352611067720167651529425700516548831835648654816142268864808091416343052671647766237246071650901834859027278478574483192177088524429524244187694260557671551380211846989460406376256455515638922449345208597236498046909355996175265284656859390564548889157666718217850916061017316728288164322504593776921078571579942304137187803641766655048914064483610943099111218832863790495836383320174470641781640735002152576805018984277448038596960701377520664717639445342613080650131534392268468098290656470914538370171507718943285757890065187201224009397737537941851338637915783488637480653754311411974782386186636889035612107296090205318692431689597719847210464554761033324060259551480360333950528926609553741897913792787543168927118283052386278589734897410231847587826845740708363974637753184942348234542382649158642366395271311087545017201570895372600016599139134400274238951435391784085727650818025995172766080201133213897918728557119176847801668510529441322781638710052321144603874520339560854591110686818827001315825995316860467015637637510637407351974078830515167015038435094296895261151787344805116819101408175868888745841132275193589031571895914754296269814208699238314295867461841023154591102939340652108383007636212316701316121993816089626960343046700688473494139615510585110040498765356342043403176088631240964363833621703149634694741007346889339810114284578203814827130958804407534169134137702711000882686958279151300263310164996718575883183089205090021198197272710631667330652979628321787808336312929983787091042257403023219576053781761493576100317623733541353833351007914821318218976684906017613823237794418673012521953928086683165203511478264901646104358047466570301651259477310254035675993454882888207512893679651683386033920771319677431199154954902157034771901590936028448951373696909164267569079631406765449007806899072859683199285474526222761693591043735802102575365727305955985519420014507149073028265301257916840693414072602664402553415488406305114432087107720552360601101071458364418450743680436153266556335080707776833572284407821221252351334286931561290385683149821836187423272727977951622774450701632461849517264528007229552688164054259803839006539338729918572801674781349904910415724360034616361016369539629684967521803474150082214582318388268694442522343757962450832073536446302019372102931505917568909369538906470261730017806191321803215994718911802829414129199245655617511248615324241245912156320454496522946793783500738173685966139415887298005982516366247398525961273954663563322446486232600821738313719528137868670934701388417966964164999576128038051215210163536576572976566222184034499461840487934777333160232823311322166916184821667742018697392540174549067446202631769350167816358675577904149596112990008165571329791208582836027101477994372986427132931286529412356635256535742858636094314702484280335597616200858420523680278878884111444463853414093184888460423768015476214761274926148189497868827107188603331024324282473287963482314841042922685025902921342496233813972682709747163404952157080654742192397307198613258011803513355042051266301122574105551974821044922272608289745679118770549582190782482843626932034807799920307516346278600532802420152767857078963817969298934848728296630952383437386411241791378398101117701153905196053833631105369514187690315161336629201563449887137892080317943665103362889025289215006393754159488462925486582322407508154451983159638928929502152211044530444492905577764984690078617666541023167035306774862345032226679708315479194285632799511225725471460554799487471421223871728627327187106541169600514128067944952798741412645441694523735726384910792874141435268650536941474313988086011600630799259008404524343476679856685256388058199181152519000840498139154755337286153514107221629536340523222931113361766409505999606158505538479988452234143367157804564521968471153402127629819848158730084939585812489018294821744473063581783639937462033598302705649649571938559514329986862996112087692210240271133747981637975378585947912436455548362019800690752118352157682723961929252878577032577490942827358000183775137444246897989505400474243536913870664524421206345484392609777171999580693135977054199057742479068811817004581603469551301957057748190383429842351880876263861039805698536182594229539145008875317330726464728860775943299408522822289898756083682757862658226256430186923691329289644961280708110026695417199858280481877984473806615472983792831873695269295398752539930300687078388471518879213446929515266278023805778594800337299632523385182810131152095622389772941202774605811086205981839383269558162899130520251331286852222039519102673631441404829817134749182233329519941139273165545853751405841686272104093928760554464013417280025960808582106024775664821702488044616443170629511036605614593634096127296651098678617372945483726143154361521383340613294301537128790174853254171122292532119431984555503600688960814091948901286951112104766981989107779245656512613964154285629171648125022781754715752277226957469250300619756220246011054234843516001350491244736207185596566942516710433261593486803226037284094360002406407027182116439763047686534443699637606226741999759567241378850526188381890937351224490937586335738191160733449425389753973454140470822065526614423802906927090805551846478481235930093759646680837364469977010698601608018216217329754254093839616042112228669467520910325892807006580783923066843393341124889793352044719250773201503618481939133730507876425645385284008787642738087553171651269026009079655490791225853860073061015423600
3600.09/3201.95	c number of deleted constraints	: 3914
3600.09/3201.95	c speed (assignments/second)	: 127.34419069238933
3600.09/3201.95	c non guided choices	: 0
3600.09/3201.96	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 131
3600.09/3201.96	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6165
3600.09/3201.96	s SATISFIABLE
3600.09/3201.96	c Found 8 solution(s)
3600.09/3201.96	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 
3600.09/3201.97	c objective function=4146
3600.09/3201.97	c Total wall clock time (in seconds): 3201.806

Verifier Data

OK	4146

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: 63665 MiB (62362 MiB free)
  memory of node 1: 64507 MiB (56911 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522465-1751604511/watcher-4522465-1751604511 -o /tmp/evaluation-result-4522465-1751604511/solver-4522465-1751604511 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751604511-86906 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4522465-1751604511 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4522465-1751604511.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=86941, runsolver pid=86934

[startup+0.10006 s]*
/proc/loadavg: 0.96 1.11 1.45 8/310 87003
/proc/meminfo: memFree=122038716/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=18930384 memory=55456 CPUtime=0.12 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 6523 0 3 0 10 2 0 0 20 0 18 0 76128893 19384713216 13864 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4732596 13864 5330 1 0 547603 0
[pid=86941/tid=86948] ppid=86934 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 5050 0 3 0 6 1 0 0 20 0 18 0 76128895 19384713216 13864 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=18930384 memory=16880 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76128897 19384713216 13864 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76128897 19384713216 13864 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55456 KiB

[startup+0.205737 s]*
/proc/loadavg: 0.96 1.11 1.45 8/309 87004
/proc/meminfo: memFree=122018620/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=18930384 memory=61756 CPUtime=0.24 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 6989 0 3 0 22 2 0 0 20 0 18 0 76128893 19384713216 15439 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4732596 15439 5426 1 0 547921 0
[pid=86941/tid=86948] ppid=86934 vsize=18930384 memory=4026811163 CPUtime=0.13 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 5351 0 3 0 12 1 0 0 20 0 18 0 76128895 19384713216 15439 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=18930384 memory=211342852430 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76128897 19384713216 15439 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=18930384 memory=56286469454902 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76128897 19384713216 15439 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61756 KiB

[startup+0.305598 s]*
/proc/loadavg: 0.96 1.11 1.45 11/330 87030
/proc/meminfo: memFree=121900620/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=18931412 memory=71788 CPUtime=0.42 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 7389 0 3 0 40 2 0 0 20 0 19 0 76128893 19385765888 17947 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4732853 17947 5490 1 0 548419 0
[pid=86941/tid=86948] ppid=86934 vsize=18931412 memory=-6000919468495758695 CPUtime=0.21 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) S 86934 86941 86893 0 -1 4194368 5527 0 3 0 19 2 0 0 20 0 19 0 76128895 19385765888 17947 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=18931412 memory=0 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76128897 19385765888 17947 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=18931412 memory=0 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 76128897 19385765888 17947 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=18931412 memory=0 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (java) R 86934 86941 86893 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 19 0 76128923 19385765888 17947 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 2147221247 0 16800975 0 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18931412 KiB
Current children cumulated memory: 71788 KiB

[startup+0.700244 s]
/proc/loadavg: 0.96 1.11 1.45 9/333 87033
/proc/meminfo: memFree=121558200/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=18996948 memory=120956 CPUtime=1.19 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 15304 0 3 0 114 5 0 0 20 0 19 0 76128893 19452874752 30239 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4749237 30239 5490 1 0 552568 0
[pid=86941/tid=86948] ppid=86934 vsize=18996948 memory=18688 CPUtime=0.57 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 5583 0 3 0 55 2 0 0 20 0 19 0 76128895 19452874752 30239 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76128897 19452874752 30239 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 76128897 19452874752 30239 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76128923 19452874752 30239 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120956 KiB

[startup+1.50026 s]
/proc/loadavg: 0.96 1.11 1.45 7/335 87035
/proc/meminfo: memFree=119433736/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=176788 CPUtime=2.77 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 19504 0 3 0 271 6 0 0 20 0 20 0 76128893 19521036288 44197 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 44197 5522 1 0 553530 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=0 CPUtime=1.32 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 6245 0 3 0 128 4 0 0 20 0 20 0 76128895 19521036288 44197 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 44197 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 44197 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 44197 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176788 KiB

[startup+3.10574 s]
/proc/loadavg: 0.96 1.11 1.45 7/336 87036
/proc/meminfo: memFree=116353540/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=204048 CPUtime=5.95 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 31179 0 3 0 585 10 0 0 20 0 20 0 76128893 19521036288 51012 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 51012 5522 1 0 557097 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=10752 CPUtime=2.85 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 6708 0 3 0 281 4 0 0 20 0 20 0 76128895 19521036288 51012 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=-6000919489919673959 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 51012 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 51012 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 51012 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 204048 KiB

[startup+6.30023 s]
/proc/loadavg: 1.28 1.17 1.47 7/338 87038
/proc/meminfo: memFree=114393988/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=404612 CPUtime=9.75 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 31552 0 3 0 960 15 0 0 20 0 20 0 76128893 19521036288 101153 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 101153 5522 1 0 557100 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=0 CPUtime=6 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 6915 0 3 0 592 8 0 0 20 0 20 0 76128895 19521036288 101153 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 101153 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 101153 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=176788 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 101153 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 9.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 404612 KiB

[startup+12.7002 s]
/proc/loadavg: 1.58 1.24 1.49 5/338 87038
/proc/meminfo: memFree=111526120/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=613740 CPUtime=16.44 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 36580 0 3 0 1622 22 0 0 20 0 20 0 76128893 19521036288 153435 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 153435 5522 1 0 557100 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=176788 CPUtime=12.28 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 8165 0 3 0 1216 12 0 0 20 0 20 0 76128895 19521036288 153435 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 153435 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 153435 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=-6000919489919673959 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 153435 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 16.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 613740 KiB

[startup+25.5003 s]
/proc/loadavg: 2.49 1.46 1.56 6/341 87041
/proc/meminfo: memFree=109528776/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=1162740 CPUtime=29.23 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 39974 0 3 0 2890 33 0 0 20 0 20 0 76128893 19521036288 290685 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 290685 5522 1 0 557100 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=783820 CPUtime=24.93 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 9963 0 3 0 2471 22 0 0 20 0 20 0 76128895 19521036288 290685 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 290685 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 290685 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=176788 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 290685 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 29.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1162740 KiB

[startup+51.1057 s]
/proc/loadavg: 3.09 1.68 1.63 5/345 87046
/proc/meminfo: memFree=108266940/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=1488676 CPUtime=55.2 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 45571 0 3 0 5477 43 0 0 20 0 20 0 76128893 19521036288 372169 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 372169 5522 1 0 557100 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=176788 CPUtime=50.22 cores=5,7

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

/proc/meminfo: memFree=95146676/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=7426924 CPUtime=3200.03 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 273255 0 3 0 319417 586 0 0 20 0 20 0 76128893 19521036288 1856731 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 1856731 5522 1 0 1872572 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=-4421386491886068831 CPUtime=2823.67 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 97232 0 3 0 282193 174 0 0 20 0 20 0 76128895 19521036288 1856731 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=7351868 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1856731 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=7385224 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 941 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1856731 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=7410232 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 1856731 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 3200.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7426924 KiB

[startup+2922.3 s]
/proc/loadavg: 4.28 4.38 4.27 5/342 87196
/proc/meminfo: memFree=94911568/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=7593720 CPUtime=3270.01 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 280193 0 3 0 326399 602 0 0 20 0 20 0 76128893 19521036288 1898430 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 1898430 5522 1 0 1914352 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=6949436 CPUtime=2883.14 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 100271 0 3 0 288137 177 0 0 20 0 20 0 76128895 19521036288 1898430 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=7535360 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1898430 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=7368552 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 941 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1898430 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=7326852 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 1898430 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 3270.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7593720 KiB

[startup+2982.3 s]
/proc/loadavg: 4.40 4.39 4.28 6/342 87198
/proc/meminfo: memFree=94729824/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=7718864 CPUtime=3341.83 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 288425 0 3 0 333562 621 0 0 20 0 20 0 76128893 19521036288 1929716 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 1929716 5522 1 0 1945684 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=7622884 CPUtime=2942.46 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 103189 0 3 0 294066 180 0 0 20 0 20 0 76128895 19521036288 1929716 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=7702136 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1929716 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=7702136 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 964 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1929716 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=7702136 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 1929716 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 3341.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7718864 KiB

[startup+3042.3 s]
/proc/loadavg: 4.50 4.41 4.29 5/342 87202
/proc/meminfo: memFree=94598040/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=7827312 CPUtime=3414.78 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 291598 0 3 0 340839 639 0 0 20 0 20 0 76128893 19521036288 1956828 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 1956828 5522 1 0 1972842 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=7702136 CPUtime=3001.72 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 104012 0 3 0 299989 183 0 0 20 0 20 0 76128895 19521036288 1956828 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1956828 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 986 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1956828 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=7827312 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 1956828 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 3414.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7827312 KiB

[startup+3102.3 s]
/proc/loadavg: 4.35 4.39 4.29 6/342 87205
/proc/meminfo: memFree=94448852/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=7952360 CPUtime=3488.88 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 300217 0 3 0 348226 662 0 0 20 0 20 0 76128893 19521036288 1988090 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 1988090 5522 1 0 2004175 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=-6000919489919673959 CPUtime=3060.97 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 107389 0 3 0 305911 186 0 0 20 0 20 0 76128895 19521036288 1988090 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=7910660 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1988090 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 986 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1988090 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 1988090 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 3488.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7952360 KiB

[startup+3162.3 s]
/proc/loadavg: 4.25 4.35 4.28 5/342 87207
/proc/meminfo: memFree=94398240/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=7977456 CPUtime=3553.02 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 307550 0 3 0 354634 668 0 0 20 0 20 0 76128893 19521036288 1994364 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 1994364 5522 1 0 2010441 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=-6000919489919673959 CPUtime=3120.74 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 109960 0 3 0 311887 187 0 0 20 0 20 0 76128895 19521036288 1994364 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=7927336 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1994364 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=7969004 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 1009 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 1994364 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=7969132 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 1994364 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 3553.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7977456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3201.9 s]
/proc/loadavg: 4.99 4.52 4.34 5/341 87209
/proc/meminfo: memFree=94199416/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=8135884 CPUtime=3600.09 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 309058 0 3 0 359328 681 0 0 20 0 20 0 76128893 19521036288 2033971 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 2033971 5522 1 0 2050131 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=-6000919489919673959 CPUtime=3159.9 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 110233 0 3 0 315799 191 0 0 20 0 20 0 76128895 19521036288 2033971 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=341810 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 2033971 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 1032 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 2033971 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 2033971 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8135884 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.42 s, system=6.8476 s

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

[startup+3201.9 s]
/proc/loadavg: 4.99 4.52 4.34 5/341 87209
/proc/meminfo: memFree=94199416/131249996 swapFree=33010416/33010684
[pid=86941] ppid=86934 vsize=19063512 memory=8135884 CPUtime=3600.09 cores=5,7
/proc/86941/stat : 86941 (java) S 86934 86941 86893 0 -1 4194304 309058 0 3 0 359328 681 0 0 20 0 20 0 76128893 19521036288 2033971 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
/proc/86941/statm: 4765878 2033971 5522 1 0 2050131 0
[pid=86941/tid=86948] ppid=86934 vsize=19063512 memory=-6000919489919673959 CPUtime=3159.9 cores=5,7
/proc/86941/task/86948/stat : 86948 (java) R 86934 86941 86893 0 -1 4194368 110233 0 3 0 315799 191 0 0 20 0 20 0 76128895 19521036288 2033971 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86969] ppid=86934 vsize=19063512 memory=341810 CPUtime=0 cores=5,7
/proc/86941/task/86969/stat : 86969 (Finalizer) S 86934 86941 86893 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 2033971 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=86982] ppid=86934 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/86941/task/86982/stat : 86982 (Common-Cleaner) S 86934 86941 86893 0 -1 4194368 1032 0 0 0 0 0 0 0 20 0 20 0 76128897 19521036288 2033971 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
[pid=86941/tid=87031] ppid=86934 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/86941/task/87031/stat : 87031 (Timer-0) S 86934 86941 86893 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76128923 19521036288 2033971 18446744073709551615 94773335465984 94773335469680 140737082492128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94773335477496 94773335478288 94773339783168 140737082501421 140737082501606 140737082501606 140737082507208 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8135884 KiB

Child status: 143

Real time (s): 3202
CPU time (s): 3600.27
CPU user time (s): 3593.42
CPU system time (s): 6.8476
CPU usage (%): 112.438
Max. virtual memory (cumulated for all children) (KiB): 19069356
Max. memory (cumulated for all children) (KiB): 8135884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.42
system time used= 6.8476
maximum resident set size= 8136652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310544
page faults= 3
swaps= 0
block input operations= 0
block output operations= 653752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 186307
involuntary context switches= 36637


# summary of solver processes directly reported to runsolver:
#   pid: 86941
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3593.42
#   total CPU system time (s): 6.8476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.70029 second user time and 15.2604 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-04 06:48:31
IDJOB=4522465
IDBENCH=178829
IDSOLVER=3362
FILE ID=nodeC022/4522465-1751604511
RUNJOBID= nodeC022-1751604511-86906
SLURM_JOB_ID= 9598891
Free space on /tmp= 432388 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2/normalized-lp4l.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522465-1751604511/watcher-4522465-1751604511 -o /tmp/evaluation-result-4522465-1751604511/solver-4522465-1751604511 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751604511-86906 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4522465-1751604511 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4522465-1751604511.opb

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

MD5SUM BENCH= b6d457804c0edb01048fac97a08f0a0d
RANDOM SEED=862493061

nodeC022 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		: 3599.923
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.44
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		: 3599.853
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.44
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		: 3599.712
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.44
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.718
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.719
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.44
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.740
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.44
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		: 3600.250
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.44
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		: 3600.948
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122141744 kB
MemAvailable:   129713396 kB
Buffers:            2128 kB
Cached:          8322888 kB
SwapCached:           32 kB
Active:           732128 kB
Inactive:        7671932 kB
Active(anon):      92896 kB
Inactive(anon):     4176 kB
Active(file):     639232 kB
Inactive(file):  7667756 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9404 kB
Writeback:             0 kB
AnonPages:         82180 kB
Mapped:           103524 kB
Shmem:             18028 kB
KReclaimable:     207408 kB
Slab:             298948 kB
SReclaimable:     207408 kB
SUnreclaim:        91540 kB
KernelStack:        4064 kB
PageTables:         2956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     348848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432344 MiB
End job on nodeC022 at 2025-07-04 07:41:53