Trace number 4443431

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.25 3578.56

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
MD5SUM7546ebd0ce66e1c0113f5874ce57dd6d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.194181
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.16	c Free memory 		2115194816
0.12/0.17	c Max memory 		16282288128
0.12/0.17	c Total memory 		2122317824
0.12/0.17	c Number of processors 	2
0.27/0.28	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.27/0.28	 - never skip resolution steps
0.27/0.28	 - Auto-division on coefficients is disabled
0.27/0.28	 - No postprocessing
0.27/0.28	 - Conflict is considered as is when resolving
0.27/0.28	 - Use constraints as they come during conflict analysis
0.27/0.28	 - Weaken first using unassigned literals
0.27/0.28	 - Bump strategy: ALWAYS_ONE
0.27/0.28	 - Bumper: EFFECTIVE
0.27/0.28	--- Begin Solver configuration ---
0.27/0.28	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.27/0.28	Learn all clauses as in MiniSAT
0.27/0.28	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.28	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.27/0.28	No reason simplification
0.27/0.28	Dynamic restart strategy considering the size of the coefficients
0.27/0.28	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.27/0.28	timeout=2147483s
0.27/0.28	DB Simplification allowed=false
0.27/0.28	Listener: none
0.27/0.28	--- End Solver configuration ---
0.27/0.28	c Pseudo Boolean Optimization by upper bound
0.27/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.27/0.28	c  - never skip resolution steps
0.27/0.28	c  - Auto-division on coefficients is disabled
0.27/0.28	c  - No postprocessing
0.27/0.28	c  - Conflict is considered as is when resolving
0.27/0.28	c  - Use constraints as they come during conflict analysis
0.27/0.28	c  - Weaken first using unassigned literals
0.27/0.28	c  - Bump strategy: ALWAYS_ONE
0.27/0.28	c  - Bumper: EFFECTIVE
0.27/0.28	c --- Begin Solver configuration ---
0.27/0.28	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.27/0.28	c Learn all clauses as in MiniSAT
0.27/0.28	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.27/0.28	c No reason simplification
0.27/0.28	c Dynamic restart strategy considering the size of the coefficients
0.27/0.28	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.27/0.28	c timeout=2147483s
0.27/0.28	c DB Simplification allowed=false
0.27/0.28	c Listener: none
0.27/0.28	c --- End Solver configuration ---
0.27/0.28	c solving HOME/instance-4443431-1721311886.opb
0.27/0.28	c reading problem ... 
0.27/0.28	c  no objective function found
0.46/0.35	c ... done. Wall clock time 0.078s.
0.46/0.35	c declared #vars     428
0.46/0.35	c #constraints  644
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 222
0.46/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.46/0.35	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 288
0.46/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 132
0.46/0.35	c 644 constraints processed.
23.12/18.89	c cleaning 2498 clauses out of 5001 with flag 0/5001
68.49/63.64	c cleaning 4251 clauses out of 8502 with flag 0/11000
152.33/145.96	c cleaning 5624 clauses out of 11251 with flag 0/18000
300.05/291.92	c cleaning 6814 clauses out of 13628 with flag 0/26001
478.07/469.00	c cleaning 7887 clauses out of 15814 with flag 0/35001
715.19/704.60	c cleaning 8963 clauses out of 17926 with flag 0/45000
984.23/969.28	c cleaning 9946 clauses out of 19963 with flag 0/56000
1371.53/1355.61	c cleaning 10993 clauses out of 22019 with flag 0/68002
1892.09/1875.37	c cleaning 12011 clauses out of 24024 with flag 0/81000
2511.61/2493.07	c cleaning 13007 clauses out of 26015 with flag 0/95002
3088.03/3067.57	c cleaning 14003 clauses out of 28006 with flag 0/110000
3600.03/3578.44	c starts		: 28
3600.03/3578.45	c timeout
3600.03/3578.46	c conflicts		: 122110
3600.03/3578.47	c decisions		: 174152
3600.03/3578.47	c propagations		: 3989339
3600.03/3578.47	c inspects		: 2143971342
3600.03/3578.47	c shortcuts		: 0
3600.03/3578.47	c learnt literals	: 0
3600.03/3578.47	c learnt binary clauses	: 0
3600.03/3578.47	c learnt ternary clauses	: 0
3600.03/3578.47	c learnt constraints	: 122109
3600.03/3578.47	c ignored constraints	: 0
3600.03/3578.47	c root simplifications	: 0
3600.03/3578.47	c removed literals (reason simplification)	: 0
3600.03/3578.47	c reason swapping (by a shorter reason)	: 0
3600.03/3578.47	c Calls to reduceDB	: 11
3600.03/3578.47	c Number of update (reduction) of LBD	: 98112
3600.03/3578.47	c Imported unit clauses	: 0
3600.03/3578.47	c No decision after first conflict	: false
3600.03/3578.47	c number of reductions to clauses (during analyze)	: 0
3600.03/3578.47	c number of learned constraints concerned by reduction	: 0
3600.03/3578.47	c number of learning phase by resolution	: 0
3600.03/3578.47	c number of learning phase by cutting planes	: 0
3600.03/3578.47	c number of rounding to 1 operations	: 0
3600.03/3578.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3578.47	c number of reductions of the coefficients by power 2 	: 0
3600.03/3578.47	c number of right shift for reduction by power 2 	: 0
3600.03/3578.47	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3578.47	c number of ending skipping 	: 0
3600.03/3578.48	c number of internal skipping 	: 0
3600.03/3578.48	c number of derivation steps 	: 3393140
3600.03/3578.48	c number of skipped derivation steps 	: 0
3600.03/3578.48	c number of remaining unassigned 	: 5682342
3600.03/3578.48	c number of remaining assigned 	: 245274718
3600.03/3578.48	c number of falsified literals weakened from reason	: 0
3600.03/3578.49	c number of falsified literals weakened from conflict	: 0
3600.03/3578.49	c time for arithmetic operations	: 73023632664
3600.03/3578.50	c minimum degree of deleted constraints	: 4
3600.17/3578.51	c maximum degree of deleted constraints	: 13071956576798083837045340354704480240696654152840316394812048657502691185297281079939765519741946588550594343821795196190557046272406116917304294200531191943398559204899997468075476776149665270333768962166897765270940435818173104397031786418711427785284656921810980253013293451726188600519211673737861021308905391642523439413599545233917953878382723112660400240442031555517790622547686191556194880710865949588738599283410233099174643389006408092014751040157955711175316283620842019775849040455120389041222778921839560589958297100373204381550073423723720994422214317995404264065658862350002443704214014520287983642127018689633764418560360888927538652034208123518978899030570920670956485630984419279894612052722471059394418684607426954386482603578736743496975514061172677252888030719430291745387510870779193609471750339490410544476497224635537107948208502339285642100764512504876740623920666118502377341163155628040402474675173276847749618142683098427503673870389351312229059598130526079496094274060599698456435000808512597911984957614455839779766273246881156980938809913654369373990797826997785975849770137732863499855342238899231695563586177956709923916609179566075556228161389559249695485668353683668026288544703338883481119785689470235706538587233820166980204648209785035275671562018179921071283743952794350061093798912107179976559497208341362097667510972565254908128084228050795032131363007286259198083412635383863647101718023600540122652171769256517419911326798469451942158050584076237342695881164497008382166163599043547034012316700218876771715319473351038646647231533684600160705546385063666789255423893742838078127813668590282124233189949435401279527089698714426850621605625807693836470727108925473501986982818421274465028519608154806488088921239136855276008729882830966017595046639870007016175716425833575820506711225515747110182749814159012594518018980597438967810299133145858578717813050341135866088013779595920811678119220894074934832202905211420695029073390328785872532053920533863855721816224876541444645000939185432439861733506256002692928553523643323345643742251025210603141563366930293471571911641314010836133298704352075317783681608789084984669238196036612551500663390494999561278770370873928244152290213129482552598865836294149908952366567495381781730038956331462469281202316184160299740600109140884146154689815874242261977336321801299143174915925677350199578948127478017871149590834419110093907245528082709862673950412530998500488702057444974604266606636722357059725203579028268950040968360096148665482326498103829694539620799035664825740575034121635796778128607184172771800614342999937059907269256894098523937063467332124811952055173153808456217626657550531074344527823613245578425036658216796275390344482866493722834358706235220325093061229838648120838163643542915228367317473621580578815523337774697982624540876666461636594789383670977757299560230066203018324361782313462261626112856201109256266397472593715137172789551397455068319994572380618391160347118887308235789627170551277252401546090119182432169126013461560449398240472614156929016198285679249126387530341096140286567244944622488019265270857429468838554657687276930170379037870494545611968140757633984095531889090898994331995825393718824723539005291157714876908540465934633350263629286452659882544789994573601266191912609997023587891310212453046591391238550449361681341503641308788343704931440114769021210815193292998326895338215655907104561526651754605566587994241598780482167007631618015849752771528996514995371408177677477374304963866590082291884051383945558980233922846754915426962650278255539586377542882724356336917923117636099903013031888891645232279238515303814413335919305864833228542788988636954032336145527473407980305488492508117282901619809822575832968432828197486104749367034201900095913800216188089410494594011004919515972505379567299519490859915108174845710616612427899745193450883632444761211953611178334908166723903915572679825243372943040412814959068467246240338513721339386914840496474893145408496793823883565649796481446694531294517571205249013974092269233440372732443164003309109835904876217575350355025575809263777112047665416885246806577986943040014670601666687526791848941529224036136567372071850427665627470399205266305870374878849597884649006047772161351254055327202483017544578132695765652617834207078960165406520261080537140796040920249681253576230745804944157376735296751883598535703004355012239208480179585973451049360134627021873595766040964688647582544975381509371727290539506282091427160307800512976222593628003952784782095453009880034554041119948391929928191888870294850512054537314181178303198433806460328123822741132388578938138041397175449646800397607645531276596836140670313847885514878228238524418902202806319330472908652104033130452444273485496724507758780504783828074631261044112486802180133235341849667952375797077130879898880843335329555717692151927887305527471471467928407882702973400661772604223303546475235387440167036288409816257728762211434970815900569439071278787462886049870443211038520839222561200439342839759550548386260657824621403680639200377706459840924767228760482851107744914867232029159287649755774681477161976216169492165653479610098268626103209020164822829261642556657934289378534832791956050848511048353495666249882085186373477069371927179595350424074927858449587832830397494624264990789851693792847790615683321563733186264187061040097534268528786521318520177217874538482540739692996890923615046737536285892617998341090801631691118723331418540111856235921411762432140541366549168078809309883698620894174800375500732365681856621569302162106096279176371707390839726005772307250437688555264763488320386122268807980524800109695805037214358772755134422785155896527174781664903907068285392175370698435420256223192624181455100649973733307999476350117199266411028725145838117110222055405477841547912511005746281698786098732415560938907027770631362323005891509638921969760721336191986336599240931379514226648233530326722883535933953411818806909177281026481075223782734425321369504101027045054041984044967773569962419366906799796810627393799337551011356545013413100282989134823461268252643497862342283111585351363464817548585017827409137106012909842239020614947634146631416574605630834138681778654083765593402171566858415250072965569004957073100904417334211142765803384072371542783951885860669561444461765006931430909439832196878962604289519881889573511088174535964915203943878256147711486400781957837004719292755257212301001306274459059627062432179230881061710149303160823900622837814628742600553909655010121726737121844822141376888224463360288953932509637111612374141105172037406731199672841004936632655163024984547353244385803166897338094859828575134735291769076014692829777241196400785167356905675163760847286358458881093475705849078063415364876942298498235603796077561430484456332612335619496779296220169081357664014120144329857260094933053103305588502044438400624556852356380788894005102425376675682062013835869270123271080793248779230269602288168773901185879040529285092881818915766592089707505983639715265989253587009845956963399967403115249510579267291250802737241454385705555115946732034677345517198487447145097064417127435040843306129355806184247196522353877098947812134954537197637423686164079658415485919486444605868749665659781404882837725013242834741825996524345386424357587685552280358737028487297673156481729473143241680348917296863078252032019671287632674867724047500713263638511679367477122576290434482207666703426052948729206891984622801082734470776728913080017278739125888623910419021562586438698083877268876791973750850502321632491231240027431662657998840301158863215130932744623276493974861041111362326874974461735501620155630007023410301223229006815699806375266640519169095720633258250524365467678318259145658147402601138653127449943694462325085568511214423058992947143177528805799895649062250778534148737593961116274601026957996798430807850549901316913793474619390406881952394340439825608511135135675892235928865321174109909562210350941789969108427244066795237019358448395421015813908275482558525411410297622755536085148873423614976006073583501951608537993473551104629823565324448907086236836849312772731450984419999967695457323482086199613350401276973052667913722875072604897002082611022276421161245809291967670477022083787761269571868951907460437964571114015828840636395785519044193950647292758751643407057309592471571229510183446762796025939939420849951710505388333224229422286495059726474901260626383134901213688594237264595692244478017416211784895402698031166428653743283595489995172219489135617323625772342770877232221407172540153286837202741866624369455421374353446342849156438551832104853285767224651768862002948291947650816029702363290321399985465523792960726847637360009022561600
3600.17/3578.51	c number of deleted constraints	: 95997
3600.17/3578.51	c speed (assignments/second)	: 1114.9144657431186
3600.17/3578.51	c non guided choices	: 52
3600.17/3578.53	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 26112
3600.17/3578.53	s UNKNOWN
3600.17/3578.53	c Total wall clock time (in seconds): 3578.262

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (53384 MiB free)
  memory of node 1: 64510 MiB (52292 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=952468, runsolver pid=952465

[startup+0.101323 s]*
/proc/loadavg: 4.27 4.20 4.19 5/321 952486
/proc/meminfo: memFree=108178860/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=18975048 memory=56000 CPUtime=0.12 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 6603 0 0 0 10 2 0 0 20 0 18 0 183345256 19430449152 14000 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4743762 14000 5530 1 0 550924 0
[pid=952468/tid=952470] ppid=952465 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) S 952465 952468 947632 0 -1 1077936192 5542 0 0 0 6 2 0 0 20 0 18 0 183345257 19430449152 14000 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183345262 19430449152 14000 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=18975048 memory=14976684994783103 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183345263 19430449152 14000 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56000 KiB

