Trace number 4429812

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12SAT (TO)216 3600.27 3550.22

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 benchmark3558
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4429812-1721086403.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  objective function found
0.35/0.21	c ... done. Wall clock time 0.051s.
0.35/0.21	c declared #vars     473
0.35/0.21	c #constraints  472
0.35/0.21	c constraints type 
0.35/0.21	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 471
0.35/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.35/0.21	c 472 constraints processed.
0.35/0.22	c objective function length is 473 literals
0.35/0.23	c SATISFIABLE
0.35/0.23	c OPTIMIZING...
0.35/0.23	c Got one! Elapsed wall clock time (in seconds):0.072
0.35/0.23	o 226
1.09/0.65	c Got one! Elapsed wall clock time (in seconds):0.495
1.09/0.66	o 225
2.28/1.27	c Got one! Elapsed wall clock time (in seconds):1.114
2.28/1.27	o 224
3.47/1.83	c Got one! Elapsed wall clock time (in seconds):1.678
3.47/1.83	o 223
23.40/19.70	c cleaning 2695 clauses out of 5395 with flag 0/5395
38.63/34.61	c Got one! Elapsed wall clock time (in seconds):34.459
38.63/34.61	o 222
49.21/45.02	c cleaning 4142 clauses out of 8285 with flag 0/10980
73.18/68.68	c cleaning 5066 clauses out of 10143 with flag 0/16980
101.93/96.95	c cleaning 6034 clauses out of 12078 with flag 0/23981
129.67/124.39	c cleaning 7016 clauses out of 14044 with flag 0/31981
186.35/180.40	c cleaning 8007 clauses out of 16027 with flag 0/40980
225.28/218.87	c cleaning 9006 clauses out of 18022 with flag 0/50982
225.38/218.95	c Got one! Elapsed wall clock time (in seconds):218.799
225.38/218.95	o 221
242.15/235.29	c cleaning 7020 clauses out of 14046 with flag 0/56012
261.58/254.60	c cleaning 6507 clauses out of 13026 with flag 0/62012
283.90/276.54	c cleaning 6754 clauses out of 13519 with flag 0/69012
313.81/306.08	c cleaning 7379 clauses out of 14766 with flag 0/77013
360.29/351.90	c cleaning 8182 clauses out of 16386 with flag 0/86012
384.97/376.46	c Got one! Elapsed wall clock time (in seconds):376.305
384.97/376.47	o 220
390.82/382.21	c cleaning 7039 clauses out of 14097 with flag 0/91905
417.32/408.52	c cleaning 6519 clauses out of 13060 with flag 0/97907
449.96/440.81	c cleaning 6763 clauses out of 13540 with flag 0/104906
497.55/487.89	c cleaning 7377 clauses out of 14776 with flag 0/112905
537.86/527.79	c cleaning 8192 clauses out of 16400 with flag 0/121906
581.59/571.09	c cleaning 9096 clauses out of 18208 with flag 0/131906
641.10/630.09	c cleaning 10041 clauses out of 20112 with flag 0/142906
710.64/698.78	c cleaning 11029 clauses out of 22071 with flag 0/154906
920.47/908.10	c cleaning 12017 clauses out of 24041 with flag 0/167905
1064.79/1051.41	c cleaning 13005 clauses out of 26028 with flag 0/181909
1198.77/1184.31	c cleaning 13997 clauses out of 28019 with flag 0/196905
1242.68/1227.74	c Got one! Elapsed wall clock time (in seconds):1227.591
1242.68/1227.74	o 219
1267.66/1251.93	c cleaning 13437 clauses out of 26888 with flag 0/209771
1287.99/1271.97	c cleaning 9722 clauses out of 19451 with flag 0/215771
1317.74/1301.64	c cleaning 8358 clauses out of 16730 with flag 0/222772
1351.34/1334.80	c cleaning 8176 clauses out of 16373 with flag 0/230773
1385.38/1368.39	c Got one! Elapsed wall clock time (in seconds):1368.235
1385.38/1368.39	o 218
1414.95/1397.58	c cleaning 10299 clauses out of 20605 with flag 0/243181
1437.94/1419.69	c cleaning 8147 clauses out of 16306 with flag 0/249181
1465.25/1446.76	c cleaning 7572 clauses out of 15158 with flag 0/256180
1500.36/1481.77	c cleaning 7789 clauses out of 15586 with flag 0/264180
1545.89/1526.57	c cleaning 8397 clauses out of 16800 with flag 0/273183
1599.45/1579.66	c cleaning 9193 clauses out of 18402 with flag 0/283182
1664.45/1644.36	c cleaning 10093 clauses out of 20209 with flag 0/294182
1723.16/1702.13	c cleaning 11054 clauses out of 22119 with flag 0/306185
1816.56/1794.88	c cleaning 12014 clauses out of 24060 with flag 0/319180
1915.89/1892.80	c cleaning 13014 clauses out of 26046 with flag 0/333180
2020.91/1996.52	c cleaning 14006 clauses out of 28034 with flag 0/348182
2145.65/2119.92	c cleaning 15000 clauses out of 30026 with flag 0/364180
2179.48/2153.07	c Got one! Elapsed wall clock time (in seconds):2152.914
2179.48/2153.07	o 217
2206.70/2179.83	c cleaning 13207 clauses out of 26426 with flag 0/375580
2238.76/2211.60	c cleaning 9599 clauses out of 19219 with flag 0/381580
2275.73/2247.39	c cleaning 8298 clauses out of 16620 with flag 0/388580
2297.70/2269.19	c Got one! Elapsed wall clock time (in seconds):2269.041
2297.70/2269.19	o 216
2317.57/2288.74	c cleaning 9215 clauses out of 18441 with flag 0/398699
2350.28/2321.20	c cleaning 7603 clauses out of 15225 with flag 0/404698
2382.41/2351.50	c cleaning 7307 clauses out of 14623 with flag 0/411699
2432.03/2400.66	c cleaning 7649 clauses out of 15315 with flag 0/419698
2485.19/2452.97	c cleaning 8324 clauses out of 16667 with flag 0/428699
2553.85/2521.22	c cleaning 9167 clauses out of 18344 with flag 0/438700
2610.99/2577.39	c cleaning 10084 clauses out of 20177 with flag 0/449700
2687.91/2653.08	c cleaning 11040 clauses out of 22092 with flag 0/461699
2790.67/2754.50	c cleaning 12015 clauses out of 24052 with flag 0/474699
2866.11/2828.87	c cleaning 13003 clauses out of 26036 with flag 0/488698
2969.38/2929.06	c cleaning 14006 clauses out of 28033 with flag 0/503698
3191.57/3145.91	c cleaning 15002 clauses out of 30029 with flag 0/519700
3366.70/3319.30	c cleaning 16008 clauses out of 32025 with flag 0/536698
3531.74/3482.72	c cleaning 16993 clauses out of 34017 with flag 0/554698
3600.04/3550.12	c starts		: 60
3600.04/3550.14	c conflicts		: 564735
3600.04/3550.14	c decisions		: 800560
3600.04/3550.14	c propagations		: 9754495
3600.04/3550.14	c inspects		: 950059114
3600.04/3550.14	c shortcuts		: 0
3600.04/3550.14	c learnt literals	: 0
3600.04/3550.14	c learnt binary clauses	: 0
3600.04/3550.14	c learnt ternary clauses	: 0
3600.04/3550.14	c learnt constraints	: 564734
3600.04/3550.14	c ignored constraints	: 0
3600.04/3550.14	c root simplifications	: 0
3600.04/3550.14	c removed literals (reason simplification)	: 0
3600.04/3550.14	c reason swapping (by a shorter reason)	: 0
3600.04/3550.14	c Calls to reduceDB	: 56
3600.04/3550.14	c Number of update (reduction) of LBD	: 555062
3600.04/3550.14	c Imported unit clauses	: 0
3600.04/3550.14	c No decision after first conflict	: false
3600.04/3550.14	c number of reductions to clauses (during analyze)	: 0
3600.04/3550.14	c number of learned constraints concerned by reduction	: 0
3600.04/3550.14	c number of learning phase by resolution	: 0
3600.04/3550.14	c number of learning phase by cutting planes	: 0
3600.04/3550.14	c number of rounding to 1 operations	: 0
3600.04/3550.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3550.14	c number of reductions of the coefficients by power 2 	: 0
3600.04/3550.14	c number of right shift for reduction by power 2 	: 0
3600.04/3550.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3550.14	c number of ending skipping 	: 0
3600.04/3550.14	c number of internal skipping 	: 0
3600.04/3550.14	c number of derivation steps 	: 2998371
3600.04/3550.14	c number of skipped derivation steps 	: 0
3600.04/3550.14	c number of remaining unassigned 	: 4905902
3600.04/3550.14	c number of remaining assigned 	: 489219150
3600.04/3550.14	c number of falsified literals weakened from reason	: 0
3600.04/3550.14	c number of falsified literals weakened from conflict	: 0
3600.04/3550.14	c time for arithmetic operations	: 71200832343
3600.04/3550.14	c minimum degree of deleted constraints	: 1
3600.04/3550.16	c maximum degree of deleted constraints	: 42817760956924319891661093645683841022789194156625338842495803106819828558795048220398546310153636257396695507610396423438632649621525050993583452835685198911163378891135648307558998391958536238542799017351024172159258853711014468229430548525748966860975646466831340400520918242447023613782574948826840358523545628008229694561398906215080983843132904350001760079747872512200636480800272976228062231344707707058772477580542954983177042316710518091283249370915359591871946745557443087023472792676973790354996299089023342253821995604271763137011526017103151464798553288724934820855289248888501951753461812193417104406583760909094085986490006423542811697548579477944431208201416735088278754811478824312283613123121370547632684135826433487556129784528561274508392213718617992980906253941734632771050187638892830620634698343367756551114601375744752218326230504789698773721202649976711286845395367821725295622917805067004870168484504351779404455295427995315187734930884015079263853023422126145916386355489798410419999940969736945864598394190316916797045484592676968895894195983100306285424285352549116747302325722228989193667571546713935783788447435923895597814701902080825493000465257365174143812287881747420746092995422405763731082063809783614049274262437327548830888507587147884169602308056916869064725946852505879831432025759769459185721333215627798784375409580051254996941570591772932613351347231891305005588426843106684429996458759295508276705016656717301195650326044366344492326746021782856331091196102354854817170202380825459989346612634542657262067041174603679763820645838141184791860506091455207019454797341288623053667310954091215333958903339258965140536963494079772520359079071639973798290662092204137280940546436638466415712814591592092910200987503296783011532370900207963081061184087492190725154398729410972934899840801758323519164948927286654340738638096860618771817701752587875522483905312215616982174448451516293561535410493190104664215781137633489889521120663092803603875729892608909959003316333340819088738624677605969781226465109458271264243972212211408458743326453098048533393569208706891501076500113470056794062609176645271712812840897212606344629316235080467000205672394044992560686715878450686206971248043941330325260447481674685991924869920012448371547894225553035926743558183660080922124729897666578090173716722537600222531720708244761555316757547452345302010044495007315051591392043234629625973372739466946780350700247515875644250644186537632307935039239772298756221356210822485956652923779947874414883068872263670765535223101307069984769441672041745373095253359988267957167923515362656381072136680345057122183411616004024925448377536361561988712218102444576870441798047473751156872085757668373370354506182507023369752596289496574726954270013175129192666491738613574932343840305328728719506773542435635532140763137693446563356487465888221914204310431765934010158624064345061600758016143784190562620023863950593962072198688679166376445947180948340801586666695421608819504715858786806955613593750223831114429656056094024468643488204178596213089659674100366233076019996197455094218738887019290201977933011618360683860363810693576272509662069308390945481996823791419522252542351297380090551811964580551085993003797276880753448399662912208852499859158616710492885651005940906949724196459274826886435708857049774932555351307215670627375417452567223580352883230073158505360277791325836577030463565734064668946596902036239593437867770844259984898854003816566646994951681617534301199402754396986802725812088773197581694621970348424842778576348804204120821848864825456931237045203804631144410978004773384530398404155087083751630647657657472202720216452251803032563027441417019365143808716889298731981532953579554218499063932320188091465142930926004943719431623278847587922635369062938274995035491155290984754856571560050592317050302269471977074806066513008300217906554595073125421796181386813822285136061953124294635504525089597052652539833013712087130181645914677702851682502173134478079745615715066646273455556695487988960096759690904850759812543658860002343271485421733563754849671213170282695502690461164165127312122761641603259761666684324941334857336205558183934487133964963047395382200016180293090313114330822101099352429006940563436497132746131375086742621022100367223477295400607474732495739668974946306522894059544972558929373123592362954072290539035314374123193519083623728870621022499152139654598290182047301526216774069870435563588918166563073335663906102220369291995896229699813939674130322359306816958574806155362065313906733114464646228021157646185867140547316588838940059619068670644377750344379223035817972306149483026204116949487969036441905499881959565098934678043153346965415340378542113015193570443674372201744460843531061019990306639594780616468109757994541566392619235115731143546078025175386781370696808791206765734447170179994353626967379360563953763854416631202816289623737082249351612216785758901325952524075538223370885119163694333020377679832058226769959038642041025241934129100889830413792522315836642552685695176198124257241183565727864270905698277188105278587171395927257302248280920082386962559260485497819052013136313346494284747371415273816250123187654493205961096153416478065723846203480493717989117536262583674451996445736575236059005383516790300768896125897783335296173147013919998645992699042248091653092922183427416737172254705413836668686794619663769832834201795159512290781406320376433776480122664186119102799076810231166743216763456798959450803878589366739245209375624448200627089721806156326904752912298408025101837488438051954868710764072104869842866869105039709900907468535778895172478194353027399630815044021052927226864277401752492164889517092517070298130254884494692746422846223056853521068859630276027725962299251281300682747208956015845684173060812534667505302168120835251715584995933835807908683553352925724718322404500017216459864984968100139145457735912689958620181506739662900472622672902567616622717285986725661898025761429783275526242192954854036722936044694485740851259167611407377542719903706226951461944521360376074465571961077120149458637189246807240603964144124093604018802001838614031388373403133139392692246583120487072326573563131436864694734182883424265799075735850867530747921548871126086514103031853011194155741645831667229503547990924494590834293579227587729445533961846964514859377371758146211993110754480687286640604994864496180313606024925411563916786982638666903474331356117938948634399261581934659713223059048185468661286825455489324294965674897371748984691776822786158604510582667286972015800567186350376202773192071022182942685267106950147981316663484741022097572646541808155681051842546991380900445614915081491530083084776199007138873676977070121770276141866378803268537834214954727364309440878166620915292569145919655156464497064685752042277178900684138975565582340453104406873096422397197269825041277823807665884580893793847637906178579247801212078116853371920907304712092772402412884139490632838135399777080418610711617941870211801687709730429939381314569652176899594529345719488717209652673744336615398196432197963179954227561371391421706337132543919420829117112874137708848039069799494891782293102301145272121003619412820956416887796710895279663048378669546827696078533843768881884631289168181316533119124945199831030389335564504017794185902431273387315805729516022260811002888721151666129541719541619373359249108741610669229038647319532815580312915081326241762005419966894400000
3600.04/3550.16	c number of deleted constraints	: 537674
3600.04/3550.16	c speed (assignments/second)	: 2747.7977042940543
3600.04/3550.16	c non guided choices	: 1
3600.04/3550.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1699
3600.04/3550.19	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.04/3550.19	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25360
3600.04/3550.19	s SATISFIABLE
3600.04/3550.19	c Found 11 solution(s)
3600.24/3550.20	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.24/3550.20	c objective function=216
3600.24/3550.20	c Total wall clock time (in seconds): 3550.05

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=826511, runsolver pid=826508

