Trace number 4452055

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.25 3567.42

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_28.opb
MD5SUMfe5132cea97c009eada70044fd563797
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.7243
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1260
Total number of constraints5990
Number of constraints which are clauses5985
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint35
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 63
Number of bits of the biggest sum of numbers6
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4452055-1721429963.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.34/0.27	c ... done. Wall clock time 0.111s.
0.34/0.27	c declared #vars     1260
0.34/0.27	c #constraints  5994
0.34/0.27	c constraints type 
0.34/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2414
0.34/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.34/0.27	c org.sat4j.specs.Constr$1 => 4
0.34/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3570
0.34/0.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.34/0.27	c 5994 constraints processed.
4.99/2.67	c cleaning 2252 clauses out of 5000 with flag 0/5000
9.16/5.93	c cleaning 2875 clauses out of 8748 with flag 0/11000
13.39/10.06	c cleaning 3433 clauses out of 12876 with flag 0/18003
17.57/14.14	c cleaning 2563 clauses out of 17443 with flag 0/26003
24.91/21.49	c cleaning 3745 clauses out of 23878 with flag 0/35001
35.10/31.53	c cleaning 4278 clauses out of 30134 with flag 0/45002
51.61/47.84	c cleaning 4467 clauses out of 36855 with flag 0/56001
71.49/67.62	c cleaning 4996 clauses out of 44387 with flag 0/68000
98.86/95.07	c cleaning 4483 clauses out of 52391 with flag 0/81000
139.31/135.40	c cleaning 6231 clauses out of 61909 with flag 0/95001
202.09/198.01	c cleaning 6814 clauses out of 70677 with flag 0/110000
266.14/261.97	c cleaning 6407 clauses out of 79866 with flag 0/126003
357.61/353.53	c cleaning 6875 clauses out of 90456 with flag 0/143000
480.72/476.50	c cleaning 8115 clauses out of 101581 with flag 0/161000
600.34/595.92	c cleaning 8030 clauses out of 112466 with flag 0/180000
752.69/747.92	c cleaning 9376 clauses out of 124436 with flag 0/200000
921.21/916.16	c cleaning 9149 clauses out of 136061 with flag 0/221001
1112.94/1107.33	c cleaning 10108 clauses out of 148913 with flag 0/243002
1342.72/1336.55	c cleaning 8771 clauses out of 161805 with flag 0/266002
1543.27/1536.14	c cleaning 10509 clauses out of 177034 with flag 0/290002
1754.93/1746.94	c cleaning 8730 clauses out of 191523 with flag 0/315000
1996.02/1986.39	c cleaning 13660 clauses out of 208794 with flag 0/341001
2280.35/2268.52	c cleaning 9976 clauses out of 222135 with flag 0/368002
2635.47/2620.07	c cleaning 10032 clauses out of 240157 with flag 0/396000
2910.01/2889.64	c cleaning 12862 clauses out of 259125 with flag 0/425000
3204.85/3178.55	c cleaning 15474 clauses out of 276263 with flag 0/455000
3600.07/3567.32	c starts		: 152
3600.07/3567.32	c conflicts		: 479711
3600.07/3567.32	c decisions		: 541050
3600.07/3567.32	c propagations		: 64058433
3600.07/3567.32	c inspects		: 8663226437
3600.07/3567.32	c shortcuts		: 0
3600.07/3567.32	c learnt literals	: 0
3600.07/3567.32	c learnt binary clauses	: 0
3600.07/3567.32	c learnt ternary clauses	: 2
3600.07/3567.32	c learnt constraints	: 479711
3600.07/3567.32	c ignored constraints	: 0
3600.07/3567.32	c root simplifications	: 0
3600.07/3567.32	c removed literals (reason simplification)	: 0
3600.07/3567.32	c reason swapping (by a shorter reason)	: 0
3600.07/3567.32	c timeout
3600.07/3567.32	c Calls to reduceDB	: 26
3600.07/3567.32	c Number of update (reduction) of LBD	: 193511
3600.07/3567.32	c Imported unit clauses	: 0
3600.07/3567.32	c No decision after first conflict	: false
3600.07/3567.32	c number of reductions to clauses (during analyze)	: 0
3600.07/3567.32	c number of learned constraints concerned by reduction	: 0
3600.07/3567.32	c number of learning phase by resolution	: 0
3600.07/3567.32	c number of learning phase by cutting planes	: 0
3600.07/3567.32	c number of rounding to 1 operations	: 585690
3600.07/3567.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3567.32	c number of reductions of the coefficients by power 2 	: 0
3600.07/3567.32	c number of right shift for reduction by power 2 	: 0
3600.07/3567.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3567.32	c number of ending skipping 	: 0
3600.07/3567.32	c number of internal skipping 	: 0
3600.07/3567.32	c number of derivation steps 	: 9610479
3600.07/3567.32	c number of skipped derivation steps 	: 0
3600.07/3567.32	c number of remaining unassigned 	: 7205
3600.07/3567.32	c number of remaining assigned 	: 12213200
3600.07/3567.32	c number of falsified literals weakened from reason	: 0
3600.07/3567.32	c number of falsified literals weakened from conflict	: 0
3600.07/3567.32	c time for arithmetic operations	: 1032136432
3600.07/3567.32	c minimum degree of deleted constraints	: 4
3600.07/3567.32	c maximum degree of deleted constraints	: 48542
3600.07/3567.32	c number of deleted constraints	: 194211
3600.07/3567.32	c speed (assignments/second)	: 17958.41345338422
3600.07/3567.32	c non guided choices	: 175
3600.07/3567.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 186882
3600.07/3567.39	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8998
3600.07/3567.39	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 89620
3600.07/3567.40	s UNKNOWN
3600.07/3567.40	c Total wall clock time (in seconds): 3567.25

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: 63931 MiB (54667 MiB free)
  memory of node 1: 64510 MiB (58135 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452055-1721429963/watcher-4452055-1721429963 -o /tmp/evaluation-result-4452055-1721429963/solver-4452055-1721429963 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999909 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452055-1721429963.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100162 s]*
