Trace number 4493056

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 2025-06-06? (TO) 3600.2 3586.13

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-31-30.opb
MD5SUM7aaaa459b6f720ed22034b278db01429
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 benchmark0.009575
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables930
Total number of constraints61
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.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.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4493056-1751150200.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  no objective function found
0.12/0.16	c ... done. Wall clock time 0.03s.
0.12/0.16	c declared #vars     930
0.12/0.16	c #constraints  61
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 31
0.12/0.16	c 61 constraints processed.
1.40/0.99	c cleaning 2489 clauses out of 5000 with flag 30423/5000
2.84/2.01	c cleaning 4256 clauses out of 8513 with flag 90532/11002
5.51/4.58	c cleaning 5624 clauses out of 11255 with flag 163540/18000
9.85/8.69	c cleaning 6814 clauses out of 13632 with flag 250326/26001
13.82/12.58	c cleaning 7910 clauses out of 15819 with flag 321796/35002
16.68/15.37	c cleaning 8953 clauses out of 17908 with flag 422443/45001
21.24/19.84	c cleaning 9973 clauses out of 19955 with flag 558160/56001
25.20/23.79	c cleaning 10965 clauses out of 21982 with flag 678860/68001
29.36/27.87	c cleaning 11956 clauses out of 24017 with flag 837879/81001
37.17/35.50	c cleaning 13001 clauses out of 26060 with flag 941017/95000
44.74/43.01	c cleaning 14025 clauses out of 28059 with flag 1047712/110000
50.56/48.71	c cleaning 15012 clauses out of 30034 with flag 1200299/126000
58.24/56.01	c cleaning 15995 clauses out of 32022 with flag 1374926/143000
65.78/63.49	c cleaning 17009 clauses out of 34028 with flag 1519342/161001
75.46/73.02	c cleaning 18008 clauses out of 36020 with flag 1660840/180002
84.56/82.03	c cleaning 18992 clauses out of 38010 with flag 1802480/200000
94.67/91.94	c cleaning 20001 clauses out of 40021 with flag 1966674/221003
109.12/106.36	c cleaning 21003 clauses out of 42019 with flag 2137289/243002
123.89/120.66	c cleaning 22003 clauses out of 44014 with flag 2325256/266000
140.56/137.19	c cleaning 23003 clauses out of 46014 with flag 2532429/290003
160.49/156.92	c cleaning 23997 clauses out of 48008 with flag 2741233/315000
177.44/173.77	c cleaning 24998 clauses out of 50012 with flag 2952514/341001
198.08/194.26	c cleaning 26005 clauses out of 52019 with flag 3150344/368006
223.40/219.41	c cleaning 27000 clauses out of 54008 with flag 3358199/396000
253.67/248.98	c cleaning 27999 clauses out of 56009 with flag 3692711/425001
281.99/277.25	c cleaning 28998 clauses out of 58009 with flag 3992315/455000
310.02/305.00	c cleaning 30002 clauses out of 60012 with flag 4321015/486001
345.33/340.19	c cleaning 30987 clauses out of 62010 with flag 4567753/518001
376.72/371.42	c cleaning 32003 clauses out of 64024 with flag 4856411/551002
412.20/406.68	c cleaning 32986 clauses out of 66019 with flag 5133414/585000
449.29/443.61	c cleaning 34008 clauses out of 68036 with flag 5481001/620003
493.13/486.76	c cleaning 35004 clauses out of 70026 with flag 5829035/656001
541.94/535.39	c cleaning 36000 clauses out of 72021 with flag 6158712/693000
600.56/593.98	c cleaning 37002 clauses out of 74021 with flag 6498938/731000
648.40/641.51	c cleaning 38003 clauses out of 76019 with flag 6797761/770000
692.55/685.66	c cleaning 38999 clauses out of 78016 with flag 7154984/810000
745.21/738.01	c cleaning 39999 clauses out of 80019 with flag 7514594/851002
801.91/794.66	c cleaning 41001 clauses out of 82018 with flag 7911009/893000
860.92/853.59	c cleaning 42003 clauses out of 84019 with flag 8321525/936002
922.86/915.32	c cleaning 43000 clauses out of 86015 with flag 8751088/980001
991.30/982.89	c cleaning 43991 clauses out of 88014 with flag 9170555/1025000
1060.00/1051.34	c cleaning 45000 clauses out of 90028 with flag 9596642/1071005
1139.10/1130.24	c cleaning 45992 clauses out of 92023 with flag 10053238/1118000
1225.17/1216.15	c cleaning 47009 clauses out of 94033 with flag 10522444/1166002
1306.93/1297.99	c cleaning 48003 clauses out of 96022 with flag 10967055/1215000
1376.87/1367.74	c cleaning 49001 clauses out of 98022 with flag 11388386/1265003
1464.34/1455.10	c cleaning 49998 clauses out of 100019 with flag 11964977/1316001
1541.22/1531.84	c cleaning 50999 clauses out of 102020 with flag 12508322/1368000
1624.59/1615.12	c cleaning 52004 clauses out of 104023 with flag 13024073/1421002
1705.48/1695.88	c cleaning 53003 clauses out of 106020 with flag 13541809/1475003
1778.76/1768.13	c cleaning 53998 clauses out of 108017 with flag 14037202/1530003
1863.51/1852.75	c cleaning 54996 clauses out of 110017 with flag 14549838/1586001
1951.51/1940.58	c cleaning 56002 clauses out of 112022 with flag 15065413/1643002
2040.22/2029.21	c cleaning 56998 clauses out of 114018 with flag 15622612/1701000
2142.57/2131.43	c cleaning 57996 clauses out of 116020 with flag 16120304/1760000
2231.39/2220.01	c cleaning 59012 clauses out of 118026 with flag 16622837/1820002
2301.70/2290.14	c cleaning 59998 clauses out of 120014 with flag 17194536/1881002
2374.96/2363.15	c cleaning 60999 clauses out of 122014 with flag 17760642/1943000
2485.49/2473.77	c cleaning 61994 clauses out of 124016 with flag 18274793/2006001
2616.83/2604.95	c cleaning 63003 clauses out of 126021 with flag 18863292/2070000
2768.50/2756.55	c cleaning 63984 clauses out of 128020 with flag 19398976/2135002
2916.49/2903.18	c cleaning 64972 clauses out of 130034 with flag 20248733/2201000
3036.58/3023.21	c cleaning 66025 clauses out of 132062 with flag 21026797/2268000
3166.50/3152.93	c cleaning 67008 clauses out of 134038 with flag 21730043/2336001
3275.93/3262.30	c cleaning 67981 clauses out of 136030 with flag 22364197/2405001
3399.92/3386.34	c cleaning 69011 clauses out of 138048 with flag 23098883/2475000
3524.73/3510.89	c cleaning 70006 clauses out of 140037 with flag 23738822/2546000
3600.04/3586.02	c timeout
3600.04/3586.02	c starts		: 606
3600.04/3586.02	c conflicts		: 2606906
3600.04/3586.02	c decisions		: 3520569
3600.04/3586.02	c propagations		: 41935059
3600.04/3586.02	c inspects		: 11565647414
3600.04/3586.02	c shortcuts		: 0
3600.04/3586.02	c learnt literals	: 0
3600.04/3586.02	c learnt binary clauses	: 0
3600.04/3586.02	c learnt ternary clauses	: 0
3600.04/3586.02	c learnt constraints	: 2606906
3600.04/3586.02	c ignored constraints	: 0
3600.04/3586.02	c root simplifications	: 0
3600.04/3586.02	c removed literals (reason simplification)	: 75062438
3600.04/3586.02	c reason swapping (by a shorter reason)	: 0
3600.04/3586.02	c Calls to reduceDB	: 67
3600.04/3586.02	c Number of update (reduction) of LBD	: 1953529
3600.04/3586.02	c Imported unit clauses	: 0
3600.04/3586.02	c No decision after first conflict	: false
3600.04/3586.02	c number of reductions to clauses (during analyze)	: 0
3600.04/3586.02	c number of learned constraints concerned by reduction	: 0
3600.04/3586.02	c number of learning phase by resolution	: 0
3600.04/3586.02	c number of learning phase by cutting planes	: 0
3600.04/3586.02	c number of rounding to 1 operations	: 0
3600.04/3586.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3586.03	c number of reductions of the coefficients by power 2 	: 0
3600.04/3586.03	c number of right shift for reduction by power 2 	: 0
3600.04/3586.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3586.03	c number of ending skipping 	: 0
3600.04/3586.03	c number of internal skipping 	: 0
3600.04/3586.03	c number of derivation steps 	: 0
3600.04/3586.03	c number of skipped derivation steps 	: 0
3600.04/3586.03	c number of remaining unassigned 	: 0
3600.04/3586.03	c number of remaining assigned 	: 0
3600.04/3586.03	c number of falsified literals weakened from reason	: 0
3600.04/3586.03	c number of falsified literals weakened from conflict	: 0
3600.04/3586.03	c time for arithmetic operations	: 0
3600.04/3586.03	c minimum degree of deleted constraints	: null
3600.04/3586.03	c maximum degree of deleted constraints	: null
3600.04/3586.03	c number of deleted constraints	: 0
3600.04/3586.03	c speed (assignments/second)	: 11694.564398655943
3600.04/3586.03	c non guided choices	: 1164
3600.04/3586.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 130937
3600.04/3586.08	s UNKNOWN
3600.04/3586.08	c Total wall clock time (in seconds): 3585.949

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (56079 MiB free)
  memory of node 1: 64507 MiB (61422 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493056-1751150200/watcher-4493056-1751150200 -o /tmp/evaluation-result-4493056-1751150200/solver-4493056-1751150200 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14289 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493056-1751150200.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100064 s]*