[startup+0.103772 s]*
/proc/loadavg: 4.50 4.32 4.24 9/329 826529
/proc/meminfo: memFree=125865048/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=18975048 memory=69228 CPUtime=0.14 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 7236 0 0 0 12 2 0 0 20 0 18 0 160805296 19430449152 17307 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4743762 17307 5638 1 0 549373 0
[pid=826511/tid=826513] ppid=826508 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 5766 0 0 0 7 2 0 0 20 0 18 0 160805296 19430449152 17307 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 160805299 19430449152 17307 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=18975048 memory=13846374089254215 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 160805300 19430449152 17307 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69228 KiB

[startup+0.212767 s]*
/proc/loadavg: 4.50 4.32 4.24 8/329 826529
/proc/meminfo: memFree=125856580/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=18975048 memory=80380 CPUtime=0.35 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 7802 0 0 0 32 3 0 0 20 0 18 0 160805296 19430449152 20095 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4743762 20095 5851 1 0 549742 0
[pid=826511/tid=826513] ppid=826508 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 6084 0 0 0 17 2 0 0 20 0 18 0 160805296 19430449152 20095 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=18975048 memory=5714 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 160805299 19430449152 20095 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 160805300 19430449152 20095 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80380 KiB

[startup+0.313848 s]*
/proc/loadavg: 4.50 4.32 4.24 7/330 826530
/proc/meminfo: memFree=125848140/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19041612 memory=86448 CPUtime=0.54 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 8494 0 0 0 51 3 0 0 20 0 19 0 160805296 19498610688 21612 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4760403 21612 5907 1 0 550383 0
[pid=826511/tid=826513] ppid=826508 vsize=19041612 memory=-8601142353926136508 CPUtime=0.29 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 6172 0 0 0 27 2 0 0 20 0 19 0 160805296 19498610688 21612 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 160805299 19498610688 21612 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 160805300 19498610688 21612 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 160805319 19498610688 21612 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86448 KiB