[startup+0.219413 s]*
/proc/loadavg: 4.27 4.20 4.19 5/321 952486
/proc/meminfo: memFree=108169940/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=18975048 memory=64928 CPUtime=0.27 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 7291 0 0 0 24 3 0 0 20 0 18 0 183345256 19430449152 16232 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4743762 16232 5534 1 0 551476 0
[pid=952468/tid=952470] ppid=952465 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 5799 0 0 0 15 2 0 0 20 0 18 0 183345257 19430449152 16232 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=18975048 memory=5822 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183345262 19430449152 16232 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183345263 19430449152 16232 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64928 KiB

[startup+0.313519 s]*
/proc/loadavg: 4.27 4.20 4.19 7/321 952486
/proc/meminfo: memFree=108164360/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=18975048 memory=73212 CPUtime=0.46 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 7665 0 0 0 43 3 0 0 20 0 18 0 183345256 19430449152 18303 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4743762 18303 5727 1 0 551759 0
[pid=952468/tid=952470] ppid=952465 vsize=18975048 memory=-8815627402820756156 CPUtime=0.27 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 6083 0 0 0 25 2 0 0 20 0 18 0 183345257 19430449152 18303 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183345262 19430449152 18303 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183345263 19430449152 18303 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73212 KiB

[startup+0.704796 s]
/proc/loadavg: 4.27 4.20 4.19 7/322 952487
/proc/meminfo: memFree=108147588/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19041612 memory=114708 CPUtime=1.16 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 10110 0 0 0 111 5 0 0 20 0 19 0 183345256 19498610688 28677 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4760403 28677 5812 1 0 553379 0
[pid=952468/tid=952470] ppid=952465 vsize=19041612 memory=5620 CPUtime=0.62 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 6162 0 0 0 59 3 0 0 20 0 19 0 183345257 19498610688 28677 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19041612 memory=12724 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183345262 19498610688 28677 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19041612 memory=164 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183345263 19498610688 28677 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 183345292 19498610688 28677 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 114708 KiB