/proc/loadavg: 4.23 4.21 4.14 6/337 15302
/proc/meminfo: memFree=120296296/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=18930384 memory=57820 CPUtime=0.12 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 6562 0 0 0 10 2 0 0 20 0 18 0 30697765 19384713216 14455 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4732596 14455 5354 1 0 547603 0
[pid=15284/tid=15286] ppid=15281 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 5068 0 0 0 6 1 0 0 20 0 18 0 30697767 19384713216 14455 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30697769 19384713216 14455 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=18930384 memory=60684515966010 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30697769 19384713216 14455 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57820 KiB

[startup+0.205739 s]*
/proc/loadavg: 4.23 4.21 4.14 7/338 15303
/proc/meminfo: memFree=120292264/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=18996948 memory=63508 CPUtime=0.32 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 7736 0 0 0 29 3 0 0 20 0 19 0 30697765 19452874752 15877 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4749237 15877 5418 1 0 548604 0
[pid=15284/tid=15286] ppid=15281 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 5305 0 0 0 15 2 0 0 20 0 19 0 30697767 19452874752 15877 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=18996948 memory=16880 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30697769 19452874752 15877 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=18996948 memory=59585004307431 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30697769 19452874752 15877 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30697783 19452874752 15877 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63508 KiB

[startup+0.30563 s]*
/proc/loadavg: 4.23 4.21 4.14 6/338 15303
/proc/meminfo: memFree=120289744/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=18996948 memory=66420 CPUtime=0.51 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 9107 0 0 0 48 3 0 0 20 0 19 0 30697765 19452874752 16605 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4749237 16605 5418 1 0 549293 0
[pid=15284/tid=15286] ppid=15281 vsize=18996948 memory=-6000919502721148782 CPUtime=0.26 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 5311 0 0 0 24 2 0 0 20 0 19 0 30697767 19452874752 16605 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30697769 19452874752 16605 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30697769 19452874752 16605 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30697783 19452874752 16605 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66420 KiB

