Trace number 4506803

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3574.15 3700.11

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K138.opb
MD5SUMdf8f338dbd068337fef89bf4c43df9f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16422
Total number of constraints16700
Number of constraints which are clauses16562
Number of constraints which are cardinality constraints (but not clauses)138
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint138
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 139
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.10/0.10	c Number of processors 	2
0.10/0.18	c Pseudo Boolean Optimization by upper bound
0.10/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.18	c  - never skip resolution steps
0.10/0.18	c  - Auto-division on coefficients is disabled
0.10/0.18	c  - No postprocessing
0.10/0.18	c  - Conflict is considered as is when resolving
0.10/0.18	c  - Use constraints as they come during conflict analysis
0.10/0.18	c  - Weaken first using unassigned literals
0.10/0.18	c  - Bump strategy: ALWAYS_ONE
0.10/0.18	c  - Bumper: EFFECTIVE
0.10/0.18	c --- Begin Solver configuration ---
0.10/0.18	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.18	c Learn all clauses as in MiniSAT
0.10/0.18	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.18	c No reason simplification
0.10/0.18	c Dynamic restart strategy considering the size of the coefficients
0.10/0.18	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.18	c timeout=2147483s
0.10/0.18	c DB Simplification allowed=false
0.10/0.18	c Listener: none
0.10/0.18	c --- End Solver configuration ---
0.10/0.18	c solving HOME/instance-4506803-1751181466.opb
0.10/0.18	c reading problem ... 
0.23/0.21	c using VERIPB proof format
0.23/0.21	c  no objective function found
1.53/0.98	c ... done. Wall clock time 0.802s.
1.53/0.99	c declared #vars     16422
1.53/0.99	c #constraints  16700
1.53/0.99	c constraints type 
1.53/0.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1781
1.53/0.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 138
1.53/0.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14779
1.53/0.99	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.53/0.99	c 16700 constraints processed.
187.22/311.01	c cleaning 2499 clauses out of 5000 with flag 0/5000
865.15/988.62	c cleaning 4236 clauses out of 8501 with flag 0/11000
3573.99/3700.02	c starts		: 14
3573.99/3700.03	c conflicts		: 15837
3573.99/3700.03	c decisions		: 136976
3573.99/3700.03	c propagations		: 13496630
3573.99/3700.03	c inspects		: 70666637
3573.99/3700.03	c shortcuts		: 0
3573.99/3700.04	c learnt literals	: 0
3573.99/3700.04	c learnt binary clauses	: 0
3573.99/3700.04	c learnt ternary clauses	: 69
3573.99/3700.04	c learnt constraints	: 15836
3573.99/3700.04	c ignored constraints	: 0
3573.99/3700.04	c root simplifications	: 0
3573.99/3700.04	c removed literals (reason simplification)	: 0
3573.99/3700.04	c reason swapping (by a shorter reason)	: 0
3573.99/3700.04	c Calls to reduceDB	: 2
3573.99/3700.04	c Number of update (reduction) of LBD	: 29831
3573.99/3700.04	c Imported unit clauses	: 0
3573.99/3700.04	c No decision after first conflict	: false
3573.99/3700.04	c number of reductions to clauses (during analyze)	: 0
3573.99/3700.04	c number of learned constraints concerned by reduction	: 0
3573.99/3700.04	c number of learning phase by resolution	: 0
3573.99/3700.04	c number of learning phase by cutting planes	: 0
3573.99/3700.04	c number of rounding to 1 operations	: 0
3573.99/3700.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3573.99/3700.04	c number of reductions of the coefficients by power 2 	: 0
3573.99/3700.04	c number of right shift for reduction by power 2 	: 0
3573.99/3700.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3573.99/3700.04	c number of ending skipping 	: 0
3573.99/3700.04	c number of internal skipping 	: 0
3573.99/3700.04	c number of derivation steps 	: 971471
3573.99/3700.04	c number of skipped derivation steps 	: 0
3573.99/3700.04	c number of remaining unassigned 	: 307760
3573.99/3700.04	c number of remaining assigned 	: 41836071
3573.99/3700.04	c number of falsified literals weakened from reason	: 0
3573.99/3700.04	c number of falsified literals weakened from conflict	: 0
3573.99/3700.04	c time for arithmetic operations	: 42947692711
3573.99/3700.06	c minimum degree of deleted constraints	: 1
3573.99/3700.06	c maximum degree of deleted constraints	: 2849708670356688871251179453850194552445367411328749735301116470814286191213428922093467168569256283149565549100318829525291900840822048658003938991141423482893002481991749284870944612370231853015841251389162245036493341618007552734708923068950944831179824979147903695683462194462210938745245144448061238139990052880558777265467448581670380440319282178916732632965765255038251524684029524105896462291447919837377064916220356873580628908853188526393858493701577635404311348774389521042923540250659054492942096984895720078589341284315623155757127812826756652823638135036859569412404986494797796540977535745296827313857551705759419092645167500424335427811900971639148679089408720328732950348231568640358184979338851344122815747998499403797243206943357180640197879735575661810937626469751447472920733590377720308752823148989272128600532998869429159656302162244505563774560095056759991604740602999128786061901433671590232642316087523482691737887414842394300873298531703856613426202173660884619247877286281018526768817869362763731683787033583437382538496154163507218564674330249749151172760516565518127071214413777390416899317654560379020809685529304514957896685345261922491723765689547679302137978939256115507611583452474879883177892535920112112344479903526336272188074851171591674900756063474402588234060993239476204628872856255877257912149962380159579375319803739014578422260841718128686369230208812987513015183638197986388962473114118488360529373250899778227738933009740320510242474741180940301925193831324735718423502721899395252879963641431400095357272754263755584557872631679341790020807226960406397267276064242758740038578754725650219415846235439088372632294193547820073251501891313571494809487969686678380566536217660985672200357357129389565269662896022079680390432539619769584246631476719727250604929225796024495983915880681710084523049683851214958054595770528801614565367612016738828978679705633865035184297865780614437816483625125596852807806570303007669365443305579341111719896512088323150701473993104716759298043923430868255711186726175233588995299488631934602680236991225340380608995279212065799764244822996213868101357878657812065444447368262375737466454415017051127046881594852193358664506088548778109656890380453362998822455395945506026865251967710438409304642223113219299986705337161430806579175736963136829648002086885732625284195645631521671557868687728649682844185721279157140993471891552144756761087449305380885730364183220901167615654213579183393025168308458671474226440140346117343700652930658435157483427155269624878367357927151680261111329904706718701829436830060577334373652498681805695514697000090827557693489688306362465984722481200311232640468425451477323029469713802114414860611092258907704338249135088957254754634321522959685654412405571387053835515515389177122486772911278319962115863935958237852327932075283991899204642293938639867117813950024821246488110730279218062239698236597287716770839689105611064016612305500823034030775761308267235683720444741920588751607422355000494401354427626310110198735262352214622350765667059720447326492287156882849420831984529027600182774349377535267066263513020512237864954126352648197161734367413580084786886493783211380497873883932859279157971152404137741957478655234471133515114258112392913686488514324342267588610368292975027285752451984112367290446844722750604112646676965233929161428524689284180020079463866070618692515459804852784895316166902816723646177029830960282693241198463023008662726412091635857011857326563692040282405271173374549265369378071069252607629003038333063970402188090146443417261934216127172130979472828226584275448299424163631362924620170999410843384621118917293504493638912624347058988878098284298822663051578674757329459526906874764364695698866102705340530300805016851076949165020758237733187929451490929514641090984888650203125191282197335455672801318045494542282194623148923164308904543588211181790676854754556625409481560962238150814122652950460034120474682012145435898196622922555938464570337389524852257948941829368066575428013005331234921249050691350606599563424351597090683878500730985255928841592815747006471279932587265750933736108950379204039394366922166147422090187888963698316259045922705782987005072657660128794098320196716660436152051824016284070854835586728650433783559781066423979497781832306134276135371523337723906423910663650056624409766633091788402551765095963097437689297211944666292477983834898191149703165265571535255898236161056367102067944115093364575018977649214202064687013667272947681254376688730142808135881361690591478901429487480967652878299355721698271242611641314945406541036335673199369097018208125312590553571345818568573768056978237922165955697419402617528012959638664485664251977382112930476758004775290418293071802614944647502980034980946149288465209175485736757730739167610732465667888508775050091224292286022544441676684458962357484901758334522146519853892214614800339418007735385539311690692416181071649758066136678268240000
3573.99/3700.06	c number of deleted constraints	: 6735
3573.99/3700.06	c speed (assignments/second)	: 3648.6598640467255
3573.99/3700.06	c non guided choices	: 1940
3573.99/3700.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 391
3573.99/3700.07	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2238
3573.99/3700.07	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6472
3573.99/3700.07	s UNKNOWN
3573.99/3700.07	c Total wall clock time (in seconds): 3699.896

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: 63665 MiB (63029 MiB free)
  memory of node 1: 64507 MiB (63702 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 0.95 1.15 2.06 7/311 25572
/proc/meminfo: memFree=129730312/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=18930384 memory=54748 CPUtime=0.1 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 6386 0 22 0 8 2 0 0 20 0 18 0 33824291 19384713216 13687 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4732596 13687 5310 1 0 547503 0
[pid=25511/tid=25521] ppid=25506 vsize=18930384 memory=4026531959 CPUtime=0.06 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 5022 0 22 0 5 1 0 0 20 0 18 0 33824294 19384713216 13687 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=18930384 memory=224227768828 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33824296 19384713216 13687 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=18930384 memory=29854 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33824296 19384713216 13687 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 54748 KiB

[startup+0.20566 s]*
/proc/loadavg: 0.95 1.15 2.06 2/321 25587
/proc/meminfo: memFree=129701916/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=18930384 memory=63220 CPUtime=0.23 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 6862 0 22 0 20 3 0 0 20 0 18 0 33824291 19384713216 15805 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4732596 15805 5438 1 0 547913 0
[pid=25511/tid=25521] ppid=25506 vsize=18930384 memory=4026597660 CPUtime=0.13 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) D 25506 25511 25461 0 -1 4194368 5356 0 22 0 11 2 0 0 20 0 18 0 33824294 19384713216 15805 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=18930384 memory=15140 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33824296 19384713216 15805 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33824296 19384713216 15805 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63220 KiB

