Trace number 4508787

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06SAT (TO)-69 3600.15 3597.57

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-sporttournament18.lin.opb
MD5SUM609ffeb3252de5d8ecab6cf3f101c41d
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 benchmark-80
Best CPU time to get the best result obtained on this benchmark2.03794
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables441
Total number of constraints576
Number of constraints which are clauses288
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 389
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 420
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 420
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.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.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4508787-1751519978.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  objective function found
0.32/0.23	c ... done. Wall clock time 0.065s.
0.32/0.23	c declared #vars     441
0.32/0.23	c #constraints  576
0.32/0.23	c constraints type 
0.32/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 288
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 288
0.32/0.23	c 576 constraints processed.
0.32/0.24	c objective function length is 389 literals
0.32/0.26	c SATISFIABLE
0.32/0.26	c OPTIMIZING...
0.32/0.26	c Got one! Elapsed wall clock time (in seconds):0.095
0.32/0.26	o -48
0.32/0.30	c Got one! Elapsed wall clock time (in seconds):0.135
0.32/0.30	o -49
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.18
0.51/0.34	o -50
1.27/0.74	c Got one! Elapsed wall clock time (in seconds):0.58
1.27/0.74	o -51
1.67/0.96	c Got one! Elapsed wall clock time (in seconds):0.804
1.67/0.96	o -52
3.64/1.92	c Got one! Elapsed wall clock time (in seconds):1.755
3.64/1.92	o -53
9.99/7.16	c Got one! Elapsed wall clock time (in seconds):7.003
9.99/7.16	o -56
11.32/8.40	c Got one! Elapsed wall clock time (in seconds):8.239
11.32/8.40	o -57
15.93/11.75	c Got one! Elapsed wall clock time (in seconds):11.587
15.93/11.75	o -58
19.47/15.17	c Got one! Elapsed wall clock time (in seconds):15.005
19.47/15.17	o -59
33.40/28.16	c Got one! Elapsed wall clock time (in seconds):27.997
33.40/28.16	o -60
54.53/48.35	c Got one! Elapsed wall clock time (in seconds):48.193
54.53/48.35	o -61
65.12/58.60	c cleaning 4340 clauses out of 8684 with flag 0/8684
67.48/60.81	c Got one! Elapsed wall clock time (in seconds):60.644
67.48/60.81	o -62
108.95/102.38	c cleaning 4925 clauses out of 9849 with flag 0/14189
159.21/152.14	c Got one! Elapsed wall clock time (in seconds):151.974
159.21/152.14	o -63
233.33/225.31	c cleaning 7725 clauses out of 15461 with flag 0/24726
302.05/293.41	c cleaning 6867 clauses out of 13734 with flag 0/30724
334.69/325.84	c Got one! Elapsed wall clock time (in seconds):325.681
334.69/325.84	o -64
367.74/358.59	c cleaning 6411 clauses out of 12822 with flag 0/36679
423.23/415.14	c cleaning 6197 clauses out of 12411 with flag 0/42679
474.94/470.37	c cleaning 6609 clauses out of 13218 with flag 0/49683
487.26/482.54	c Got one! Elapsed wall clock time (in seconds):482.379
487.26/482.54	o -65
535.26/530.18	c cleaning 6167 clauses out of 12347 with flag 0/55421
590.38/584.76	c cleaning 6083 clauses out of 12180 with flag 0/61421
636.76/630.65	c cleaning 6545 clauses out of 13096 with flag 0/68420
711.94/704.80	c cleaning 7270 clauses out of 14551 with flag 0/76420
730.04/722.78	c Got one! Elapsed wall clock time (in seconds):722.618
730.04/722.78	o -66
751.96/744.23	c cleaning 6526 clauses out of 13059 with flag 0/82198
800.56/792.25	c cleaning 6260 clauses out of 12531 with flag 0/88196
869.29/861.92	c cleaning 6622 clauses out of 13278 with flag 0/95203
930.19/921.97	c cleaning 7319 clauses out of 14649 with flag 0/103196
1007.62/998.66	c cleaning 8166 clauses out of 16332 with flag 0/112198
1098.83/1091.69	c cleaning 9076 clauses out of 18165 with flag 0/122197
1238.91/1230.60	c cleaning 10044 clauses out of 20088 with flag 0/133196
1404.35/1397.52	c cleaning 11024 clauses out of 22047 with flag 0/145199
1412.20/1405.31	c Got one! Elapsed wall clock time (in seconds):1405.151
1412.20/1405.31	o -67
1469.74/1462.76	c cleaning 8368 clauses out of 16752 with flag 0/150928
1520.49/1513.05	c cleaning 7178 clauses out of 14386 with flag 0/156930
1542.79/1535.27	c Got one! Elapsed wall clock time (in seconds):1535.105
1542.79/1535.27	o -68
1563.36/1555.66	c cleaning 6575 clauses out of 13174 with flag 0/162896
1595.94/1587.88	c cleaning 6288 clauses out of 12600 with flag 0/168897
1654.73/1646.13	c cleaning 6638 clauses out of 13311 with flag 0/175896
1723.01/1713.70	c cleaning 7323 clauses out of 14673 with flag 0/183896
1797.32/1787.42	c cleaning 8166 clauses out of 16354 with flag 0/192900
1872.88/1867.73	c cleaning 9083 clauses out of 18184 with flag 0/202896
1995.11/1988.92	c cleaning 10028 clauses out of 20102 with flag 0/213897
2195.90/2193.81	c cleaning 11031 clauses out of 22074 with flag 0/225897
2413.62/2412.86	c cleaning 12014 clauses out of 24042 with flag 0/238896
2711.73/2710.22	c cleaning 13002 clauses out of 26030 with flag 0/252898
2894.68/2892.34	c cleaning 14009 clauses out of 28027 with flag 0/267897
3107.26/3103.01	c cleaning 15009 clauses out of 30018 with flag 0/283897
3418.99/3417.53	c cleaning 15992 clauses out of 32008 with flag 0/300896
3421.13/3419.63	c Got one! Elapsed wall clock time (in seconds):3419.473
3421.13/3419.64	o -69
3486.06/3484.93	c cleaning 10664 clauses out of 21345 with flag 0/306225
3600.05/3597.51	c starts		: 74
3600.05/3597.52	c conflicts		: 309827
3600.05/3597.52	c decisions		: 385181
3600.05/3597.52	c propagations		: 12670239
3600.05/3597.52	c inspects		: 1276005427
3600.05/3597.52	c shortcuts		: 0
3600.05/3597.52	c learnt literals	: 0
3600.05/3597.52	c learnt binary clauses	: 0
3600.05/3597.52	c learnt ternary clauses	: 0
3600.05/3597.52	c learnt constraints	: 309827
3600.05/3597.52	c ignored constraints	: 0
3600.05/3597.52	c root simplifications	: 0
3600.05/3597.52	c removed literals (reason simplification)	: 0
3600.05/3597.52	c reason swapping (by a shorter reason)	: 0
3600.05/3597.52	c Calls to reduceDB	: 35
3600.05/3597.52	c Number of update (reduction) of LBD	: 402067
3600.05/3597.52	c Imported unit clauses	: 0
3600.05/3597.52	c No decision after first conflict	: false
3600.05/3597.52	c number of reductions to clauses (during analyze)	: 0
3600.05/3597.52	c number of learned constraints concerned by reduction	: 0
3600.05/3597.52	c number of learning phase by resolution	: 0
3600.05/3597.52	c number of learning phase by cutting planes	: 0
3600.05/3597.52	c number of rounding to 1 operations	: 0
3600.05/3597.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3597.52	c number of reductions of the coefficients by power 2 	: 0
3600.05/3597.52	c number of right shift for reduction by power 2 	: 0
3600.05/3597.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3597.52	c number of ending skipping 	: 0
3600.05/3597.52	c number of internal skipping 	: 0
3600.05/3597.52	c number of derivation steps 	: 2782736
3600.05/3597.53	c number of skipped derivation steps 	: 0
3600.05/3597.53	c number of remaining unassigned 	: 2567016
3600.05/3597.53	c number of remaining assigned 	: 145983071
3600.05/3597.53	c number of falsified literals weakened from reason	: 0
3600.05/3597.53	c number of falsified literals weakened from conflict	: 0
3600.05/3597.53	c time for arithmetic operations	: 153262631536
3600.05/3597.53	c minimum degree of deleted constraints	: 1
3600.05/3597.53	c maximum degree of deleted constraints	: 583657881352058941959637802616079047939779097405960747704497497505929781234503947376899344686594057840490505840295399728983169259225510689204496772985444098092885913187482645116847683177367972699072306187693552565906186299708786029819955420651488252846587649709414938702959690311595278758850329069052116919920526030408376293466694768196401402989660946978022321236093561736806990324682495398163304149819841755151513711390155453052402317032946141129701795211610418736034744766916105551459863766040737266341153381678739719634784982435265211298690702220372293260947235997669003828123105199852516437301375440721169501782779333117289512247714652188924628642134604583060699995076070963629749215700694911970715689915162019869382365958335974191829209526518791863314305880589225587594711474893706345068759570473617919833331645386329734864636323672736636383056135164405269092221187151391181466102017562510376894397111418960228227418733068556824747375072379184569584244928367134767063394439318592572234546893278017570261473386736343124274198323271521137406568486424258268347710909971601456633870575958533148185831027885582432685287415438809098716084677806547620675400950905628750265215929780120187652570637808669837501499957440125351339406416487373894997440959374356596987645486010225090169303844325166043669909297265714932872896202786237543202390347721694938079664018697662121955996382349061612372966529949885628287830130367936044210756319259172605430398992116460161090163122935768374527804702490607534710205655687240290220791707345481840577015312493733850674237134299387321562922855589231934308163520122106349840670952804698963800436388806041410431959617611408416806358702982630449719443643964700470531555599051412755086204634125598596357080013610531161230939383695450424978918393291327100207784852263879885789437574961770418124480608377926344611944027781475807503150054375944319898550680066227730968983599205619539075401487128356645575019721801433221232698044704837956420433633747104933053650005042171434743770859582852708062039382502457187284424674236198279196972445883904811814432119181173339760204349115672114263361403175980750097703078935089302862135958463777192686634540159760676188650481134769301375945572384644328040790297140756617811096103891528026841856041567429339389463783911653224012786107020086649628931994009475665520208954115655396067900358017596094299851750176612935783863569117832499346982396408756119441019720233914998302919730365471249028005118113649821912619067732124249973461690008289076005227923342979496299694251864097989783025754074458449481723229715205471595398183172608196311434805758179559811593024369353702150880498491693878028943655256569053276333166696907540228907349008057572069708510155018613247006412404539344259017709091400857262068862163256670241564630535150398936769192094670583534834155710725644381908776986376865664171803831555651399125846055120219795065102841584500014314256447379301544283639441097475660883149423254149054163302860213327745403391705710582082947859302651271108575478351987544992763688665607539386184090163329343884776769095753257826750879075756232471143022493667002924805742771391400819851659265542989011738069974187750535555477006232666678778875511091117698766457669295030806672626921306417699055427471408705955506907374307779244046433866978374036935612969821652879663383318469983720671521238291819836550070206341941946013213250834535721790874570620633177843024141691233903241672537152916003691962381747467552047758379243798914803257961224054285250081116634264465086734376740127800844070714179609648589172969178759981190113946364263219727709030200054870516624561086065827633208851878965134844567721000950719662686836462012237281950769453093658156258741764418037076036065369771597764501541580206732305770477237536714197747539878886723007215662873808371063128939550753228890758530042138439911901949594944255993759071394239538184022430787488787903396627120671336055873272384282883305208184712163393193386979493208351966689428164800539917520925653418774444687823694907771302056084602367109316886654592181900657092526575559833325858010902744202755426897316313500811963017303213207706056463421954475544950306315502830764981346315519889376320961634268592483172090388994397203759322848768204800838687799078090092258249186483255836738405842074060885758245440000036944539989236383185740710720516887286029941605988871075561803424955271146767632932030407395198316247927780018456984706142370905460122423525115693950678984793710212670308903882604223620273758466971002772326866637414111650626033401163379578091574479653419227427845451005549053808915252954966212212339050744685369849815218724431639649365937896246378118259915511044631483125184179125853242564465455518263930012577213303559642853953238298902014810457579737030577422366835142499123088483335432889305258490794046353311317010288946944679473115991595069970894168387788973064506928692923158936813980150317498596729090523991740991490987600204557191582329510476684558550743664614678578598436078843933614067675264693978105757333360774124697001931420527397773882134099646363450586942681969218213912121720234229139347831985182331386383097343132737773420167625480586269666976846197660551452542526356497635020751638501377458306788019312339941941932898093727469231556028683459154093146028899200192692525496738090166424690516450851750180653550913424858610359797096732646710286574841106069325207993031537320422509295657655868809387338190910930127918072535219045966446916664238699078306001219591725802783890201782094109136751546502324180967150221591178221073524751995386868105311050870254690428964460891188097979572530553343056448480402207889491989724693985287544584420011695351350648845696060635470408124078914496685566271011266610390747191504489029544794131412853058252459990296604691622292433207291085122228290002243163707678918003219590505651559103471654015890976581362083915549789570182593188951455744517853524948561044652759231716645519054266586893846903267944921467546121746795316564112350178739897867595140624059363027292684142153303242339870903988296750090362471439128800595376594554450160905535011297776248537977907974608266656858989405595447337092307775778709251319535076393179963544729735716304148894470219713711687436565836069383931164669723843124229106916051873136747036903598382687226524576351622873489966089772286807474714480942659127746627362632485715809267961678266340061725022249519334695154620701026552381002430509866343440650280423201581390724361742752814174296915798745711732237204297707305683470245861252124435771594915691683846866204868463624072537119515288835335148668222311261999970251648151022409904427153642821437016574870109058275869457599635356576034606776537823300310193274083220476771124625390683977323431498093945547416137224514063687227167390631529232787053183714337537694787979682215424248957317993173851016277589834640749240636611472432061837807419650003904865802393819362296472937914129349852119012454856370883201599198993482252116916577917352543258597084918491267663815113363040917853137148330504347551950960504732876335370884728769614847163839844859010812150103018601804355526516340200092749956668812101519108675945751949063011603300370391274347645467739218730956721696441767492657876656545077881430897978149432378378982890805139496878338154256984492128767973074882256954014995514752417025331307946150851040225419380514700752536502826564057731720611706580428251287899903892500733593270389146315617483840637778934047420554608443526783228863206382253075542265001206794713129843950592677058972614786613854778269971324839187211234514328163403827006523356731233604942281687899853533692607109951217545041157864141024661401973417559830929700942474944216028057282730202561096347762592568883528402550977312384584959322734802818136427198158344823506709246561636399426515247082570849760997512899791343557298144026428284209024664645535188233237843933018305520328071188237900293095349892774579418497355125750075721892386445143143485863880159953145570652665469062225717609381690194422171629546955167327871106560447633590977078819473449882441659151592557954488712867660648345831363813533507416883477350958611648676008648264057117908161133048415635197079554459795647642627806132252887223238815434164615525136715023811870001624733724786723750749159377597849011553783380724567131673309904552698652292693990416507366735993260885995697799672129119360
3600.05/3597.53	c number of deleted constraints	: 295544
3600.05/3597.53	c speed (assignments/second)	: 3522.1759464661595
3600.05/3597.53	c non guided choices	: 77
3600.05/3597.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 69
3600.05/3597.54	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 14214
3600.05/3597.54	s SATISFIABLE
3600.05/3597.54	c Found 20 solution(s)
3600.05/3597.54	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 
3600.05/3597.54	c objective function=-69
3600.05/3597.54	c Total wall clock time (in seconds): 3597.379

