Trace number 4543679

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) 3600.29 3522

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
domset-fixedrows-r04_shuffle/normalized-domset-hexgrid_04_064.shuf-1.opb
MD5SUMbc326017418b9b1ea2c8f3320db7415a
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.01891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints257
Number of constraints which are clauses256
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint256
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 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 316
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4543679-1753225965.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
0.12/0.21	c ... done. Wall clock time 0.042s.
0.31/0.21	c declared #vars     256
0.31/0.21	c #constraints  257
0.31/0.21	c constraints type 
0.31/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.31/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.31/0.21	c 257 constraints processed.
21.87/16.89	c cleaning 2496 clauses out of 5000 with flag 0/5000
70.19/62.56	c cleaning 4243 clauses out of 8504 with flag 0/11000
3600.09/3521.91	c starts		: 54
3600.09/3521.93	c conflicts		: 15870
3600.09/3521.93	c decisions		: 34190
3600.09/3521.93	c propagations		: 521148
3600.09/3521.93	c inspects		: 55223676
3600.09/3521.93	c shortcuts		: 0
3600.09/3521.93	c learnt literals	: 0
3600.09/3521.93	c learnt binary clauses	: 0
3600.09/3521.93	c learnt ternary clauses	: 0
3600.09/3521.93	c learnt constraints	: 15869
3600.09/3521.93	c ignored constraints	: 0
3600.09/3521.93	c root simplifications	: 0
3600.09/3521.93	c removed literals (reason simplification)	: 0
3600.09/3521.93	c reason swapping (by a shorter reason)	: 0
3600.09/3521.93	c Calls to reduceDB	: 2
3600.09/3521.93	c Number of update (reduction) of LBD	: 27789
3600.09/3521.94	c Imported unit clauses	: 0
3600.09/3521.94	c No decision after first conflict	: false
3600.09/3521.94	c number of reductions to clauses (during analyze)	: 0
3600.09/3521.94	c number of learned constraints concerned by reduction	: 0
3600.09/3521.94	c number of learning phase by resolution	: 0
3600.09/3521.94	c number of learning phase by cutting planes	: 0
3600.09/3521.94	c number of rounding to 1 operations	: 0
3600.09/3521.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3521.94	c number of reductions of the coefficients by power 2 	: 0
3600.09/3521.94	c number of right shift for reduction by power 2 	: 0
3600.09/3521.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3521.94	c number of ending skipping 	: 0
3600.09/3521.94	c number of internal skipping 	: 0
3600.09/3521.94	c number of derivation steps 	: 71160
3600.09/3521.94	c number of skipped derivation steps 	: 0
3600.09/3521.94	c number of remaining unassigned 	: 287366
3600.09/3521.94	c number of remaining assigned 	: 1580964
3600.09/3521.94	c number of falsified literals weakened from reason	: 0
3600.09/3521.94	c number of falsified literals weakened from conflict	: 0
3600.09/3521.94	c time for arithmetic operations	: 2593974323932
3600.09/3521.96	c minimum degree of deleted constraints	: 51
3600.09/3521.96	c maximum degree of deleted constraints	: 591907102019894387140082751406974812696688263775429186060529908951119887225943247556350881727327189343895801463127161867653029278660240882515214119711486919362679188510063660317797391510691969631448780547677626644158556727698815636211341921700370101791273969233059307747146691745358908739937639223522284702676607904800737808323091520559325437984991893269517587854698489766399487943598924294414242566824402935813114334133642097294670066961052077435483227359769632296607648653665846702212080917299495445685157697604523671807728510422947627537690177037665248547197939761201181016972492333775768054488689449118959409014990295994342920944325420597717477928415930443720213713396055210588449698511902739156229181623544268302735909682794406508954745916584587968947446921250038890795725324030817889921087132674389644004653082968301692315306864116987921987965515753434708178832492589532997440629563630538222598019902804452465696641351036756694531999727072865647234089380086257020442800923753088090571233894719422608327215531342849604952361089449813371726080318999629913111188523105572539442056415879057395476317085171017632917697508717270922849632831186346842878281156681465659658081197216586755764691948043892561300585478393554228939970141938066144525029386932859779395187827557635123273310521009575099872516366517840657983635339854702372006451031659254037408171228230360061686877164109184369770247049707741716073264758624743915750402322336507597079315787717270698939775085510246043010105141400009921197659434336221227950221987063905158683744361586055406678773569911805943913935429565754599819155867472423904554071093594695837743546463700348521001705551298553963520873554339275085948154418349897718572478591758350541872388033325042130584818662388360758067246049163057012610842657846234113257918331459968913574560720622812574433692817660269103779717090099547016319361046389589889710647351658119624494486455747036548860309795933638966024798126172336532589921285887114696086449537133062046147840924865143722792606533288125270334738812239165571800287770270195799760086702211163266426281894534306277103370232308100207843090413326834813823837379170649964009261217267165478534773752615201311372214677475228660876229573842396409494036943620211561353348423262106255350747945517423251600365150146358190560265360113605783137956291471804499400975316598180349963078353187661003464518502291269499647702730928219673692347684188411000982037544689140978768080265205152961543991274173850126909643876884841516930139546404007649371129439765131612875478709947042612973186640306106224608576885453202754679633485151886910780271334452202435579014090447347799992046200361973141551076883235206530103959759326046107839197992154865638647112269457895402597647002865051445019677278514370965941655096737372444990360733276218035107253042839908273757432464293658482932122042287934334213732175411470554070797640536785775070437177890681580097105540700143076201752769115615822364471251327839820649546060404111536373834819954008575138219533530679516899297705642321185059651277966037052230912032572462800746795747568550098038750176705840028476236838939974183769035921366020866327759731435198469210827949686489713547606567759289770562407071152147246930016748313082463478377856715959307056720049326219097330847438953439148139616507261908409855473559953855201698238181708167737997146665527291188013630301801331585771155950435144188308466277968029599620814275669775321319562339902917688792812641040530809342519627512192052882314039886768541267044730776112862054748412298158126855825143900622435003655544868359801773167240044800
3600.09/3521.96	c number of deleted constraints	: 6739
3600.09/3521.96	c speed (assignments/second)	: 147.98009168184853
3600.09/3521.96	c non guided choices	: 112
3600.09/3521.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 213
3600.09/3521.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8917
3600.09/3521.98	s UNKNOWN
3600.09/3521.98	c Total wall clock time (in seconds): 3521.82

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 4.99 4.49 4.25 4/294 166794
/proc/meminfo: memFree=128044108/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=18930384 memory=55636 CPUtime=0.12 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 6579 0 0 0 10 2 0 0 20 0 18 0 238273968 19384713216 13909 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4732596 13909 5335 1 0 547650 0
[pid=166770/tid=166776] ppid=166766 vsize=18930384 memory=4026532379 CPUtime=0.07 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 5046 0 0 0 6 1 0 0 20 0 18 0 238273969 19384713216 13909 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=18930384 memory=219932787024 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238273972 19384713216 13909 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=18930384 memory=54087446197310 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238273972 19384713216 13909 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55636 KiB