[startup+0.305666 s]*
/proc/loadavg: 0.95 1.15 2.06 10/332 25598
/proc/meminfo: memFree=129551140/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=18930384 memory=132760 CPUtime=0.41 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 7418 0 22 0 37 4 0 0 20 0 18 0 33824291 19384713216 33190 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4732596 33190 5438 1 0 548344 0
[pid=25511/tid=25521] ppid=25506 vsize=18930384 memory=-6000919476967925613 CPUtime=0.22 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 5439 0 22 0 19 3 0 0 20 0 18 0 33824294 19384713216 33190 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33824296 19384713216 33190 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33824296 19384713216 33190 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 132760 KiB

[startup+0.700221 s]
/proc/loadavg: 0.95 1.15 2.06 10/336 25602
/proc/meminfo: memFree=129031972/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=18996948 memory=969096 CPUtime=1.15 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 11599 0 22 0 94 21 0 0 20 0 19 0 33824291 19452874752 242274 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4749237 242274 5470 1 0 551248 0
[pid=25511/tid=25521] ppid=25506 vsize=18996948 memory=17536 CPUtime=0.57 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 5850 0 22 0 39 18 0 0 20 0 19 0 33824294 19452874752 242274 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33824296 19452874752 242274 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33824296 19452874752 242274 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 969096 KiB

