Trace number 4515749

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.24 3571.99

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP085.shuf-3.opb
MD5SUM07ea0c7d4747b9a16e298c0932c39846
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 benchmark4.80187
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18705
Total number of constraints3742
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints3734
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.17	c Pseudo Boolean Optimization by upper bound
0.12/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.17	c  - never skip resolution steps
0.12/0.17	c  - Auto-division on coefficients is disabled
0.12/0.17	c  - No postprocessing
0.12/0.17	c  - Conflict is considered as is when resolving
0.12/0.17	c  - Use constraints as they come during conflict analysis
0.12/0.17	c  - Weaken first using unassigned literals
0.12/0.17	c  - Bump strategy: ALWAYS_ONE
0.12/0.17	c  - Bumper: EFFECTIVE
0.12/0.17	c --- Begin Solver configuration ---
0.12/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.17	c Learn all clauses as in MiniSAT
0.12/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.17	c No reason simplification
0.12/0.17	c Dynamic restart strategy considering the size of the coefficients
0.12/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.17	c timeout=2147483s
0.12/0.17	c DB Simplification allowed=false
0.12/0.17	c Listener: none
0.12/0.17	c --- End Solver configuration ---
0.12/0.17	c solving HOME/instance-4515749-1751239612.opb
0.12/0.17	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.17	c  no objective function found
0.68/0.48	c ... done. Wall clock time 0.308s.
0.68/0.49	c declared #vars     18705
0.68/0.49	c #constraints  3742
0.68/0.49	c constraints type 
0.68/0.49	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3742
0.68/0.49	c 3742 constraints processed.
5.40/2.82	c cleaning 2489 clauses out of 5000 with flag 0/5000
9.31/4.82	c cleaning 4221 clauses out of 8512 with flag 0/11001
13.15/7.92	c cleaning 5643 clauses out of 11290 with flag 0/18000
16.01/10.48	c cleaning 6777 clauses out of 13647 with flag 0/26000
22.81/16.63	c cleaning 7870 clauses out of 15871 with flag 0/35001
50.51/44.18	c cleaning 8965 clauses out of 18000 with flag 0/45000
110.10/103.48	c cleaning 9979 clauses out of 20035 with flag 0/56000
176.51/169.47	c cleaning 11026 clauses out of 22056 with flag 0/68000
194.04/186.65	c cleaning 11981 clauses out of 24031 with flag 0/81001
202.74/195.01	c cleaning 12955 clauses out of 26049 with flag 0/95000
217.84/209.75	c cleaning 13956 clauses out of 28094 with flag 0/110000
244.95/236.24	c cleaning 15032 clauses out of 30138 with flag 0/126000
273.33/263.98	c cleaning 15960 clauses out of 32107 with flag 0/143001
307.94/297.90	c cleaning 17002 clauses out of 34150 with flag 0/161004
335.14/324.78	c cleaning 17997 clauses out of 36145 with flag 0/180001
363.57/352.70	c cleaning 18998 clauses out of 38147 with flag 0/200000
387.72/376.53	c cleaning 19990 clauses out of 40149 with flag 0/221000
423.63/412.10	c cleaning 21020 clauses out of 42159 with flag 0/243000
473.21/461.25	c cleaning 21999 clauses out of 44139 with flag 0/266000
521.72/509.48	c cleaning 23014 clauses out of 46141 with flag 0/290001
580.35/567.52	c cleaning 24001 clauses out of 48128 with flag 0/315002
631.74/618.60	c cleaning 25001 clauses out of 50125 with flag 0/341000
693.93/680.34	c cleaning 26001 clauses out of 52124 with flag 0/368000
765.15/750.91	c cleaning 27002 clauses out of 54123 with flag 0/396000
842.95/828.19	c cleaning 28000 clauses out of 56121 with flag 0/425000
910.61/895.56	c cleaning 28989 clauses out of 58121 with flag 0/455000
1013.13/997.75	c cleaning 30000 clauses out of 60133 with flag 0/486001
1138.52/1122.76	c cleaning 30997 clauses out of 62132 with flag 0/518000
1250.50/1234.15	c cleaning 31999 clauses out of 64135 with flag 0/551000
1356.55/1339.63	c cleaning 33002 clauses out of 66136 with flag 0/585000
1502.93/1485.45	c cleaning 33998 clauses out of 68135 with flag 0/620001
1687.31/1669.13	c cleaning 35003 clauses out of 70136 with flag 0/656000
1937.22/1918.34	c cleaning 35996 clauses out of 72133 with flag 0/693000
2040.12/2020.59	c cleaning 37000 clauses out of 74137 with flag 0/731000
2156.82/2136.53	c cleaning 38000 clauses out of 76137 with flag 0/770000
2274.91/2253.63	c cleaning 39002 clauses out of 78137 with flag 0/810000
2451.93/2429.55	c cleaning 40001 clauses out of 80135 with flag 0/851000
2591.62/2568.62	c cleaning 40995 clauses out of 82134 with flag 0/893000
2814.09/2790.26	c cleaning 42001 clauses out of 84140 with flag 0/936001
2956.52/2931.87	c cleaning 43006 clauses out of 86139 with flag 0/980001
3086.66/3060.98	c cleaning 44001 clauses out of 88135 with flag 0/1025003
3314.54/3287.94	c cleaning 44996 clauses out of 90133 with flag 0/1071002
3596.08/3567.91	c cleaning 45999 clauses out of 92135 with flag 0/1118000
3600.09/3571.91	c timeout
3600.09/3571.92	c starts		: 19
3600.09/3571.93	c conflicts		: 1119979
3600.09/3571.93	c decisions		: 2985416
3600.09/3571.93	c propagations		: 7435039
3600.09/3571.93	c inspects		: 2114346436
3600.09/3571.93	c shortcuts		: 0
3600.09/3571.93	c learnt literals	: 0
3600.09/3571.93	c learnt binary clauses	: 0
3600.09/3571.93	c learnt ternary clauses	: 0
3600.09/3571.93	c learnt constraints	: 1119979
3600.09/3571.93	c ignored constraints	: 0
3600.09/3571.93	c root simplifications	: 0
3600.09/3571.93	c removed literals (reason simplification)	: 0
3600.09/3571.93	c reason swapping (by a shorter reason)	: 0
3600.09/3571.93	c Calls to reduceDB	: 43
3600.09/3571.93	c Number of update (reduction) of LBD	: 1193083
3600.09/3571.93	c Imported unit clauses	: 0
3600.09/3571.93	c No decision after first conflict	: false
3600.09/3571.93	c number of reductions to clauses (during analyze)	: 0
3600.09/3571.93	c number of learned constraints concerned by reduction	: 0
3600.09/3571.93	c number of learning phase by resolution	: 0
3600.09/3571.93	c number of learning phase by cutting planes	: 0
3600.09/3571.93	c number of rounding to 1 operations	: 0
3600.09/3571.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3571.93	c number of reductions of the coefficients by power 2 	: 0
3600.09/3571.93	c number of right shift for reduction by power 2 	: 0
3600.09/3571.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3571.93	c number of ending skipping 	: 0
3600.09/3571.93	c number of internal skipping 	: 0
3600.09/3571.93	c number of derivation steps 	: 2324850
3600.09/3571.93	c number of skipped derivation steps 	: 0
3600.09/3571.93	c number of remaining unassigned 	: 912516
3600.09/3571.93	c number of remaining assigned 	: 79697589
3600.09/3571.93	c number of falsified literals weakened from reason	: 0
3600.09/3571.93	c number of falsified literals weakened from conflict	: 0
3600.09/3571.93	c time for arithmetic operations	: 11381658454
3600.09/3571.93	c minimum degree of deleted constraints	: 1
3600.09/3571.93	c maximum degree of deleted constraints	: 469065254408795545697830442541784001151512993319727666350348763010680233256269781977899061963051244279057558642052537558482929259954151687698133739943069190428871174545225190794327248826810790600060058814442239458522971578981555370485071089610065406195793860723760129585766642330827428790860622031514480388559953618537030860924313254698381672158566356243208616046822215383494956582390912809938467986019239022708018964979411641073015096712316905882220506190613126889664951417728983019068761488024508190870331745420842368058867402410317852498878725322082864363025987222591688078593059131911610697303376406195544861113100316708500178668036872012176603720
3600.09/3571.93	c number of deleted constraints	: 1071864
3600.09/3571.93	c speed (assignments/second)	: 2081.806589842293
3600.09/3571.93	c non guided choices	: 63070
3600.09/3571.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7370
3600.09/3571.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 40745
3600.09/3571.97	s UNKNOWN
3600.09/3571.97	c Total wall clock time (in seconds): 3571.798

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61108 MiB free)
  memory of node 1: 64465 MiB (63666 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100058 s]*