[startup+0.205812 s]*
/proc/loadavg: 4.99 4.49 4.25 7/314 166827
/proc/meminfo: memFree=127986308/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=18930384 memory=64576 CPUtime=0.31 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 7179 0 0 0 28 3 0 0 20 0 18 0 238273968 19384713216 16144 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4732596 16144 5431 1 0 548058 0
[pid=166770/tid=166776] ppid=166766 vsize=18930384 memory=4026990711 CPUtime=0.16 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 5393 0 0 0 14 2 0 0 20 0 18 0 238273969 19384713216 16144 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=18930384 memory=224227756318 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238273972 19384713216 16144 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=18930384 memory=30707 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238273972 19384713216 16144 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64576 KiB

[startup+0.305747 s]*
/proc/loadavg: 4.99 4.49 4.25 6/315 166828
/proc/meminfo: memFree=127932380/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=18996948 memory=70512 CPUtime=0.49 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 8459 0 0 0 46 3 0 0 20 0 19 0 238273968 19452874752 17628 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4749237 17628 5431 1 0 548674 0
[pid=166770/tid=166776] ppid=166766 vsize=18996948 memory=-9033484619552170684 CPUtime=0.24 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 5457 0 0 0 22 2 0 0 20 0 19 0 238273969 19452874752 17628 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238273972 19452874752 17628 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238273972 19452874752 17628 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238273989 19452874752 17628 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70512 KiB

[startup+0.700248 s]
/proc/loadavg: 4.99 4.49 4.25 6/316 166829
/proc/meminfo: memFree=127595504/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=18996948 memory=158712 CPUtime=1.25 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 14124 0 0 0 118 7 0 0 20 0 19 0 238273968 19452874752 39678 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4749237 39678 5463 1 0 552093 0
[pid=166770/tid=166776] ppid=166766 vsize=18996948 memory=24704 CPUtime=0.55 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 5498 0 0 0 51 4 0 0 20 0 19 0 238273969 19452874752 39678 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238273972 19452874752 39678 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238273972 19452874752 39678 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238273989 19452874752 39678 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158712 KiB

[startup+1.50027 s]
/proc/loadavg: 4.99 4.49 4.25 6/319 166845
/proc/meminfo: memFree=125770292/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=202056 CPUtime=2.81 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 19346 0 0 0 272 9 0 0 20 0 20 0 238273968 19521036288 50514 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 50514 5463 1 0 552650 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=10752 CPUtime=1.29 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 5838 0 0 0 124 5 0 0 20 0 20 0 238273969 19521036288 50514 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 50514 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 50514 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 50514 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202056 KiB