Verifier Data

OK	-69

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=69531, runsolver pid=69528

[startup+0.100062 s]*
/proc/loadavg: 4.41 4.29 4.20 7/339 69549
/proc/meminfo: memFree=120296828/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=18930384 memory=55624 CPUtime=0.12 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 6539 0 0 0 11 1 0 0 20 0 18 0 67675335 19384713216 13906 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4732596 13906 5353 1 0 547604 0
[pid=69531/tid=69533] ppid=69528 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 5049 0 0 0 6 1 0 0 20 0 18 0 67675336 19384713216 13906 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67675338 19384713216 13906 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=18930384 memory=60684515934839 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 67675339 19384713216 13906 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55624 KiB

[startup+0.205917 s]*
/proc/loadavg: 4.41 4.29 4.20 7/339 69549
/proc/meminfo: memFree=120291220/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=18930384 memory=64760 CPUtime=0.32 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 7183 0 0 0 30 2 0 0 20 0 18 0 67675335 19384713216 16190 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4732596 16190 5449 1 0 548052 0
[pid=69531/tid=69533] ppid=69528 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 5405 0 0 0 16 1 0 0 20 0 18 0 67675336 19384713216 16190 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=18930384 memory=15987 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67675338 19384713216 16190 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 67675339 19384713216 16190 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64760 KiB