[startup+0.700249 s]
/proc/loadavg: 4.50 4.32 4.24 7/330 826530
/proc/meminfo: memFree=125801680/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19041612 memory=169276 CPUtime=1.28 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 13312 0 0 0 123 5 0 0 20 0 19 0 160805296 19498610688 42319 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4760403 42319 5907 1 0 554125 0
[pid=826511/tid=826513] ppid=826508 vsize=19041612 memory=12952 CPUtime=0.66 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 6212 0 0 0 62 4 0 0 20 0 19 0 160805296 19498610688 42319 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19041612 memory=12952 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 160805299 19498610688 42319 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 160805300 19498610688 42319 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19041612 memory=39380 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 160805319 19498610688 42319 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 169276 KiB

[startup+1.50568 s]
/proc/loadavg: 4.50 4.32 4.24 6/331 826531
/proc/meminfo: memFree=125693780/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=189420 CPUtime=2.89 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 18981 0 0 0 282 7 0 0 20 0 20 0 160805296 19566772224 47355 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 47355 5907 1 0 554609 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=12952 CPUtime=1.41 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) S 826508 826511 824357 0 -1 1077936192 6749 0 0 0 137 4 0 0 20 0 20 0 160805296 19566772224 47355 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 47355 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 47355 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 47355 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189420 KiB

