Trace number 4489099

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)216 3600.18 3535.4

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUMb5aa25dccc2460ad32c358f07bd5c94a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark180
Best CPU time to get the best result obtained on this benchmark3585.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables473
Total number of constraints472
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
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.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.12	c version PB25.v20250606
0.05/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.05/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.05/0.13	c java.vm.version	22.0.1+8-16
0.05/0.13	c java.vm.vendor	Oracle Corporation
0.05/0.13	c sun.arch.data.model	64
0.05/0.13	c java.version		22.0.1
0.05/0.13	c os.name		Linux
0.05/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.05/0.13	c os.arch		amd64
0.05/0.13	c Free memory 		2104792832
0.05/0.13	c Max memory 		16282288128
0.05/0.13	c Total memory 		2113929216
0.05/0.13	c Number of processors 	2
0.05/0.19	c Pseudo Boolean Optimization by upper bound
0.05/0.19	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.19	c  - never skip resolution steps
0.05/0.19	c  - Auto-division on coefficients is disabled
0.05/0.19	c  - No postprocessing
0.05/0.19	c  - Conflict is considered as is when resolving
0.05/0.19	c  - Use constraints as they come during conflict analysis
0.05/0.19	c  - Weaken first using unassigned literals
0.05/0.19	c  - Bump strategy: ALWAYS_ONE
0.05/0.19	c  - Bumper: EFFECTIVE
0.05/0.19	c --- Begin Solver configuration ---
0.05/0.19	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.05/0.19	c Learn all clauses as in MiniSAT
0.05/0.19	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.19	c No reason simplification
0.05/0.19	c Dynamic restart strategy considering the size of the coefficients
0.05/0.19	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.05/0.19	c timeout=2147483s
0.05/0.19	c DB Simplification allowed=false
0.05/0.19	c Listener: none
0.05/0.19	c --- End Solver configuration ---
0.05/0.19	c solving HOME/instance-4489099-1751353019.opb
0.05/0.19	c reading problem ... 
0.23/0.22	c using VERIPB proof format
0.23/0.22	c  objective function found
0.23/0.29	c ... done. Wall clock time 0.092s.
0.23/0.29	c declared #vars     473
0.23/0.29	c #constraints  472
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 471
0.23/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.23/0.29	c 472 constraints processed.
0.39/0.31	c objective function length is 473 literals
0.39/0.33	c SATISFIABLE
0.39/0.33	c OPTIMIZING...
0.39/0.33	c Got one! Elapsed wall clock time (in seconds):0.135
0.39/0.33	o 226
1.14/0.77	c Got one! Elapsed wall clock time (in seconds):0.573
1.14/0.77	o 225
2.53/1.45	c Got one! Elapsed wall clock time (in seconds):1.26
2.53/1.45	o 224
3.73/2.01	c Got one! Elapsed wall clock time (in seconds):1.816
3.73/2.01	o 223
25.30/20.74	c cleaning 2695 clauses out of 5395 with flag 0/5395
41.35/36.22	c Got one! Elapsed wall clock time (in seconds):36.015
41.35/36.22	o 222
52.30/47.00	c cleaning 4142 clauses out of 8285 with flag 0/10980
78.89/73.18	c cleaning 5066 clauses out of 10143 with flag 0/16980
109.93/103.72	c cleaning 6034 clauses out of 12078 with flag 0/23981
140.10/133.57	c cleaning 7016 clauses out of 14044 with flag 0/31981
199.14/191.95	c cleaning 8007 clauses out of 16027 with flag 0/40980
243.93/235.85	c cleaning 9006 clauses out of 18022 with flag 0/50982
244.03/235.95	c Got one! Elapsed wall clock time (in seconds):235.753
244.03/235.95	o 221
262.10/253.73	c cleaning 7020 clauses out of 14046 with flag 0/56012
284.17/275.43	c cleaning 6507 clauses out of 13026 with flag 0/62012
309.62/300.55	c cleaning 6754 clauses out of 13519 with flag 0/69012
341.81/332.32	c cleaning 7379 clauses out of 14766 with flag 0/77013
392.41/382.27	c cleaning 8182 clauses out of 16386 with flag 0/86012
418.57/408.11	c Got one! Elapsed wall clock time (in seconds):407.916
418.57/408.11	o 220
424.33/413.89	c cleaning 7039 clauses out of 14097 with flag 0/91905
452.60/441.75	c cleaning 6519 clauses out of 13060 with flag 0/97907
488.15/476.92	c cleaning 6763 clauses out of 13540 with flag 0/104906
538.70/527.14	c cleaning 7377 clauses out of 14776 with flag 0/112905
581.51/569.38	c cleaning 8192 clauses out of 16400 with flag 0/121906
628.82/616.05	c cleaning 9096 clauses out of 18208 with flag 0/131906
693.40/680.04	c cleaning 10041 clauses out of 20112 with flag 0/142906
767.80/753.29	c cleaning 11029 clauses out of 22071 with flag 0/154906
988.23/973.11	c cleaning 12017 clauses out of 24041 with flag 0/167905
1143.82/1127.50	c cleaning 13005 clauses out of 26028 with flag 0/181909
1284.77/1266.75	c cleaning 13997 clauses out of 28019 with flag 0/196905
1328.48/1309.50	c Got one! Elapsed wall clock time (in seconds):1309.307
1328.48/1309.50	o 219
1354.52/1335.15	c cleaning 13437 clauses out of 26888 with flag 0/209771
1377.04/1357.39	c cleaning 9722 clauses out of 19451 with flag 0/215771
1409.42/1389.46	c cleaning 8358 clauses out of 16730 with flag 0/222772
1446.25/1425.69	c cleaning 8176 clauses out of 16373 with flag 0/230773
1483.07/1462.11	c Got one! Elapsed wall clock time (in seconds):1461.92
1483.07/1462.11	o 218
1514.46/1493.16	c cleaning 10299 clauses out of 20605 with flag 0/243181
1539.51/1517.23	c cleaning 8147 clauses out of 16306 with flag 0/249181
1569.41/1546.98	c cleaning 7572 clauses out of 15158 with flag 0/256180
1606.99/1584.22	c cleaning 7789 clauses out of 15586 with flag 0/264180
1655.57/1631.91	c cleaning 8397 clauses out of 16800 with flag 0/273183
1710.70/1686.50	c cleaning 9193 clauses out of 18402 with flag 0/283182
1778.86/1754.11	c cleaning 10093 clauses out of 20209 with flag 0/294182
1840.71/1815.08	c cleaning 11054 clauses out of 22119 with flag 0/306185
1937.89/1911.55	c cleaning 12014 clauses out of 24060 with flag 0/319180
2041.67/2013.96	c cleaning 13014 clauses out of 26046 with flag 0/333180
2151.10/2121.97	c cleaning 14006 clauses out of 28034 with flag 0/348182
2279.70/2249.09	c cleaning 15000 clauses out of 30026 with flag 0/364180
2315.46/2284.08	c Got one! Elapsed wall clock time (in seconds):2283.877
2315.46/2284.08	o 217
2343.96/2312.11	c cleaning 13207 clauses out of 26426 with flag 0/375580
2378.04/2345.93	c cleaning 9599 clauses out of 19219 with flag 0/381580
2416.22/2383.14	c cleaning 8298 clauses out of 16620 with flag 0/388580
2439.30/2406.06	c Got one! Elapsed wall clock time (in seconds):2405.865
2439.30/2406.06	o 216
2460.15/2426.69	c cleaning 9215 clauses out of 18441 with flag 0/398699
2494.35/2460.34	c cleaning 7603 clauses out of 15225 with flag 0/404698
2528.33/2492.34	c cleaning 7307 clauses out of 14623 with flag 0/411699
2578.56/2542.02	c cleaning 7649 clauses out of 15315 with flag 0/419698
2634.74/2597.33	c cleaning 8324 clauses out of 16667 with flag 0/428699
2707.02/2669.07	c cleaning 9167 clauses out of 18344 with flag 0/438700
2766.89/2727.86	c cleaning 10084 clauses out of 20177 with flag 0/449700
2846.79/2806.40	c cleaning 11040 clauses out of 22092 with flag 0/461699
2951.47/2909.60	c cleaning 12015 clauses out of 24052 with flag 0/474699
3030.03/2986.84	c cleaning 13003 clauses out of 26036 with flag 0/488698
3138.37/3091.83	c cleaning 14006 clauses out of 28033 with flag 0/503698
3372.32/3314.54	c cleaning 15002 clauses out of 30029 with flag 0/519700
3553.37/3489.55	c cleaning 16008 clauses out of 32025 with flag 0/536698
3600.03/3535.31	c starts		: 60
3600.03/3535.31	c conflicts		: 544771
3600.03/3535.31	c decisions		: 774397
3600.03/3535.31	c propagations		: 9301103
3600.03/3535.31	c inspects		: 893090386
3600.03/3535.31	c shortcuts		: 0
3600.03/3535.31	c learnt literals	: 0
3600.03/3535.31	c learnt binary clauses	: 0
3600.03/3535.31	c learnt ternary clauses	: 0
3600.03/3535.31	c learnt constraints	: 544770
3600.03/3535.31	c ignored constraints	: 0
3600.03/3535.31	c root simplifications	: 0
3600.03/3535.31	c removed literals (reason simplification)	: 0
3600.03/3535.31	c reason swapping (by a shorter reason)	: 0
3600.03/3535.31	c Calls to reduceDB	: 55
3600.03/3535.31	c Number of update (reduction) of LBD	: 534965
3600.03/3535.31	c Imported unit clauses	: 0
3600.03/3535.31	c No decision after first conflict	: false
3600.03/3535.31	c number of reductions to clauses (during analyze)	: 0
3600.03/3535.31	c number of learned constraints concerned by reduction	: 0
3600.03/3535.31	c number of learning phase by resolution	: 0
3600.03/3535.31	c number of learning phase by cutting planes	: 0
3600.03/3535.31	c number of rounding to 1 operations	: 0
3600.03/3535.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3535.31	c number of reductions of the coefficients by power 2 	: 0
3600.03/3535.31	c number of right shift for reduction by power 2 	: 0
3600.03/3535.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3535.31	c number of ending skipping 	: 0
3600.03/3535.31	c number of internal skipping 	: 0
3600.03/3535.31	c number of derivation steps 	: 2876333
3600.03/3535.31	c number of skipped derivation steps 	: 0
3600.03/3535.31	c number of remaining unassigned 	: 4785590
3600.03/3535.32	c number of remaining assigned 	: 470168190
3600.03/3535.32	c number of falsified literals weakened from reason	: 0
3600.03/3535.32	c number of falsified literals weakened from conflict	: 0
3600.03/3535.32	c time for arithmetic operations	: 69097695829
3600.03/3535.32	c minimum degree of deleted constraints	: 1
3600.03/3535.32	c maximum degree of deleted constraints	: 42817760956924319891661093645683841022789194156625338842495803106819828558795048220398546310153636257396695507610396423438632649621525050993583452835685198911163378891135648307558998391958536238542799017351024172159258853711014468229430548525748966860975646466831340400520918242447023613782574948826840358523545628008229694561398906215080983843132904350001760079747872512200636480800272976228062231344707707058772477580542954983177042316710518091283249370915359591871946745557443087023472792676973790354996299089023342253821995604271763137011526017103151464798553288724934820855289248888501951753461812193417104406583760909094085986490006423542811697548579477944431208201416735088278754811478824312283613123121370547632684135826433487556129784528561274508392213718617992980906253941734632771050187638892830620634698343367756551114601375744752218326230504789698773721202649976711286845395367821725295622917805067004870168484504351779404455295427995315187734930884015079263853023422126145916386355489798410419999940969736945864598394190316916797045484592676968895894195983100306285424285352549116747302325722228989193667571546713935783788447435923895597814701902080825493000465257365174143812287881747420746092995422405763731082063809783614049274262437327548830888507587147884169602308056916869064725946852505879831432025759769459185721333215627798784375409580051254996941570591772932613351347231891305005588426843106684429996458759295508276705016656717301195650326044366344492326746021782856331091196102354854817170202380825459989346612634542657262067041174603679763820645838141184791860506091455207019454797341288623053667310954091215333958903339258965140536963494079772520359079071639973798290662092204137280940546436638466415712814591592092910200987503296783011532370900207963081061184087492190725154398729410972934899840801758323519164948927286654340738638096860618771817701752587875522483905312215616982174448451516293561535410493190104664215781137633489889521120663092803603875729892608909959003316333340819088738624677605969781226465109458271264243972212211408458743326453098048533393569208706891501076500113470056794062609176645271712812840897212606344629316235080467000205672394044992560686715878450686206971248043941330325260447481674685991924869920012448371547894225553035926743558183660080922124729897666578090173716722537600222531720708244761555316757547452345302010044495007315051591392043234629625973372739466946780350700247515875644250644186537632307935039239772298756221356210822485956652923779947874414883068872263670765535223101307069984769441672041745373095253359988267957167923515362656381072136680345057122183411616004024925448377536361561988712218102444576870441798047473751156872085757668373370354506182507023369752596289496574726954270013175129192666491738613574932343840305328728719506773542435635532140763137693446563356487465888221914204310431765934010158624064345061600758016143784190562620023863950593962072198688679166376445947180948340801586666695421608819504715858786806955613593750223831114429656056094024468643488204178596213089659674100366233076019996197455094218738887019290201977933011618360683860363810693576272509662069308390945481996823791419522252542351297380090551811964580551085993003797276880753448399662912208852499859158616710492885651005940906949724196459274826886435708857049774932555351307215670627375417452567223580352883230073158505360277791325836577030463565734064668946596902036239593437867770844259984898854003816566646994951681617534301199402754396986802725812088773197581694621970348424842778576348804204120821848864825456931237045203804631144410978004773384530398404155087083751630647657657472202720216452251803032563027441417019365143808716889298731981532953579554218499063932320188091465142930926004943719431623278847587922635369062938274995035491155290984754856571560050592317050302269471977074806066513008300217906554595073125421796181386813822285136061953124294635504525089597052652539833013712087130181645914677702851682502173134478079745615715066646273455556695487988960096759690904850759812543658860002343271485421733563754849671213170282695502690461164165127312122761641603259761666684324941334857336205558183934487133964963047395382200016180293090313114330822101099352429006940563436497132746131375086742621022100367223477295400607474732495739668974946306522894059544972558929373123592362954072290539035314374123193519083623728870621022499152139654598290182047301526216774069870435563588918166563073335663906102220369291995896229699813939674130322359306816958574806155362065313906733114464646228021157646185867140547316588838940059619068670644377750344379223035817972306149483026204116949487969036441905499881959565098934678043153346965415340378542113015193570443674372201744460843531061019990306639594780616468109757994541566392619235115731143546078025175386781370696808791206765734447170179994353626967379360563953763854416631202816289623737082249351612216785758901325952524075538223370885119163694333020377679832058226769959038642041025241934129100889830413792522315836642552685695176198124257241183565727864270905698277188105278587171395927257302248280920082386962559260485497819052013136313346494284747371415273816250123187654493205961096153416478065723846203480493717989117536262583674451996445736575236059005383516790300768896125897783335296173147013919998645992699042248091653092922183427416737172254705413836668686794619663769832834201795159512290781406320376433776480122664186119102799076810231166743216763456798959450803878589366739245209375624448200627089721806156326904752912298408025101837488438051954868710764072104869842866869105039709900907468535778895172478194353027399630815044021052927226864277401752492164889517092517070298130254884494692746422846223056853521068859630276027725962299251281300682747208956015845684173060812534667505302168120835251715584995933835807908683553352925724718322404500017216459864984968100139145457735912689958620181506739662900472622672902567616622717285986725661898025761429783275526242192954854036722936044694485740851259167611407377542719903706226951461944521360376074465571961077120149458637189246807240603964144124093604018802001838614031388373403133139392692246583120487072326573563131436864694734182883424265799075735850867530747921548871126086514103031853011194155741645831667229503547990924494590834293579227587729445533961846964514859377371758146211993110754480687286640604994864496180313606024925411563916786982638666903474331356117938948634399261581934659713223059048185468661286825455489324294965674897371748984691776822786158604510582667286972015800567186350376202773192071022182942685267106950147981316663484741022097572646541808155681051842546991380900445614915081491530083084776199007138873676977070121770276141866378803268537834214954727364309440878166620915292569145919655156464497064685752042277178900684138975565582340453104406873096422397197269825041277823807665884580893793847637906178579247801212078116853371920907304712092772402412884139490632838135399777080418610711617941870211801687709730429939381314569652176899594529345719488717209652673744336615398196432197963179954227561371391421706337132543919420829117112874137708848039069799494891782293102301145272121003619412820956416887796710895279663048378669546827696078533843768881884631289168181316533119124945199831030389335564504017794185902431273387315805729516022260811002888721151666129541719541619373359249108741610669229038647319532815580312915081326241762005419966894400000
3600.03/3535.32	c number of deleted constraints	: 520681
3600.03/3535.33	c speed (assignments/second)	: 2631.149511908924
3600.03/3535.35	c non guided choices	: 1
3600.03/3535.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1403
3600.03/3535.36	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.03/3535.36	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22685
3600.03/3535.36	s SATISFIABLE
3600.03/3535.36	c Found 11 solution(s)
3600.03/3535.37	v x1 x2 x3 x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 x13 x14 -x15 x16 -x17 -x18 -x19 x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 x35 x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 x58 x59 -x60 x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 x114 -x115 -x116 x117 x118 -x119 -x120 -x121 x122 -x123 -x124 x125 -x126 x127 x128 -x129 x130 -x131 -x132 x133 -x134 -x135 -x136 x137 x138 x139 x140 -x141 x142 -x143 x144 x145 x146 -x147 x148 x149 x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 x158 -x159 x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 -x173 x174 x175 -x176 -x177 x178 -x179 x180 x181 -x182 x183 -x184 x185 -x186 x187 x188 x189 -x190 x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 x203 x204 x205 x206 x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 x232 -x233 x234 -x235 x236 -x237 x238 -x239 -x240 -x241 x242 -x243 -x244 x245 x246 x247 x248 x249 -x250 -x251 x252 x253 -x254 x255 x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 x267 x268 x269 -x270 x271 -x272 -x273 x274 -x275 x276 x277 x278 x279 -x280 x281 -x282 -x283 x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 x293 x294 x295 x296 -x297 x298 -x299 -x300 x301 -x302 x303 -x304 x305 x306 -x307 x308 -x309 x310 -x311 x312 x313 -x314 x315 x316 x317 x318 x319 x320 x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 x329 -x330 -x331 x332 -x333 x334 -x335 x336 x337 -x338 -x339 x340 x341 -x342 x343 -x344 x345 x346 x347 x348 -x349 x350 x351 x352 x353 x354 x355 x356 -x357 -x358 -x359 x360 x361 x362 x363 -x364 x365 -x366 -x367 x368 x369 x370 x371 -x372 x373 -x374 x375 -x376 x377 x378 -x379 x380 -x381 x382 x383 x384 -x385 x386 x387 -x388 x389 -x390 x391 x392 x393 x394 x395 x396 x397 x398 -x399 -x400 -x401 x402 x403 x404 x405 -x406 x407 x408 x409 -x410 x411 x412 x413 x414 -x415 -x416 x417 -x418 x419 x420 -x421 x422 x423 -x424 x425 x426 x427 x428 x429 x430 -x431 -x432 -x433 x434 x435 x436 -x437 x438 -x439 x440 -x441 -x442 x443 x444 -x445 x446 x447 x448 -x449 -x450 -x451 x452 x453 -x454 x455 x456 x457 x458 x459 -x460 -x461 -x462 x463 -x464 -x465 x466 x467 x468 x469 -x470 x471 x472 x473 
3600.03/3535.37	c objective function=216
3600.03/3535.37	c Total wall clock time (in seconds): 3535.176