/proc/loadavg: 2.17 3.75 4.27 10/332 32143
/proc/meminfo: memFree=127661176/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=18930384 memory=55444 CPUtime=0.12 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 6502 0 0 0 10 2 0 0 20 0 18 0 39635730 19384713216 13861 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4732596 13861 5331 1 0 547578 0
[pid=32075/tid=32103] ppid=32059 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 5013 0 0 0 6 1 0 0 20 0 18 0 39635732 19384713216 13861 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39635734 19384713216 13861 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=18930384 memory=58485492696503 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39635735 19384713216 13861 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55444 KiB

[startup+0.205887 s]*
/proc/loadavg: 2.17 3.75 4.27 12/333 32144
/proc/meminfo: memFree=127622372/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=18930384 memory=72672 CPUtime=0.29 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 7115 0 0 0 26 3 0 0 20 0 18 0 39635730 19384713216 18168 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4732596 18168 5459 1 0 547974 0
[pid=32075/tid=32103] ppid=32059 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 5380 0 0 0 13 2 0 0 20 0 18 0 39635732 19384713216 18168 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=18930384 memory=13934 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39635734 19384713216 18168 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39635735 19384713216 18168 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72672 KiB

[startup+0.30576 s]*
/proc/loadavg: 2.17 3.75 4.27 11/336 32147
/proc/meminfo: memFree=127500820/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=18996948 memory=157544 CPUtime=0.48 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 8975 0 0 0 44 4 0 0 20 0 19 0 39635730 19452874752 39386 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4749237 39386 5491 1 0 549404 0
[pid=32075/tid=32103] ppid=32059 vsize=18996948 memory=-6000919468411873900 CPUtime=0.23 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 5419 0 0 0 20 3 0 0 20 0 19 0 39635732 19452874752 39386 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39635734 19452874752 39386 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39635735 19452874752 39386 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157544 KiB