[startup+1.50022 s]
/proc/loadavg: 0.95 1.15 2.06 10/336 25602
/proc/meminfo: memFree=123986796/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=1313144 CPUtime=2.7 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 20309 0 22 0 240 30 0 0 20 0 20 0 33824291 19521036288 328286 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 328286 5470 1 0 555007 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=3200 CPUtime=1.24 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 6098 0 22 0 99 25 0 0 20 0 20 0 33824294 19521036288 328286 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 328286 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 328286 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 328286 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313144 KiB

[startup+3.10595 s]
/proc/loadavg: 0.95 1.15 2.06 9/339 25605
/proc/meminfo: memFree=122398884/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=1315064 CPUtime=5.89 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 20847 0 23 0 558 31 0 0 20 0 20 0 33824291 19521036288 328766 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 328766 5470 1 0 555215 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=10752 CPUtime=2.79 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 6182 0 22 0 254 25 0 0 20 0 20 0 33824294 19521036288 328766 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 328766 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 328766 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 328766 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315064 KiB

[startup+6.3002 s]
/proc/loadavg: 1.28 1.22 2.07 7/340 25607
/proc/meminfo: memFree=121613364/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=1599328 CPUtime=10.37 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 23627 0 24 0 999 38 0 0 20 0 20 0 33824291 19521036288 399832 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 399832 5502 1 0 1081988 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=0 CPUtime=5.93 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 6611 0 22 0 562 31 0 0 20 0 20 0 33824294 19521036288 399832 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 399832 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 399832 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=1313528 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 399832 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 10.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1599328 KiB