Verifier Data

OK	216

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 2.72 3.77 3.98 11/332 57774
/proc/meminfo: memFree=126965452/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=18930384 memory=48660 CPUtime=0.05 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 5889 0 37 0 4 1 0 0 20 0 18 0 50980685 19384713216 12165 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4732596 12165 5283 1 0 547047 0
[pid=57697/tid=57707] ppid=57688 vsize=18930384 memory=4026532124 CPUtime=0.03 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 4780 0 30 0 2 1 0 0 20 0 18 0 50980690 19384713216 12165 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=18930384 memory=17913 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 12165 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=18930384 memory=56286469424100 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 12165 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48660 KiB

[startup+0.2051 s]*
/proc/loadavg: 3.39 3.89 4.02 8/332 57774
/proc/meminfo: memFree=126932372/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=18930384 memory=61560 CPUtime=0.23 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 7006 0 37 0 20 3 0 0 20 0 18 0 50980685 19384713216 15390 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4732596 15390 5379 1 0 547904 0
[pid=57697/tid=57707] ppid=57688 vsize=18930384 memory=4026663196 CPUtime=0.13 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) D 57688 57697 57637 0 -1 4194368 5348 0 30 0 11 2 0 0 20 0 18 0 50980690 19384713216 15390 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=18930384 memory=17913 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 15390 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=18930384 memory=56286469424100 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 15390 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61560 KiB