[startup+0.30587 s]*
/proc/loadavg: 4.41 4.29 4.20 6/340 69550
/proc/meminfo: memFree=120281012/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=18996948 memory=72256 CPUtime=0.51 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 7492 0 0 0 49 2 0 0 20 0 19 0 67675335 19452874752 18064 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4749237 18064 5481 1 0 548487 0
[pid=69531/tid=69533] ppid=69528 vsize=18996948 memory=-6000919472756843369 CPUtime=0.26 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 5546 0 0 0 24 2 0 0 20 0 19 0 67675336 19452874752 18064 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67675338 19452874752 18064 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 67675339 19452874752 18064 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 67675360 19452874752 18064 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72256 KiB

[startup+0.700253 s]
/proc/loadavg: 4.41 4.29 4.20 6/340 69550
/proc/meminfo: memFree=120255744/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=18996948 memory=140212 CPUtime=1.27 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 13301 0 0 0 122 5 0 0 20 0 19 0 67675335 19452874752 35053 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4749237 35053 5481 1 0 552018 0
[pid=69531/tid=69533] ppid=69528 vsize=18996948 memory=18688 CPUtime=0.6 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 5597 0 0 0 57 3 0 0 20 0 19 0 67675336 19452874752 35053 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67675338 19452874752 35053 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 67675339 19452874752 35053 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 67675360 19452874752 35053 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 140212 KiB

