Trace number 4459540

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12SAT (TO)4146 3600.3 3209.77

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.171659
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4459540-1721903758.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.33/0.23	c ... done. Wall clock time 0.069s.
0.33/0.23	c declared #vars     1086
0.33/0.23	c #constraints  169
0.33/0.23	c constraints type 
0.33/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 85
0.33/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.33/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 83
0.33/0.23	c 169 constraints processed.
0.33/0.23	c objective function length is 1086 literals
0.90/0.59	c SATISFIABLE
0.90/0.59	c OPTIMIZING...
0.90/0.59	c Got one! Elapsed wall clock time (in seconds):0.443
0.90/0.59	o 4931
1.67/0.96	c Got one! Elapsed wall clock time (in seconds):0.808
1.67/0.96	o 4577
2.08/1.19	c Got one! Elapsed wall clock time (in seconds):1.037
2.08/1.19	o 4514
10.63/7.24	c Got one! Elapsed wall clock time (in seconds):7.092
10.63/7.24	o 4435
37.77/34.18	c Got one! Elapsed wall clock time (in seconds):34.035
37.77/34.18	o 4380
55.30/51.53	c Got one! Elapsed wall clock time (in seconds):51.378
55.30/51.53	o 4318
160.98/156.21	c Got one! Elapsed wall clock time (in seconds):156.058
160.98/156.21	o 4311
197.39/191.13	c Got one! Elapsed wall clock time (in seconds):190.978
197.39/191.13	o 4146
668.09/642.67	c cleaning 3914 clauses out of 7834 with flag 0/7834
3600.03/3209.63	c starts		: 35
3600.03/3209.63	c conflicts		: 10211
3600.03/3209.63	c decisions		: 27454
3600.03/3209.63	c propagations		: 407710
3600.03/3209.63	c inspects		: 53431604
3600.03/3209.63	c shortcuts		: 0
3600.03/3209.63	c learnt literals	: 0
3600.03/3209.63	c learnt binary clauses	: 0
3600.03/3209.63	c learnt ternary clauses	: 0
3600.03/3209.63	c learnt constraints	: 10210
3600.03/3209.63	c ignored constraints	: 0
3600.03/3209.63	c root simplifications	: 0
3600.03/3209.63	c removed literals (reason simplification)	: 0
3600.03/3209.63	c reason swapping (by a shorter reason)	: 0
3600.03/3209.63	c Calls to reduceDB	: 1
3600.03/3209.63	c Number of update (reduction) of LBD	: 18175
3600.03/3209.63	c Imported unit clauses	: 0
3600.03/3209.63	c No decision after first conflict	: false
3600.03/3209.63	c number of reductions to clauses (during analyze)	: 0
3600.03/3209.63	c number of learned constraints concerned by reduction	: 0
3600.03/3209.63	c number of learning phase by resolution	: 0
3600.03/3209.63	c number of learning phase by cutting planes	: 0
3600.03/3209.63	c number of rounding to 1 operations	: 0
3600.03/3209.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3209.63	c number of reductions of the coefficients by power 2 	: 0
3600.03/3209.63	c number of right shift for reduction by power 2 	: 0
3600.03/3209.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3209.63	c number of ending skipping 	: 0
3600.03/3209.63	c number of internal skipping 	: 0
3600.03/3209.63	c number of derivation steps 	: 85535
3600.03/3209.64	c number of skipped derivation steps 	: 0
3600.03/3209.64	c number of remaining unassigned 	: 85023
3600.03/3209.64	c number of remaining assigned 	: 13199507
3600.03/3209.64	c number of falsified literals weakened from reason	: 0
3600.03/3209.64	c number of falsified literals weakened from conflict	: 0
3600.03/3209.64	c time for arithmetic operations	: 1462517373515
3600.03/3209.64	c minimum degree of deleted constraints	: 446
3600.03/3209.70	c maximum degree of deleted constraints	: 48982574417588666800300822226029547442404773914660441293164308629808469304323491862640083348048173363978575469461271495885685286331514540874095909241981312554987976044638247101916976722964031660113406898544326931637523933583886717769973080055793220706619657285369402721876722012180420690821852885885966817987477112520329812109309969253399601527924171600215306216245611691361867213333490602924401009405678627797289730266809709596194328902834394174008463587795494266728378063224745310895746021971278393587233017542374906068436615842646928372893505463475894839409408521677521229649336487728431725783886703673613901197938949167775486860134715951550448481561749601429232441637345458655857954241723844835275571647734146974583269488079709365353466096714318752505130338341536507919570542383829614431565750410958913727573734029099039510663132556421928389441579363528677964157459694668152269784565663202906758945704191952765200045454189110664191512849715953770068572908357859340673659915763934573934330503702509084511150833589689613737813064810512530291696439249591668856136326236547136113326168901669424143814738790729777398579102404677116604684563455092476204106297369696906299265723601110191746846497227496510339917681046528933622451772065924881950960396739227872181852987515854084430265978296478715216562834707574412814194888933839580300975164170867352651697854550458739660172317694947300408747054548158638690075493889284637721269006789555480409982436539403963677228865585150003159988481779528653692693301800227435285099277833542550282827235997871722265415955928775633198631003844419618505255948384344345913830585995618409969559465930419257849567154244914327486362829661060879739983792332346359283277515747553600473055225149905096111966269731843460589279487777241262736954408149208185562910869369298561858934543321479007538701928234215364356123618683039877777849770114545331242412232201224695232471871037506063506560310698326681199009708455653989030729313270658721524400753850204808458720761624237412939833138333267014267629790993123315181393040960278206378988048062469782175096941762079718720795516485810204440659374685736035481259174188957664348878367165998206982349309521962190357668595231596692151848331887421730286066367514271161207825429994214282057257237652289844120286157588188130775966368086673847272346481824764841003013568988069825064743320687890616326050732169731195791199442557748408690211099506306085341973764236109303481027293794682967744753336205394590291079526039498002454376311603237240267667387225558522417595096329392324799484995542839785250907828359833202996575635940348723818296919536769257451727064708204926901432995162375046483298159993024123284540893606347299725517617633999758510911613313773730048961909390228864265292666102779233025032031355145561612487836014519722147883464434860599546104864265878372138419236292144340868908017276291676962294562519498593757860127042959596685894556842310427266613218202398155280992261919986171617096413540315892242644948170669785724914354330860327598734444658017623171007124274802327738831079695427701713764500815354267581068512078100811391719030659962420564420828769431771722073796345574474530891120951057985233260538841548695194588763962937066228852203843844542287426319324775929693210721471145551098813075302640530478842351025211068854002158657277276514317878059559386767240819488252395321644538644343814908316304525340128230794680936813297987778511601277134641982115950245677505813494375983158962649574464162273466650548609863671392156021045111739471458525245534587361052201637497955832699019821907471464410611662260886916955234313805325937236694102472651621705813336265122352012626552180289674748357313044463268156789857458340359869002761212819206719199360497196444677968424508862764820925418961536676857555909764607897944169687557713991676106815951181855585670249013381428781144937386127715613864610533437977570895306805126523845388304993139699300196024717792339192563383882734832545642754430989230836530335590953567646751858917365995402028746869472693359542360782775998412993740026973615524062752139807625527981836259154012924770803055191799758484247489854012751037635744125016859261850296568259540828515231104961944033565582430794904187120330677524643517424820898093595897526324031420907588792917660055561593965978006590988682981735186603130230432450198077275099795199850564761218005523584953503338316663396534927073413942010578321414136600472686697948321216703481442980232310318871961858853734388944087600475655816038569096225145272615858817405813151077106750520766037799799753399351428942027264382041479975567083048539043019380142218118678257367985048579459512587277041184188172789266725820547381855347466247999376119713426064647316458806140070607903597961305383768309505930993322198482262323926454424719136747874605069746113153081759763503889173987872861184724846249654344032808489387228163181943280719619447384110486794215887162515377915124617729169175993949276886375297451231321841145516805739919422765144843341545978935817273545611474194965857792286016252605456646486634404257113108348804718262175713777004010441770695542109073735942195918191317894192463059025033960248534558625821251931792899766769018117572026286274555782694272832531347802838099965611833478636413994989438942154608601196986396622515313908540093238790560073495317216709716755597942793429050445553899209321986115570045034705308814207183396832716171127457224519186667300444716752930946097956617526557421488106248999493974449442740296766504699154206357794219919164573665434077120949330154089496228051357061219119471841342633677374087201582909654019820335211836905589825699699743473416801415928513263997550338112524945542725984991848102551670030247084676730027272132395982482768015930845745098369218344214027140408055167581235253492681562391450718831695245223351636461168320316821905209554850045128721381874997453197957142782217879112471845043126184181407114589145354774886650065007446651282288735291635381502046428969005153469447969902063204937937371514364931283112707082467826144956156346726343637752103217802281188965095158754146154939188888288520654688319410679416157584297771597239056588629777867375951873184024365313551767638830289767309733493454502882948683239753191909595775266405249927328062180213317543504942591102815294708615525811521725120628506758713916769324439255412504458348963920652052916743092730557200800925659490124646350329234650837220063471205979885786887466565823936972764271071694718491245458483746036750437685392875874032136239294858146234861150727004250926403365963509188088760833362849290554095576762433990818445609864499806070741466827778930735112225925768755900517808623799242019048915219208987211898626851892269230689057894586538275983200704029171089872113913922486289822504427573164290094666692726740728386754332097750947440509857450651762713025662757563617970369199728826865002270499080830289610375648303648846180564643003219720686733170995312880294696297961756720946628542418174678569975117407400697155246241904116795651021364842573621067423361295688937136208892678194400444623887057604386789098910830436440429189298389704174462545351859702904447202389500985974370095406193746190367998530390114302991465048559111529593016724188947514627492647869314437575560901475091447089634375901861302476773212301191570882378081989318207000030027136557079776728175788622222394009101546570052484942198441780137683091559924639191770250244559984816640503671598758179433612634703125891686561122444894216607448679093711329208556456530855300232803246635386274133590916379435893143463091415733602657388537820393849245135818004994295842831077287015538811033167436100125270830530667020358483103124220747186175676076193471426612790314723824167106940150047357905840024780037015681708051832304688595436254945131384121254181774067362671100048769595778747176149661872928244346667152495083260666090268205478126948199345139116027244229491593007781189223727780640766698339823663121910020210246967165702636495058835514258017283373581662593219585356127115466393675638764698331450475148567493308266268767133115315981482509841727721703439792395963032575074348284321706732557384504694459240974576962942833614701711637571682468543640548333935718020607762292454920815018051293371761305902863319790979709315871563074306695386834833765788140551776158624213496529101517708041203401310856812566619061899550878720878796733580735688487025772935686352481740414900937800276468442640712248755970197909941114032139745432256409656355204142304128123474301523334578586322321756441396817455535883415380741015140015890511576524463888752529846496766080377407775245938355499565148840819012736537882358368594734496951422113161916113535166601060108021155386939764329113584402806141430160161493124787019602035448895538704043999477791819911059805654494905619082847285694356778978602351195520141168278326665329547595409476908079377185608435265410915438643753550892697693802621274354558195181557046909245478066974799597627186991549947663227026183314275724430859979077053165731690913998770407024385927260125344407544401259887006562767265588632134723997911918166076018106256889311304323193824646905585007300845642858382398176969454124628232827862254662365953122947036621460025945942191461815525605200512946285784501438822128166694130689549329391989612490647504465865403539508341423277411217607751422031609086003017217669235207660104105846887928785686749296819729397403404143146783982509756345289946797099400305077334207815242398383196100550846869497648417670832732241155188167685239524651764017321067530326132191857388935020085218730771318618847566316341007169542815654181704853408535590297825276878282358799744854736190660540082593967114418508861537021905558646379440950630626314941117364612557143013066174310374341186037059183446591622350835822049997361052156206105440877626390708608340070463906725007490953041638670813224057731665925978593231624881586856467258005855173698879895603478367095281987198893169661620663500774768782486568904012133627731599331036021943619474476771820940383697974736570369733694940332520535234717945547940789849910475079353199943703647697933176637098706675739316680605284874967203429693406961314596200591909982448850148700256488628070286167744821324980826774064273477305568916046631950156493146656884640749380180807789852977486609080256334596414072923412835751201532166831344536835843260576950612407174530254002150019059917631559598574175489757679891056492033223578328074177047441063580938045785546778783113224692199092776460638580087803751408254140379143695386309183649985378617928498229403132387175187508713944336294939253073103832801228883344479500099826523031873805457949578400253390225605681025070805652552767948608250107002156062375146297077009287335280778621297417301488639523169662689406365384214966192866212931783584922238054208504789312913876387735601943040530943813718895586987388646254822074317883807090014302577884729839037207245468397359027847006377217827234709873542283582103633124122813478961829264730404922535649316696116078853452842878830084022145544953606746132871190297759806187349010279708957739234232503044292518032967513242923405263405546160760565912199376815113748081599147539615556438780771642316313044287049011274332407243782505654917047164144123682331045864245114857340345260719971801236260811709791333854404178678924950003900425908624123508422140511053147581000146762317031945602370548378437221390325930300510337314619695707384537042472670436387225846040219207989285246008544883806437581930294841088300798328794728433570669140281265333718713040818157656902589761633756501312114279492664418273325996719179663697158968480806801974944364994719538025269620360859419967993484670756653449866501131787166230643340703884326413546881305352325213113085138799026653469635861437783274433993755060447074746089599050419611334131029972354016137827007848997969424814497066230765497069928560746340402072071193644030250856915307254367791216156351722866571772068164675164580384837713905297382254368415084850540284786410241091860017746721558768805604450417737354587255888950110663437529028048921543323763334044514807099968500024916612215828485628344251939768444941423046768008196461776356386295047173781668044984598359455184085228476460904303934960047898624647688723018614228665921779031142895218778737913719448880028407219763695136528338615102562011287706127736140313317949557242388587458214738961756209753860753972098261620721536135980683928124791527302197534737513505927319038963050383485314435898683966009216435033640895442767697953606874391460478787576519954627121812882684306748272687460799726636935553543063955390510743387923656940747900159490139012941651677234944200964979256126332242335319774613331737682333302459154891830846978202649701910720060449797932883980881756403394232714816415030245002949041667975106634913850476164156592963048833211817956921879471265269857602533970805077715195579007087167001454535984700016787905941629094039223121842283861408933654058378660966166351097136131921956270715118765948077362061343325930758621014408402679217252303584332277842616233538709891337208046572020470639878618458274226273309202901964664395208930804691262588416802430556641851947657452923979854534272218873675838020243066669879705518192557699368635778951758298185949936554458454752119120252923308771622638324381243105992529102910554501800208823999795815603790014500335592641829611737646947634419296098562414472513377629410032577484297407907137222068662044874184169095291735237876020603197065764531459051741574462272760878551637783440564474967802212456148404863477491420004222470406352490164806871875499270513888133385505494812056096781039055247941136982704300309326039120882584233935272718631535763143473898592281651217387495223509859123641757604695975717507168157891909312327446826281185766411040907772461631809275588405405972368313059164592750698218227746906098265905653694922837091841005863826934080706161921842979346448741766105361150304199602986140673460872846357855658244104113304837892818904223223740088166118912993601709435025156154708680989862949604019102729083710614454476048581023432373821103256936115074586245679535482020381684521247653588782546797703862598394398724798304256690063416115588082429718806935173087985231598203077413443791649166124053463243440176199069486934172720562207384072699859328422833341208482176690896705120307443897180312432713375074506332602276025513653702630318743114913810774041688126297002220255308033864820074558142046873455947073845771619862421852691938282947385684251003172786880374538439430437552285943140918766309175963819568780537928187339127637787148468074479396892786303971600720759312774768807644414595545840475392508424036757514819923400276394140421783653348536140053930612598624161346032800610738116865531160996805514057531926986296047323262622637163825883937256659259418475701035845443180612359232138695220951072216356493291848813587281193055341349188392836431051834976269944375628802145164965640548326014228713560369561271844715948935628472038511870638874404912610071055416446181480528948809968584478927565683316678132563870290511884796765295729522120886906293332020966355829663452631469612263887484443087708173461707360674782388451103015962165167309616720221375925991440768210115833895522758288061405008176636243056889796290372669401441594724774521443945054911716036721966989698407859195034088065731633350899671376863822421687185713283309898889527849841234044259921834490281108485331955221970283220665952654203841109354810603779577384225834218364792673292502631348819358090175127779029527852918776167564574806563863566087703454082967637938254370103644213814298412125437670954386069040332355791433645075397241067400678394083590398795417005853827176744155953693049429577921949361467051230402508729262291804234003259145087562630563160351715872994317198158754341079521322699851417815003525086924640638913636302836080089035319669107128235804065812894752739439280877357585011523847907359969072141006578759771546473765536282270499209526043511080352260195188652041354115378145874037497529233665554668516874275058236234507904720005940770430920001010541430916870501652811096892038959056366908728351091505257390523079286946858883574701558542901001911259828815597998202416281536251442563568596018678590224370117515324303890711196701657809697292722218094615077182733756720440820038580458489306122645380741233716131336080336547470517469393317062451723709098506660231542486304011464175846767533603819710561592353812237908077021579969806129780225681537194508130984709165289626523341406134155092998958800832175105034561547433320853134413665665457766275466532384430275221016006421176152528024011352611067720167651529425700516548831835648654816142268864808091416343052671647766237246071650901834859027278478574483192177088524429524244187694260557671551380211846989460406376256455515638922449345208597236498046909355996175265284656859390564548889157666718217850916061017316728288164322504593776921078571579942304137187803641766655048914064483610943099111218832863790495836383320174470641781640735002152576805018984277448038596960701377520664717639445342613080650131534392268468098290656470914538370171507718943285757890065187201224009397737537941851338637915783488637480653754311411974782386186636889035612107296090205318692431689597719847210464554761033324060259551480360333950528926609553741897913792787543168927118283052386278589734897410231847587826845740708363974637753184942348234542382649158642366395271311087545017201570895372600016599139134400274238951435391784085727650818025995172766080201133213897918728557119176847801668510529441322781638710052321144603874520339560854591110686818827001315825995316860467015637637510637407351974078830515167015038435094296895261151787344805116819101408175868888745841132275193589031571895914754296269814208699238314295867461841023154591102939340652108383007636212316701316121993816089626960343046700688473494139615510585110040498765356342043403176088631240964363833621703149634694741007346889339810114284578203814827130958804407534169134137702711000882686958279151300263310164996718575883183089205090021198197272710631667330652979628321787808336312929983787091042257403023219576053781761493576100317623733541353833351007914821318218976684906017613823237794418673012521953928086683165203511478264901646104358047466570301651259477310254035675993454882888207512893679651683386033920771319677431199154954902157034771901590936028448951373696909164267569079631406765449007806899072859683199285474526222761693591043735802102575365727305955985519420014507149073028265301257916840693414072602664402553415488406305114432087107720552360601101071458364418450743680436153266556335080707776833572284407821221252351334286931561290385683149821836187423272727977951622774450701632461849517264528007229552688164054259803839006539338729918572801674781349904910415724360034616361016369539629684967521803474150082214582318388268694442522343757962450832073536446302019372102931505917568909369538906470261730017806191321803215994718911802829414129199245655617511248615324241245912156320454496522946793783500738173685966139415887298005982516366247398525961273954663563322446486232600821738313719528137868670934701388417966964164999576128038051215210163536576572976566222184034499461840487934777333160232823311322166916184821667742018697392540174549067446202631769350167816358675577904149596112990008165571329791208582836027101477994372986427132931286529412356635256535742858636094314702484280335597616200858420523680278878884111444463853414093184888460423768015476214761274926148189497868827107188603331024324282473287963482314841042922685025902921342496233813972682709747163404952157080654742192397307198613258011803513355042051266301122574105551974821044922272608289745679118770549582190782482843626932034807799920307516346278600532802420152767857078963817969298934848728296630952383437386411241791378398101117701153905196053833631105369514187690315161336629201563449887137892080317943665103362889025289215006393754159488462925486582322407508154451983159638928929502152211044530444492905577764984690078617666541023167035306774862345032226679708315479194285632799511225725471460554799487471421223871728627327187106541169600514128067944952798741412645441694523735726384910792874141435268650536941474313988086011600630799259008404524343476679856685256388058199181152519000840498139154755337286153514107221629536340523222931113361766409505999606158505538479988452234143367157804564521968471153402127629819848158730084939585812489018294821744473063581783639937462033598302705649649571938559514329986862996112087692210240271133747981637975378585947912436455548362019800690752118352157682723961929252878577032577490942827358000183775137444246897989505400474243536913870664524421206345484392609777171999580693135977054199057742479068811817004581603469551301957057748190383429842351880876263861039805698536182594229539145008875317330726464728860775943299408522822289898756083682757862658226256430186923691329289644961280708110026695417199858280481877984473806615472983792831873695269295398752539930300687078388471518879213446929515266278023805778594800337299632523385182810131152095622389772941202774605811086205981839383269558162899130520251331286852222039519102673631441404829817134749182233329519941139273165545853751405841686272104093928760554464013417280025960808582106024775664821702488044616443170629511036605614593634096127296651098678617372945483726143154361521383340613294301537128790174853254171122292532119431984555503600688960814091948901286951112104766981989107779245656512613964154285629171648125022781754715752277226957469250300619756220246011054234843516001350491244736207185596566942516710433261593486803226037284094360002406407027182116439763047686534443699637606226741999759567241378850526188381890937351224490937586335738191160733449425389753973454140470822065526614423802906927090805551846478481235930093759646680837364469977010698601608018216217329754254093839616042112228669467520910325892807006580783923066843393341124889793352044719250773201503618481939133730507876425645385284008787642738087553171651269026009079655490791225853860073061015423600
3600.03/3209.71	c number of deleted constraints	: 3914
3600.03/3209.71	c speed (assignments/second)	: 127.0337520743352
3600.03/3209.71	c non guided choices	: 0
3600.03/3209.71	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 131
3600.03/3209.71	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6165
3600.03/3209.71	s SATISFIABLE
3600.03/3209.71	c Found 8 solution(s)
3600.24/3209.71	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.24/3209.72	c objective function=4146
3600.24/3209.72	c Total wall clock time (in seconds): 3209.571

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: 63968 MiB (61826 MiB free)
  memory of node 1: 64473 MiB (61090 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=233491, runsolver pid=233485

[startup+0.101375 s]*
/proc/loadavg: 2.39 3.66 3.96 16/324 233578
/proc/meminfo: memFree=125698584/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=18975048 memory=66252 CPUtime=0.14 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 7128 0 0 0 12 2 0 0 20 0 18 0 26905461 19430449152 16563 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4743762 16563 5533 1 0 549373 0
[pid=233491/tid=233505] ppid=233485 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4456512 5695 0 0 0 7 1 0 0 20 0 18 0 26905461 19430449152 16563 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=18975048 memory=1416227 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26905464 19430449152 16563 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=18975048 memory=15537422972749500 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26905464 19430449152 16563 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66252 KiB

[startup+0.206696 s]*
/proc/loadavg: 2.39 3.66 3.96 13/324 233578
/proc/meminfo: memFree=125641396/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=18975048 memory=75892 CPUtime=0.33 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 7665 0 0 0 31 2 0 0 20 0 18 0 26905461 19430449152 18973 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4743762 18973 5844 1 0 549710 0
[pid=233491/tid=233505] ppid=233485 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 5979 0 0 0 17 1 0 0 20 0 18 0 26905461 19430449152 18973 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=18975048 memory=1416227 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26905464 19430449152 18973 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=18975048 memory=15537422972749500 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26905464 19430449152 18973 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75892 KiB

[startup+0.306699 s]*
/proc/loadavg: 2.39 3.66 3.96 17/327 233581
/proc/meminfo: memFree=125470316/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19041612 memory=80828 CPUtime=0.51 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 8262 0 0 0 48 3 0 0 20 0 19 0 26905461 19498610688 20207 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4760403 20207 5884 1 0 550151 0
[pid=233491/tid=233505] ppid=233485 vsize=19041612 memory=-8888809792992944828 CPUtime=0.24 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 6096 0 0 0 23 1 0 0 20 0 19 0 26905461 19498610688 20207 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26905464 19498610688 20207 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26905464 19498610688 20207 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 26905484 19498610688 20207 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80828 KiB

[startup+0.700697 s]
/proc/loadavg: 2.39 3.66 3.96 16/330 233584
/proc/meminfo: memFree=125338364/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19041612 memory=134148 CPUtime=1.27 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 15823 0 0 0 122 5 0 0 20 0 19 0 26905461 19498610688 33537 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4760403 33537 5884 1 0 554788 0
[pid=233491/tid=233505] ppid=233485 vsize=19041612 memory=12928 CPUtime=0.62 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 6151 0 0 0 59 3 0 0 20 0 19 0 26905461 19498610688 33537 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19041612 memory=12928 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26905464 19498610688 33537 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19041612 memory=4207743861256763287 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26905464 19498610688 33537 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19041612 memory=39048 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 26905484 19498610688 33537 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 134148 KiB

[startup+1.5007 s]
/proc/loadavg: 2.39 3.66 3.96 16/332 233588
/proc/meminfo: memFree=125202084/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=194208 CPUtime=2.85 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 26284 0 0 0 279 6 0 0 20 0 20 0 26905461 19566772224 48552 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 48552 5900 1 0 557322 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=12928 CPUtime=1.39 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 6860 0 0 0 136 3 0 0 20 0 20 0 26905461 19566772224 48552 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=39048 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 48552 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 48552 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 48552 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194208 KiB

[startup+3.1067 s]
/proc/loadavg: 2.39 3.66 3.96 11/332 233588
/proc/meminfo: memFree=124508120/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=210352 CPUtime=5.98 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 30228 0 0 0 591 7 0 0 20 0 20 0 26905461 19566772224 52588 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 52588 5916 1 0 558539 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=0 CPUtime=2.93 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 7305 0 0 0 290 3 0 0 20 0 20 0 26905461 19566772224 52588 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 52588 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=12928 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 52588 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 52588 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 210352 KiB

[startup+6.3007 s]
/proc/loadavg: 2.60 3.68 3.96 4/306 233621
/proc/meminfo: memFree=124399800/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=424072 CPUtime=9.72 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 30548 0 0 0 959 13 0 0 20 0 20 0 26905461 19566772224 106018 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 106018 5916 1 0 558558 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=0 CPUtime=6.04 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 7462 0 0 0 596 8 0 0 20 0 20 0 26905461 19566772224 106018 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=12928 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 106018 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 106018 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=68448 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 106018 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 9.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 424072 KiB

[startup+12.7003 s]
/proc/loadavg: 2.79 3.71 3.97 4/305 233622
/proc/meminfo: memFree=123512032/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=579940 CPUtime=16.22 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 33558 0 0 0 1605 17 0 0 20 0 20 0 26905461 19566772224 144985 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 144985 5916 1 0 558558 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=12928 CPUtime=12.34 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 8379 0 0 0 1224 10 0 0 20 0 20 0 26905461 19566772224 144985 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=68448 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 144985 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=516452 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 144985 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=12928 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 144985 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 16.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 579940 KiB

[startup+25.5007 s]
/proc/loadavg: 2.84 3.67 3.95 4/305 233624
/proc/meminfo: memFree=121905012/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=1409572 CPUtime=29.02 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 36871 0 0 0 2869 33 0 0 20 0 20 0 26905461 19566772224 352393 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 352393 5916 1 0 558558 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=516452 CPUtime=24.98 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 9652 0 0 0 2474 24 0 0 20 0 20 0 26905461 19566772224 352393 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=1409568 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 352393 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 352393 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 352393 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 29.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1409572 KiB

[startup+51.1058 s]
/proc/loadavg: 2.97 3.63 3.93 4/305 233629
/proc/meminfo: memFree=120936524/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=1483512 CPUtime=54.9 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 49956 0 0 0 5452 38 0 0 20 0 20 0 26905461 19566772224 370878 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 370878 5916 1 0 558558 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=1409568 CPUtime=50.12 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 12122 0 0 0 4988 24 0 0 20 0 20 0 26905461 19566772224 370878 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0

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

[startup+2862.3 s]
/proc/loadavg: 3.22 3.40 3.39 4/306 234725
/proc/meminfo: memFree=111420676/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=7404388 CPUtime=3190 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 398713 0 0 0 318345 655 0 0 20 0 20 0 26905461 19566772224 1851097 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 1851097 5943 1 0 1864041 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=7070808 CPUtime=2817.56 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 86187 0 0 0 281625 131 0 0 20 0 20 0 26905461 19566772224 1851097 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 25 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=5528 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1851097 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=16024 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 1109 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1851097 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=7346200 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 1851097 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 3190 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7404388 KiB

[startup+2922.3 s]
/proc/loadavg: 3.40 3.43 3.40 6/306 234735
/proc/meminfo: memFree=111294576/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=7529712 CPUtime=3260.27 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 400245 0 0 0 325356 671 0 0 20 0 20 0 26905461 19566772224 1882428 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 1882428 5943 1 0 1895379 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=7070808 CPUtime=2876.59 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 86337 0 0 0 287526 133 0 0 20 0 20 0 26905461 19566772224 1882428 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 25 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=7346200 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1882428 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=39048 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1882428 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=7529712 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 1882428 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 3260.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7529712 KiB

[startup+2982.3 s]
/proc/loadavg: 3.42 3.41 3.40 7/306 235129
/proc/meminfo: memFree=111142660/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=7679884 CPUtime=3331.24 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 401726 0 0 0 332434 690 0 0 20 0 20 0 26905461 19566772224 1919971 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 1919971 5943 1 0 1932982 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=7596192 CPUtime=2935.48 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 86535 0 0 0 293412 136 0 0 20 0 20 0 26905461 19566772224 1919971 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=7654564 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1919971 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=7679884 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1919971 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=68552 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 1919971 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 3331.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7679884 KiB

[startup+3042.3 s]
/proc/loadavg: 3.69 3.49 3.42 5/306 235141
/proc/meminfo: memFree=111041816/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=7779928 CPUtime=3404.64 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 402541 0 0 0 339753 711 0 0 20 0 20 0 26905461 19566772224 1944982 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 1944982 5943 1 0 1958044 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=7704956 CPUtime=2994.68 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 86618 0 0 0 299330 138 0 0 20 0 20 0 26905461 19566772224 1944982 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=7721620 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1944982 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=7763248 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1944982 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 1944982 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 3404.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7779928 KiB

[startup+3102.3 s]
/proc/loadavg: 3.87 3.57 3.46 6/306 235151
/proc/meminfo: memFree=110907420/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=7913104 CPUtime=3478.97 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 403906 0 0 0 347161 736 0 0 20 0 20 0 26905461 19566772224 1978276 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 1978276 5943 1 0 1991470 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=7721620 CPUtime=3053.73 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 87193 0 0 0 305232 141 0 0 20 0 20 0 26905461 19566772224 1978276 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=7763248 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1978276 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=7871600 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1978276 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 1978276 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 3478.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7913104 KiB

[startup+3162.3 s]
/proc/loadavg: 3.43 3.51 3.44 4/308 235331
/proc/meminfo: memFree=110889640/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=7929868 CPUtime=3545.17 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 404530 0 0 0 353770 747 0 0 20 0 20 0 26905461 19566772224 1982467 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 1982467 5943 1 0 1995648 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=7721620 CPUtime=3113.32 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 87714 0 0 0 311191 141 0 0 20 0 20 0 26905461 19566772224 1982467 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=12928 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1982467 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=7929868 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 1982467 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 1982467 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 3545.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7929868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3209.6 s]
/proc/loadavg: 3.42 3.50 3.44 4/308 235338
/proc/meminfo: memFree=110722008/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19108176 memory=8096940 CPUtime=3600.03 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 426013 0 0 0 359236 767 0 0 20 0 20 0 26905461 19566772224 2024235 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4777044 2024235 5943 1 0 2037429 0
[pid=233491/tid=233505] ppid=233485 vsize=19108176 memory=8071712 CPUtime=3159.91 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 89721 0 0 0 315845 146 0 0 20 0 20 0 26905461 19566772224 2024235 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 25 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19108176 memory=5476 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 2024235 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19108176 memory=5528 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 20 0 26905464 19566772224 2024235 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233579] ppid=233485 vsize=19108176 memory=8080148 CPUtime=0 cores=5,7
/proc/233491/task/233579/stat : 233579 (Timer-0) S 233485 233491 233436 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26905484 19566772224 2024235 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8096940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.59 s, system=7.70812 s

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

