Trace number 4491545

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 Resolution VeriPB 2025-06-06UNSAT cert. 3584.55 3595.45

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM209c63ac31a13f6816f27826d17fc4ad
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 benchmark19.2254
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.04/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.13	c See www.sat4j.org for details.
0.04/0.14	c version PB25.v20250606
0.04/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.04/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.04/0.15	c java.vm.version	22.0.1+8-16
0.04/0.15	c java.vm.vendor	Oracle Corporation
0.04/0.15	c sun.arch.data.model	64
0.04/0.15	c java.version		22.0.1
0.04/0.15	c os.name		Linux
0.04/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.04/0.15	c os.arch		amd64
0.04/0.15	c Free memory 		2104792832
0.04/0.15	c Max memory 		16282288128
0.04/0.15	c Total memory 		2113929216
0.04/0.15	c Number of processors 	2
0.04/0.20	c Pseudo Boolean Optimization by upper bound
0.04/0.20	c --- Begin Solver configuration ---
0.04/0.20	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.04/0.20	c Learn all clauses as in MiniSAT
0.04/0.20	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.20	c Expensive reason simplification
0.04/0.20	c Glucose 2.1 dynamic restart strategy
0.04/0.20	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.04/0.20	c timeout=2147483s
0.04/0.20	c DB Simplification allowed=false
0.04/0.20	c Listener: none
0.04/0.20	c --- End Solver configuration ---
0.04/0.20	c solving HOME/instance-4491545-1751142696.opb
0.04/0.20	c reading problem ... 
0.04/0.20	c using VERIPB proof format
0.04/0.20	c  no objective function found
1.33/0.88	c ... done. Wall clock time 0.681s.
1.33/0.88	c declared #vars     62704
1.33/0.88	c #constraints  187107
1.33/0.88	c constraints type 
1.33/0.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
1.33/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 504
1.33/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
1.33/0.88	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.33/0.88	c 187107 constraints processed.
16.83/13.96	c cleaning 2492 clauses out of 4990 with flag 39250/5000
32.50/29.21	c cleaning 4245 clauses out of 8498 with flag 104369/11003
48.76/45.45	c cleaning 5622 clauses out of 11250 with flag 186178/18000
70.14/66.84	c cleaning 6805 clauses out of 13624 with flag 284204/26001
98.26/94.93	c cleaning 7906 clauses out of 15817 with flag 425893/35000
130.50/127.16	c cleaning 8952 clauses out of 17912 with flag 582593/45001
165.95/162.64	c cleaning 9977 clauses out of 19960 with flag 783214/56001
206.15/203.00	c cleaning 10986 clauses out of 21980 with flag 1018008/68001
252.78/249.64	c cleaning 11985 clauses out of 23992 with flag 1342905/81000
293.17/290.03	c cleaning 13001 clauses out of 26007 with flag 1658129/95000
341.24/338.24	c cleaning 13999 clauses out of 28003 with flag 1997992/110000
398.50/395.68	c cleaning 14997 clauses out of 30004 with flag 2421424/126001
457.28/454.53	c cleaning 15994 clauses out of 32006 with flag 2833327/143000
527.75/525.13	c cleaning 17000 clauses out of 34014 with flag 3277493/161002
594.74/592.29	c cleaning 18001 clauses out of 36014 with flag 3680002/180003
671.03/668.74	c cleaning 18996 clauses out of 38010 with flag 4182571/200000
752.54/750.46	c cleaning 20006 clauses out of 40015 with flag 4735802/221001
833.10/831.14	c cleaning 21002 clauses out of 42009 with flag 5328062/243001
916.47/914.73	c cleaning 21993 clauses out of 44006 with flag 5835227/266000
1009.26/1013.80	c cleaning 23002 clauses out of 46013 with flag 6463983/290000
1112.45/1117.25	c cleaning 24006 clauses out of 48013 with flag 7120554/315002
1206.11/1211.14	c cleaning 24995 clauses out of 50006 with flag 7703207/341001
1296.72/1301.99	c cleaning 25998 clauses out of 52009 with flag 8271417/368000
1405.11/1410.61	c cleaning 27000 clauses out of 54012 with flag 8932198/396003
1520.93/1526.70	c cleaning 28001 clauses out of 56009 with flag 9651744/425000
1634.19/1640.25	c cleaning 29002 clauses out of 58010 with flag 10385657/455002
1734.98/1741.26	c cleaning 29999 clauses out of 60006 with flag 11035253/486000
1858.37/1864.84	c cleaning 31001 clauses out of 62009 with flag 11731816/518002
1974.69/1981.42	c cleaning 32002 clauses out of 64006 with flag 12502456/551000
2092.24/2099.20	c cleaning 32996 clauses out of 66006 with flag 13224992/585003
2210.51/2217.71	c cleaning 33989 clauses out of 68007 with flag 13978414/620001
2342.46/2350.05	c cleaning 34998 clauses out of 70017 with flag 14801288/656000
2470.49/2478.32	c cleaning 36003 clauses out of 72021 with flag 15609788/693002
2604.63/2612.81	c cleaning 37008 clauses out of 74019 with flag 16405675/731003
2746.43/2755.12	c cleaning 37998 clauses out of 76010 with flag 17252665/770002
2884.27/2893.44	c cleaning 39000 clauses out of 78010 with flag 18038546/810000
3036.21/3045.77	c cleaning 39997 clauses out of 80010 with flag 18995237/851000
3181.09/3191.05	c cleaning 40998 clauses out of 82012 with flag 19856551/893000
3321.93/3332.25	c cleaning 42003 clauses out of 84017 with flag 20658227/936003
3480.68/3491.35	c cleaning 42998 clauses out of 86010 with flag 21518746/980000
3584.39/3595.37	c starts		: 2581
3584.39/3595.37	c conflicts		: 1007955
3584.39/3595.37	c decisions		: 1413475
3584.39/3595.37	c propagations		: 7698482780
3584.39/3595.37	c inspects		: 23468638498
3584.39/3595.37	c shortcuts		: 0
3584.39/3595.37	c learnt literals	: 46
3584.39/3595.37	c learnt binary clauses	: 241
3584.39/3595.37	c learnt ternary clauses	: 556
3584.39/3595.37	c learnt constraints	: 1007908
3584.39/3595.37	c ignored constraints	: 0
3584.39/3595.37	c root simplifications	: 0
3584.39/3595.37	c removed literals (reason simplification)	: 157457024
3584.39/3595.37	c reason swapping (by a shorter reason)	: 0
3584.39/3595.37	c Calls to reduceDB	: 40
3584.39/3595.37	c Number of update (reduction) of LBD	: 574665
3584.39/3595.37	c Imported unit clauses	: 0
3584.39/3595.37	c No decision after first conflict	: false
3584.39/3595.37	c number of reductions to clauses (during analyze)	: 0
3584.39/3595.37	c number of learned constraints concerned by reduction	: 0
3584.39/3595.37	c number of learning phase by resolution	: 0
3584.39/3595.37	c number of learning phase by cutting planes	: 0
3584.39/3595.37	c number of rounding to 1 operations	: 0
3584.39/3595.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3584.39/3595.37	c number of reductions of the coefficients by power 2 	: 0
3584.39/3595.37	c number of right shift for reduction by power 2 	: 0
3584.39/3595.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
3584.39/3595.37	c number of ending skipping 	: 0
3584.39/3595.37	c number of internal skipping 	: 0
3584.39/3595.37	c number of derivation steps 	: 0
3584.39/3595.37	c number of skipped derivation steps 	: 0
3584.39/3595.37	c number of remaining unassigned 	: 0
3584.39/3595.37	c number of remaining assigned 	: 0
3584.39/3595.37	c number of falsified literals weakened from reason	: 0
3584.39/3595.37	c number of falsified literals weakened from conflict	: 0
3584.39/3595.37	c time for arithmetic operations	: 0
3584.39/3595.37	c minimum degree of deleted constraints	: null
3584.39/3595.37	c maximum degree of deleted constraints	: null
3584.39/3595.38	c number of deleted constraints	: 0
3584.39/3595.38	c speed (assignments/second)	: 2141751.457790835
3584.39/3595.38	c non guided choices	: 2146
3584.50/3595.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 70714
3584.50/3595.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 241
3584.50/3595.42	s UNSATISFIABLE
3584.50/3595.42	c Total wall clock time (in seconds): 3595.225

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 18:36:37 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=13058, runsolver pid=13046

