Trace number 4492841

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.69 3563.29

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-75-70.opb
MD5SUM28d2f0824ed2334c94881d352f1be9a0
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.036844
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5250
Total number of constraints145
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
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 76
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version PB25.v20250606
0.11/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.15	c java.vm.version	22.0.1+8-16
0.11/0.15	c java.vm.vendor	Oracle Corporation
0.11/0.15	c sun.arch.data.model	64
0.11/0.15	c java.version		22.0.1
0.11/0.15	c os.name		Linux
0.11/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.15	c os.arch		amd64
0.11/0.15	c Free memory 		2106806208
0.11/0.15	c Max memory 		16282288128
0.11/0.15	c Total memory 		2113929216
0.11/0.16	c Number of processors 	2
0.11/0.22	c Pseudo Boolean Optimization by upper bound
0.11/0.22	c --- Begin Solver configuration ---
0.11/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.22	c Learn all clauses as in MiniSAT
0.11/0.22	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.22	c Expensive reason simplification
0.11/0.22	c Glucose 2.1 dynamic restart strategy
0.11/0.22	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.11/0.22	c timeout=2147483s
0.11/0.22	c DB Simplification allowed=false
0.11/0.22	c Listener: none
0.11/0.22	c --- End Solver configuration ---
0.11/0.22	c solving HOME/instance-4492841-1751149061.opb
0.11/0.22	c reading problem ... 
0.34/0.52	c using VERIPB proof format
0.34/0.52	c  no objective function found
0.51/0.65	c ... done. Wall clock time 0.425s.
0.51/0.65	c declared #vars     5250
0.51/0.65	c #constraints  145
0.51/0.65	c constraints type 
0.51/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.51/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
0.51/0.65	c 145 constraints processed.
8.76/6.19	c cleaning 2497 clauses out of 5001 with flag 31491/5001
17.73/14.40	c cleaning 4250 clauses out of 8504 with flag 74217/11001
27.91/24.60	c cleaning 5627 clauses out of 11253 with flag 121282/18000
39.75/36.26	c cleaning 6807 clauses out of 13626 with flag 182730/26000
54.49/50.76	c cleaning 7903 clauses out of 15819 with flag 250618/35000
71.25/67.37	c cleaning 8955 clauses out of 17917 with flag 329124/45001
90.96/86.66	c cleaning 9974 clauses out of 19961 with flag 414846/56000
112.02/107.55	c cleaning 10993 clauses out of 21987 with flag 513466/68000
131.69/126.95	c cleaning 11974 clauses out of 23995 with flag 615647/81001
142.30/137.05	c cleaning 12989 clauses out of 26020 with flag 715851/95000
163.11/157.57	c cleaning 14000 clauses out of 28031 with flag 840867/110000
186.98/181.19	c cleaning 14995 clauses out of 30031 with flag 975502/126000
209.82/203.76	c cleaning 15999 clauses out of 32038 with flag 1124583/143002
239.19/232.73	c cleaning 16996 clauses out of 34038 with flag 1294781/161001
275.06/268.18	c cleaning 18000 clauses out of 36043 with flag 1477010/180002
313.69/306.59	c cleaning 19005 clauses out of 38041 with flag 1668653/200000
348.62/342.74	c cleaning 19998 clauses out of 40038 with flag 1869096/221002
372.62/366.43	c cleaning 20996 clauses out of 42046 with flag 2053399/243008
398.09/390.42	c cleaning 21985 clauses out of 44045 with flag 2210734/266003
425.59/417.73	c cleaning 22994 clauses out of 46057 with flag 2353498/290000
468.29/460.09	c cleaning 23992 clauses out of 48064 with flag 2531766/315001
518.90/510.57	c cleaning 24996 clauses out of 50071 with flag 2717627/341000
553.00/544.08	c cleaning 26005 clauses out of 52077 with flag 2912807/368002
591.31/581.83	c cleaning 27028 clauses out of 54070 with flag 3129120/396000
623.33/612.96	c cleaning 28008 clauses out of 56042 with flag 3392156/425000
665.50/654.84	c cleaning 29001 clauses out of 58034 with flag 3673709/455000
717.33/704.20	c cleaning 30008 clauses out of 60033 with flag 3980148/486000
762.76/749.06	c cleaning 30995 clauses out of 62025 with flag 4300750/518000
815.60/801.16	c cleaning 32007 clauses out of 64033 with flag 4674224/551003
868.21/853.09	c cleaning 33002 clauses out of 66025 with flag 4990477/585002
921.15/905.24	c cleaning 34000 clauses out of 68021 with flag 5321519/620000
981.60/965.21	c cleaning 34999 clauses out of 70022 with flag 5677303/656001
1045.43/1028.27	c cleaning 35992 clauses out of 72022 with flag 6016000/693000
1113.68/1093.96	c cleaning 37002 clauses out of 74032 with flag 6375061/731002
1175.60/1155.07	c cleaning 38005 clauses out of 76032 with flag 6799367/770004
1232.68/1211.61	c cleaning 38987 clauses out of 78023 with flag 7074762/810000
1323.92/1302.27	c cleaning 39989 clauses out of 80036 with flag 7374368/851000
1418.03/1396.02	c cleaning 41005 clauses out of 82049 with flag 7684537/893002
1498.17/1475.46	c cleaning 42002 clauses out of 84042 with flag 8003092/936000
1578.08/1555.16	c cleaning 43002 clauses out of 86042 with flag 8367700/980002
1660.06/1636.38	c cleaning 43995 clauses out of 88038 with flag 8740984/1025000
1766.32/1742.32	c cleaning 44996 clauses out of 90044 with flag 9150827/1071001
1871.99/1847.42	c cleaning 46004 clauses out of 92048 with flag 9567114/1118001
1970.86/1945.67	c cleaning 46994 clauses out of 94043 with flag 10006093/1166000
2076.98/2051.34	c cleaning 48005 clauses out of 96049 with flag 10462394/1215000
2201.83/2173.80	c cleaning 48996 clauses out of 98050 with flag 10941443/1265006
2331.27/2302.24	c cleaning 50003 clauses out of 100048 with flag 11454686/1316000
2476.46/2446.87	c cleaning 50999 clauses out of 102045 with flag 11989727/1368000
2623.28/2593.16	c cleaning 52004 clauses out of 104050 with flag 12521273/1421004
2778.40/2747.72	c cleaning 52996 clauses out of 106042 with flag 13080633/1475000
2908.66/2877.06	c cleaning 53999 clauses out of 108046 with flag 13630778/1530000
3002.48/2970.25	c cleaning 55011 clauses out of 110054 with flag 14109788/1586007
3125.15/3092.08	c cleaning 56008 clauses out of 112044 with flag 14538945/1643008
3269.93/3236.20	c cleaning 56998 clauses out of 114028 with flag 15012901/1701000
3424.47/3388.11	c cleaning 57999 clauses out of 116031 with flag 15514769/1760001
3572.76/3535.74	c cleaning 59008 clauses out of 118038 with flag 16039777/1820007
3600.43/3563.12	c starts		: 430
3600.43/3563.13	c timeout
3600.43/3563.16	c conflicts		: 1838717
3600.43/3563.16	c decisions		: 2680633
3600.43/3563.16	c propagations		: 39554099
3600.43/3563.16	c inspects		: 6696454955
3600.43/3563.16	c shortcuts		: 0
3600.43/3563.16	c learnt literals	: 0
3600.43/3563.16	c learnt binary clauses	: 0
3600.43/3563.16	c learnt ternary clauses	: 0
3600.43/3563.16	c learnt constraints	: 1838717
3600.43/3563.16	c ignored constraints	: 0
3600.43/3563.16	c root simplifications	: 0
3600.43/3563.16	c removed literals (reason simplification)	: 5565400
3600.43/3563.16	c reason swapping (by a shorter reason)	: 0
3600.43/3563.16	c Calls to reduceDB	: 56
3600.43/3563.16	c Number of update (reduction) of LBD	: 1142838
3600.43/3563.16	c Imported unit clauses	: 0
3600.43/3563.16	c No decision after first conflict	: false
3600.43/3563.16	c number of reductions to clauses (during analyze)	: 0
3600.43/3563.16	c number of learned constraints concerned by reduction	: 0
3600.43/3563.16	c number of learning phase by resolution	: 0
3600.43/3563.16	c number of learning phase by cutting planes	: 0
3600.43/3563.17	c number of rounding to 1 operations	: 0
3600.43/3563.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.43/3563.17	c number of reductions of the coefficients by power 2 	: 0
3600.43/3563.17	c number of right shift for reduction by power 2 	: 0
3600.43/3563.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.43/3563.17	c number of ending skipping 	: 0
3600.43/3563.17	c number of internal skipping 	: 0
3600.43/3563.17	c number of derivation steps 	: 0
3600.43/3563.17	c number of skipped derivation steps 	: 0
3600.43/3563.17	c number of remaining unassigned 	: 0
3600.43/3563.17	c number of remaining assigned 	: 0
3600.43/3563.17	c number of falsified literals weakened from reason	: 0
3600.43/3563.17	c number of falsified literals weakened from conflict	: 0
3600.43/3563.17	c time for arithmetic operations	: 0
3600.43/3563.17	c minimum degree of deleted constraints	: null
3600.43/3563.17	c maximum degree of deleted constraints	: null
3600.43/3563.17	c number of deleted constraints	: 0
3600.43/3563.18	c speed (assignments/second)	: 11102.861350158904
3600.43/3563.18	c non guided choices	: 31767
3600.56/3563.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 77740
3600.56/3563.25	s UNKNOWN
3600.56/3563.25	c Total wall clock time (in seconds): 3563.036

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100073 s]*
/proc/loadavg: 4.31 4.17 4.14 6/307 14809
/proc/meminfo: memFree=112660540/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=18930384 memory=49096 CPUtime=0.11 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 5920 0 0 0 8 3 0 0 20 0 18 0 30585280 19384713216 12274 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4732596 12274 5338 1 0 547105 0
[pid=14791/tid=14793] ppid=14788 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) S 14788 14791 13812 0 -1 4194368 4820 0 0 0 5 2 0 0 20 0 18 0 30585281 19384713216 12274 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=18930384 memory=215637833958 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30585286 19384713216 12274 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=18930384 memory=14007 CPUtime=0 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30585287 19384713216 12274 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49096 KiB