[startup+0.700233 s]
/proc/loadavg: 4.23 4.21 4.14 6/338 15303
/proc/meminfo: memFree=120284956/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=18996948 memory=77200 CPUtime=1.2 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 10587 0 0 0 116 4 0 0 20 0 19 0 30697765 19452874752 19300 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4749237 19300 5450 1 0 550331 0
[pid=15284/tid=15286] ppid=15281 vsize=18996948 memory=17408 CPUtime=0.64 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 5320 0 0 0 62 2 0 0 20 0 19 0 30697767 19452874752 19300 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30697769 19452874752 19300 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30697769 19452874752 19300 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30697783 19452874752 19300 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77200 KiB

[startup+1.50024 s]
/proc/loadavg: 4.23 4.21 4.14 6/338 15303
/proc/meminfo: memFree=120176444/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=18996948 memory=106400 CPUtime=2.19 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 12430 0 0 0 214 5 0 0 20 0 19 0 30697765 19452874752 26600 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4749237 26600 5450 1 0 550381 0
[pid=15284/tid=15286] ppid=15281 vsize=18996948 memory=0 CPUtime=1.43 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 5468 0 0 0 140 3 0 0 20 0 19 0 30697767 19452874752 26600 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30697769 19452874752 26600 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30697769 19452874752 26600 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30697783 19452874752 26600 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 2.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 106400 KiB