[startup+0.304894 s]*
/proc/loadavg: 3.39 3.89 4.02 13/332 57774
/proc/meminfo: memFree=126930608/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=18930384 memory=69388 CPUtime=0.39 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 7380 0 37 0 36 3 0 0 20 0 18 0 50980685 19384713216 17347 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4732596 17347 5443 1 0 548132 0
[pid=57697/tid=57707] ppid=57688 vsize=18930384 memory=-6000919506999076202 CPUtime=0.19 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 5520 0 30 0 17 2 0 0 20 0 18 0 50980690 19384713216 17347 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 17347 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 17347 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 69388 KiB

[startup+0.7002 s]
/proc/loadavg: 3.39 3.89 4.02 10/336 57778
/proc/meminfo: memFree=126851092/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=18996948 memory=142720 CPUtime=1.14 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 12759 0 37 0 108 6 0 0 20 0 19 0 50980685 19452874752 35680 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4749237 35680 5443 1 0 552423 0
[pid=57697/tid=57707] ppid=57688 vsize=18996948 memory=17920 CPUtime=0.52 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 5628 0 30 0 48 4 0 0 20 0 19 0 50980690 19452874752 35680 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50980693 19452874752 35680 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 50980693 19452874752 35680 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 50980718 19452874752 35680 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142720 KiB

