Trace number 4514309

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 NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.22 3544.19

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_8.opb
MD5SUM07ba29cf24b97459f05241f8c3fed802
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.43848
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5256
Total number of constraints25637
Number of constraints which are clauses25632
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint72
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 80
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4514309-1751229206.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
1.86/1.01	c ... done. Wall clock time 0.854s.
1.86/1.01	c declared #vars     5256
1.86/1.01	c #constraints  25641
1.86/1.01	c constraints type 
1.86/1.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10295
1.86/1.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1.86/1.01	c org.sat4j.specs.Constr$1 => 4
1.86/1.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15336
1.86/1.01	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
1.86/1.01	c 25641 constraints processed.
30.34/23.73	c cleaning 2502 clauses out of 5003 with flag 0/5003
68.80/61.04	c cleaning 4252 clauses out of 8508 with flag 0/11010
129.02/119.67	c cleaning 5624 clauses out of 11248 with flag 0/18002
217.97/207.49	c cleaning 6801 clauses out of 13622 with flag 0/26000
342.22/330.18	c cleaning 7907 clauses out of 15823 with flag 0/35002
503.46/489.63	c cleaning 8938 clauses out of 17914 with flag 0/45000
690.67/674.54	c cleaning 9966 clauses out of 19977 with flag 0/56001
898.28/879.93	c cleaning 10986 clauses out of 22010 with flag 0/68000
1135.68/1115.28	c cleaning 12012 clauses out of 24026 with flag 0/81002
1430.60/1406.46	c cleaning 12978 clauses out of 26013 with flag 0/95001
1765.25/1737.79	c cleaning 14018 clauses out of 28037 with flag 0/110003
2157.53/2126.55	c cleaning 15000 clauses out of 30016 with flag 0/126000
2695.94/2656.87	c cleaning 16002 clauses out of 32018 with flag 0/143002
3388.27/3334.23	c cleaning 17016 clauses out of 34035 with flag 0/161021
3600.08/3544.12	c starts		: 32
3600.08/3544.14	c conflicts		: 167418
3600.08/3544.14	c decisions		: 308480
3600.08/3544.14	c propagations		: 49913556
3600.08/3544.14	c inspects		: 2601299205
3600.08/3544.14	c shortcuts		: 0
3600.08/3544.14	c learnt literals	: 0
3600.08/3544.14	c learnt binary clauses	: 0
3600.08/3544.14	c learnt ternary clauses	: 0
3600.08/3544.14	c learnt constraints	: 167418
3600.08/3544.14	c ignored constraints	: 0
3600.08/3544.14	c root simplifications	: 0
3600.08/3544.14	c removed literals (reason simplification)	: 0
3600.08/3544.14	c reason swapping (by a shorter reason)	: 0
3600.08/3544.14	c Calls to reduceDB	: 14
3600.08/3544.14	c Number of update (reduction) of LBD	: 269685
3600.08/3544.14	c Imported unit clauses	: 0
3600.08/3544.14	c No decision after first conflict	: false
3600.08/3544.14	c number of reductions to clauses (during analyze)	: 0
3600.08/3544.14	c number of learned constraints concerned by reduction	: 0
3600.08/3544.14	c number of learning phase by resolution	: 0
3600.08/3544.14	c number of learning phase by cutting planes	: 0
3600.08/3544.14	c number of rounding to 1 operations	: 0
3600.08/3544.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3544.14	c number of reductions of the coefficients by power 2 	: 0
3600.08/3544.14	c number of right shift for reduction by power 2 	: 0
3600.08/3544.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3544.15	c number of ending skipping 	: 0
3600.08/3544.15	c number of internal skipping 	: 0
3600.08/3544.15	c number of derivation steps 	: 4570222
3600.08/3544.15	c number of skipped derivation steps 	: 0
3600.08/3544.15	c number of remaining unassigned 	: 3038814
3600.08/3544.15	c number of remaining assigned 	: 146046380
3600.08/3544.15	c number of falsified literals weakened from reason	: 0
3600.08/3544.15	c number of falsified literals weakened from conflict	: 0
3600.08/3544.15	c time for arithmetic operations	: 61992606137
3600.08/3544.15	c timeout
3600.08/3544.15	c minimum degree of deleted constraints	: 1
3600.08/3544.15	c maximum degree of deleted constraints	: 29502142359191617345142276491935531257887164997204193438432534924519311272558045914953555261346640234275192757768374795934142855088219249428144895898232340507067222051250866982291288365176740292005114685762982354390440181814259257329172145180359217673259932576351510577717939381996656200396761914123838018106696658154076894771812123081316203068840535183996860455423277458886340754805386338508916444624952569995165773438150844011746506617986805927087038237533763947618979399257969099665862851269339512780825033280986890448760489329110254337423108972800283533508457858680171627512685992215341467380319181174163842410009479759647862346051760391889767409641443318326276941196053449537782216100906510839248970681962576673381779961107538893188817606972381631508482149141014514220771438088181435071685339902955686137165484021247263816198681326886702617743514548077246753969846275929529473957403966437080006093501563028022706923884493339212282974796834309105143253570464599693617970720322324800280368166995649126652871277965302896505332784547766866272540804747409378145288342675909509907717134142473627363852038074573710096147081653902152741610885799754678883689022141126005261161354735511815674770802737338488136087432180928570902724849994489110107633619029960611008985973987575531783972638525915366013458336264300051321354707838486606785893055807763373393223190261693539161639089177962489813072587519354294838181734895542962874059350952260577490280289010958094350035112002401726144166983174444351602059482514671697756456034430149946845881449539155774219494145488257440163650713892497816375840583740865441183299499830158205974065038328571574282428556160530091405191949802196955580398747851980550545362196818935914478048344977319729888363325758195756430754900415638325511139145154628464301132092871419117293421975680390996664585180804631946543190563127670752631443351574865618531359440074379412746842123351592405110782667707700483770644006202077394199361115322065585579461376684321097265833005748768975116247401586958731656316935231532492070643292603274177110662416600577823394389558718953989737208228529079993001632473931562847929960671534027759113637512179718116491063723619763271034952668990672406663839404707939785280680985446139678402260085415467116312845331471684352438306933506981656077573306083791530626355068119910717225356300631810895695936261520304661492389028464013160936256326308428043237872752833189674967852460201679675153553654154694502751689246668649107014171932907768340963512848235573504926437528805799330742843071697019358188096883432618592575122120948060366846829932870321579471176149594466925893997796761558718987298485316640415975337260057749514556762795496919419773277917496134392738339442717263772025210283063377873968333986276826456158520946418596682677816288626219033569361336117268276109315103785555786330228128198901119864982025092852900656579292843444700805482819170882776464236660449780133020312614680942742149318180241097001147829444389282404917808161856518791311534251670831412440335925000765401294403519089562592525141942685733316942284871401029407837908669487762531788997967942920529664024163321974842998095899277886649775409936683553613614360101373057951381019806100343637341846463755435989055035566444131765362288871080506159088201724393309963383397391325567268163596612198153469591393673950434058775688276992143253387355121607722493361929224579627541046953961507958009847269700700719359071051058041776361266836446568877993297476728092922544692309023365167715532774255354002397833424304322646899345028100914711798151501588347923378375352664070853084414399463805808714862789282642194097351539547248378070064314688481479522196051490708558799610952403733149340952762846238892470786269097488965905823979939730096629118014109028649497778670982751570214549171508727961964431724767249611713072052262735404850208172972872809904669278040073331914357886392108024050244511495607730201289078868383310873304056192585462776990543502425316339623948492814909533253026287577740013243086375717826549420711435815056078426235823757589132557470369187451224927742573518154624264664070819710202373080160297965365145247340425939353705563450936683065957443450656593999956694052313933851851023185061992165772272381533018084913619153648793891332447047739139496675520917148646850851911402915045474219933800528273103996016241628660841235341084857922563576771340736660685777466785651452280685454306883674777798676382223911920103003673605939477552954290172912338689908560271800147675866390142803634968729663117236576531253613139798882998071978710878775609641727670825804024680584972027246530573317934457983616349908486008317701100005781920905064618900059293375744386838618316089722414552035037999950333582582323411620950458145831164410536876856495449679331364384694896717261061920567838544653585158279274480472769442509767064513534536010210378382720063566926815763027972021904224678292118747608930913954090534913961084448792056998503779490228175284055572165792016214183667920317189792553214024317447353327822385946272072650103891560391599446404312776603164207176326032694052695624033214208850879100747393251013109650494149981284709693673883404560173662729471095693754513242835440754958229092741685940717354213420545576105344773958835870984217935372879014542920586650333382521895874510117985340191625310987296795286090867985897784455954829015433315317460904516777419865555990518145069018903826990361468097324546031467448971143836170584739678433053551217893433769881086865927451506651882312304000668626364875400607938283768147249538537740552560629170114338597494903603882295496457644080115238934416846928873882396661067189062926909722720252928422627999153754830453711814754746065875497970371658793513088044855669856664206574217726454096069488475165179623047878798400558482861564885979085722446394097753818846416304741808648303976512494329346729411702989890470054362621850677968609288126168490740031520025929623092733886442444643920286280342769515434185179874695343636118380057620623165264756821208514657417163170705626163515941415906341047610728050104709960650488738860721269727460766655625564220664638734326646485765533251030953323100002799139577562195853482471980170360389253317407262282088999220387684584895416038239679784421652200259754725002023299919491387644540521992391287539965894112832503459130088767929856046626483906883180192234336399946987189047777843064212990413688264279014646956209003178160944546310986948833338728323024299890207637641996538827181394212831446325905226839737619531413969771360992902876042569239471213681921299321538395229213292514588012002722246132773117608827192477902613845161148032253602163057462326461405504691694122851723965021974159443640788145108204172925350110308088822772680868443026567739523934891896734000947991945391495926295643425139436753301509449097752678501818777821328020178039847431378094035530939900857760465002721542516008561777991848628216263257383173483789603154009331089098880401135348798407795377333763107696111588846398257411643476912810328191515108062496197687498284572541962565355399906649323282976439013248966787124117882078958177151912217562543925299618001112126028809326181918442059727397420889511262114509858989345891288303979428059515161190916024750823749328889653475925389404159705471661850147004377435659857667199654737752505108590574129903797474865783348849182198346138967273010124957267901540506233728754080714131755480029461700968791360983753314267034818526635453324395361851948719883940651056259749097528033426256580797303652344609373622022773574770157253774612375888098025568974362736064890384250298467145465329091969444218419236291587992272874987537916664181827072081513434628697186075483758936797721882837476425990430628159479044570058764694891541718364022382033044989729403559969078675642201762734885247711169393779820373651822191322375020368955577589371722296457768641614778137362990273241188085509735306188624943245432856794195283089850533055433377514421049113070231782567228178794711830340427984406258361301606361719355155369346754262550570213726619002233460395675179867560356140946447811271992466839424167205095192006755988772023584985611434996351606257890661985423927970877380737954316851641575664385662671919274301298270059103570680686839225919243753425089301505669019013767981111318384110113813315901438476932672696056102058626611231456019358111233548866769955208682426797238236269692117164626694779060608675425011398540515412804580906530145301902864764201208406282132008745761404097235428655321444467127742054818153854980798426413658575495187657657341161549767344374356035623322074417490032557563653465796641497027108776419252974122098819106441434434002308562026280001222572180773406089104472620085387933443892296334918023332474927691064855453798100001212861271310932545054395374789309999729803029698602473841280543872199875333473892690228595264889998765524742534587225571825316969903211262133693232173058564697895133339191638039286970938000415721083643703012523823125989954483406182879163327581495845458047869358952604082815330691554099623849352678054116659858001207539325144023985048082695068652861542189651071843410571079606701755826922585147811258402602784355690881377108200374497055748449884499569570377648884887776807052778772512899939735565502075032942529253405214809404071137367933108548594182341714283083410685872023916029771287754969242596573842705729389711949872794956856214729210260744805599495939093109795260828312483911320922017538302672231072365100129835881925200065398562495673367644820383589010164634700558864553520886451155866109141360900703309618930290523638951341193598057411019624072103430512312861625930693930458366412612395451247609449702662698368553184086035975204323613654014632347741374672209010039413525311882348982399860099604050202341667421189166437683795855609560913293356252181668454327712045441739632111264577468347194440110566855005414472082743321411200730652449852203627383193395500599550624566914097855905703746195910404968122134153206306514117080602976997355398450086986852295570118265822545526804494850509948305147547735476248393009987124558634101690460771460405323989331489085099748721383193276095907973980774963730586889146285773047370441696465601838410220653678967770722535737744044760490164238844596960964521141307738226637146113608774474575753822526881115931916028103202756314470430753741203992606672068204049007385167509581854038156123620191917629169608048204831544500188707821216775815568024275374445390218406382533487168007676461238657600722717177531654046428876024610479295993130920341896886810834969417391337469585038311903179280825888050087877067009571022767645755605029945374108700899851927485241951447764837200812973061843788145471753327466943128996448885308682679816344315510783529456995695755106895349019041094727252894794264474430827988322830417096508003973789643094841782945320179064293794784235627455307634540346945536558322399963468908930240887139881124101026511992109789637221873373201175202281337057058755492302626049427484472149025313852346173232553313974062041220940971916853864794304890907302374485418277963170519418370026850128610452067364560153547832219700725316196579647433361726308291566211258090222988814029416606416078429478056595693311906149155843619697114294092271410593591263820541066475066511496267929815510989475534381683426423673436046852314953160546973135201248651731824194424683101791939116622734349833166794243060835633860648726325201928490575746097973516731680930818987342285453348526954741862158867840806916728602710774830828913124017621708619661900451392302972494616689932635710223025031253928913006414827907431385119690538015463339739990366773929370399448245671929843917813097520336814681448610732492743663630260605797784070099236183287084705255560303256907888982089139099268656235169777278680288000287583533166766722014927051870759990147698212344048355526963937749160859085328340873870655862175125816478601931815785914559307758966441250977491620087905558965271603091400416127752802727796592464087574700638552176887510197740062892005708730894819117670555477809735600432523297550270094718521312448559467653745140750931846338238701314814005794461879813056258859894166097149490974412888496884889688223201306452590754430997695609424199028313450406203783269437749217024581925630390101178442576950234587509573875736103478487355317132203080835144138660030164637429317774920771253314402845771881085823756392157745592069414746188181870854096394456268133696158578466596889170511494803426838843402788719549623277881654957097388903565046228755550688258671662165326351835854222803472189057153228742647853436504883970955564434954660496318107593148355307057295572807374415777305414104502184615268990062154655914548699960336355933421797678718780855076742089116552592241162042291964949834760779630850499466972042956239872237708587009277081699850489875321896886941014943318131444211580236443689622486936136629520038112922342689687483902153548936789502846971403630337060732689607725858009157328285261517003534700430667319955462067517009895147375843210981329866402116593121215983341406385536422631731380044364314050134765708183003213253043168872691227219799253843222311346751000843178052410366221016317418629326925610961707391793337989407950385971573623378878606231530997149016905119143414277129462303783183349885584616202395526760714250538610928741792262341461540884017726922443614884752404552815241885842393410496696286108026118541782307989812655540947138181280109256543942827864323343950092774678049225612679971100020939244169694146820699958457586750438891956567457389497443304378338245225334485584528102327189328849644710109090984154761907023886511191701336935864846657643193976886421660941837229696847060369692115617522445390710488259366791117282493904813567325337761327020155409736695254647876651579750270059586997827647816898321986089929665617021659880996289873069153584931180024640848637886714599104838721520933099460006615605214909597224845218173572424522730726266338981926795291391913504451982872378154455529060335870361007978391789284053364437140449837632345943340162509622102881826598445061584692099709471933786264703768667282702787108913552236407262749572258144174483625425462812195835627500913342908828323786119386524904264017412696610439399370432631193426978571227627061712414682741726312327027180600638301776316391716619545491187462808102974395257041921968957520098655026658365334650922371506866231046827364237692470749633783786065452836670054958637010713887569472300154721419706743980768172909442293196313945539988476955077549727601187427160306181735590472856227065798676520747646543550996640115656192146432448191368951988275289599375953957967997801527526489496970733923096179795299474464930445303712066474913196461620340499958395075194263237516448863843230553228229625154572795549391671991036062559865111817820436189375867193654476355946761352214521789082547528154588741650389446437819405383784635833445472032412420559567350989356265888406341272742421860487372897339377390043462909207941728721676650733960559965293893163731761106149862662968187335407039035536557500265201689090921574854994971612064279383051300171535625088503591119704396472629652330021831288525766057407726691652861097869249378082170798094775132557578551197554467831433762422682267807495560575883176751927529170019588308229076538097535940866054755049670519098554499467769493475008562723772474079170043431923259462082021634625226895454978953906420035740446138318200551790879121091651124696489337813158494297813895666308040688012541565272481192122242991256962867909937923236075912382422545908674374091183753170574664097290916832003439985112050132036024232622444644792439441382882194350692297660868706331809963835473792827989395200954934084660801479630516453599525448333531643291082091328195614692275196338891272245131787927787020906347628299907303049888639857378282502018656852072139206875577269942667010554844164109823689209086095429221168195992216941052382650861333049080998930563384199881515308757346848080436080556625070552851216567869730997142652142296011149882168387905436144561274436280803593268500464885635598289641959081372138092035221707335632299695400948138146091764174613099997917941000535651958879224212626955558684704616394890431569431576303694918465874765751964663128898185208294610782408765338823948195394215387039602162777308497645073875934375277070143156351165215705264505054312918632143548247961556950219968023291230404458515126458794131847885982105914850660946721490417958101938816621962566211595255725543076651460374296242587334768644268484657266269814952759829324257517418407092993548433310483787914622457658802978900839398069738657776345248014078429007162211790155224988034465262692171422591867597332181183701259086591015128896080785132906982422883736547742686560094727888848162168910565463519735657840513497307369557078892681747387021111785008846899742571723018093535849263530816334515576718424784360633600000
3600.08/3544.15	c number of deleted constraints	: 144002
3600.08/3544.15	c speed (assignments/second)	: 14087.411621296746
3600.08/3544.15	c non guided choices	: 4403
3600.08/3544.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 102
3600.08/3544.17	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 154
3600.08/3544.17	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 23160
3600.08/3544.17	s UNKNOWN
3600.08/3544.17	c Total wall clock time (in seconds): 3544.016

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (59024 MiB free)
  memory of node 1: 64465 MiB (62358 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=38075, runsolver pid=38072

[startup+0.100061 s]*
/proc/loadavg: 4.44 4.22 4.12 6/344 38093
/proc/meminfo: memFree=124267684/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=18930384 memory=57720 CPUtime=0.13 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 6559 0 0 0 11 2 0 0 20 0 18 0 38598115 19384713216 14430 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4732596 14430 5336 1 0 547603 0
[pid=38075/tid=38077] ppid=38072 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 5075 0 0 0 7 1 0 0 20 0 18 0 38598116 19384713216 14430 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38598118 19384713216 14430 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=18930384 memory=60684515953973 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38598118 19384713216 14430 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57720 KiB

[startup+0.205988 s]*
/proc/loadavg: 4.44 4.22 4.12 7/344 38093
/proc/meminfo: memFree=124259492/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=18930384 memory=68624 CPUtime=0.32 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 7156 0 0 0 30 2 0 0 20 0 18 0 38598115 19384713216 17156 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4732596 17156 5432 1 0 548017 0
[pid=38075/tid=38077] ppid=38072 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 5399 0 0 0 17 1 0 0 20 0 18 0 38598116 19384713216 17156 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=18930384 memory=14860 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38598118 19384713216 17156 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38598118 19384713216 17156 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68624 KiB

[startup+0.305936 s]*
/proc/loadavg: 4.44 4.22 4.12 6/344 38093
/proc/meminfo: memFree=124230568/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=18930384 memory=97424 CPUtime=0.52 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 8674 0 0 0 49 3 0 0 20 0 18 0 38598115 19384713216 24356 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4732596 24356 5432 1 0 549020 0
[pid=38075/tid=38077] ppid=38072 vsize=18930384 memory=-6000919498443089004 CPUtime=0.26 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 5420 0 0 0 24 2 0 0 20 0 18 0 38598116 19384713216 24356 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38598118 19384713216 24356 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38598118 19384713216 24356 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 97424 KiB

[startup+0.700232 s]
/proc/loadavg: 4.44 4.22 4.12 6/345 38094
/proc/meminfo: memFree=124163520/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=18996948 memory=171308 CPUtime=1.28 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 11072 0 0 0 123 5 0 0 20 0 19 0 38598115 19452874752 42827 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4749237 42827 5496 1 0 550598 0
[pid=38075/tid=38077] ppid=38072 vsize=18996948 memory=17536 CPUtime=0.6 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 5455 0 0 0 57 3 0 0 20 0 19 0 38598116 19452874752 42827 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38598118 19452874752 42827 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38598118 19452874752 42827 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 171308 KiB

[startup+1.50024 s]
/proc/loadavg: 4.44 4.22 4.12 6/345 38094
/proc/meminfo: memFree=123668980/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=665964 CPUtime=2.84 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 24823 0 0 0 267 17 0 0 20 0 20 0 38598115 19521036288 166491 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 166491 5496 1 0 556682 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=3200 CPUtime=1.33 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 5806 0 0 0 121 12 0 0 20 0 20 0 38598116 19521036288 166491 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 166491 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 166491 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 665964 KiB

[startup+3.10578 s]
/proc/loadavg: 4.64 4.26 4.14 6/346 38095
/proc/meminfo: memFree=123448828/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=870812 CPUtime=6.02 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 25613 0 0 0 580 22 0 0 20 0 20 0 38598115 19521036288 217703 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 217703 5496 1 0 556741 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=10624 CPUtime=2.89 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 6080 0 0 0 272 17 0 0 20 0 20 0 38598116 19521036288 217703 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 217703 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 217703 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 217703 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 870812 KiB

[startup+6.30022 s]
/proc/loadavg: 4.64 4.26 4.14 5/323 38124
/proc/meminfo: memFree=123726848/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=1841864 CPUtime=11.63 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 38515 0 0 0 1122 41 0 0 20 0 20 0 38598115 19521036288 460466 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 460466 5496 1 0 684201 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=0 CPUtime=6.02 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 7789 0 0 0 568 34 0 0 20 0 20 0 38598116 19521036288 460466 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=-8412658762062785436 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 460466 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=-6000919498443089004 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 460466 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 460466 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 11.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1841864 KiB

[startup+12.7002 s]
/proc/loadavg: 4.62 4.27 4.14 6/346 38162
/proc/meminfo: memFree=122289372/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=1876912 CPUtime=18.47 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 38914 0 0 0 1804 43 0 0 20 0 20 0 38598115 19521036288 469228 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 469228 5496 1 0 684260 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=0 CPUtime=12.32 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 7881 0 0 0 1197 35 0 0 20 0 20 0 38598116 19521036288 469228 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=1876912 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 469228 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 469228 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 469228 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 18.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1876912 KiB

[startup+25.5003 s]
/proc/loadavg: 4.53 4.26 4.14 5/346 38162
/proc/meminfo: memFree=120404876/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=1877680 CPUtime=32.36 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 49023 0 0 0 3190 46 0 0 20 0 20 0 38598115 19521036288 469420 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 469420 5496 1 0 684405 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=1877168 CPUtime=24.95 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 11110 0 0 0 2458 37 0 0 20 0 20 0 38598116 19521036288 469420 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=1877168 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 469420 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 84 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 469420 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=666092 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 469420 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 32.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1877680 KiB

[startup+51.1058 s]
/proc/loadavg: 4.43 4.26 4.14 5/345 38162
/proc/meminfo: memFree=119656220/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=1902512 CPUtime=58.61 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 53782 0 0 0 5810 51 0 0 20 0 20 0 38598115 19521036288 475628 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 475628 5496 1 0 684437 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=224194199869 CPUtime=50.01 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 13369 0 0 0 4961 40 0 0 20 0 20 0 38598116 19521036288 475628 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=1902512 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 475628 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=1882952 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 84 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 475628 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=1877168 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=108576360/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=3277536 CPUtime=3269.18 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 228199 0 1 0 326562 356 0 0 20 0 20 0 38598115 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 819384 5528 1 0 834490 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=3277408 CPUtime=3168.47 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 85986 0 0 0 316620 227 0 0 20 0 20 0 38598116 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=3277408 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=3277536 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=3277536 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 3269.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3277536 KiB

[startup+3282.3 s]
/proc/loadavg: 4.50 4.25 4.20 5/343 38366
/proc/meminfo: memFree=108503872/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=3277536 CPUtime=3333.27 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 229234 0 1 0 332964 363 0 0 20 0 20 0 38598115 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 819384 5528 1 0 834490 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=3277536 CPUtime=3227.58 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 86871 0 0 0 322529 229 0 0 20 0 20 0 38598116 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=3277536 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=3277536 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 3333.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3277536 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.26 4.21 6/343 38368
/proc/meminfo: memFree=108420860/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=3277536 CPUtime=3396.76 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 239537 0 1 0 339306 370 0 0 20 0 20 0 38598115 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 819384 5528 1 0 834495 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=5632 CPUtime=3286.72 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 90220 0 0 0 328441 231 0 0 20 0 20 0 38598116 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=3277536 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 1797 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 819384 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 3396.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3277536 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.23 4.19 5/344 38374
/proc/meminfo: memFree=108346604/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=3277664 CPUtime=3457.03 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 240375 0 1 0 345328 375 0 0 20 0 20 0 38598115 19521036288 819416 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 819416 5528 1 0 834511 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=3277536 CPUtime=3346.13 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 90905 0 0 0 334379 234 0 0 20 0 20 0 38598116 19521036288 819416 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=3277664 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819416 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 1797 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819416 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=3277664 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 819416 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 3457.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3277664 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.20 4.18 5/344 38377
/proc/meminfo: memFree=108257904/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=3277664 CPUtime=3517.46 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 244074 0 1 0 351365 381 0 0 20 0 20 0 38598115 19521036288 819416 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 819416 5528 1 0 834511 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=3277536 CPUtime=3405.24 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 93476 0 0 0 340286 238 0 0 20 0 20 0 38598116 19521036288 819416 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=3277664 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819416 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=3277664 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 1866 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819416 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=3277664 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 819416 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 3517.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3277664 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.21 4.19 6/342 38512
/proc/meminfo: memFree=118740064/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=3277920 CPUtime=3577.99 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 247894 0 1 0 357412 387 0 0 20 0 20 0 38598115 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 819480 5528 1 0 834522 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=3277664 CPUtime=3464.36 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 95939 0 0 0 346194 242 0 0 20 0 20 0 38598116 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=3277920 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 1943 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 3577.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3277920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3544.11 s]
/proc/loadavg: 4.30 4.23 4.19 5/343 38513
/proc/meminfo: memFree=117308988/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=3277920 CPUtime=3600.08 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 247956 0 1 0 359619 389 0 0 20 0 20 0 38598115 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 819480 5528 1 0 834522 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=3277920 CPUtime=3485.75 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 95969 0 0 0 348332 243 0 0 20 0 20 0 38598116 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=3277664 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=3277664 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 1943 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=3277920 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3277920 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.32 s, system=3.9061 s

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