[startup+3.10553 s]
/proc/loadavg: 4.23 4.21 4.14 5/339 15304
/proc/meminfo: memFree=120053204/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=204780 CPUtime=4.11 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 17237 0 0 0 402 9 0 0 20 0 20 0 30697765 19521036288 51195 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 51195 5450 1 0 551545 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=10752 CPUtime=2.99 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 5916 0 0 0 295 4 0 0 20 0 20 0 30697767 19521036288 51195 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=19063512 memory=-6000919502721148782 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 51195 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 51195 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 51195 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 4.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 204780 KiB

[startup+6.30021 s]
/proc/loadavg: 4.21 4.20 4.14 5/339 15304
/proc/meminfo: memFree=120051208/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=217408 CPUtime=7.5 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 19998 0 0 0 741 9 0 0 20 0 20 0 30697765 19521036288 54352 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 54352 5450 1 0 552235 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=0 CPUtime=6.14 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) S 15281 15284 14279 0 -1 4194368 6081 0 0 0 610 4 0 0 20 0 20 0 30697767 19521036288 54352 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 54352 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 54352 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=112544 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 54352 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 7.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 217408 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.20 4.14 5/339 15304
/proc/meminfo: memFree=119636384/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=362292 CPUtime=14.02 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 22553 0 0 0 1389 13 0 0 20 0 20 0 30697765 19521036288 90573 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 90573 5450 1 0 552235 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=112544 CPUtime=12.41 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 7154 0 0 0 1236 5 0 0 20 0 20 0 30697767 19521036288 90573 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=19063512 memory=362292 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 90573 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 90573 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 90573 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 14.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 362292 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 4.21 4.14 5/339 15304
/proc/meminfo: memFree=119214496/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=677784 CPUtime=27.06 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 24752 0 0 0 2686 20 0 0 20 0 20 0 30697765 19521036288 169446 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 169446 5450 1 0 552235 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=362292 CPUtime=24.89 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 7739 0 0 0 2484 5 0 0 20 0 20 0 30697767 19521036288 169446 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 169446 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=520040 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 169446 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 169446 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 27.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 677784 KiB

[startup+51.1055 s]
/proc/loadavg: 4.21 4.20 4.14 5/338 15304
/proc/meminfo: memFree=118514336/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=1188172 CPUtime=53.29 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 34319 0 0 0 5297 32 0 0 20 0 20 0 30697765 19521036288 297043 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 297043 5482 1 0 552408 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=747492 CPUtime=49.99 cores=0,2

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