[startup+12.7002 s]
/proc/loadavg: 1.58 1.28 2.09 7/340 25607
/proc/meminfo: memFree=120021524/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=2251924 CPUtime=17.36 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 32552 0 24 0 1683 53 0 0 20 0 20 0 33824291 19521036288 562981 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 562981 5502 1 0 1082412 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=1313528 CPUtime=12.29 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 7783 0 22 0 1185 44 0 0 20 0 20 0 33824294 19521036288 562981 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=2016404 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 562981 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 562981 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=1687444 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 562981 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 17.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2251924 KiB

[startup+25.5002 s]
/proc/loadavg: 2.26 1.45 2.13 5/340 25607
/proc/meminfo: memFree=118187500/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=3401108 CPUtime=30.36 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 35701 0 24 0 2965 71 0 0 20 0 20 0 33824291 19521036288 850277 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 850277 5502 1 0 1082428 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=0 CPUtime=25.06 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 10228 0 22 0 2443 63 0 0 20 0 20 0 33824294 19521036288 850277 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=3165460 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 850277 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=2585876 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 850277 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 850277 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 30.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3401108 KiB

[startup+51.1059 s]
/proc/loadavg: 2.85 1.65 2.18 5/342 25609
/proc/meminfo: memFree=117049732/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=3450556 CPUtime=56.07 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 43367 0 24 0 5533 74 0 0 20 0 20 0 33824291 19521036288 862639 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 862639 5502 1 0 1082477 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=3450556 CPUtime=50.52 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 12549 0 22 0 4988 64 0 0 20 0 20 0 33824294 19521036288 862639 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 862639 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=1792 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=109302084/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=4220892 CPUtime=3157.23 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 186175 0 24 0 315511 212 0 0 20 0 20 0 33824291 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 1055223 5534 1 0 1087595 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=4220892 CPUtime=3134.72 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 75073 0 22 0 313356 116 0 0 20 0 20 0 33824294 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 2235 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 3157.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4220892 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/342 25801
/proc/meminfo: memFree=108817172/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=4220892 CPUtime=3217.08 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 187440 0 24 0 321495 213 0 0 20 0 20 0 33824291 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 1055223 5534 1 0 1087595 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=5632 CPUtime=3194.55 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 75718 0 22 0 319339 116 0 0 20 0 20 0 33824294 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 2252 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 3217.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4220892 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/343 25804
/proc/meminfo: memFree=108801312/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=4220892 CPUtime=3276.95 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 187566 0 24 0 327480 215 0 0 20 0 20 0 33824291 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 1055223 5534 1 0 1087595 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=4220892 CPUtime=3254.38 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 75791 0 22 0 325322 116 0 0 20 0 20 0 33824294 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 2256 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 3276.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4220892 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/342 25806
/proc/meminfo: memFree=108785000/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=4220892 CPUtime=3336.81 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 189701 0 24 0 333465 216 0 0 20 0 20 0 33824291 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 1055223 5534 1 0 1087595 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=4220892 CPUtime=3314.19 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 77205 0 22 0 331303 116 0 0 20 0 20 0 33824294 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 2354 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 3336.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4220892 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/341 25809
/proc/meminfo: memFree=108777460/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=4220892 CPUtime=3396.69 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 190396 0 24 0 339451 218 0 0 20 0 20 0 33824291 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 1055223 5534 1 0 1087595 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=14592 CPUtime=3374.04 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 77842 0 22 0 337287 117 0 0 20 0 20 0 33824294 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 2356 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 3396.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4220892 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/341 25812
/proc/meminfo: memFree=108761180/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=4220892 CPUtime=3456.55 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 191872 0 24 0 345436 219 0 0 20 0 20 0 33824291 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 1055223 5534 1 0 1087595 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=0 CPUtime=3433.87 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 78686 0 22 0 343270 117 0 0 20 0 20 0 33824294 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 2373 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 1055223 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 3456.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4220892 KiB