[startup+3.10578 s]
/proc/loadavg: 4.50 4.32 4.24 7/331 826531
/proc/meminfo: memFree=125374896/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=257276 CPUtime=5.71 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 24824 0 0 0 562 9 0 0 20 0 20 0 160805296 19566772224 64319 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 64319 5907 1 0 557662 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=0 CPUtime=2.94 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 7102 0 0 0 289 5 0 0 20 0 20 0 160805296 19566772224 64319 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 64319 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=189420 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 64319 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 64319 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 5.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 257276 KiB

[startup+6.30026 s]
/proc/loadavg: 4.54 4.33 4.24 5/331 826531
/proc/meminfo: memFree=124397448/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=715688 CPUtime=9.14 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 25450 0 0 0 895 19 0 0 20 0 20 0 160805296 19566772224 178922 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 178922 5907 1 0 664185 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=12952 CPUtime=5.99 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 7321 0 0 0 587 12 0 0 20 0 20 0 160805296 19566772224 178922 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 178922 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 178922 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 178922 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 715688 KiB

[startup+12.7003 s]
/proc/loadavg: 4.50 4.33 4.24 6/331 826532
/proc/meminfo: memFree=123971424/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=1085740 CPUtime=15.82 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 30211 0 0 0 1555 27 0 0 20 0 20 0 160805296 19566772224 271435 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 271435 5907 1 0 791601 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=0 CPUtime=12.21 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 8706 0 0 0 1202 19 0 0 20 0 20 0 160805296 19566772224 271435 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=953616 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 271435 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 271435 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 271435 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 15.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1085740 KiB