[startup+1.50026 s]
/proc/loadavg: 4.41 4.29 4.20 6/341 69551
/proc/meminfo: memFree=120182460/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=184764 CPUtime=2.84 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 21915 0 0 0 277 7 0 0 20 0 20 0 67675335 19521036288 46191 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 46191 5513 1 0 554473 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=10752 CPUtime=1.34 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 6059 0 0 0 130 4 0 0 20 0 20 0 67675336 19521036288 46191 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 46191 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 46191 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 46191 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184764 KiB

[startup+3.1057 s]
/proc/loadavg: 4.45 4.30 4.20 5/341 69551
/proc/meminfo: memFree=119945804/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=417980 CPUtime=5.72 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 24388 0 0 0 558 14 0 0 20 0 20 0 67675335 19521036288 104495 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 104495 5513 1 0 660992 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=10752 CPUtime=2.88 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 6832 0 0 0 279 9 0 0 20 0 20 0 67675336 19521036288 104495 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=-6000919472756843369 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 104495 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 104495 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 104495 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 5.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 417980 KiB

[startup+6.30025 s]
/proc/loadavg: 4.45 4.30 4.20 5/341 69551
/proc/meminfo: memFree=119617304/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=799440 CPUtime=9.18 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 25061 0 0 0 896 22 0 0 20 0 20 0 67675335 19521036288 199860 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 199860 5513 1 0 788417 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=0 CPUtime=5.98 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 7005 0 0 0 583 15 0 0 20 0 20 0 67675336 19521036288 199860 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 199860 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 199860 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=184764 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 199860 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 9.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 799440 KiB