[startup+0.214111 s]*
/proc/loadavg: 4.31 4.17 4.14 6/307 14809
/proc/meminfo: memFree=112653736/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=18930384 memory=56416 CPUtime=0.33 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 6761 0 0 0 28 5 0 0 20 0 18 0 30585280 19384713216 14104 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4732596 14104 5338 1 0 547793 0
[pid=14791/tid=14793] ppid=14788 vsize=18930384 memory=4026593545 CPUtime=0.18 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) D 14788 14791 13812 0 -1 4194368 5259 0 0 0 15 3 0 0 20 0 18 0 30585281 19384713216 14104 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=18930384 memory=211342852430 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30585286 19384713216 14104 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=18930384 memory=54096036115175 CPUtime=0 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30585287 19384713216 14104 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56416 KiB

[startup+0.31995 s]*
/proc/loadavg: 4.31 4.17 4.14 3/307 14809
/proc/meminfo: memFree=112653232/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=18930384 memory=56416 CPUtime=0.34 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 6768 0 0 0 29 5 0 0 20 0 18 0 30585280 19384713216 14104 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4732596 14104 5338 1 0 547793 0
[pid=14791/tid=14793] ppid=14788 vsize=18930384 memory=-6000919472656050286 CPUtime=0.18 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) D 14788 14791 13812 0 -1 4194368 5259 0 0 0 15 3 0 0 20 0 18 0 30585281 19384713216 14104 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30585286 19384713216 14104 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30585287 19384713216 14104 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56416 KiB