[startup+25.5003 s]
/proc/loadavg: 4.39 4.31 4.24 5/331 826534
/proc/meminfo: memFree=122483268/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=1624824 CPUtime=29.34 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 39148 0 0 0 2893 41 0 0 20 0 20 0 160805296 19566772224 406206 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 406206 5907 1 0 791965 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=6944656592387989600 CPUtime=24.8 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 11328 0 0 0 2451 29 0 0 20 0 20 0 160805296 19566772224 406206 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 406206 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 406206 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 406206 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 29.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1624824 KiB

[startup+51.1057 s]
/proc/loadavg: 4.81 4.42 4.27 5/331 826607
/proc/meminfo: memFree=122079988/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=2221408 CPUtime=55.52 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 48030 0 0 0 5498 54 0 0 20 0 20 0 160805296 19566772224 555352 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 555352 5907 1 0 791968 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=2174228 CPUtime=49.76 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.20 4.25 4.25 5/333 828140
/proc/meminfo: memFree=117435852/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=2836352 CPUtime=3269.01 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 417455 0 0 0 326672 229 0 0 20 0 20 0 160805296 19566772224 709088 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 709088 5956 1 0 724013 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=2836352 CPUtime=3161.51 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 99421 0 0 0 316094 57 0 0 20 0 20 0 160805296 19566772224 709088 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 129 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=2829104 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 709088 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 2154 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 709088 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=2836332 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 709088 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 3269.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2836352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.30 4.27 5/334 828321
/proc/meminfo: memFree=117434208/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=2836360 CPUtime=3329.46 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 420766 0 0 0 332715 231 0 0 20 0 20 0 160805296 19566772224 709090 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 709090 5956 1 0 724013 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=2836360 CPUtime=3220.66 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 101136 0 0 0 322009 57 0 0 20 0 20 0 160805296 19566772224 709090 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 131 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=2836360 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 709090 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=2836352 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 2245 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 709090 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=-8601142353926136508 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 709090 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 3329.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2836360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.27 4.27 6/334 828331
/proc/meminfo: memFree=116936432/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=2836364 CPUtime=3390.38 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 436371 0 0 0 338805 233 0 0 20 0 20 0 160805296 19566772224 709091 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 709091 5956 1 0 724016 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=2836360 CPUtime=3279.78 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 103375 0 0 0 327921 57 0 0 20 0 20 0 160805296 19566772224 709091 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 131 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 709091 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=2836364 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 2247 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 709091 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=2836364 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 709091 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 3390.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2836364 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.25 4.26 5/336 828399
/proc/meminfo: memFree=116923572/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=2836368 CPUtime=3450.87 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 437213 0 0 0 344852 235 0 0 20 0 20 0 160805296 19566772224 709092 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 709092 5956 1 0 724016 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=2836368 CPUtime=3338.69 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 103945 0 0 0 333812 57 0 0 20 0 20 0 160805296 19566772224 709092 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 135 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=2836368 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 709092 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=2836368 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 2286 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 709092 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 709092 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 3450.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2836368 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.26 4.27 6/335 828410
/proc/meminfo: memFree=116937624/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=2836368 CPUtime=3511.26 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 440500 0 0 0 350888 238 0 0 20 0 20 0 160805296 19566772224 709092 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 709092 5956 1 0 724016 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=2836368 CPUtime=3397.72 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 105527 0 0 0 339714 58 0 0 20 0 20 0 160805296 19566772224 709092 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 138 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=2280 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 709092 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=2836368 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 2377 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 709092 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 709092 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 3511.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2836368 KiB