[startup+3642.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/342 25815
/proc/meminfo: memFree=108722148/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=4223552 CPUtime=3516.41 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 192531 0 24 0 351421 220 0 0 20 0 20 0 33824291 19521036288 1055888 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 1055888 5534 1 0 1087595 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=2688 CPUtime=3493.7 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 78978 0 22 0 349253 117 0 0 20 0 20 0 33824294 19521036288 1055888 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055888 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 2377 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1055888 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=4220892 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 1055888 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 3516.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4223552 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.14 4.12 4.09 5/342 25820
/proc/meminfo: memFree=108666460/131249996 swapFree=33010684/33010684
[pid=25511] ppid=25506 vsize=19063512 memory=4231820 CPUtime=3573.99 cores=4,6
/proc/25511/stat : 25511 (java) S 25506 25511 25461 0 -1 4194304 194634 0 24 0 357177 222 0 0 20 0 20 0 33824291 19521036288 1057955 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
/proc/25511/statm: 4765878 1057955 5534 1 0 1089683 0
[pid=25511/tid=25521] ppid=25506 vsize=19063512 memory=2760 CPUtime=3551.23 cores=4,6
/proc/25511/task/25521/stat : 25521 (java) R 25506 25511 25461 0 -1 4194368 80382 0 22 0 355005 118 0 0 20 0 20 0 33824294 19521036288 1057955 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25546] ppid=25506 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/25511/task/25546/stat : 25546 (Finalizer) S 25506 25511 25461 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1057955 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25559] ppid=25506 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/25511/task/25559/stat : 25559 (Common-Cleaner) S 25506 25511 25461 0 -1 4194368 2384 0 0 0 0 0 0 0 20 0 20 0 33824296 19521036288 1057955 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
[pid=25511/tid=25603] ppid=25506 vsize=19063512 memory=-8412635867042004928 CPUtime=0 cores=4,6
/proc/25511/task/25603/stat : 25603 (Timer-0) S 25506 25511 25461 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 33824391 19521036288 1057955 18446744073709551615 94609337999360 94609338003056 140723645763056 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94609338010872 94609338011664 94609359450112 140723645770029 140723645770214 140723645770214 140723645775816 0
Current children cumulated CPU time: 3573.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4231820 KiB

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

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

# cumulated CPU time of all completed processes:  user=3571.91 s, system=2.24459 s

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

Child status: 143

Real time (s): 3700.11
CPU time (s): 3574.15
CPU user time (s): 3571.91
CPU system time (s): 2.24459
CPU usage (%): 96.596
Max. virtual memory (cumulated for all children) (KiB): 19066544
Max. memory (cumulated for all children) (KiB): 4231820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.91
system time used= 2.24459
maximum resident set size= 4232716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198721
page faults= 24
swaps= 0
block input operations= 336
block output operations= 904664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121036
involuntary context switches= 6676


# summary of solver processes directly reported to runsolver:
#   pid: 25511
#   total CPU time (s): 3574.15
#   total CPU user time (s): 3571.91
#   total CPU system time (s): 2.24459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.83512 second user time and 17.4414 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 09:17:46
IDJOB=4506803
IDBENCH=158265
IDSOLVER=3362
FILE ID=nodeC021/4506803-1751181466
RUNJOBID= nodeC021-1751181466-25472
SLURM_JOB_ID= 9587555
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K138.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506803-1751181466/watcher-4506803-1751181466 -o /tmp/evaluation-result-4506803-1751181466/solver-4506803-1751181466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751181466-25472 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506803-1751181466 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4506803-1751181466.opb

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

MD5SUM BENCH= df8f338dbd068337fef89bf4c43df9f5
RANDOM SEED=1407720229

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129797880 kB
MemAvailable:   129739804 kB
Buffers:            3280 kB
Cached:           750972 kB
SwapCached:            0 kB
Active:           343984 kB
Inactive:         493940 kB
Active(anon):     101552 kB
Inactive(anon):        0 kB
Active(file):     242432 kB
Inactive(file):   493940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13296 kB
Writeback:             0 kB
AnonPages:         86720 kB
Mapped:           102904 kB
Shmem:             18060 kB
KReclaimable:      89184 kB
Slab:             174940 kB
SReclaimable:      89184 kB
SUnreclaim:        85756 kB
KernelStack:        4112 kB
PageTables:         3048 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     348536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC021 at 2025-06-29 10:19:26