[startup+3209.71 s]
/proc/loadavg: 3.42 3.50 3.44 4/308 235338
/proc/meminfo: memFree=110722008/131524600 swapFree=131055836/131071996
[pid=233491] ppid=233485 vsize=19307868 memory=8097604 CPUtime=3600.24 cores=5,7
/proc/233491/stat : 233491 (java) S 233485 233491 233436 0 -1 1077936128 430188 0 0 0 359256 768 0 0 20 0 21 0 26905461 19771256832 2024401 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
/proc/233491/statm: 4826967 2024401 5942 1 0 2038333 0
[pid=233491/tid=233505] ppid=233485 vsize=19307868 memory=11588 CPUtime=3160.01 cores=5,7
/proc/233491/task/233505/stat : 233505 (java) R 233485 233491 233436 0 -1 4194368 89743 0 0 0 315855 146 0 0 20 0 21 0 26905461 19771256832 2024401 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 25 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233545] ppid=233485 vsize=19307868 memory=16024 CPUtime=0 cores=5,7
/proc/233491/task/233545/stat : 233545 (Finalizer) S 233485 233491 233436 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26905464 19771256832 2024401 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
[pid=233491/tid=233566] ppid=233485 vsize=19307868 memory=8080260 CPUtime=0 cores=5,7
/proc/233491/task/233566/stat : 233566 (Common-Cleaner) S 233485 233491 233436 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 21 0 26905464 19771256832 2024401 134679101440 94781950685184 94781950688880 140723152521424 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94781950696696 94781950697488 94781969043456 140723152528373 140723152528481 140723152528481 140723152535496 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 8097604 KiB