[startup+1.5002 s]
/proc/loadavg: 3.39 3.89 4.02 11/339 57781
/proc/meminfo: memFree=126511332/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=175100 CPUtime=2.73 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 18797 0 37 0 265 8 0 0 20 0 20 0 50980685 19521036288 43775 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 43775 5475 1 0 552863 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=10752 CPUtime=1.26 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 6566 0 30 0 122 4 0 0 20 0 20 0 50980690 19521036288 43775 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 43775 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 43775 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 43775 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175100 KiB

[startup+3.10482 s]
/proc/loadavg: 3.39 3.89 4.02 9/340 57782
/proc/meminfo: memFree=126103564/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=347672 CPUtime=5.64 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 22494 0 37 0 551 13 0 0 20 0 20 0 50980685 19521036288 86918 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 86918 5475 1 0 553770 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=10752 CPUtime=2.8 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 7081 0 30 0 272 8 0 0 20 0 20 0 50980690 19521036288 86918 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=-6000919472656115050 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 86918 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 86918 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 86918 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 5.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 347672 KiB

[startup+6.30019 s]
/proc/loadavg: 3.43 3.89 4.02 6/340 57782
/proc/meminfo: memFree=124364108/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=785200 CPUtime=9.21 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 23137 0 37 0 898 23 0 0 20 0 20 0 50980685 19521036288 196300 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 196300 5475 1 0 660307 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=0 CPUtime=5.9 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 7293 0 30 0 574 16 0 0 20 0 20 0 50980690 19521036288 196300 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 196300 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 196300 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=175356 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 196300 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 9.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 785200 KiB