[startup+12.7003 s]
/proc/loadavg: 4.42 4.30 4.20 5/341 69551
/proc/meminfo: memFree=119223736/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=1086100 CPUtime=16.94 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 29991 0 0 0 1664 30 0 0 20 0 20 0 67675335 19521036288 271525 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 271525 5513 1 0 789223 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=184764 CPUtime=12.3 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 9131 0 0 0 1208 22 0 0 20 0 20 0 67675336 19521036288 271525 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 271525 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=1086100 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 271525 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 271525 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 16.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1086100 KiB

[startup+25.5003 s]
/proc/loadavg: 4.32 4.28 4.20 5/341 69551
/proc/meminfo: memFree=117808128/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=1971688 CPUtime=30.46 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 40359 0 0 0 2993 53 0 0 20 0 20 0 67675335 19521036288 492922 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 492922 5513 1 0 789244 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=10752 CPUtime=24.93 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 12250 0 0 0 2453 40 0 0 20 0 20 0 67675336 19521036288 492922 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=1086100 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 492922 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 492922 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 492922 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 30.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1971688 KiB

[startup+51.1056 s]
/proc/loadavg: 4.35 4.29 4.20 5/341 69619
/proc/meminfo: memFree=118040136/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=2038376 CPUtime=57.41 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 46840 0 0 0 5681 60 0 0 20 0 20 0 67675335 19521036288 509594 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 509594 5513 1 0 790500 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=10752 CPUtime=50.06 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 14628 0 0 0 4962 44 0 0 20 0 20 0 67675336 19521036288 509594 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0

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