[startup+1.50988 s]
/proc/loadavg: 4.27 4.20 4.19 7/322 952487
/proc/meminfo: memFree=108069472/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=187888 CPUtime=2.75 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 24481 0 0 0 267 8 0 0 20 0 20 0 183345256 19566772224 46972 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 46972 5828 1 0 558950 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=12724 CPUtime=1.37 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 6612 0 0 0 133 4 0 0 20 0 20 0 183345257 19566772224 46972 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 46972 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 46972 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=23772 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 46972 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187888 KiB

[startup+3.10589 s]
/proc/loadavg: 4.27 4.20 4.19 7/323 952488
/proc/meminfo: memFree=107848076/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=438192 CPUtime=5.91 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 29734 0 0 0 577 14 0 0 20 0 20 0 183345256 19566772224 109548 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 109548 5828 1 0 560882 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=0 CPUtime=2.91 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 7374 0 0 0 282 9 0 0 20 0 20 0 183345257 19566772224 109548 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 109548 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=12724 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 109548 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 109548 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 438192 KiB

[startup+6.30393 s]
/proc/loadavg: 4.41 4.23 4.20 5/301 952505
/proc/meminfo: memFree=116360400/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=1283456 CPUtime=10.3 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 30921 0 0 0 999 31 0 0 20 0 20 0 183345256 19566772224 320864 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 320864 5844 1 0 667407 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=12724 CPUtime=5.99 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 7979 0 0 0 574 25 0 0 20 0 20 0 183345257 19566772224 320864 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 320864 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 320864 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 320864 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 10.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1283456 KiB