[startup+0.100049 s]*
/proc/loadavg: 1.16 1.14 1.73 7/314 13107
/proc/meminfo: memFree=130086788/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=18930384 memory=47456 CPUtime=0.04 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 5725 0 28 0 3 1 0 0 20 0 18 0 29947193 19384713216 11832 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4732596 11832 5151 1 0 546899 0
[pid=13058/tid=13067] ppid=13046 vsize=18930384 memory=4026531959 CPUtime=0.02 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 4617 0 6 0 1 1 0 0 20 0 18 0 29947199 19384713216 11864 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=18930384 memory=215637836247 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 29947201 19384713216 11928 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=18930384 memory=29764 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 29947202 19384713216 11928 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47456 KiB

[startup+0.205897 s]*
/proc/loadavg: 1.16 1.14 1.73 8/333 13129
/proc/meminfo: memFree=130027792/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=18930384 memory=61184 CPUtime=0.19 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 6895 0 36 0 17 2 0 0 20 0 18 0 29947193 19384713216 15296 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4732596 15296 5407 1 0 547811 0
[pid=13058/tid=13067] ppid=13046 vsize=18930384 memory=4026532124 CPUtime=0.11 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) S 13046 13058 11133 0 -1 4194368 5269 0 12 0 9 2 0 0 20 0 18 0 29947199 19384713216 15296 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 29947201 19384713216 15296 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 29947202 19384713216 15296 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61184 KiB