[startup+3522.3 s]
/proc/loadavg: 4.42 4.29 4.28 5/335 828556
/proc/meminfo: memFree=121607804/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=2836372 CPUtime=3571.98 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 452549 0 0 0 356957 241 0 0 20 0 20 0 160805296 19566772224 709093 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 709093 5956 1 0 724016 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=2836368 CPUtime=3456.77 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 107798 0 0 0 345619 58 0 0 20 0 20 0 160805296 19566772224 709093 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 140 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=2836368 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 709093 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=-8601142353926136508 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 2377 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 709093 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=2836372 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 709093 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 3571.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2836372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3550.11 s]
/proc/loadavg: 4.37 4.30 4.28 5/335 828560
/proc/meminfo: memFree=119452244/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19108176 memory=2836372 CPUtime=3600.04 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 452833 0 0 0 359763 241 0 0 20 0 20 0 160805296 19566772224 709093 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4777044 709093 5956 1 0 724016 0
[pid=826511/tid=826513] ppid=826508 vsize=19108176 memory=41224 CPUtime=3484.09 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 107955 0 0 0 348351 58 0 0 20 0 20 0 160805296 19566772224 709093 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 140 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160805299 19566772224 709093 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 2377 0 0 0 0 0 0 0 20 0 20 0 160805300 19566772224 709093 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826530] ppid=826508 vsize=19108176 memory=2836372 CPUtime=0 cores=1,3
/proc/826511/task/826530/stat : 826530 (Timer-0) S 826508 826511 824357 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 160805319 19566772224 709093 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2836372 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.83 s, system=2.4345 s

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