[startup+12.7005 s]
/proc/loadavg: 4.46 4.24 4.20 5/323 952558
/proc/meminfo: memFree=115360704/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=1288420 CPUtime=16.83 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 31376 0 0 0 1651 32 0 0 20 0 20 0 183345256 19566772224 322105 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 322105 5844 1 0 667409 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=1288420 CPUtime=12.06 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 8327 0 0 0 1181 25 0 0 20 0 20 0 183345257 19566772224 322105 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 322105 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=2288 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 322105 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=1283456 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 322105 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 16.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1288420 KiB

[startup+25.5005 s]
/proc/loadavg: 4.36 4.23 4.20 5/323 952560
/proc/meminfo: memFree=112463576/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=2448032 CPUtime=29.93 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 38237 0 0 0 2936 57 0 0 20 0 20 0 183345256 19566772224 612008 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 612008 5844 1 0 882620 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=11408 CPUtime=24.43 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 11338 0 0 0 2398 45 0 0 20 0 20 0 183345257 19566772224 612008 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=2448028 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 612008 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 612008 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=-8815627402820756156 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 612008 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 29.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2448032 KiB

[startup+51.1139 s]
/proc/loadavg: 4.31 4.22 4.20 6/299 952602
/proc/meminfo: memFree=116793192/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=2448348 CPUtime=55.91 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 44096 0 0 0 5532 59 0 0 20 0 20 0 183345256 19566772224 612087 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 612087 5844 1 0 882620 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=-8815627402820756156 CPUtime=49.25 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 13996 0 0 0 4879 46 0 0 20 0 20 0 183345257 19566772224 612087 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=2448336 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 612087 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0

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