[startup+3544.11 s]
/proc/loadavg: 4.30 4.23 4.19 5/343 38513
/proc/meminfo: memFree=117308988/131250000 swapFree=33010684/33010684
[pid=38075] ppid=38072 vsize=19063512 memory=3277920 CPUtime=3600.08 cores=5,7
/proc/38075/stat : 38075 (java) S 38072 38075 37338 0 -1 4194304 247956 0 1 0 359619 389 0 0 20 0 20 0 38598115 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
/proc/38075/statm: 4765878 819480 5528 1 0 834522 0
[pid=38075/tid=38077] ppid=38072 vsize=19063512 memory=3277920 CPUtime=3485.75 cores=5,7
/proc/38075/task/38077/stat : 38077 (java) R 38072 38075 37338 0 -1 4194368 95969 0 0 0 348332 243 0 0 20 0 20 0 38598116 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38086] ppid=38072 vsize=19063512 memory=3277664 CPUtime=0 cores=5,7
/proc/38075/task/38086/stat : 38086 (Finalizer) S 38072 38075 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38093] ppid=38072 vsize=19063512 memory=3277664 CPUtime=0 cores=5,7
/proc/38075/task/38093/stat : 38093 (Common-Cleaner) S 38072 38075 37338 0 -1 4194368 1943 0 0 0 0 0 0 0 20 0 20 0 38598118 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
[pid=38075/tid=38095] ppid=38072 vsize=19063512 memory=3277920 CPUtime=0 cores=5,7
/proc/38075/task/38095/stat : 38095 (Timer-0) S 38072 38075 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38598217 19521036288 819480 18446744073709551615 93838376902656 93838376906352 140733432150624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93838376914168 93838376914960 93838390632448 140733432154413 140733432154598 140733432154598 140733432160200 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3277920 KiB