[startup+3.1056 s]
/proc/loadavg: 5.07 4.51 4.26 6/340 166886
/proc/meminfo: memFree=122158668/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=471964 CPUtime=5.95 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 27136 0 0 0 579 16 0 0 20 0 20 0 238273968 19521036288 117991 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 117991 5463 1 0 720564 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=-8743566493051822780 CPUtime=2.79 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 6608 0 0 0 270 9 0 0 20 0 20 0 238273969 19521036288 117991 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 117991 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 117991 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 117991 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 471964 KiB

[startup+6.30024 s]
/proc/loadavg: 5.07 4.51 4.26 6/341 166887
/proc/meminfo: memFree=120475260/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=859432 CPUtime=10.67 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 28513 0 0 0 1041 26 0 0 20 0 20 0 238273968 19521036288 214858 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 214858 5463 1 0 721415 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=10752 CPUtime=5.92 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 6821 0 0 0 575 17 0 0 20 0 20 0 238273969 19521036288 214858 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 214858 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 214858 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=228688 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 214858 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 10.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 859432 KiB

[startup+12.7002 s]
/proc/loadavg: 4.98 4.51 4.26 5/341 166887
/proc/meminfo: memFree=119958100/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=1144256 CPUtime=17.22 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 32093 0 0 0 1689 33 0 0 20 0 20 0 238273968 19521036288 286064 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 286064 5463 1 0 721417 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=228688 CPUtime=12.25 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 8562 0 0 0 1203 22 0 0 20 0 20 0 238273969 19521036288 286064 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 286064 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=1099144 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 286064 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 286064 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 17.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1144256 KiB

[startup+25.5002 s]
/proc/loadavg: 4.83 4.49 4.26 5/341 166887
/proc/meminfo: memFree=119106012/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=1570024 CPUtime=30.71 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 44012 0 0 0 3025 46 0 0 20 0 20 0 238273968 19521036288 392506 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 392506 5463 1 0 721484 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=1144256 CPUtime=24.89 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 11470 0 0 0 2457 32 0 0 20 0 20 0 238273969 19521036288 392506 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 392506 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 392506 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 392506 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 30.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1570024 KiB

[startup+51.1057 s]
/proc/loadavg: 4.62 4.47 4.26 5/341 166888
/proc/meminfo: memFree=118740220/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=1805120 CPUtime=56.98 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 53391 0 0 0 5643 55 0 0 20 0 20 0 238273968 19521036288 451280 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 451280 5463 1 0 721521 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=5632 CPUtime=50.21 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 13098 0 0 0 4984 37 0 0 20 0 20 0 238273969 19521036288 451280 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0

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

/proc/meminfo: memFree=112752228/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=3390440 CPUtime=3219.43 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 149569 0 0 0 321666 277 0 0 20 0 20 0 238273968 19521036288 847610 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 847610 5495 1 0 862630 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=3390440 CPUtime=3140.5 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 53492 0 0 0 313976 74 0 0 20 0 20 0 238273969 19521036288 847610 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=3906366038915430881 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847610 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=3390440 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 1001 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847610 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=3390440 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 847610 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 3219.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3390440 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.25 4.20 5/340 167126
/proc/meminfo: memFree=112583540/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3283.38 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 149649 0 0 0 328054 284 0 0 20 0 20 0 238273968 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 847642 5495 1 0 862630 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=3390440 CPUtime=3200.06 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 53539 0 0 0 319932 74 0 0 20 0 20 0 238273969 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=-8743566493051822780 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 1002 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 3283.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3390568 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.25 4.20 5/340 167128
/proc/meminfo: memFree=112282552/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3344.76 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 151130 0 0 0 334188 288 0 0 20 0 20 0 238273968 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 847642 5495 1 0 862630 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3259.83 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 54114 0 0 0 325909 74 0 0 20 0 20 0 238273969 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 1003 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 3344.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3390568 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.26 4.21 5/340 167130
/proc/meminfo: memFree=112262956/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3409.65 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 153765 0 0 0 340670 295 0 0 20 0 20 0 238273968 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 847642 5495 1 0 862630 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=-8743566493051822780 CPUtime=3319.39 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 54894 0 0 0 331865 74 0 0 20 0 20 0 238273969 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 1018 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 3409.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3390568 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.28 4.21 5/339 167132
/proc/meminfo: memFree=112060148/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3473.31 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 154966 0 0 0 347026 305 0 0 20 0 20 0 238273968 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 847642 5495 1 0 862630 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3378.91 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 55123 0 0 0 337816 75 0 0 20 0 20 0 238273969 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 1018 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 3473.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3390568 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.24 4.20 5/338 167134
/proc/meminfo: memFree=112038468/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3534.09 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 158094 0 0 0 353101 308 0 0 20 0 20 0 238273968 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 847642 5495 1 0 862630 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3438.7 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 56142 0 0 0 343795 75 0 0 20 0 20 0 238273969 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 1036 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 3534.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3390568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3521.9 s]
/proc/loadavg: 4.26 4.24 4.20 5/339 167143
/proc/meminfo: memFree=112013468/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3600.09 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 159100 0 0 0 359693 316 0 0 20 0 20 0 238273968 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 847642 5495 1 0 862630 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3497.84 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 56241 0 0 0 349709 75 0 0 20 0 20 0 238273969 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 1036 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3390568 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.1 s, system=3.18434 s

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