/proc/loadavg: 4.19 4.19 4.20 5/334 1006277
/proc/meminfo: memFree=115467744/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=18975048 memory=63244 CPUtime=0.14 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 7231 0 0 0 12 2 0 0 20 0 18 0 195156860 19430449152 15811 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4743762 15811 5662 1 0 549357 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 5759 0 0 0 7 1 0 0 20 0 18 0 195156861 19430449152 15811 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195156863 19430449152 15811 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 195156864 19430449152 15811 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63244 KiB

[startup+0.206635 s]*
/proc/loadavg: 4.19 4.19 4.20 6/334 1006277
/proc/meminfo: memFree=115446712/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=18975048 memory=86284 CPUtime=0.34 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 7770 0 0 0 32 2 0 0 20 0 18 0 195156860 19430449152 21571 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4743762 21571 5828 1 0 549672 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=18975048 memory=6007641856751698051 CPUtime=0.19 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 6052 0 0 0 17 2 0 0 20 0 18 0 195156861 19430449152 21571 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=18975048 memory=14994 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195156863 19430449152 21571 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 195156864 19430449152 21571 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 86284 KiB

[startup+0.313445 s]*
/proc/loadavg: 4.19 4.19 4.20 6/335 1006278
/proc/meminfo: memFree=115382168/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19041612 memory=148764 CPUtime=0.53 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 9583 0 0 0 49 4 0 0 20 0 19 0 195156860 19498610688 37191 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4760403 37191 5859 1 0 551185 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19041612 memory=-7380939621843035749 CPUtime=0.29 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 6163 0 0 0 26 3 0 0 20 0 19 0 195156861 19498610688 37191 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195156863 19498610688 37191 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 195156864 19498610688 37191 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 195156888 19498610688 37191 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 148764 KiB

[startup+0.700922 s]
/proc/loadavg: 4.19 4.19 4.20 7/336 1006279
/proc/meminfo: memFree=115365416/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=168828 CPUtime=1.28 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 11747 0 0 0 124 4 0 0 20 0 20 0 195156860 19566772224 42207 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 42207 5859 1 0 552550 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=13012 CPUtime=0.62 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 6175 0 0 0 59 3 0 0 20 0 20 0 195156861 19566772224 42207 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 42207 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 42207 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=26268 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 42207 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 168828 KiB

[startup+1.50092 s]
/proc/loadavg: 4.19 4.19 4.20 6/336 1006279
/proc/meminfo: memFree=115341904/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=368548 CPUtime=2.86 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 21937 0 0 0 276 10 0 0 20 0 20 0 195156860 19566772224 92137 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 92137 5875 1 0 555661 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=13012 CPUtime=1.37 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 6618 0 0 0 130 7 0 0 20 0 20 0 195156861 19566772224 92137 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 92137 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 92137 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 92137 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 368548 KiB

[startup+3.10693 s]
/proc/loadavg: 4.34 4.22 4.21 6/336 1006279
/proc/meminfo: memFree=114714176/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=848180 CPUtime=5.97 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 28374 0 0 0 576 21 0 0 20 0 20 0 195156860 19566772224 212045 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 212045 5875 1 0 558200 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=0 CPUtime=2.96 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 8600 0 0 0 279 17 0 0 20 0 20 0 195156861 19566772224 212045 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 212045 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=567092 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 212045 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 212045 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 848180 KiB