[startup+12.7002 s]
/proc/loadavg: 3.48 3.89 4.02 6/340 57782
/proc/meminfo: memFree=122976320/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=960356 CPUtime=16.06 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 29643 0 37 0 1578 28 0 0 20 0 20 0 50980685 19521036288 240089 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 240089 5475 1 0 660514 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=175356 CPUtime=12.2 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 8671 0 30 0 1201 19 0 0 20 0 20 0 50980690 19521036288 240089 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=959588 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 240089 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 240089 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=280661349345664 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 240089 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 16.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 960356 KiB

[startup+25.5002 s]
/proc/loadavg: 3.71 3.93 4.03 6/340 57782
/proc/meminfo: memFree=120948780/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=1607224 CPUtime=30.39 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 45068 0 37 0 2993 46 0 0 20 0 20 0 50980685 19521036288 401806 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 401806 5475 1 0 662881 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=-6000919472656115050 CPUtime=24.76 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 12255 0 30 0 2446 30 0 0 20 0 20 0 50980690 19521036288 401806 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 401806 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 401806 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=81850550 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 401806 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 30.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1607224 KiB

[startup+51.105 s]
/proc/loadavg: 3.88 3.95 4.03 6/340 57784
/proc/meminfo: memFree=119610136/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=1890080 CPUtime=56.58 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 49287 0 37 0 5600 58 0 0 20 0 20 0 50980685 19521036288 472520 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 472520 5475 1 0 662883 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=803632 CPUtime=49.81 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 14474 0 30 0 4946 35 0 0 20 0 20 0 50980690 19521036288 472520 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=1890080 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 472520 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=1824512 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=108131940/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=2291412 CPUtime=3274.11 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 210293 0 37 0 326772 639 0 0 20 0 20 0 50980685 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 572853 5539 1 0 587868 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=2287828 CPUtime=3166.85 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 66530 0 30 0 316203 482 0 0 20 0 20 0 50980690 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=2291412 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 1330 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=2291412 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 3274.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291412 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.18 4.18 6/343 57962
/proc/meminfo: memFree=108052212/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=2291412 CPUtime=3338.33 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 211383 0 37 0 333182 651 0 0 20 0 20 0 50980685 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 572853 5539 1 0 587868 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=2291412 CPUtime=3225.92 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 67369 0 30 0 322104 488 0 0 20 0 20 0 50980690 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=2291412 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 1330 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=2291412 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 3338.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291412 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.19 4.18 6/343 57964
/proc/meminfo: memFree=107947356/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=2291412 CPUtime=3400.79 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 214873 0 37 0 339415 664 0 0 20 0 20 0 50980685 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 572853 5539 1 0 587868 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=2291412 CPUtime=3285.02 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 68928 0 30 0 328006 496 0 0 20 0 20 0 50980690 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=2291412 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=2291412 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 1353 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=2291412 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 3400.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.17 4.17 7/344 57967
/proc/meminfo: memFree=107796392/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=2291412 CPUtime=3461.9 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 217740 0 37 0 345516 674 0 0 20 0 20 0 50980685 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 572853 5539 1 0 587875 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=2291412 CPUtime=3344.06 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 70084 0 30 0 333902 504 0 0 20 0 20 0 50980690 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=2291412 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=-6000919472656115050 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 1430 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 572853 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 3461.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291412 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.23 4.19 6/344 57969
/proc/meminfo: memFree=107703116/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=2291540 CPUtime=3525.23 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 217857 0 37 0 351839 684 0 0 20 0 20 0 50980685 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 572885 5539 1 0 587902 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=2291412 CPUtime=3403.11 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 70127 0 30 0 339802 509 0 0 20 0 20 0 50980690 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=2291412 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=-6000919472656115050 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 1430 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=2291540 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 3525.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291540 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.23 4.19 6/343 58038
/proc/meminfo: memFree=111539936/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=2291540 CPUtime=3586.92 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 218458 0 37 0 357998 694 0 0 20 0 20 0 50980685 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 572885 5539 1 0 587902 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=2291540 CPUtime=3462.2 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 70517 0 30 0 345703 517 0 0 20 0 20 0 50980690 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 1430 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 3586.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3535.3 s]
/proc/loadavg: 4.25 4.22 4.19 7/343 58039
/proc/meminfo: memFree=111163428/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=2291540 CPUtime=3600.03 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 218752 0 37 0 359306 697 0 0 20 0 20 0 50980685 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 572885 5539 1 0 587902 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=2291540 CPUtime=3474.98 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 70766 0 30 0 346979 519 0 0 20 0 20 0 50980690 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=2291540 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=2291540 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 1430 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=2291540 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291540 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.2 s, system=6.98536 s

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