[startup+3521.9 s]
/proc/loadavg: 4.26 4.24 4.20 5/339 167143
/proc/meminfo: memFree=112013468/131249996 swapFree=33006296/33010684
[pid=166770] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3600.09 cores=0,2
/proc/166770/stat : 166770 (java) S 166766 166770 166156 0 -1 4194304 159100 0 0 0 359693 316 0 0 20 0 20 0 238273968 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
/proc/166770/statm: 4765878 847642 5495 1 0 862630 0
[pid=166770/tid=166776] ppid=166766 vsize=19063512 memory=3390568 CPUtime=3497.84 cores=0,2
/proc/166770/task/166776/stat : 166776 (java) R 166766 166770 166156 0 -1 4194368 56241 0 0 0 349709 75 0 0 20 0 20 0 238273969 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166785] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166785/stat : 166785 (Finalizer) S 166766 166770 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166792] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166792/stat : 166792 (Common-Cleaner) S 166766 166770 166156 0 -1 4194368 1036 0 0 0 0 0 0 0 20 0 20 0 238273972 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
[pid=166770/tid=166828] ppid=166766 vsize=19063512 memory=3390568 CPUtime=0 cores=0,2
/proc/166770/task/166828/stat : 166828 (Timer-0) S 166766 166770 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238273989 19521036288 847642 18446744073709551615 94069635047424 94069635051120 140736613883840 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94069635058936 94069635059728 94069646835712 140736613886289 140736613886436 140736613886436 140736613892040 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3390568 KiB

Child status: 143

Real time (s): 3522
CPU time (s): 3600.29
CPU user time (s): 3597.1
CPU system time (s): 3.18434
CPU usage (%): 102.223
Max. virtual memory (cumulated for all children) (KiB): 19069300
Max. memory (cumulated for all children) (KiB): 3390568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.1
system time used= 3.18434
maximum resident set size= 3391336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160603
page faults= 0
swaps= 0
block input operations= 0
block output operations= 300584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 190428
involuntary context switches= 15965


# summary of solver processes directly reported to runsolver:
#   pid: 166770
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3597.1
#   total CPU system time (s): 3.18434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.11826 second user time and 17.1728 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 01:12:45
IDJOB=4543679
IDBENCH=174409
IDSOLVER=3362
FILE ID=nodeC015/4543679-1753225965
RUNJOBID= nodeC015-1753222424-166166
SLURM_JOB_ID= 9687818
Free space on /tmp= 432548 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/domset-fixedrows-r04_shuffle/normalized-domset-hexgrid_04_064.shuf-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543679-1753225965/watcher-4543679-1753225965 -o /tmp/evaluation-result-4543679-1753225965/solver-4543679-1753225965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753222424-166166 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543679-1753225965 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4543679-1753225965.opb

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

MD5SUM BENCH= bc326017418b9b1ea2c8f3320db7415a
RANDOM SEED=1433931763

nodeC015 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		: 3600.377
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	: 7000.14
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.069
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	: 7000.14
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		: 3600.375
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	: 7000.14
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		: 3600.073
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	: 7000.14
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.088
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	: 7000.14
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		: 3602.046
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	: 7000.14
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		: 3600.723
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	: 7000.14
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		: 3600.312
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126982904 kB
MemAvailable:   127820784 kB
Buffers:            1508 kB
Cached:          1606872 kB
SwapCached:         3888 kB
Active:          2864976 kB
Inactive:         762148 kB
Active(anon):    1993136 kB
Inactive(anon):    48304 kB
Active(file):     871840 kB
Inactive(file):   713844 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12412 kB
Writeback:             0 kB
AnonPages:       2017132 kB
Mapped:           126044 kB
Shmem:             22352 kB
KReclaimable:     182872 kB
Slab:             279252 kB
SReclaimable:     182872 kB
SUnreclaim:        96380 kB
KernelStack:        4832 kB
PageTables:         7216 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5286268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151080 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1826816 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:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 429672 MiB
End job on nodeC015 at 2025-07-23 02:11:27