Trace number 4486890

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.3 3512.25

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM95947120f800d2178fb6b614b0e3950b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2231
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4500
Total number of constraints72413
Number of constraints which are clauses72413
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint18
Number of terms in the objective function 4500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.41/0.41	c Pseudo Boolean Optimization by upper bound
0.41/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.41	c  - never skip resolution steps
0.41/0.41	c  - Auto-division on coefficients is disabled
0.41/0.41	c  - No postprocessing
0.41/0.41	c  - Conflict is considered as is when resolving
0.41/0.41	c  - Use constraints as they come during conflict analysis
0.41/0.41	c  - Weaken first using unassigned literals
0.41/0.41	c  - Bump strategy: ALWAYS_ONE
0.41/0.41	c  - Bumper: ANY
0.41/0.41	c --- Begin Solver configuration ---
0.41/0.41	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.41/0.41	c Learn all clauses as in MiniSAT
0.41/0.41	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.41	c No reason simplification
0.41/0.41	c Armin Biere (Picosat) restarts strategy
0.41/0.41	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.41/0.41	c timeout=2147483s
0.41/0.41	c DB Simplification allowed=false
0.41/0.41	c Listener: none
0.41/0.41	c --- End Solver configuration ---
0.41/0.41	c solving HOME/instance-4486890-1751320612.opb
0.41/0.41	c reading problem ... 
0.41/0.42	c  objective function found
1.77/1.14	c ... done. Wall clock time 0.726s.
1.77/1.14	c declared #vars     4500
1.77/1.14	c #constraints  72413
1.77/1.14	c constraints type 
1.77/1.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72288
1.77/1.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
1.77/1.14	c 72413 constraints processed.
1.77/1.17	c objective function length is 4500 literals
4.92/2.76	c cleaning 2499 clauses out of 5000
6.43/4.03	c cleaning 4248 clauses out of 8503
8.34/5.76	c cleaning 5624 clauses out of 11254
10.83/8.26	c cleaning 6808 clauses out of 13630
12.53/10.01	c cleaning 7905 clauses out of 15821
14.84/12.23	c cleaning 8951 clauses out of 17917
18.62/15.69	c cleaning 9984 clauses out of 19969
21.22/18.27	c cleaning 10989 clauses out of 21981
24.57/21.51	c cleaning 11980 clauses out of 23993
28.97/25.87	c cleaning 13004 clauses out of 26013
34.30/31.14	c cleaning 14005 clauses out of 28013
39.06/35.61	c cleaning 14986 clauses out of 30004
44.22/40.77	c cleaning 16005 clauses out of 32018
50.28/46.79	c cleaning 16982 clauses out of 34012
58.88/55.23	c cleaning 18014 clauses out of 36032
65.35/61.52	c cleaning 18990 clauses out of 38016
74.16/70.13	c cleaning 19999 clauses out of 40026
85.62/81.41	c cleaning 21013 clauses out of 42030
98.03/93.70	c cleaning 22003 clauses out of 44014
107.30/102.83	c cleaning 22978 clauses out of 46011
119.11/114.43	c cleaning 24009 clauses out of 48035
133.05/128.16	c cleaning 24977 clauses out of 50024
145.67/140.44	c cleaning 25996 clauses out of 52047
161.25/155.63	c cleaning 27013 clauses out of 54051
173.87/168.10	c cleaning 28014 clauses out of 56040
188.40/182.34	c cleaning 29004 clauses out of 58024
206.33/200.08	c cleaning 29990 clauses out of 60022
228.50/221.64	c cleaning 30966 clauses out of 62031
249.41/242.09	c cleaning 32010 clauses out of 64064
273.93/266.24	c cleaning 33024 clauses out of 66054
287.65/279.98	c cleaning 34013 clauses out of 68032
302.34/294.60	c cleaning 35005 clauses out of 70019
321.60/313.85	c cleaning 35997 clauses out of 72013
348.53/340.58	c cleaning 36999 clauses out of 74016
374.73/366.61	c cleaning 38000 clauses out of 76017
394.54/386.27	c cleaning 38972 clauses out of 78016
431.02/422.35	c cleaning 40007 clauses out of 80044
462.78/453.76	c cleaning 41008 clauses out of 82037
481.93/472.79	c cleaning 42003 clauses out of 84029
518.29/508.96	c cleaning 43001 clauses out of 86026
550.59/540.80	c cleaning 43986 clauses out of 88027
587.85/578.03	c cleaning 45014 clauses out of 90040
615.25/605.05	c cleaning 45988 clauses out of 92025
655.48/644.65	c cleaning 46974 clauses out of 94037
692.95/681.71	c cleaning 48010 clauses out of 96064
735.92/724.68	c cleaning 49026 clauses out of 98056
777.48/765.70	c cleaning 50009 clauses out of 100028
802.73/790.83	c cleaning 51002 clauses out of 102018
837.61/825.14	c cleaning 51981 clauses out of 104017
880.74/868.20	c cleaning 52960 clauses out of 106036
931.78/918.86	c cleaning 54013 clauses out of 108075
978.02/964.60	c cleaning 54999 clauses out of 110062
1013.34/999.49	c cleaning 56021 clauses out of 112064
1056.86/1042.45	c cleaning 56995 clauses out of 114042
1108.66/1092.62	c cleaning 58021 clauses out of 116048
1154.22/1138.07	c cleaning 59001 clauses out of 118026
1205.06/1188.32	c cleaning 59976 clauses out of 120025
1258.81/1242.00	c cleaning 60995 clauses out of 122049
1299.93/1282.84	c cleaning 62021 clauses out of 124055
1339.24/1321.89	c cleaning 62976 clauses out of 126033
1386.25/1368.43	c cleaning 63992 clauses out of 128059
1438.78/1420.53	c cleaning 65009 clauses out of 130066
1509.84/1491.08	c cleaning 66006 clauses out of 132056
1555.77/1536.72	c cleaning 67017 clauses out of 134050
1624.17/1604.74	c cleaning 67987 clauses out of 136034
1673.92/1654.16	c cleaning 68986 clauses out of 138046
1752.04/1731.89	c cleaning 70014 clauses out of 140060
1834.40/1813.66	c cleaning 71001 clauses out of 142047
1898.18/1874.27	c cleaning 71995 clauses out of 144047
1999.48/1975.29	c cleaning 72985 clauses out of 146051
2125.39/2100.74	c cleaning 74000 clauses out of 148065
2235.14/2209.86	c cleaning 75017 clauses out of 150065
2373.88/2347.50	c cleaning 76019 clauses out of 152049
2431.59/2404.57	c cleaning 76970 clauses out of 154034
2508.81/2481.45	c cleaning 77997 clauses out of 156060
2598.21/2567.90	c cleaning 79023 clauses out of 158064
2678.55/2645.50	c cleaning 79993 clauses out of 160043
2773.54/2737.93	c cleaning 81006 clauses out of 162049
2846.59/2805.73	c cleaning 82008 clauses out of 164041
2954.33/2908.01	c cleaning 83012 clauses out of 166032
3054.54/2999.07	c cleaning 84004 clauses out of 168023
3157.88/3092.79	c cleaning 85001 clauses out of 170018
3277.45/3206.25	c cleaning 85943 clauses out of 172018
3415.29/3337.20	c cleaning 87026 clauses out of 174072
3543.39/3459.03	c cleaning 88001 clauses out of 176047
3600.02/3512.03	c timeout
3600.02/3512.04	c starts		: 253
3600.02/3512.04	c conflicts		: 4060000
3600.02/3512.04	c decisions		: 5293707
3600.02/3512.04	c propagations		: 1574624406
3600.02/3512.04	c inspects		: 19890109154
3600.02/3512.04	c shortcuts		: 0
3600.02/3512.04	c learnt literals	: 0
3600.02/3512.04	c learnt binary clauses	: 0
3600.02/3512.04	c learnt ternary clauses	: 0
3600.02/3512.04	c learnt constraints	: 4060000
3600.02/3512.04	c ignored constraints	: 0
3600.02/3512.04	c root simplifications	: 0
3600.02/3512.04	c removed literals (reason simplification)	: 0
3600.02/3512.04	c reason swapping (by a shorter reason)	: 0
3600.02/3512.04	c Calls to reduceDB	: 85
3600.02/3512.04	c Number of update (reduction) of LBD	: 0
3600.02/3512.05	c Imported unit clauses	: 0
3600.02/3512.05	c No decision after first conflict	: false
3600.02/3512.05	c number of reductions to clauses (during analyze)	: 0
3600.02/3512.05	c number of learned constraints concerned by reduction	: 0
3600.02/3512.05	c number of learning phase by resolution	: 0
3600.02/3512.05	c number of learning phase by cutting planes	: 0
3600.02/3512.05	c number of rounding to 1 operations	: 0
3600.02/3512.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3512.05	c number of reductions of the coefficients by power 2 	: 0
3600.02/3512.05	c number of right shift for reduction by power 2 	: 0
3600.02/3512.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3512.05	c number of ending skipping 	: 0
3600.02/3512.05	c number of internal skipping 	: 0
3600.02/3512.05	c number of derivation steps 	: 154473622
3600.02/3512.05	c number of skipped derivation steps 	: 0
3600.02/3512.05	c number of remaining unassigned 	: 0
3600.02/3512.05	c number of remaining assigned 	: 0
3600.02/3512.05	c number of falsified literals weakened from reason	: 0
3600.02/3512.05	c number of falsified literals weakened from conflict	: 0
3600.02/3512.05	c time for arithmetic operations	: 0
3600.02/3512.05	c minimum degree of deleted constraints	: null
3600.02/3512.05	c maximum degree of deleted constraints	: null
3600.02/3512.05	c number of deleted constraints	: 0
3600.02/3512.06	c speed (assignments/second)	: 448499.39203155454
3600.02/3512.06	c non guided choices	: 280
3600.18/3512.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 153045
3600.18/3512.18	s UNKNOWN
3600.18/3512.18	c Total wall clock time (in seconds): 3511.768

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: 63794 MiB (56989 MiB free)
  memory of node 1: 64507 MiB (62131 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486890-1751320612/watcher-4486890-1751320612 -o /tmp/evaluation-result-4486890-1751320612/solver-4486890-1751320612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751317014-45976 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4486890-1751320612.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=46882, runsolver pid=46879
Current StackSize limit: 8192 KiB


[startup+0.102807 s]*
/proc/loadavg: 4.75 4.36 4.23 5/324 46900
/proc/meminfo: memFree=121977376/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=18930384 memory=48276 CPUtime=0.12 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 5752 0 0 0 8 4 0 0 20 0 18 0 47740912 19384713216 12069 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4732596 12069 5301 1 0 546956 0
[pid=46882/tid=46884] ppid=46879 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 4647 0 0 0 5 2 0 0 20 0 18 0 47740914 19384713216 12069 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47740918 19384713216 12069 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=18930384 memory=59593594265959 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47740920 19384713216 12069 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48276 KiB

[startup+0.219875 s]*
/proc/loadavg: 4.75 4.36 4.23 6/324 46900
/proc/meminfo: memFree=121974604/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=18930384 memory=53204 CPUtime=0.28 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 6452 0 0 0 24 4 0 0 20 0 18 0 47740912 19384713216 13301 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4732596 13301 5333 1 0 547533 0
[pid=46882/tid=46884] ppid=46879 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 4985 0 0 0 14 2 0 0 20 0 18 0 47740914 19384713216 13301 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=18930384 memory=1641 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47740918 19384713216 13301 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47740920 19384713216 13301 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53204 KiB

[startup+0.313325 s]*
/proc/loadavg: 4.75 4.36 4.23 7/324 46900
/proc/meminfo: memFree=121974604/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=18930384 memory=58260 CPUtime=0.41 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 6707 0 0 0 37 4 0 0 20 0 18 0 47740912 19384713216 14565 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4732596 14565 5333 1 0 547713 0
[pid=46882/tid=46884] ppid=46879 vsize=18930384 memory=-6000919468377794155 CPUtime=0.24 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 5142 0 0 0 21 3 0 0 20 0 18 0 47740914 19384713216 14565 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47740918 19384713216 14565 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47740920 19384713216 14565 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58260 KiB

[startup+0.700345 s]
/proc/loadavg: 4.75 4.36 4.23 7/324 46900
/proc/meminfo: memFree=121970004/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=18930384 memory=76044 CPUtime=0.98 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 7552 0 0 0 92 6 0 0 20 0 18 0 47740912 19384713216 19011 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4732596 19011 5429 1 0 548320 0
[pid=46882/tid=46884] ppid=46879 vsize=18930384 memory=17664 CPUtime=0.51 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 5375 0 0 0 48 3 0 0 20 0 18 0 47740914 19384713216 19011 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=18930384 memory=11136 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47740918 19384713216 19011 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=18930384 memory=3328 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47740920 19384713216 19011 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 76044 KiB

[startup+1.50027 s]
/proc/loadavg: 4.75 4.36 4.23 6/324 46900
/proc/meminfo: memFree=121902516/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=176764 CPUtime=2.54 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 17853 0 0 0 244 10 0 0 20 0 20 0 47740912 19521036288 44191 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 44191 5493 1 0 553801 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=3328 CPUtime=1.23 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 5808 0 0 0 118 5 0 0 20 0 20 0 47740914 19521036288 44191 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 44191 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 44191 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176764 KiB

[startup+3.10534 s]
/proc/loadavg: 4.77 4.37 4.24 5/326 46902
/proc/meminfo: memFree=121443408/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=425308 CPUtime=5.44 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 22510 0 0 0 528 16 0 0 20 0 20 0 47740912 19521036288 106327 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 106327 5525 1 0 554598 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=11136 CPUtime=2.74 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 6928 0 0 0 264 10 0 0 20 0 20 0 47740914 19521036288 106327 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 106327 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 106327 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 106327 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 425308 KiB

[startup+6.30046 s]
/proc/loadavg: 4.77 4.37 4.24 5/326 46902
/proc/meminfo: memFree=120716652/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=1090340 CPUtime=8.93 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 23248 0 0 0 863 30 0 0 20 0 20 0 47740912 19521036288 272585 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 272585 5525 1 0 661124 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=0 CPUtime=5.79 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 7362 0 0 0 556 23 0 0 20 0 20 0 47740914 19521036288 272585 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 272585 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=-6000919468377794155 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 272585 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 272585 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1090340 KiB

[startup+12.7005 s]
/proc/loadavg: 4.65 4.35 4.24 5/326 46902
/proc/meminfo: memFree=120031864/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=1588304 CPUtime=15.53 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 29968 0 0 0 1512 41 0 0 20 0 20 0 47740912 19521036288 397076 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 397076 5557 1 0 661128 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=0 CPUtime=11.92 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 9275 0 0 0 1161 31 0 0 20 0 20 0 47740914 19521036288 397076 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=1557380 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 397076 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 397076 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 397076 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 15.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1588304 KiB

[startup+25.5005 s]
/proc/loadavg: 4.62 4.36 4.24 6/326 46903
/proc/meminfo: memFree=118921612/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=2408860 CPUtime=28.68 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 33064 0 0 0 2808 60 0 0 20 0 20 0 47740912 19521036288 602215 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 602215 5557 1 0 999524 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=-6000919468377794155 CPUtime=23.97 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 10624 0 0 0 2349 48 0 0 20 0 20 0 47740914 19521036288 602215 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=3197 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 602215 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=2216568 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 602215 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=2216568 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 602215 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 28.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2408860 KiB

[startup+51.1131 s]
/proc/loadavg: 4.41 4.33 4.23 5/325 46903
/proc/meminfo: memFree=117933220/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=2935256 CPUtime=54.74 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 36231 0 0 0 5403 71 0 0 20 0 20 0 47740912 19521036288 733814 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 733814 5557 1 0 999535 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=2935256 CPUtime=48.97 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 13015 0 0 0 4840 57 0 0 20 0 20 0 47740914 19521036288 733814 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=-6000919468377794155 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 733814 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=2935256 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 733814 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=2216568 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 733814 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 54.74 s

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

/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=5060064 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 1619 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=14336 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 3167.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5064032 KiB

[startup+3162.3 s]
/proc/loadavg: 4.74 4.60 4.38 5/328 47082
/proc/meminfo: memFree=112081324/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=5064032 CPUtime=3229.78 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 255686 0 0 0 322539 439 0 0 20 0 20 0 47740912 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 1266008 5557 1 0 1278863 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=5083872 CPUtime=3099.72 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 152580 0 0 0 309808 164 0 0 20 0 20 0 47740914 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=6200884 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=5064032 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 1619 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=-4050210904893669270 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 3229.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5064032 KiB

[startup+3222.3 s]
/proc/loadavg: 4.37 4.52 4.37 5/327 47086
/proc/meminfo: memFree=112035936/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=5064032 CPUtime=3293.62 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 264064 0 0 0 328915 447 0 0 20 0 20 0 47740912 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 1266008 5557 1 0 1278863 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=5083872 CPUtime=3158.63 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 157911 0 0 0 315698 165 0 0 20 0 20 0 47740914 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=6200884 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=5064032 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 1684 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=5064032 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 3293.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5064032 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.47 4.36 5/327 47094
/proc/meminfo: memFree=112035780/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=5064032 CPUtime=3356.95 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 269780 0 0 0 335241 454 0 0 20 0 20 0 47740912 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 1266008 5557 1 0 1278863 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=5083872 CPUtime=3217.62 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 161493 0 0 0 321596 166 0 0 20 0 20 0 47740914 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=5064032 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=5064032 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 1697 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=5064032 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 1266008 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 3356.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5064032 KiB

[startup+3342.3 s]
/proc/loadavg: 4.44 4.46 4.36 5/328 47097
/proc/meminfo: memFree=112035808/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=5064544 CPUtime=3420.41 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 275136 0 0 0 341580 461 0 0 20 0 20 0 47740912 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 1266136 5557 1 0 1278984 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=5083872 CPUtime=3276.8 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 165091 0 0 0 327513 167 0 0 20 0 20 0 47740914 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=5064032 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=5064032 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 1771 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=5064544 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 3420.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5064544 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.42 4.36 5/328 47099
/proc/meminfo: memFree=112030332/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=5064544 CPUtime=3486.45 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 281185 0 0 0 348177 468 0 0 20 0 20 0 47740912 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 1266136 5557 1 0 1278984 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=5064032 CPUtime=3335.17 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 168126 0 0 0 333350 167 0 0 20 0 20 0 47740914 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=5064544 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 1853 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=5064544 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 3486.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5064544 KiB

[startup+3462.3 s]
/proc/loadavg: 4.44 4.42 4.36 6/306 47248
/proc/meminfo: memFree=116479140/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=5064544 CPUtime=3546.75 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 284905 0 0 0 354200 475 0 0 20 0 20 0 47740912 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 1266136 5557 1 0 1278984 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=5064032 CPUtime=3394.17 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 170762 0 0 0 339246 171 0 0 20 0 20 0 47740914 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 1854 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=5064544 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 3546.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5064544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3512 s]*
/proc/loadavg: 4.37 4.40 4.36 5/327 47298
/proc/meminfo: memFree=114406476/131382116 swapFree=33010684/33010684
[pid=46882] ppid=46879 vsize=19063512 memory=5064544 CPUtime=3600.02 cores=5,7
/proc/46882/stat : 46882 (java) S 46879 46882 45963 0 -1 4194304 288761 0 0 0 359522 480 0 0 20 0 20 0 47740912 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
/proc/46882/statm: 4765878 1266136 5557 1 0 1278984 0
[pid=46882/tid=46884] ppid=46879 vsize=19063512 memory=-6000919485558056299 CPUtime=3442.6 cores=5,7
/proc/46882/task/46884/stat : 46884 (java) R 46879 46882 45963 0 -1 4194368 173195 0 0 0 344088 172 0 0 20 0 20 0 47740914 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46893] ppid=46879 vsize=19063512 memory=14336 CPUtime=0 cores=5,7
/proc/46882/task/46893/stat : 46893 (Finalizer) S 46879 46882 45963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47740918 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46900] ppid=46879 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/46882/task/46900/stat : 46900 (Common-Cleaner) S 46879 46882 45963 0 -1 4194368 1867 0 0 0 0 0 0 0 20 0 20 0 47740920 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
[pid=46882/tid=46902] ppid=46879 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/46882/task/46902/stat : 46902 (Timer-0) S 46879 46882 45963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47741030 19521036288 1266136 18446744073709551615 94805520220160 94805520223856 140723828356688 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94805520231672 94805520232464 94805534040064 140723828361598 140723828361702 140723828361702 140723828367304 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5064544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.45 s, system=4.84739 s

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