[startup+3535.3 s]
/proc/loadavg: 4.25 4.22 4.19 7/343 58039
/proc/meminfo: memFree=111163428/131249992 swapFree=33010684/33010684
[pid=57697] ppid=57688 vsize=19063512 memory=2291540 CPUtime=3600.03 cores=0,2
/proc/57697/stat : 57697 (java) S 57688 57697 57637 0 -1 4194304 218752 0 37 0 359306 697 0 0 20 0 20 0 50980685 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
/proc/57697/statm: 4765878 572885 5539 1 0 587902 0
[pid=57697/tid=57707] ppid=57688 vsize=19063512 memory=2291540 CPUtime=3474.98 cores=0,2
/proc/57697/task/57707/stat : 57707 (java) R 57688 57697 57637 0 -1 4194368 70766 0 30 0 346979 519 0 0 20 0 20 0 50980690 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57739] ppid=57688 vsize=19063512 memory=2291540 CPUtime=0 cores=0,2
/proc/57697/task/57739/stat : 57739 (Finalizer) S 57688 57697 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57764] ppid=57688 vsize=19063512 memory=2291540 CPUtime=0 cores=0,2
/proc/57697/task/57764/stat : 57764 (Common-Cleaner) S 57688 57697 57637 0 -1 4194368 1430 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
[pid=57697/tid=57775] ppid=57688 vsize=19063512 memory=2291540 CPUtime=0 cores=0,2
/proc/57697/task/57775/stat : 57775 (Timer-0) S 57688 57697 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980718 19521036288 572885 18446744073709551615 94672389570560 94672389574256 140730273644592 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94672389582072 94672389582864 94672408784896 140730273646893 140730273647078 140730273647078 140730273652680 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291540 KiB