/proc/meminfo: memFree=113133256/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=3141544 CPUtime=3287.74 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 174035 0 0 0 328134 640 0 0 20 0 20 0 67675335 19521036288 785386 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 785386 5545 1 0 798232 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=3141544 CPUtime=3200.09 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 67538 0 0 0 319523 486 0 0 20 0 20 0 67675336 19521036288 785386 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 785386 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 1627 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 785386 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 785386 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 3287.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3141544 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.24 4.20 5/346 69815
/proc/meminfo: memFree=113122948/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=3141672 CPUtime=3347.11 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 178231 0 0 0 334063 648 0 0 20 0 20 0 67675335 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 785418 5545 1 0 798258 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=333106 CPUtime=3257.79 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 69534 0 0 0 325288 491 0 0 20 0 20 0 67675336 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=18688 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=3141672 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 1676 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=-6000919472756843369 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 3347.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3141672 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.21 4.19 5/345 69819
/proc/meminfo: memFree=113096624/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=3141672 CPUtime=3407.07 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 178490 0 0 0 340053 654 0 0 20 0 20 0 67675335 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 785418 5545 1 0 798258 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=18688 CPUtime=3316.35 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 69660 0 0 0 331139 496 0 0 20 0 20 0 67675336 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=3141672 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 1746 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 3407.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3141672 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.20 4.18 5/344 69822
/proc/meminfo: memFree=113072516/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=3141672 CPUtime=3463.28 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 180242 0 0 0 345665 663 0 0 20 0 20 0 67675335 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 785418 5545 1 0 798258 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=18688 CPUtime=3371.45 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 70996 0 0 0 336643 502 0 0 20 0 20 0 67675336 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=3141672 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 1746 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=18688 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 3463.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3141672 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.17 4.17 5/344 69890
/proc/meminfo: memFree=114040736/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=3141672 CPUtime=3523.81 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 183139 0 0 0 351709 672 0 0 20 0 20 0 67675335 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 785418 5545 1 0 798258 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=3141672 CPUtime=3430.33 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 72901 0 0 0 342524 509 0 0 20 0 20 0 67675336 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=3141672 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=3141672 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=3141672 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 785418 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 3523.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3141672 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.15 4.17 5/344 69893
/proc/meminfo: memFree=113209628/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=3667340 CPUtime=3584.79 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 187908 0 0 0 357789 690 0 0 20 0 20 0 67675335 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 916835 5545 1 0 931949 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=3141672 CPUtime=3489.18 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 74962 0 0 0 348394 524 0 0 20 0 20 0 67675336 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=3141672 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=3667340 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 3584.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3667340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.5 s]
/proc/loadavg: 4.12 4.16 4.17 6/344 69961
/proc/meminfo: memFree=116522676/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=3667340 CPUtime=3600.05 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 187944 0 0 0 359313 692 0 0 20 0 20 0 67675335 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 916835 5545 1 0 931949 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=3667340 CPUtime=3504.21 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 74973 0 0 0 349896 525 0 0 20 0 20 0 67675336 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=3667340 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=3667340 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=3667340 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3667340 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.21 s, system=6.9399 s

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