[startup+3222.3 s]
/proc/loadavg: 4.07 4.18 4.24 6/320 955516
/proc/meminfo: memFree=108750488/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=4006680 CPUtime=3243.22 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 331597 0 0 0 323970 352 0 0 20 0 20 0 183345256 19566772224 1001670 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 1001670 5843 1 0 1015982 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=4006660 CPUtime=3161.32 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 157165 0 0 0 316040 92 0 0 20 0 20 0 183345257 19566772224 1001670 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 145 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=4006668 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 1001670 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=4006668 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 3977 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 1001670 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=4006680 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 1001670 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 3243.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4006680 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.21 4.24 5/318 955527
/proc/meminfo: memFree=108746672/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=4006688 CPUtime=3303.29 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 334426 0 0 0 329972 357 0 0 20 0 20 0 183345256 19566772224 1001672 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 1001672 5843 1 0 1015982 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=7172 CPUtime=3220.15 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 159082 0 0 0 321922 93 0 0 20 0 20 0 183345257 19566772224 1001672 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 145 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=43648 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 1001672 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=5620 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 4050 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 1001672 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=4006688 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 1001672 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 3303.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4006688 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.21 4.24 6/318 955537
/proc/meminfo: memFree=108746308/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=4006692 CPUtime=3363.4 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 337271 0 0 0 335979 361 0 0 20 0 20 0 183345256 19566772224 1001673 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 1001673 5843 1 0 1015982 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=43648 CPUtime=3279.22 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 161211 0 0 0 327829 93 0 0 20 0 20 0 183345257 19566772224 1001673 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 145 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=4006688 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 1001673 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=12724 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 4124 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 1001673 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=2288 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 1001673 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 3363.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4006692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.92 4.41 4.31 5/318 955547
/proc/meminfo: memFree=108745976/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=4006692 CPUtime=3423.54 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 340051 0 0 0 341989 365 0 0 20 0 20 0 183345256 19566772224 1001673 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 1001673 5843 1 0 1015982 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=4006688 CPUtime=3338.27 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 163305 0 0 0 333733 94 0 0 20 0 20 0 183345257 19566772224 1001673 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 145 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=12724 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 1001673 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=11408 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 4197 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 1001673 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=4006692 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 1001673 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 3423.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4006692 KiB