[startup+3550.2 s]
/proc/loadavg: 4.37 4.30 4.28 5/335 828560
/proc/meminfo: memFree=119452244/131524600 swapFree=131071996/131071996
[pid=826511] ppid=826508 vsize=19307868 memory=2837036 CPUtime=3600.24 cores=1,3
/proc/826511/stat : 826511 (java) S 826508 826511 824357 0 -1 1077936128 456760 0 0 0 359782 242 0 0 20 0 21 0 160805296 19771256832 709259 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
/proc/826511/statm: 4826967 709259 5955 1 0 724935 0
[pid=826511/tid=826513] ppid=826508 vsize=19307868 memory=1818520 CPUtime=3484.18 cores=1,3
/proc/826511/task/826513/stat : 826513 (java) R 826508 826511 824357 0 -1 4194368 108096 0 0 0 348360 58 0 0 20 0 21 0 160805296 19771256832 709259 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 140 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826522] ppid=826508 vsize=19307868 memory=2756 CPUtime=0 cores=1,3
/proc/826511/task/826522/stat : 826522 (Finalizer) S 826508 826511 824357 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 160805299 19771256832 709259 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
[pid=826511/tid=826529] ppid=826508 vsize=19307868 memory=4496 CPUtime=0 cores=1,3
/proc/826511/task/826529/stat : 826529 (Common-Cleaner) S 826508 826511 824357 0 -1 1077936192 2377 0 0 0 0 0 0 0 20 0 21 0 160805300 19771256832 709259 134679101440 94270829350912 94270829354608 140728319655888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94270829362424 94270829363216 94270843895808 140728319661045 140728319661153 140728319661153 140728319668168 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2837036 KiB

Child status: 143

Real time (s): 3550.22
CPU time (s): 3600.27
CPU user time (s): 3597.83
CPU system time (s): 2.4345
CPU usage (%): 101.41
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3109364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.83
system time used= 2.4345
maximum resident set size= 3109384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 457055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138873
involuntary context switches= 13736


# summary of solver processes directly reported to runsolver:
#   pid: 826511
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3597.83
#   total CPU system time (s): 2.4345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.64639 second user time and 17.4541 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-16 01:33:36
IDJOB=4429812
IDBENCH=147539
IDSOLVER=3052
FILE ID=nodeC023/4429812-1721086403
RUNJOBID= nodeC023-1721082898-824369
SLURM_JOB_ID= 7505566
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429812-1721086403/watcher-4429812-1721086403 -o /tmp/evaluation-result-4429812-1721086403/solver-4429812-1721086403 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721082898-824369 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429812-1721086403.opb

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

MD5SUM BENCH= b5aa25dccc2460ad32c358f07bd5c94a
RANDOM SEED=1590645762

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125913272 kB
MemAvailable:   127229320 kB
Buffers:          394084 kB
Cached:          1750456 kB
SwapCached:            0 kB
Active:           725108 kB
Inactive:        4268612 kB
Active(anon):       1572 kB
Inactive(anon):  2885360 kB
Active(file):     723536 kB
Inactive(file):  1383252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2660 kB
Writeback:             0 kB
AnonPages:       2848948 kB
Mapped:           123868 kB
Shmem:             37720 kB
KReclaimable:      98164 kB
Slab:             204784 kB
SReclaimable:      98164 kB
SUnreclaim:       106620 kB
KernelStack:        5024 kB
PageTables:        15800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7271492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61056 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2580480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:    18444288 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-16 02:32:46