[startup+0.305823 s]*
/proc/loadavg: 1.16 1.14 1.73 10/333 13129
/proc/meminfo: memFree=129980344/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=18930384 memory=74328 CPUtime=0.37 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 7802 0 36 0 34 3 0 0 20 0 18 0 29947193 19384713216 18582 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4732596 18582 5407 1 0 548467 0
[pid=13058/tid=13067] ppid=13046 vsize=18930384 memory=-6000919472790661486 CPUtime=0.19 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 5321 0 12 0 17 2 0 0 20 0 18 0 29947199 19384713216 19114 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 29947201 19384713216 19114 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 29947202 19384713216 19114 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74328 KiB

[startup+0.700188 s]
/proc/loadavg: 1.16 1.14 1.73 12/336 13134
/proc/meminfo: memFree=129774348/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=18996948 memory=179060 CPUtime=1.13 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 10710 0 41 0 107 6 0 0 20 0 19 0 29947193 19452874752 44765 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4749237 44765 5407 1 0 550690 0
[pid=13058/tid=13067] ppid=13046 vsize=18996948 memory=17408 CPUtime=0.53 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 5365 0 12 0 50 3 0 0 20 0 19 0 29947199 19452874752 44765 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29947201 19452874752 44765 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 29947202 19452874752 44765 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 179060 KiB

[startup+1.50024 s]
/proc/loadavg: 1.16 1.14 1.73 5/294 13154
/proc/meminfo: memFree=129764376/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=200484 CPUtime=2.72 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 18229 0 41 0 265 7 0 0 20 0 20 0 29947193 19521036288 50121 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 50121 5471 1 0 554963 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=3328 CPUtime=1.27 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 5463 0 12 0 124 3 0 0 20 0 20 0 29947199 19521036288 50121 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 50121 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 50121 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 50121 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 200484 KiB

[startup+3.10567 s]
/proc/loadavg: 1.16 1.14 1.73 6/318 13278
/proc/meminfo: memFree=129340300/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=207612 CPUtime=5.34 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 22171 0 42 0 526 8 0 0 20 0 20 0 29947193 19521036288 51903 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 51903 5471 1 0 554967 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=10752 CPUtime=2.83 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 5718 0 12 0 279 4 0 0 20 0 20 0 29947199 19521036288 51903 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 51903 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 51903 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 51903 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 5.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 207612 KiB

[startup+6.30022 s]
/proc/loadavg: 1.46 1.21 1.75 4/320 13337
/proc/meminfo: memFree=129325424/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=207996 CPUtime=9.19 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 24508 0 42 0 911 8 0 0 20 0 20 0 29947193 19521036288 51999 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 51999 5471 1 0 554969 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=0 CPUtime=5.99 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 6223 0 12 0 595 4 0 0 20 0 20 0 29947199 19521036288 51999 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 51999 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 51999 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 51999 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 207996 KiB

[startup+12.7002 s]
/proc/loadavg: 1.67 1.25 1.76 5/342 13403
/proc/meminfo: memFree=128780012/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=319756 CPUtime=15.62 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 26516 0 42 0 1550 12 0 0 20 0 20 0 29947193 19521036288 79939 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 79939 5471 1 0 872458 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=0 CPUtime=12.35 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 6571 0 12 0 1228 7 0 0 20 0 20 0 29947199 19521036288 79939 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 79939 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 79939 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 79939 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 15.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 319756 KiB