[startup+0.700236 s]
/proc/loadavg: 2.17 3.75 4.27 11/337 32148
/proc/meminfo: memFree=127148236/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=378604 CPUtime=1.24 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 10894 0 0 0 114 10 0 0 20 0 20 0 39635730 19521036288 94651 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 94651 5491 1 0 1076481 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=17280 CPUtime=0.52 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 5577 0 0 0 45 7 0 0 20 0 20 0 39635732 19521036288 94651 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 94651 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 94651 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=4624 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 94651 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 378604 KiB

[startup+1.50022 s]
/proc/loadavg: 2.17 3.75 4.27 9/340 32151
/proc/meminfo: memFree=126770340/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=862280 CPUtime=2.82 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 19905 0 1 0 260 22 0 0 20 0 20 0 39635730 19521036288 215570 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 215570 5491 1 0 1082222 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=0 CPUtime=1.25 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 5812 0 0 0 109 16 0 0 20 0 20 0 39635732 19521036288 215570 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 215570 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 215570 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=4624 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 215570 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 862280 KiB

[startup+3.10591 s]
/proc/loadavg: 2.64 3.82 4.29 9/340 32151
/proc/meminfo: memFree=124708776/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=1412600 CPUtime=6 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 26040 0 1 0 567 33 0 0 20 0 20 0 39635730 19521036288 353150 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 353150 5491 1 0 1086772 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=10752 CPUtime=2.75 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 6171 0 0 0 250 25 0 0 20 0 20 0 39635732 19521036288 353150 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=-6000919468411873900 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 353150 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 353150 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 353150 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1412600 KiB

[startup+6.30437 s]
/proc/loadavg: 2.64 3.82 4.29 6/340 32151
/proc/meminfo: memFree=122076800/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=2594212 CPUtime=11.51 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 39028 0 1 0 1091 60 0 0 20 0 20 0 39635730 19521036288 648553 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 648553 5491 1 0 1086800 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=0 CPUtime=5.87 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 8324 0 0 0 537 50 0 0 20 0 20 0 39635732 19521036288 648553 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 648553 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 648553 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=864360 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 648553 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 11.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2594212 KiB