Child status: 143

Real time (s): 3535.4
CPU time (s): 3600.18
CPU user time (s): 3593.2
CPU system time (s): 6.98536
CPU usage (%): 101.832
Max. virtual memory (cumulated for all children) (KiB): 19069416
Max. memory (cumulated for all children) (KiB): 2601344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.2
system time used= 6.98536
maximum resident set size= 2601344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220144
page faults= 37
swaps= 0
block input operations= 0
block output operations= 4665176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143892
involuntary context switches= 16083


# summary of solver processes directly reported to runsolver:
#   pid: 57697
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3593.2
#   total CPU system time (s): 6.98536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.23028 second user time and 13.0115 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= b5aa25dccc2460ad32c358f07bd5c94a
RANDOM SEED=1667087102

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127028468 kB
MemAvailable:   129728552 kB
Buffers:            3280 kB
Cached:          3498616 kB
SwapCached:            0 kB
Active:           409472 kB
Inactive:        3159456 kB
Active(anon):      85116 kB
Inactive(anon):        0 kB
Active(file):     324356 kB
Inactive(file):  3159456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:         70412 kB
Mapped:           102652 kB
Shmem:             18084 kB
KReclaimable:     111024 kB
Slab:             199048 kB
SReclaimable:     111024 kB
SUnreclaim:        88024 kB
KernelStack:        4024 kB
PageTables:         2716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

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