Child status: 143

Real time (s): 3544.19
CPU time (s): 3600.22
CPU user time (s): 3596.32
CPU system time (s): 3.9061
CPU usage (%): 101.581
Max. virtual memory (cumulated for all children) (KiB): 19069220
Max. memory (cumulated for all children) (KiB): 3277920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.32
system time used= 3.9061
maximum resident set size= 3278688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250229
page faults= 1
swaps= 0
block input operations= 1024
block output operations= 2298696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145766
involuntary context switches= 18159


# summary of solver processes directly reported to runsolver:
#   pid: 38075
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.32
#   total CPU system time (s): 3.9061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.28977 second user time and 17.7691 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 22:33:26
IDJOB=4514309
IDBENCH=162621
IDSOLVER=3362
FILE ID=nodeC016/4514309-1751229206
RUNJOBID= nodeC016-1751225628-37351
SLURM_JOB_ID= 9587681
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_8.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514309-1751229206/watcher-4514309-1751229206 -o /tmp/evaluation-result-4514309-1751229206/solver-4514309-1751229206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37351 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514309-1751229206 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4514309-1751229206.opb

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

MD5SUM BENCH= 07ba29cf24b97459f05241f8c3fed802
RANDOM SEED=1239233725

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124295816 kB
MemAvailable:   125105360 kB
Buffers:            3280 kB
Cached:          1614456 kB
SwapCached:            0 kB
Active:          5008176 kB
Inactive:        1358440 kB
Active(anon):    4767040 kB
Inactive(anon):        0 kB
Active(file):     241136 kB
Inactive(file):  1358440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             76168 kB
Writeback:             0 kB
AnonPages:       4751628 kB
Mapped:           122676 kB
Shmem:             18072 kB
KReclaimable:      98416 kB
Slab:             186940 kB
SReclaimable:      98416 kB
SUnreclaim:        88524 kB
KernelStack:        5296 kB
PageTables:        13020 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8211332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4530176 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC016 at 2025-06-29 23:32:30