[startup+3462.3 s]
/proc/loadavg: 4.47 4.37 4.30 5/318 955559
/proc/meminfo: memFree=108745604/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=4006696 CPUtime=3483.68 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 342854 0 0 0 347998 370 0 0 20 0 20 0 183345256 19566772224 1001674 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 1001674 5843 1 0 1015982 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=4006688 CPUtime=3397.46 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 165336 0 0 0 339652 94 0 0 20 0 20 0 183345257 19566772224 1001674 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 145 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=12724 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 1001674 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=4006692 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 4271 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 1001674 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=4006696 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 1001674 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 3483.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4006696 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.35 4.29 5/318 955570
/proc/meminfo: memFree=108742668/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=4006700 CPUtime=3543.8 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 345682 0 0 0 354005 375 0 0 20 0 20 0 183345256 19566772224 1001675 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 1001675 5843 1 0 1015982 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=4006692 CPUtime=3456.46 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) R 952465 952468 947632 0 -1 4194368 167340 0 0 0 345551 95 0 0 20 0 20 0 183345257 19566772224 1001675 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 145 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=4006696 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 1001675 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=4006700 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 4345 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 1001675 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=-8815627402820756156 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 1001675 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 3543.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4006700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.4 s]
/proc/loadavg: 4.21 4.32 4.29 5/321 955585
/proc/meminfo: memFree=107664740/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19108176 memory=4006700 CPUtime=3600.03 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 348254 0 0 0 359624 379 0 0 20 0 20 0 183345256 19566772224 1001675 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4777044 1001675 5843 1 0 1015982 0
[pid=952468/tid=952470] ppid=952465 vsize=19108176 memory=4006700 CPUtime=3511.72 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) S 952465 952468 947632 0 -1 1077936192 169244 0 0 0 351077 95 0 0 20 0 20 0 183345257 19566772224 1001675 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 145 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19108176 memory=16212 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345262 19566772224 1001675 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19108176 memory=2288 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 4412 0 0 0 0 0 0 0 20 0 20 0 183345263 19566772224 1001675 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952487] ppid=952465 vsize=19108176 memory=-8815627402820756156 CPUtime=0 cores=5,7
/proc/952468/task/952487/stat : 952487 (Timer-0) S 952465 952468 947632 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 183345292 19566772224 1001675 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4006700 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.44 s, system=3.81093 s

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