[startup+0.700401 s]
/proc/loadavg: 4.31 4.17 4.14 3/307 14809
/proc/meminfo: memFree=112653232/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=18996948 memory=68024 CPUtime=0.68 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 7055 0 0 0 63 5 0 0 20 0 19 0 30585280 19452874752 17006 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4749237 17006 5402 1 0 548242 0
[pid=14791/tid=14793] ppid=14788 vsize=18996948 memory=17408 CPUtime=0.34 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) R 14788 14791 13812 0 -1 4194368 5353 0 0 0 31 3 0 0 20 0 19 0 30585281 19452874752 17006 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30585286 19452874752 17006 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30585287 19452874752 17006 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68024 KiB

[startup+1.50033 s]
/proc/loadavg: 4.31 4.17 4.14 6/308 14810
/proc/meminfo: memFree=115625992/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=18996948 memory=115336 CPUtime=2.25 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 14059 0 0 0 216 9 0 0 20 0 19 0 30585280 19452874752 28834 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4749237 28834 5434 1 0 550579 0
[pid=14791/tid=14793] ppid=14788 vsize=18996948 memory=0 CPUtime=1.06 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) R 14788 14791 13812 0 -1 4194368 5798 0 0 0 101 5 0 0 20 0 19 0 30585281 19452874752 28834 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30585286 19452874752 28834 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=18996948 memory=14080 CPUtime=0 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30585287 19452874752 28834 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=18996948 memory=33 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30585346 19452874752 28834 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 115336 KiB