[startup+12.7002 s]
/proc/loadavg: 2.75 3.83 4.29 5/340 32151
/proc/meminfo: memFree=121585648/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=2605724 CPUtime=18.54 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 42404 0 1 0 1791 63 0 0 20 0 20 0 39635730 19521036288 651431 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 651431 5523 1 0 1086912 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=864360 CPUtime=12.19 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 9375 0 0 0 1166 53 0 0 20 0 20 0 39635732 19521036288 651431 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=2605724 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 651431 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=2605468 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 651431 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=2600468 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 651431 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 18.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2605724 KiB

[startup+25.5002 s]
/proc/loadavg: 3.11 3.85 4.29 5/340 32152
/proc/meminfo: memFree=120654812/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=2644988 CPUtime=31.84 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 48758 0 1 0 3114 70 0 0 20 0 20 0 39635730 19521036288 661247 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 661247 5523 1 0 1086929 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=2605724 CPUtime=24.8 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 11096 0 0 0 2422 58 0 0 20 0 20 0 39635732 19521036288 661247 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=2644988 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 661247 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 661247 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=2618236 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 661247 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 31.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2644988 KiB

[startup+51.106 s]
/proc/loadavg: 3.41 3.87 4.28 5/342 32154
/proc/meminfo: memFree=119924256/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=2770332 CPUtime=57.51 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 52869 0 1 0 5673 78 0 0 20 0 20 0 39635730 19521036288 692583 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 692583 5523 1 0 1086929 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=2618236 CPUtime=50.04 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 13586 0 0 0 4941 63 0 0 20 0 20 0 39635732 19521036288 692583 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=2770332 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=114496348/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=4286624 CPUtime=3248.86 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 170895 0 1 0 324560 326 0 0 20 0 20 0 39635730 19521036288 1071656 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 1071656 5523 1 0 1087560 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=4286624 CPUtime=3183.11 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 72969 0 0 0 318125 186 0 0 20 0 20 0 39635732 19521036288 1071656 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=4624 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 1071656 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 1071656 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 1071656 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 3248.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4286624 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.15 4.11 6/340 32330
/proc/meminfo: memFree=114495592/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=4286624 CPUtime=3308.94 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 171121 0 1 0 330567 327 0 0 20 0 20 0 39635730 19521036288 1071656 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 1071656 5523 1 0 1087560 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=4286624 CPUtime=3242.74 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 73139 0 0 0 324088 186 0 0 20 0 20 0 39635732 19521036288 1071656 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=4286624 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 1071656 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 1813 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 1071656 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=-6000919468411873900 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 1071656 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 3308.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4286624 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.17 4.12 5/342 32334
/proc/meminfo: memFree=114468160/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=4294304 CPUtime=3369.94 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 177683 0 1 0 336660 334 0 0 20 0 20 0 39635730 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 1073576 5523 1 0 1087683 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=4287136 CPUtime=3302.1 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 75277 0 0 0 330021 189 0 0 20 0 20 0 39635732 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 1813 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=4294304 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 3369.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4294304 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.13 4.11 5/342 32336
/proc/meminfo: memFree=114451528/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=4294304 CPUtime=3430.19 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 180394 0 1 0 342682 337 0 0 20 0 20 0 39635730 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 1073576 5523 1 0 1087683 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=4287136 CPUtime=3361.56 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 77179 0 0 0 335965 191 0 0 20 0 20 0 39635732 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=4286624 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=4294304 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 3430.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4294304 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/343 32339
/proc/meminfo: memFree=114447536/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=4294304 CPUtime=3490.38 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 180817 0 1 0 348698 340 0 0 20 0 20 0 39635730 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 1073576 5523 1 0 1087683 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=4287136 CPUtime=3421.02 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 77251 0 0 0 341910 192 0 0 20 0 20 0 39635732 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=4286624 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 1899 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=4294304 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 3490.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4294304 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.16 4.11 5/343 32341
/proc/meminfo: memFree=114441076/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=4294304 CPUtime=3550.5 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 181051 0 1 0 354709 341 0 0 20 0 20 0 39635730 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 1073576 5523 1 0 1087683 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=4294304 CPUtime=3480.61 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 77414 0 0 0 347869 192 0 0 20 0 20 0 39635732 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 1903 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 3550.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4294304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.9 s]
/proc/loadavg: 4.22 4.16 4.12 5/343 32411
/proc/meminfo: memFree=115968644/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=4294304 CPUtime=3600.09 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 184092 0 1 0 359665 344 0 0 20 0 20 0 39635730 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 1073576 5523 1 0 1087683 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=17280 CPUtime=3530 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 79600 0 0 0 352807 193 0 0 20 0 20 0 39635732 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=4294304 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 1904 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4294304 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.77 s, system=3.46958 s

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