[startup+6.30029 s]
/proc/loadavg: 4.34 4.22 4.21 5/336 1006279
/proc/meminfo: memFree=114201688/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=1326828 CPUtime=9.62 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 29181 0 0 0 932 30 0 0 20 0 20 0 195156860 19566772224 331707 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 331707 5891 1 0 558202 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=13012 CPUtime=6.1 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 8935 0 0 0 584 26 0 0 20 0 20 0 195156861 19566772224 331707 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 331707 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=7956006121795185252 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 331707 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 331707 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 9.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1326828 KiB

[startup+12.7003 s]
/proc/loadavg: 4.29 4.22 4.21 5/336 1006281
/proc/meminfo: memFree=114193296/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=1335200 CPUtime=16.17 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 30002 0 0 0 1586 31 0 0 20 0 20 0 195156860 19566772224 333800 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 333800 5891 1 0 558202 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=0 CPUtime=12.43 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 9736 0 0 0 1217 26 0 0 20 0 20 0 195156861 19566772224 333800 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=1335200 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 333800 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 333800 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 333800 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 16.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335200 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.21 4.21 5/336 1006282
/proc/meminfo: memFree=114178384/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=1349848 CPUtime=29.05 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 36416 0 0 0 2873 32 0 0 20 0 20 0 195156860 19566772224 337462 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 337462 5907 1 0 558202 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=1335200 CPUtime=24.98 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 11784 0 0 0 2472 26 0 0 20 0 20 0 195156861 19566772224 337462 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 337462 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=1339516 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 337462 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 337462 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 29.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1349848 KiB

[startup+51.1059 s]
/proc/loadavg: 4.38 4.24 4.22 5/336 1006289
/proc/meminfo: memFree=114148696/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=1378752 CPUtime=54.95 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 44158 0 0 0 5459 36 0 0 20 0 20 0 195156860 19566772224 344688 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 344688 5907 1 0 558202 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=1370460 CPUtime=50.08 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 14137 0 0 0 4982 26 0 0 20 0 20 0 195156861 19566772224 344688 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0

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

/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=2566096 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 4010 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 3188.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2566156 KiB

[startup+3222.3 s]
/proc/loadavg: 1.17 1.18 1.84 2/255 1007602
/proc/meminfo: memFree=123346456/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=2566156 CPUtime=3249.49 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 222312 0 0 0 324708 241 0 0 20 0 20 0 195156860 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 641539 5954 1 0 665157 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=11488 CPUtime=3173.81 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 111013 0 0 0 317329 52 0 0 20 0 20 0 195156861 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 63 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=46372 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 4059 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=2566156 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 3249.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2566156 KiB

[startup+3282.3 s]
/proc/loadavg: 1.36 1.23 1.81 2/255 1007614
/proc/meminfo: memFree=123345752/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=2566156 CPUtime=3310.32 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 225632 0 0 0 330788 244 0 0 20 0 20 0 195156860 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 641539 5954 1 0 665157 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=2566156 CPUtime=3232.89 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 112595 0 0 0 323237 52 0 0 20 0 20 0 195156861 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 66 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=2566156 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 4155 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=40476 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 3310.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2566156 KiB

[startup+3342.3 s]
/proc/loadavg: 1.25 1.21 1.77 2/255 1007625
/proc/meminfo: memFree=123345020/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=2566156 CPUtime=3371.15 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 228972 0 0 0 336867 248 0 0 20 0 20 0 195156860 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 641539 5954 1 0 665157 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=2566156 CPUtime=3292.03 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 114209 0 0 0 329150 53 0 0 20 0 20 0 195156861 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 66 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=19392 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 4250 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 3371.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2566156 KiB

[startup+3402.3 s]
/proc/loadavg: 1.20 1.20 1.73 2/255 1008021
/proc/meminfo: memFree=123344016/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=2566156 CPUtime=3432.06 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 232387 0 0 0 342955 251 0 0 20 0 20 0 195156860 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 641539 5954 1 0 665157 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=2636 CPUtime=3351.05 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 116518 0 0 0 335052 53 0 0 20 0 20 0 195156861 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 71 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=-7380939621843035749 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=2566156 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 4344 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 641539 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 3432.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2566156 KiB