[startup+3.1059 s]
/proc/loadavg: 4.31 4.17 4.14 6/333 14849
/proc/meminfo: memFree=120060780/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=175940 CPUtime=5.2 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 18439 0 0 0 507 13 0 0 20 0 20 0 30585280 19521036288 43985 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 43985 5466 1 0 551416 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=11264 CPUtime=2.61 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) R 14788 14791 13812 0 -1 4194368 6177 0 0 0 254 7 0 0 20 0 20 0 30585281 19521036288 43985 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 43985 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 30585287 19521036288 43985 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=19063512 memory=94656 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585346 19521036288 43985 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175940 KiB

[startup+6.30041 s]
/proc/loadavg: 4.53 4.21 4.15 5/333 14849
/proc/meminfo: memFree=119899972/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=213376 CPUtime=9.02 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 19313 0 0 0 886 16 0 0 20 0 20 0 30585280 19521036288 53344 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 53344 5466 1 0 551450 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=0 CPUtime=5.54 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) S 14788 14791 13812 0 -1 4194368 6778 0 0 0 546 8 0 0 20 0 20 0 30585281 19521036288 53344 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=190620 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 53344 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 30585287 19521036288 53344 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=19063512 memory=123560 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585346 19521036288 53344 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 9.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 213376 KiB

[startup+12.7004 s]
/proc/loadavg: 4.48 4.21 4.15 5/333 14850
/proc/meminfo: memFree=118741500/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=441544 CPUtime=15.97 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 25022 0 0 0 1572 25 0 0 20 0 20 0 30585280 19521036288 110386 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 110386 5466 1 0 869540 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=123560 CPUtime=11.54 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) S 14788 14791 13812 0 -1 4194368 7468 0 0 0 1141 13 0 0 20 0 20 0 30585281 19521036288 110386 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 110386 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=409484 CPUtime=0 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30585287 19521036288 110386 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585346 19521036288 110386 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 15.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 441544 KiB

[startup+25.5005 s]
/proc/loadavg: 4.45 4.22 4.15 6/333 14917
/proc/meminfo: memFree=124582156/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=915692 CPUtime=28.97 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 29214 0 0 0 2857 40 0 0 20 0 20 0 30585280 19521036288 228923 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 228923 5466 1 0 1406389 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=11264 CPUtime=23.75 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) R 14788 14791 13812 0 -1 4194368 8574 0 0 0 2354 21 0 0 20 0 20 0 30585281 19521036288 228923 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 228923 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=864448 CPUtime=0 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30585287 19521036288 228923 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585346 19521036288 228923 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 28.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 915692 KiB

[startup+51.106 s]
/proc/loadavg: 4.43 4.23 4.16 5/333 14917
/proc/meminfo: memFree=121768332/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=1380716 CPUtime=54.89 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 31484 0 0 0 5430 59 0 0 20 0 20 0 30585280 19521036288 345179 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 345179 5466 1 0 1406389 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=1339756 CPUtime=48.56 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) R 14788 14791 13812 0 -1 4194368 9337 0 0 0 4825 31 0 0 20 0 20 0 30585281 19521036288 345179 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=1315160 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 345179 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=1315160 CPUtime=0 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30585287 19521036288 345179 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0

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