[startup+25.5002 s]
/proc/loadavg: 2.18 1.39 1.80 5/342 13403
/proc/meminfo: memFree=128679524/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=389364 CPUtime=28.79 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 38324 0 42 0 2863 16 0 0 20 0 20 0 29947193 19521036288 97341 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 97341 5503 1 0 872732 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=0 CPUtime=25.1 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 8711 0 12 0 2501 9 0 0 20 0 20 0 29947199 19521036288 97341 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=389364 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 97341 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=-6000919481313552750 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 39 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 97341 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 97341 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 28.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 389364 KiB

[startup+51.1058 s]
/proc/loadavg: 2.88 1.62 1.86 5/341 13470
/proc/meminfo: memFree=128495960/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=502332 CPUtime=54.46 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 43996 0 42 0 5424 22 0 0 20 0 20 0 29947193 19521036288 125583 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 125583 5503 1 0 872811 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=416316 CPUtime=50.59 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 9909 0 12 0 5045 14 0 0 20 0 20 0 29947199 19521036288 125583 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=426556 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 125583 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 39 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 125583 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0

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

/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 2322 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=2263664 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 3451.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2263664 KiB

[startup+3522.3 s]
/proc/loadavg: 2.10 2.15 2.36 3/294 14271
/proc/meminfo: memFree=113627528/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=2263664 CPUtime=3511.6 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 95544 0 42 0 350919 241 0 0 20 0 20 0 29947193 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 565916 5503 1 0 872821 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=2263664 CPUtime=3504.38 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 44805 0 12 0 350281 157 0 0 20 0 20 0 29947199 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 2353 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 3511.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2263664 KiB

[startup+3582.3 s]
/proc/loadavg: 2.14 2.15 2.34 3/292 14273
/proc/meminfo: memFree=113530068/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=2263664 CPUtime=3571.43 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 96412 0 42 0 356898 245 0 0 20 0 20 0 29947193 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 565916 5503 1 0 872821 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=2263664 CPUtime=3564.18 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 45599 0 12 0 356259 159 0 0 20 0 20 0 29947199 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=2263664 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 2389 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=2263664 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 3571.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2263664 KiB

[startup+3595.45 s]
# the end of solver process 13058 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=3582.08 s, system=2.46716 s

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

[startup+3584 s]*
/proc/loadavg: 2.13 2.15 2.34 3/292 14273
/proc/meminfo: memFree=113505940/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=2263664 CPUtime=3573.13 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 96419 0 42 0 357068 245 0 0 20 0 20 0 29947193 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 565916 5503 1 0 872821 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=2688 CPUtime=3565.88 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 45603 0 12 0 356429 159 0 0 20 0 20 0 29947199 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=2432 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 2389 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 3573.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2263664 KiB

[startup+3590.4 s]
/proc/loadavg: 2.12 2.14 2.34 3/292 14273
/proc/meminfo: memFree=113469664/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=2263664 CPUtime=3579.51 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 96475 0 42 0 357706 245 0 0 20 0 20 0 29947193 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 565916 5503 1 0 872821 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=2263664 CPUtime=3572.26 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 45657 0 12 0 357067 159 0 0 20 0 20 0 29947199 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 2389 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 3579.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2263664 KiB

[startup+3593.6 s]
/proc/loadavg: 2.12 2.14 2.34 3/292 14273
/proc/meminfo: memFree=113453536/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=2263664 CPUtime=3582.7 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 96482 0 42 0 358025 245 0 0 20 0 20 0 29947193 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 565916 5503 1 0 872821 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=17408 CPUtime=3575.45 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 45664 0 12 0 357386 159 0 0 20 0 20 0 29947199 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=2263664 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 2389 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=2263664 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 3582.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2263664 KiB

[startup+3594.4 s]
/proc/loadavg: 2.11 2.14 2.34 3/292 14273
/proc/meminfo: memFree=113453536/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=2263664 CPUtime=3583.49 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 96487 0 42 0 358104 245 0 0 20 0 20 0 29947193 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 565916 5503 1 0 872821 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=6836 CPUtime=3576.24 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 45668 0 12 0 357465 159 0 0 20 0 20 0 29947199 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=2263664 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=2263664 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 2389 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 3583.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2263664 KiB