/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 2590 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 3235.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7333732 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/341 15549
/proc/meminfo: memFree=101450684/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3295.88 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 170152 0 0 0 329335 253 0 0 20 0 20 0 30697765 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 1833433 5514 1 0 2417691 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3256.92 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 79130 0 0 0 325640 52 0 0 20 0 20 0 30697767 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=3072 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 2678 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 3295.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7333732 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.09 6/340 15551
/proc/meminfo: memFree=101368132/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3356.02 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 172949 0 0 0 335347 255 0 0 20 0 20 0 30697765 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 1833433 5514 1 0 2417691 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3316.47 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 80710 0 0 0 331595 52 0 0 20 0 20 0 30697767 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 2685 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 3356.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7333732 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.09 6/339 15553
/proc/meminfo: memFree=101368228/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3415.88 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 175657 0 0 0 341332 256 0 0 20 0 20 0 30697765 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 1833433 5514 1 0 2417691 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3376.31 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 83326 0 0 0 337578 53 0 0 20 0 20 0 30697767 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 2686 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 3415.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7333732 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/339 15555
/proc/meminfo: memFree=101024284/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3476.01 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 178156 0 0 0 347343 258 0 0 20 0 20 0 30697765 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 1833433 5514 1 0 2417691 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3435.88 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 84413 0 0 0 343535 53 0 0 20 0 20 0 30697767 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 2718 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 3476.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7333732 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.14 4.10 6/338 15756
/proc/meminfo: memFree=115487848/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3536.2 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 181744 0 0 0 353361 259 0 0 20 0 20 0 30697765 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 1833433 5514 1 0 2417691 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3495.37 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 86612 0 0 0 349484 53 0 0 20 0 20 0 30697767 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 2824 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 3536.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7333732 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.16 4.11 6/339 15759
/proc/meminfo: memFree=113886744/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3596.34 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 185513 0 0 0 359373 261 0 0 20 0 20 0 30697765 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 1833433 5514 1 0 2417691 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3554.91 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 88837 0 0 0 355438 53 0 0 20 0 20 0 30697767 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 2896 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 3596.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7333732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586 s]*
/proc/loadavg: 4.23 4.16 4.11 6/339 15759
/proc/meminfo: memFree=113777288/131249996 swapFree=33010684/33010684
[pid=15284] ppid=15281 vsize=19063512 memory=7333732 CPUtime=3600.04 cores=0,2
/proc/15284/stat : 15284 (java) S 15281 15284 14279 0 -1 4194304 185569 0 0 0 359743 261 0 0 20 0 20 0 30697765 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
/proc/15284/statm: 4765878 1833433 5514 1 0 2417691 0
[pid=15284/tid=15286] ppid=15281 vsize=19063512 memory=-6000919494214772590 CPUtime=3558.61 cores=0,2
/proc/15284/task/15286/stat : 15286 (java) R 15281 15284 14279 0 -1 4194368 88893 0 0 0 355808 53 0 0 20 0 20 0 30697767 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15295] ppid=15281 vsize=19063512 memory=4499546390926093985 CPUtime=0 cores=0,2
/proc/15284/task/15295/stat : 15295 (Finalizer) S 15281 15284 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15302] ppid=15281 vsize=19063512 memory=7333732 CPUtime=0 cores=0,2
/proc/15284/task/15302/stat : 15302 (Common-Cleaner) S 15281 15284 14279 0 -1 4194368 2896 0 0 0 0 0 0 0 20 0 20 0 30697769 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
[pid=15284/tid=15303] ppid=15281 vsize=19063512 memory=6900 CPUtime=0 cores=0,2
/proc/15284/task/15303/stat : 15303 (Timer-0) S 15281 15284 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30697783 19521036288 1833433 18446744073709551615 94380560388096 94380560391792 140722735073504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94380560399608 94380560400400 94380585054208 140722735077761 140722735077862 140722735077862 140722735083464 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7333732 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.55 s, system=2.6465 s

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

[startup+3586.11 s]*
/proc/loadavg: 4.23 4.16 4.11 5/321 15762
/proc/meminfo: memFree=120064648/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3586.13
CPU time (s): 3600.2
CPU user time (s): 3597.55
CPU system time (s): 2.6465
CPU usage (%): 100.392
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7333732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.55
system time used= 2.6465
maximum resident set size= 7334500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109183
involuntary context switches= 10132


# summary of solver processes directly reported to runsolver:
#   pid: 15284
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.55
#   total CPU system time (s): 2.6465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.85564 second user time and 16.5806 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 00:36:40
IDJOB=4493056
IDBENCH=147838
IDSOLVER=3363
FILE ID=nodeC022/4493056-1751150200
RUNJOBID= nodeC022-1751146546-14289
SLURM_JOB_ID= 9587461
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-31-30.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493056-1751150200/watcher-4493056-1751150200 -o /tmp/evaluation-result-4493056-1751150200/solver-4493056-1751150200 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14289 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493056-1751150200.opb

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

MD5SUM BENCH= 7aaaa459b6f720ed22034b278db01429
RANDOM SEED=1488517284

nodeC022 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.693
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.44
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.709
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.726
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.44
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		: 3595.283
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.717
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.44
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.710
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.44
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		: 3528.130
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.44
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		: 3700.000
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        120322288 kB
MemAvailable:   119947324 kB
Buffers:            3280 kB
Cached:           414740 kB
SwapCached:            0 kB
Active:         10157516 kB
Inactive:         166952 kB
Active(anon):    9924508 kB
Inactive(anon):        0 kB
Active(file):     233008 kB
Inactive(file):   166952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               788 kB
Writeback:             0 kB
AnonPages:       9909672 kB
Mapped:           122024 kB
Shmem:             18060 kB
KReclaimable:      85068 kB
Slab:             168624 kB
SReclaimable:      85068 kB
SUnreclaim:        83556 kB
KernelStack:        5200 kB
PageTables:        23100 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   14822668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9668608 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= 433056 MiB
End job on nodeC022 at 2025-06-29 01:36:26