[startup+3222.3 s]
/proc/loadavg: 4.18 4.25 4.25 5/331 15089
/proc/meminfo: memFree=73698260/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=9112760 CPUtime=3255.94 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 232974 0 0 0 324203 1391 0 0 20 0 20 0 30585280 19521036288 2278190 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 2278190 5530 1 0 2291865 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=9112760 CPUtime=3157.23 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) R 14788 14791 13812 0 -1 4194368 119923 0 0 0 314631 1092 0 0 20 0 20 0 30585281 19521036288 2278190 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=-6000919472656050286 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 2278190 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=9112760 CPUtime=0.01 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 3278 0 0 0 0 1 0 0 20 0 20 0 30585287 19521036288 2278190 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=19063512 memory=9112760 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585346 19521036288 2278190 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 3255.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9112760 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.25 4.25 5/330 15091
/proc/meminfo: memFree=72860636/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=9638488 CPUtime=3318.18 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 240159 0 0 0 330390 1428 0 0 20 0 20 0 30585280 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 2409622 5530 1 0 2423527 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=9638488 CPUtime=3216.11 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) R 14788 14791 13812 0 -1 4194368 122930 0 0 0 320487 1124 0 0 20 0 20 0 30585281 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=9638488 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=17408 CPUtime=0.01 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 3300 0 0 0 0 1 0 0 20 0 20 0 30585287 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=19063512 memory=4713748848202903193 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585346 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 3318.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9638488 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.23 4.24 5/329 15094
/proc/meminfo: memFree=72488664/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=9638488 CPUtime=3378.73 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 245974 0 0 0 336427 1446 0 0 20 0 20 0 30585280 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 2409622 5530 1 0 2423527 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=14080 CPUtime=3274.89 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) R 14788 14791 13812 0 -1 4194368 125635 0 0 0 326350 1139 0 0 20 0 20 0 30585281 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=9638488 CPUtime=0.01 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 3300 0 0 0 0 1 0 0 20 0 20 0 30585287 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585346 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 3378.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9638488 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.23 4.24 5/329 15096
/proc/meminfo: memFree=72205964/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=9638488 CPUtime=3438.87 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 250661 0 0 0 342421 1466 0 0 20 0 20 0 30585280 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 2409622 5530 1 0 2423527 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=14080 CPUtime=3334.06 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) R 14788 14791 13812 0 -1 4194368 127810 0 0 0 332251 1155 0 0 20 0 20 0 30585281 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=9638488 CPUtime=0.01 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 3387 0 0 0 0 1 0 0 20 0 20 0 30585287 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=19063512 memory=9638488 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585346 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 3438.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9638488 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.19 4.22 5/329 15100
/proc/meminfo: memFree=71742756/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=9638488 CPUtime=3499.17 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 251720 0 0 0 348428 1489 0 0 20 0 20 0 30585280 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 2409622 5530 1 0 2423527 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=14080 CPUtime=3392.73 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) R 14788 14791 13812 0 -1 4194368 128576 0 0 0 338098 1175 0 0 20 0 20 0 30585281 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=9638488 CPUtime=0.01 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 3433 0 0 0 0 1 0 0 20 0 20 0 30585287 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=19063512 memory=9638488 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585346 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 3499.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9638488 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.20 4.22 4/309 15139
/proc/meminfo: memFree=82248004/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=9638488 CPUtime=3559.24 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 256481 0 0 0 354417 1507 0 0 20 0 20 0 30585280 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 2409622 5530 1 0 2423527 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=9638488 CPUtime=3452.02 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) R 14788 14791 13812 0 -1 4194368 132006 0 0 0 344013 1189 0 0 20 0 20 0 30585281 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=17344 CPUtime=0.01 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 3527 0 0 0 0 1 0 0 20 0 20 0 30585287 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=19063512 memory=9638488 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585346 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 3559.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9638488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3562.9 s]
/proc/loadavg: 4.45 4.28 4.25 5/332 15177
/proc/meminfo: memFree=90608012/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19063512 memory=9638488 CPUtime=3600.02 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 259080 0 0 0 358481 1521 0 0 20 0 20 0 30585280 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4765878 2409622 5530 1 0 2423527 0
[pid=14791/tid=14793] ppid=14788 vsize=19063512 memory=9638488 CPUtime=3492.17 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) S 14788 14791 13812 0 -1 4194368 133220 0 0 0 348016 1201 0 0 20 0 20 0 30585281 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19063512 memory=9638488 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30585286 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19063512 memory=9638488 CPUtime=0.01 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 3575 0 0 0 0 1 0 0 20 0 20 0 30585287 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14810] ppid=14788 vsize=19063512 memory=9638488 CPUtime=0 cores=4,6
/proc/14791/task/14810/stat : 14810 (Timer-0) S 14788 14791 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30585346 19521036288 2409622 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9638488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.42 s, system=15.267 s

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