[startup+3512.2 s]*
/proc/loadavg: 4.34 4.40 4.36 5/309 47301
/proc/meminfo: memFree=117542752/131382116 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): 3512.25
CPU time (s): 3600.3
CPU user time (s): 3595.45
CPU system time (s): 4.84739
CPU usage (%): 102.507
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7076084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.45
system time used= 4.84739
maximum resident set size= 7076084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290934
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122135
involuntary context switches= 34605


# summary of solver processes directly reported to runsolver:
#   pid: 46882
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3595.45
#   total CPU system time (s): 4.84739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0258 second user time and 36.4603 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-30 23:56:52
IDJOB=4486890
IDBENCH=147077
IDSOLVER=3361
FILE ID=nodeC011/4486890-1751320612
RUNJOBID= nodeC011-1751317014-45976
SLURM_JOB_ID= 9594340
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.18.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486890-1751320612/watcher-4486890-1751320612 -o /tmp/evaluation-result-4486890-1751320612/solver-4486890-1751320612 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751317014-45976 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4486890-1751320612.opb

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

MD5SUM BENCH= 95947120f800d2178fb6b614b0e3950b
RANDOM SEED=392644653

nodeC011 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		: 3492.077
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	: 6984.20
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		: 3626.988
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	: 6984.20
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.563
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	: 6984.20
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		: 1198.010
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	: 6984.20
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		: 3492.098
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	: 6984.20
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		: 1197.290
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	: 6984.20
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.352
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	: 6984.20
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.518
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        121980652 kB
MemAvailable:   121847024 kB
Buffers:            3280 kB
Cached:           674044 kB
SwapCached:            0 kB
Active:          8417092 kB
Inactive:         375336 kB
Active(anon):    8132772 kB
Inactive(anon):        0 kB
Active(file):     284320 kB
Inactive(file):   375336 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:       8117944 kB
Mapped:           122508 kB
Shmem:             17960 kB
KReclaimable:      92300 kB
Slab:             173872 kB
SReclaimable:      92300 kB
SUnreclaim:        81572 kB
KernelStack:        4976 kB
PageTables:        19644 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13203532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150248 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7899136 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC011 at 2025-07-01 00:55:24