[startup+3578.5 s]
/proc/loadavg: 4.21 4.32 4.29 5/321 955585
/proc/meminfo: memFree=107664740/131655788 swapFree=131071996/131071996
[pid=952468] ppid=952465 vsize=19307868 memory=4007520 CPUtime=3600.17 cores=5,7
/proc/952468/stat : 952468 (java) S 952465 952468 947632 0 -1 1077936128 350710 0 0 0 359638 379 0 0 20 0 21 0 183345256 19771256832 1001880 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
/proc/952468/statm: 4826967 1001880 5842 1 0 1016917 0
[pid=952468/tid=952470] ppid=952465 vsize=19307868 memory=11408 CPUtime=3511.75 cores=5,7
/proc/952468/task/952470/stat : 952470 (java) S 952465 952468 947632 0 -1 1077936192 169314 0 0 0 351080 95 0 0 20 0 21 0 183345257 19771256832 1001880 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 145 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952479] ppid=952465 vsize=19307868 memory=2288 CPUtime=0 cores=5,7
/proc/952468/task/952479/stat : 952479 (Finalizer) S 952465 952468 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183345262 19771256832 1001880 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
[pid=952468/tid=952486] ppid=952465 vsize=19307868 memory=43648 CPUtime=0 cores=5,7
/proc/952468/task/952486/stat : 952486 (Common-Cleaner) S 952465 952468 947632 0 -1 1077936192 4412 0 0 0 0 0 0 0 20 0 21 0 183345263 19771256832 1001880 134679101440 94099368374272 94099368377968 140723781123296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94099368385784 94099368386576 94099377373184 140723781129204 140723781129312 140723781129312 140723781136328 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4007520 KiB

Child status: 143

Real time (s): 3578.56
CPU time (s): 3600.25
CPU user time (s): 3596.44
CPU system time (s): 3.81093
CPU usage (%): 100.606
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4007520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.44
system time used= 3.81093
maximum resident set size= 4008716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351263
page faults= 0
swaps= 0
block input operations= 32
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131287
involuntary context switches= 6660


# summary of solver processes directly reported to runsolver:
#   pid: 952468
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3596.44
#   total CPU system time (s): 3.81093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7253 second user time and 38.9727 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-18 16:11:39
IDJOB=4443431
IDBENCH=147874
IDSOLVER=3052
FILE ID=nodeC007/4443431-1721311886
RUNJOBID= nodeC007-1721304841-947645
SLURM_JOB_ID= 7542628
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443431-1721311886/watcher-4443431-1721311886 -o /tmp/evaluation-result-4443431-1721311886/solver-4443431-1721311886 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947645 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443431-1721311886.opb

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

MD5SUM BENCH= 7546ebd0ce66e1c0113f5874ce57dd6d
RANDOM SEED=47391298

nodeC007.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	: 0xb00001f
cpu MHz		: 3672.960
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 3533.096
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.424
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 1197.176
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 3673.360
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 3625.428
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.272
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 1197.136
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        108214740 kB
MemAvailable:   110871460 kB
Buffers:          488968 kB
Cached:          2999140 kB
SwapCached:            0 kB
Active:          1001432 kB
Inactive:       21841688 kB
Active(anon):       1484 kB
Inactive(anon): 19390936 kB
Active(file):     999948 kB
Inactive(file):  2450752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               788 kB
Writeback:             0 kB
AnonPages:      19351268 kB
Mapped:           126296 kB
Shmem:             37704 kB
KReclaimable:      92104 kB
Slab:             193824 kB
SReclaimable:      92104 kB
SUnreclaim:       101720 kB
KernelStack:        4944 kB
PageTables:        47948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   19877964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18868224 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:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC007 at 2024-07-18 17:11:17