[startup+3563.2 s]
/proc/loadavg: 4.45 4.28 4.25 6/332 15177
/proc/meminfo: memFree=90607772/131382116 swapFree=33010684/33010684
[pid=14791] ppid=14788 vsize=19263204 memory=9639256 CPUtime=3600.56 cores=4,6
/proc/14791/stat : 14791 (java) S 14788 14791 13812 0 -1 4194304 261544 0 0 0 358533 1523 0 0 20 0 21 0 30585280 19725520896 2409814 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
/proc/14791/statm: 4815801 2409814 5530 1 0 2424466 0
[pid=14791/tid=14793] ppid=14788 vsize=19263204 memory=9638488 CPUtime=3492.2 cores=4,6
/proc/14791/task/14793/stat : 14793 (java) D 14788 14791 13812 0 -1 4194368 133516 0 0 0 348018 1202 0 0 20 0 21 0 30585281 19725520896 2409814 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14802] ppid=14788 vsize=19263204 memory=4115056 CPUtime=0 cores=4,6
/proc/14791/task/14802/stat : 14802 (Finalizer) S 14788 14791 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30585286 19725520896 2409814 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
[pid=14791/tid=14809] ppid=14788 vsize=19263204 memory=14080 CPUtime=0.01 cores=4,6
/proc/14791/task/14809/stat : 14809 (Common-Cleaner) S 14788 14791 13812 0 -1 4194368 3575 0 0 0 0 1 0 0 20 0 21 0 30585287 19725520896 2409814 18446744073709551615 94194428567552 94194428571248 140728861812896 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94194428579064 94194428579856 94194448650240 140728861817136 140728861817318 140728861817318 140728861822920 0
Current children cumulated CPU time: 3600.56 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 9639256 KiB

Child status: 143

Real time (s): 3563.29
CPU time (s): 3600.69
CPU user time (s): 3585.42
CPU system time (s): 15.267
CPU usage (%): 101.05
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 9639256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.42
system time used= 15.267
maximum resident set size= 9639384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261783
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16101320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119723
involuntary context switches= 14361


# summary of solver processes directly reported to runsolver:
#   pid: 14791
#   total CPU time (s): 3600.69
#   total CPU user time (s): 3585.42
#   total CPU system time (s): 15.267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3758 second user time and 37.4709 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 00:17:41
IDJOB=4492841
IDBENCH=147829
IDSOLVER=3364
FILE ID=nodeC004/4492841-1751149061
RUNJOBID= nodeC004-1751145467-13823
SLURM_JOB_ID= 9587447
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-75-70.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492841-1751149061/watcher-4492841-1751149061 -o /tmp/evaluation-result-4492841-1751149061/solver-4492841-1751149061 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13823 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492841-1751149061 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492841-1751149061.opb

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

MD5SUM BENCH= 28d2f0824ed2334c94881d352f1be9a0
RANDOM SEED=1346540127

nodeC004 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	: 0xb00001f
cpu MHz		: 3591.640
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.321
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.342
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.217
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 2394.427
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3661.364
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.205
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.240
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        112685168 kB
MemAvailable:   124129744 kB
Buffers:            3280 kB
Cached:         12243844 kB
SwapCached:            0 kB
Active:          6162596 kB
Inactive:       12011696 kB
Active(anon):    5945260 kB
Inactive(anon):        0 kB
Active(file):     217336 kB
Inactive(file): 12011696 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             50776 kB
Writeback:             0 kB
AnonPages:       5929100 kB
Mapped:           121992 kB
Shmem:             17976 kB
KReclaimable:     110340 kB
Slab:             194108 kB
SReclaimable:     110340 kB
SUnreclaim:        83768 kB
KernelStack:        4752 kB
PageTables:        15032 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9522112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150024 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5730304 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC004 at 2025-06-29 01:17:04