[startup+3595.2 s]
/proc/loadavg: 2.11 2.14 2.34 3/292 14273
/proc/meminfo: memFree=113448064/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19063512 memory=2263664 CPUtime=3584.29 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 96488 0 42 0 358184 245 0 0 20 0 20 0 29947193 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4765878 565916 5503 1 0 872821 0
[pid=13058/tid=13067] ppid=13046 vsize=19063512 memory=2263664 CPUtime=3577.04 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) R 13046 13058 11133 0 -1 4194368 45669 0 12 0 357545 159 0 0 20 0 20 0 29947199 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 2389 0 1 0 0 0 0 0 20 0 20 0 29947202 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13154] ppid=13046 vsize=19063512 memory=-6000919481313552750 CPUtime=0 cores=5,7
/proc/13058/task/13154/stat : 13154 (Timer-0) S 13046 13058 11133 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29947283 19521036288 565916 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 3584.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2263664 KiB

[startup+3595.4 s]
/proc/loadavg: 2.11 2.14 2.34 3/292 14273
/proc/meminfo: memFree=113448064/131249988 swapFree=33010684/33010684
[pid=13058] ppid=13046 vsize=19196640 memory=2263920 CPUtime=3584.5 cores=5,7
/proc/13058/stat : 13058 (java) S 13046 13058 11133 0 -1 4194304 98745 0 42 0 358205 245 0 0 20 0 20 0 29947193 19657359360 565980 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
/proc/13058/statm: 4799160 565980 5503 1 0 873455 0
[pid=13058/tid=13067] ppid=13046 vsize=19196640 memory=3328 CPUtime=3577.21 cores=5,7
/proc/13058/task/13067/stat : 13067 (java) S 13046 13058 11133 0 -1 4194368 47415 0 12 0 357561 160 0 0 20 0 20 0 29947199 19657359360 565980 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13097] ppid=13046 vsize=19196640 memory=4760 CPUtime=0 cores=5,7
/proc/13058/task/13097/stat : 13097 (Finalizer) S 13046 13058 11133 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29947201 19657359360 565980 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
[pid=13058/tid=13105] ppid=13046 vsize=19196640 memory=2764 CPUtime=0 cores=5,7
/proc/13058/task/13105/stat : 13105 (Common-Cleaner) S 13046 13058 11133 0 -1 4194368 2389 0 1 0 0 0 0 0 20 0 20 0 29947202 19657359360 565980 18446744073709551615 94673204649984 94673204653680 140735753282720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94673204661496 94673204662288 94673222930432 140735753292080 140735753292262 140735753292262 140735753297864 0
Current children cumulated CPU time: 3584.5 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2263920 KiB

Child status: 20

Real time (s): 3595.45
CPU time (s): 3584.55
CPU user time (s): 3582.08
CPU system time (s): 2.46716
CPU usage (%): 99.6966
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 2263920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.08
system time used= 2.46717
maximum resident set size= 2264304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99038
page faults= 42
swaps= 0
block input operations= 2192
block output operations= 1851928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106446
involuntary context switches= 6890


# summary of solver processes directly reported to runsolver:
#   pid: 13058
#   total CPU time (s): 3584.55
#   total CPU user time (s): 3582.08
#   total CPU system time (s): 2.46716

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2373 second user time and 17.4736 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-28 22:31:36
IDJOB=4491545
IDBENCH=147718
IDSOLVER=3364
FILE ID=nodeC020/4491545-1751142696
RUNJOBID= nodeC020-1751142696-13003
SLURM_JOB_ID= 9587420
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491545-1751142696/watcher-4491545-1751142696 -o /tmp/evaluation-result-4491545-1751142696/solver-4491545-1751142696 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751142696-13003 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4491545-1751142696 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4491545-1751142696.opb

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

MD5SUM BENCH= 209c63ac31a13f6816f27826d17fc4ad
RANDOM SEED=593697587

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        130158524 kB
MemAvailable:   129761384 kB
Buffers:            3280 kB
Cached:           371636 kB
SwapCached:            0 kB
Active:           308696 kB
Inactive:         149640 kB
Active(anon):     101512 kB
Inactive(anon):        0 kB
Active(file):     207184 kB
Inactive(file):   149640 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20368 kB
Writeback:             0 kB
AnonPages:         86732 kB
Mapped:           102720 kB
Shmem:             18056 kB
KReclaimable:      84252 kB
Slab:             166448 kB
SReclaimable:      84252 kB
SUnreclaim:        82196 kB
KernelStack:        4160 kB
PageTables:         3108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     350884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC020 at 2025-06-28 23:31:32