[startup+3597.5 s]
/proc/loadavg: 4.12 4.16 4.17 6/344 69961
/proc/meminfo: memFree=116522676/131250000 swapFree=33007332/33010684
[pid=69531] ppid=69528 vsize=19063512 memory=3667340 CPUtime=3600.05 cores=4,6
/proc/69531/stat : 69531 (java) S 69528 69531 68544 0 -1 4194304 187944 0 0 0 359313 692 0 0 20 0 20 0 67675335 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
/proc/69531/statm: 4765878 916835 5545 1 0 931949 0
[pid=69531/tid=69533] ppid=69528 vsize=19063512 memory=3667340 CPUtime=3504.21 cores=4,6
/proc/69531/task/69533/stat : 69533 (java) R 69528 69531 68544 0 -1 4194368 74973 0 0 0 349896 525 0 0 20 0 20 0 67675336 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69542] ppid=69528 vsize=19063512 memory=3667340 CPUtime=0 cores=4,6
/proc/69531/task/69542/stat : 69542 (Finalizer) S 69528 69531 68544 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67675338 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69549] ppid=69528 vsize=19063512 memory=3667340 CPUtime=0 cores=4,6
/proc/69531/task/69549/stat : 69549 (Common-Cleaner) S 69528 69531 68544 0 -1 4194368 1832 0 0 0 0 0 0 0 20 0 20 0 67675339 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
[pid=69531/tid=69550] ppid=69528 vsize=19063512 memory=3667340 CPUtime=0 cores=4,6
/proc/69531/task/69550/stat : 69550 (Timer-0) S 69528 69531 68544 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67675360 19521036288 916835 18446744073709551615 93960760709120 93960760712816 140726796214368 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93960760720632 93960760721424 93960762716160 140726796220717 140726796220902 140726796220902 140726796226504 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3667340 KiB

Child status: 143

Real time (s): 3597.57
CPU time (s): 3600.15
CPU user time (s): 3593.21
CPU system time (s): 6.9399
CPU usage (%): 100.072
Max. virtual memory (cumulated for all children) (KiB): 19068712
Max. memory (cumulated for all children) (KiB): 3667340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.21
system time used= 6.9399
maximum resident set size= 3668108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189904
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3504368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138287
involuntary context switches= 18367


# summary of solver processes directly reported to runsolver:
#   pid: 69531
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3593.21
#   total CPU system time (s): 6.9399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66629 second user time and 18.4005 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-03 07:19:38
IDJOB=4508787
IDBENCH=158472
IDSOLVER=3362
FILE ID=nodeC019/4508787-1751519978
RUNJOBID= nodeC019-1751516401-68555
SLURM_JOB_ID= 9598628
Free space on /tmp= 431632 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament18.lin.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508787-1751519978/watcher-4508787-1751519978 -o /tmp/evaluation-result-4508787-1751519978/solver-4508787-1751519978 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751516401-68555 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4508787-1751519978 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4508787-1751519978.opb

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

MD5SUM BENCH= 609ffeb3252de5d8ecab6cf3f101c41d
RANDOM SEED=1827485107

nodeC019 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.478
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.37
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.677
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.37
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		: 3597.788
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.37
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		: 3610.065
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.37
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		: 3591.913
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120328268 kB
MemAvailable:   122454612 kB
Buffers:             904 kB
Cached:          2929064 kB
SwapCached:          440 kB
Active:          7548736 kB
Inactive:        2783340 kB
Active(anon):    7389676 kB
Inactive(anon):    27736 kB
Active(file):     159060 kB
Inactive(file):  2755604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6164 kB
Writeback:             8 kB
AnonPages:       7404348 kB
Mapped:           123828 kB
Shmem:             15192 kB
KReclaimable:     101840 kB
Slab:             191524 kB
SReclaimable:     101840 kB
SUnreclaim:        89684 kB
KernelStack:        5196 kB
PageTables:        18336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10273280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7145472 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431624 MiB
End job on nodeC019 at 2025-07-03 08:19:36