[startup+3571.9 s]
/proc/loadavg: 4.22 4.16 4.12 5/343 32411
/proc/meminfo: memFree=115968644/131249992 swapFree=33010160/33010684
[pid=32075] ppid=32059 vsize=19063512 memory=4294304 CPUtime=3600.09 cores=1,3
/proc/32075/stat : 32075 (java) S 32059 32075 32006 0 -1 4194304 184092 0 1 0 359665 344 0 0 20 0 20 0 39635730 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
/proc/32075/statm: 4765878 1073576 5523 1 0 1087683 0
[pid=32075/tid=32103] ppid=32059 vsize=19063512 memory=17280 CPUtime=3530 cores=1,3
/proc/32075/task/32103/stat : 32103 (java) R 32059 32075 32006 0 -1 4194368 79600 0 0 0 352807 193 0 0 20 0 20 0 39635732 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32136] ppid=32059 vsize=19063512 memory=4294304 CPUtime=0 cores=1,3
/proc/32075/task/32136/stat : 32136 (Finalizer) S 32059 32075 32006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39635734 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32143] ppid=32059 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/32075/task/32143/stat : 32143 (Common-Cleaner) S 32059 32075 32006 0 -1 4194368 1904 0 0 0 0 0 0 0 20 0 20 0 39635735 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
[pid=32075/tid=32148] ppid=32059 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/32075/task/32148/stat : 32148 (Timer-0) S 32059 32075 32006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39635780 19521036288 1073576 18446744073709551615 94259964956672 94259964960368 140728168268144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94259964968184 94259964968976 94259971239936 140728168270125 140728168270310 140728168270310 140728168275912 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4294304 KiB

Child status: 143

Real time (s): 3571.99
CPU time (s): 3600.24
CPU user time (s): 3596.77
CPU system time (s): 3.46958
CPU usage (%): 100.791
Max. virtual memory (cumulated for all children) (KiB): 19064408
Max. memory (cumulated for all children) (KiB): 4294304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.77
system time used= 3.46958
maximum resident set size= 4295200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186358
page faults= 1
swaps= 0
block input operations= 56
block output operations= 1099864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133874
involuntary context switches= 11185


# summary of solver processes directly reported to runsolver:
#   pid: 32075
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3596.77
#   total CPU system time (s): 3.46958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.59512 second user time and 17.6261 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-30 01:26:52
IDJOB=4515749
IDBENCH=165338
IDSOLVER=3362
FILE ID=nodeC035/4515749-1751239612
RUNJOBID= nodeC035-1751239612-32018
SLURM_JOB_ID= 9587722
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP085.shuf-3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515749-1751239612/watcher-4515749-1751239612 -o /tmp/evaluation-result-4515749-1751239612/solver-4515749-1751239612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751239612-32018 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515749-1751239612 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4515749-1751239612.opb

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

MD5SUM BENCH= 07ea0c7d4747b9a16e298c0932c39846
RANDOM SEED=1093104389

nodeC035 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.747
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.51
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		: 3601.606
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.51
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.007
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.51
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.751
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.51
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.689
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.51
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.944
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.51
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.712
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.51
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		: 2360.424
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127777340 kB
MemAvailable:   129726116 kB
Buffers:            1840 kB
Cached:          2703536 kB
SwapCached:           12 kB
Active:           346156 kB
Inactive:        2424392 kB
Active(anon):      71444 kB
Inactive(anon):    11772 kB
Active(file):     274712 kB
Inactive(file):  2412620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3564 kB
Writeback:             0 kB
AnonPages:         68464 kB
Mapped:           102140 kB
Shmem:             18044 kB
KReclaimable:     201368 kB
Slab:             289588 kB
SReclaimable:     201368 kB
SUnreclaim:        88220 kB
KernelStack:        4024 kB
PageTables:         2672 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC035 at 2025-06-30 02:26:24