Child status: 143

Real time (s): 3209.77
CPU time (s): 3600.3
CPU user time (s): 3592.59
CPU system time (s): 7.70812
CPU usage (%): 112.167
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 8097604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.6
system time used= 7.70812
maximum resident set size= 8098452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 430616
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 181791
involuntary context switches= 31302


# summary of solver processes directly reported to runsolver:
#   pid: 233491
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3592.59
#   total CPU system time (s): 7.70812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81089 second user time and 16.638 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-25 12:35:58
IDJOB=4459540
IDBENCH=178829
IDSOLVER=3052
FILE ID=nodeC033/4459540-1721903758
RUNJOBID= nodeC033-1721903758-233449
SLURM_JOB_ID= 8089410
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2/normalized-lp4l.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459540-1721903758/watcher-4459540-1721903758 -o /tmp/evaluation-result-4459540-1721903758/solver-4459540-1721903758 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721903758-233449 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459540-1721903758.opb

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

MD5SUM BENCH= b6d457804c0edb01048fac97a08f0a0d
RANDOM SEED=1309748425

nodeC033.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3501.752
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
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		: 3593.816
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.76
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		: 3498.569
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
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		: 3658.829
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.76
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		: 3567.491
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
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		: 3561.420
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.76
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		: 3479.980
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.99
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		: 3602.683
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125870252 kB
MemAvailable:   129709352 kB
Buffers:          317796 kB
Cached:          4319288 kB
SwapCached:          300 kB
Active:          2531616 kB
Inactive:        2463576 kB
Active(anon):       2124 kB
Inactive(anon):   409052 kB
Active(file):    2529492 kB
Inactive(file):  2054524 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055836 kB
Dirty:              9532 kB
Writeback:             0 kB
AnonPages:        357756 kB
Mapped:           108668 kB
Shmem:             53064 kB
KReclaimable:     189816 kB
Slab:             306348 kB
SReclaimable:     189816 kB
SUnreclaim:       116532 kB
KernelStack:        3920 kB
PageTables:         9832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     889276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16704 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      391892 kB
DirectMap2M:    39227392 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC033 at 2024-07-25 13:29:27