[startup+3462.3 s]
/proc/loadavg: 1.12 1.18 1.69 2/255 1008031
/proc/meminfo: memFree=123341068/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=2568232 CPUtime=3493.15 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 235766 0 0 0 349060 255 0 0 20 0 20 0 195156860 19566772224 642058 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 642058 5954 1 0 665157 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=11488 CPUtime=3410.08 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 118444 0 0 0 340955 53 0 0 20 0 20 0 195156861 19566772224 642058 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 71 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 642058 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=46372 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 4439 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 642058 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=2568228 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 642058 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 3493.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2568232 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.18 1.65 2/255 1008043
/proc/meminfo: memFree=123339348/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=2569312 CPUtime=3554.2 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 238107 0 0 0 355162 258 0 0 20 0 20 0 195156860 19566772224 642328 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 642328 5954 1 0 665157 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=11488 CPUtime=3469.11 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 119769 0 0 0 346858 53 0 0 20 0 20 0 195156861 19566772224 642328 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 74 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=2569312 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 642328 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=1399095120900022330 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 4533 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 642328 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=2566156 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 642328 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 3554.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2569312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3567.3 s]
/proc/loadavg: 1.13 1.17 1.62 2/257 1008220
/proc/meminfo: memFree=123338820/131524600 swapFree=131071996/131071996
[pid=1006259] ppid=1006256 vsize=19108176 memory=2569348 CPUtime=3600.07 cores=5,7
/proc/1006259/stat : 1006259 (java) S 1006256 1006259 999896 0 -1 1077936128 239357 0 0 0 359746 261 0 0 20 0 20 0 195156860 19566772224 642337 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
/proc/1006259/statm: 4777044 642337 5954 1 0 665222 0
[pid=1006259/tid=1006261] ppid=1006256 vsize=19108176 memory=2569312 CPUtime=3513.4 cores=5,7
/proc/1006259/task/1006261/stat : 1006261 (java) R 1006256 1006259 999896 0 -1 4194368 120781 0 0 0 351287 53 0 0 20 0 20 0 195156861 19566772224 642337 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 74 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006270] ppid=1006256 vsize=19108176 memory=27768 CPUtime=0 cores=5,7
/proc/1006259/task/1006270/stat : 1006270 (Finalizer) S 1006256 1006259 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195156863 19566772224 642337 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006277] ppid=1006256 vsize=19108176 memory=2569348 CPUtime=0 cores=5,7
/proc/1006259/task/1006277/stat : 1006277 (Common-Cleaner) S 1006256 1006259 999896 0 -1 1077936192 4604 0 0 0 0 0 0 0 20 0 20 0 195156864 19566772224 642337 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
[pid=1006259/tid=1006278] ppid=1006256 vsize=19108176 memory=2569348 CPUtime=0 cores=5,7
/proc/1006259/task/1006278/stat : 1006278 (Timer-0) S 1006256 1006259 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195156888 19566772224 642337 134679101440 93948381286400 93948381290096 140731516161968 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93948381297912 93948381298704 93948397109248 140731516171247 140731516171360 140731516171360 140731516178376 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2569348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.63 s, system=2.62532 s

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

[startup+3567.41 s]*
/proc/loadavg: 1.44 1.23 1.64 2/239 1008224
/proc/meminfo: memFree=125887604/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3567.42
CPU time (s): 3600.25
CPU user time (s): 3597.63
CPU system time (s): 2.62532
CPU usage (%): 100.921
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2569348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.63
system time used= 2.62532
maximum resident set size= 2571272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163881
involuntary context switches= 6736


# summary of solver processes directly reported to runsolver:
#   pid: 1006259
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3597.63
#   total CPU system time (s): 2.62532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.53243 second user time and 17.3961 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-20 00:59:35
IDJOB=4452055
IDBENCH=162875
IDSOLVER=3046
FILE ID=nodeC016/4452055-1721429963
RUNJOBID= nodeC016-1721421149-999909
SLURM_JOB_ID= 7545492
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_28.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452055-1721429963/watcher-4452055-1721429963 -o /tmp/evaluation-result-4452055-1721429963/solver-4452055-1721429963 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999909 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452055-1721429963.opb

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

MD5SUM BENCH= fe5132cea97c009eada70044fd563797
RANDOM SEED=216468246

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115509444 kB
MemAvailable:   119284316 kB
Buffers:          411364 kB
Cached:          4205572 kB
SwapCached:            0 kB
Active:           673460 kB
Inactive:       14699536 kB
Active(anon):       1568 kB
Inactive(anon): 10800436 kB
Active(file):     671892 kB
Inactive(file):  3899100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1172 kB
Writeback:             0 kB
AnonPages:      10754660 kB
Mapped:           127640 kB
Shmem:             45912 kB
KReclaimable:      87056 kB
Slab:             199144 kB
SReclaimable:      87056 kB
SUnreclaim:       112088 kB
KernelStack:        5068 kB
PageTables:        31000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11290520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73120 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10461184 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC016 at 2024-07-20 01:59:02