Trace number 4525371

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06MSAT (TO) 3600.51 3507.19

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218757--soft-33-100-0.wbo
MD5SUM726519dbe78f481529a45968391fd805
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.509541
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.19	c version PB25.v20250606
0.10/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.21	c java.vm.version	22.0.1+8-16
0.10/0.22	c java.vm.vendor	Oracle Corporation
0.10/0.22	c sun.arch.data.model	64
0.10/0.22	c java.version		22.0.1
0.10/0.22	c os.name		Linux
0.10/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.22	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.24	c Number of processors 	2
0.42/0.41	c Pseudo Boolean Optimization by upper bound
0.42/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.41	c  - never skip resolution steps
0.42/0.41	c  - Auto-division on coefficients is disabled
0.42/0.41	c  - No postprocessing
0.42/0.41	c  - Conflict is considered as is when resolving
0.42/0.41	c  - Use constraints as they come during conflict analysis
0.42/0.41	c  - Weaken first using unassigned literals
0.42/0.41	c  - Bump strategy: ALWAYS_ONE
0.42/0.41	c  - Bumper: ANY
0.42/0.41	c --- Begin Solver configuration ---
0.42/0.41	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.42/0.41	c Learn all clauses as in MiniSAT
0.42/0.41	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.41	c No reason simplification
0.42/0.41	c Armin Biere (Picosat) restarts strategy
0.42/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.42/0.41	c timeout=2147483s
0.42/0.41	c DB Simplification allowed=false
0.42/0.41	c Listener: none
0.42/0.41	c --- End Solver configuration ---
0.42/0.41	c solving HOME/instance-4525371-1751622844.wbo
0.42/0.41	c reading problem ... 
0.61/0.49	c ... done. Wall clock time 0.071s.
0.61/0.49	c declared #vars     169
0.61/0.49	c internal #vars     233
0.61/0.50	c #constraints  102
0.61/0.50	c constraints type 
0.61/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.61/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.61/0.50	c org.sat4j.specs.Constr$1 => 1
0.61/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.61/0.50	c 102 constraints processed.
0.61/0.52	c objective function length is 64 literals
1.48/0.95	c SATISFIABLE
1.48/0.95	c OPTIMIZING...
1.48/0.95	c Got one! Elapsed wall clock time (in seconds):0.542
1.48/0.95	o 2439
1.88/1.16	c Got one! Elapsed wall clock time (in seconds):0.754
1.88/1.16	o 2421
2.46/1.49	c Got one! Elapsed wall clock time (in seconds):1.085
2.46/1.49	o 2420
3.25/1.81	c Got one! Elapsed wall clock time (in seconds):1.403
3.25/1.81	o 2411
4.64/2.51	c Got one! Elapsed wall clock time (in seconds):2.103
4.64/2.51	o 2405
6.79/3.71	c Got one! Elapsed wall clock time (in seconds):3.306
6.79/3.71	o 2352
7.58/4.36	c Got one! Elapsed wall clock time (in seconds):3.949
7.58/4.36	o 2351
13.83/8.63	c Got one! Elapsed wall clock time (in seconds):8.222
13.83/8.63	o 2349
20.56/14.71	c Got one! Elapsed wall clock time (in seconds):14.298
20.56/14.71	o 2345
80.85/74.51	c Got one! Elapsed wall clock time (in seconds):74.105
80.85/74.51	o 2325
174.65/168.28	c Got one! Elapsed wall clock time (in seconds):167.867
174.65/168.28	o 2323
340.35/333.29	c Got one! Elapsed wall clock time (in seconds):332.883
340.35/333.29	o 2322
898.13/890.82	c Got one! Elapsed wall clock time (in seconds):890.412
898.13/890.82	o 2321
1877.64/1870.35	c Got one! Elapsed wall clock time (in seconds):1869.938
1877.64/1870.35	o 2314
1931.41/1924.03	c Got one! Elapsed wall clock time (in seconds):1923.624
1931.41/1924.03	o 2311
1943.75/1936.30	c Got one! Elapsed wall clock time (in seconds):1935.895
1943.75/1936.30	o 2310
1961.08/1953.67	c Got one! Elapsed wall clock time (in seconds):1953.262
1961.08/1953.67	o 2309
1990.91/1983.50	c Got one! Elapsed wall clock time (in seconds):1983.087
1990.91/1983.50	o 2306
2036.24/2028.63	c Got one! Elapsed wall clock time (in seconds):2028.216
2036.24/2028.63	o 2291
2119.04/2111.17	c Got one! Elapsed wall clock time (in seconds):2110.76
2119.04/2111.17	o 2287
2243.97/2235.56	c cleaning 2500 clauses out of 5001
2255.81/2247.36	c Got one! Elapsed wall clock time (in seconds):2246.951
2255.81/2247.36	o 2284
2661.42/2652.81	c Got one! Elapsed wall clock time (in seconds):2652.398
2661.42/2652.81	o 2283
2719.56/2710.81	c Got one! Elapsed wall clock time (in seconds):2710.406
2719.56/2710.81	o 2282
2838.12/2822.87	c Got one! Elapsed wall clock time (in seconds):2822.464
2838.12/2822.87	o 2277
3600.18/3507.07	c starts		: 49
3600.18/3507.09	c conflicts		: 5800
3600.18/3507.10	c decisions		: 28427
3600.18/3507.10	c propagations		: 168897
3600.18/3507.10	c inspects		: 105436395
3600.18/3507.10	c shortcuts		: 0
3600.18/3507.10	c learnt literals	: 0
3600.18/3507.10	c learnt binary clauses	: 0
3600.18/3507.10	c learnt ternary clauses	: 0
3600.18/3507.10	c learnt constraints	: 5799
3600.18/3507.10	c ignored constraints	: 0
3600.18/3507.10	c root simplifications	: 0
3600.18/3507.10	c removed literals (reason simplification)	: 0
3600.18/3507.10	c reason swapping (by a shorter reason)	: 0
3600.18/3507.10	c Calls to reduceDB	: 1
3600.18/3507.10	c Number of update (reduction) of LBD	: 0
3600.18/3507.10	c Imported unit clauses	: 0
3600.18/3507.10	c No decision after first conflict	: false
3600.18/3507.11	c number of reductions to clauses (during analyze)	: 0
3600.18/3507.11	c number of learned constraints concerned by reduction	: 0
3600.18/3507.11	c number of learning phase by resolution	: 0
3600.18/3507.11	c number of learning phase by cutting planes	: 0
3600.18/3507.11	c number of rounding to 1 operations	: 0
3600.18/3507.11	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.18/3507.11	c number of reductions of the coefficients by power 2 	: 0
3600.18/3507.11	c number of right shift for reduction by power 2 	: 0
3600.18/3507.11	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.18/3507.11	c number of ending skipping 	: 0
3600.18/3507.11	c number of internal skipping 	: 0
3600.18/3507.11	c number of derivation steps 	: 51364
3600.18/3507.11	c number of skipped derivation steps 	: 0
3600.18/3507.11	c number of remaining unassigned 	: 75947
3600.18/3507.11	c number of remaining assigned 	: 1934742
3600.18/3507.11	c number of falsified literals weakened from reason	: 0
3600.18/3507.11	c number of falsified literals weakened from conflict	: 0
3600.18/3507.11	c time for arithmetic operations	: 2119329809324
3600.41/3507.13	c minimum degree of deleted constraints	: null
3600.41/3507.13	c maximum degree of deleted constraints	: null
3600.41/3507.13	c number of deleted constraints	: 0
3600.41/3507.13	c speed (assignments/second)	: 48.16537700557176
3600.41/3507.13	c non guided choices	: 356
3600.41/3507.14	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 3299
3600.41/3507.14	s SATISFIABLE
3600.41/3507.15	c Found 24 solution(s)
3600.41/3507.15	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 x144 -x145 x146 x147 x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
3600.41/3507.15	c objective function=2277
3600.41/3507.15	c Total wall clock time (in seconds): 3506.745

Verifier Data

OK	641

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525371-1751622844/watcher-4525371-1751622844 -o /tmp/evaluation-result-4525371-1751622844/solver-4525371-1751622844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751616394-96856 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525371-1751622844.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=98089, runsolver pid=98086

[startup+0.10007 s]*
/proc/loadavg: 4.22 4.17 4.18 7/325 98107
/proc/meminfo: memFree=111308032/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=18930384 memory=51692 CPUtime=0.1 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 5682 0 0 0 7 3 0 0 20 0 18 0 77963565 19384713216 12923 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4732596 12923 5210 1 0 546900 0
[pid=98089/tid=98091] ppid=98086 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 4594 0 0 0 4 2 0 0 20 0 18 0 77963567 19384713216 12923 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77963572 19384713216 12923 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=18930384 memory=58494082638250 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77963573 19384713216 12923 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51692 KiB

[startup+0.217893 s]*
/proc/loadavg: 4.22 4.17 4.18 5/325 98107
/proc/meminfo: memFree=111304240/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=18930384 memory=57080 CPUtime=0.27 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 6380 0 0 0 23 4 0 0 20 0 18 0 77963565 19384713216 14270 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4732596 14270 5370 1 0 547531 0
[pid=98089/tid=98091] ppid=98086 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 4976 0 0 0 14 2 0 0 20 0 18 0 77963567 19384713216 14270 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=18930384 memory=17127 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77963572 19384713216 14270 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77963573 19384713216 14270 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57080 KiB

[startup+0.313685 s]*
/proc/loadavg: 4.22 4.17 4.18 7/325 98107
/proc/meminfo: memFree=111295872/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=18930384 memory=62008 CPUtime=0.42 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 6612 0 0 0 37 5 0 0 20 0 18 0 77963565 19384713216 15502 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4732596 15502 5370 1 0 547730 0
[pid=98089/tid=98091] ppid=98086 vsize=18930384 memory=-6000919481246442598 CPUtime=0.24 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 5145 0 0 0 21 3 0 0 20 0 18 0 77963567 19384713216 15502 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77963572 19384713216 15502 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77963573 19384713216 15534 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62008 KiB

[startup+0.700621 s]
/proc/loadavg: 4.44 4.22 4.19 7/325 98107
/proc/meminfo: memFree=111295872/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=18996948 memory=74776 CPUtime=1.08 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 7115 0 0 0 102 6 0 0 20 0 19 0 77963565 19452874752 18694 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4749237 18694 5466 1 0 548405 0
[pid=98089/tid=98091] ppid=98086 vsize=18996948 memory=13952 CPUtime=0.56 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 5487 0 0 0 52 4 0 0 20 0 19 0 77963567 19452874752 18694 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=18996948 memory=11008 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77963572 19452874752 18694 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77963573 19452874752 18694 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74776 KiB

[startup+1.5003 s]
/proc/loadavg: 4.44 4.22 4.19 6/326 98108
/proc/meminfo: memFree=111249872/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=174760 CPUtime=2.66 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 16123 0 0 0 255 11 0 0 20 0 20 0 77963565 19521036288 43690 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 43690 5530 1 0 551987 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=3328 CPUtime=1.31 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 6294 0 0 0 125 6 0 0 20 0 20 0 77963567 19521036288 43690 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 43690 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 43690 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 43690 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174760 KiB

[startup+3.10584 s]
/proc/loadavg: 4.44 4.22 4.19 6/327 98110
/proc/meminfo: memFree=110801900/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=561468 CPUtime=5.84 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 20319 0 0 0 565 19 0 0 20 0 20 0 77963565 19521036288 140367 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 140367 5530 1 0 669968 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=14468 CPUtime=2.85 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 7218 0 0 0 273 12 0 0 20 0 20 0 77963567 19521036288 140367 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 140367 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 140367 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 140367 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 561468 KiB

[startup+6.30029 s]
/proc/loadavg: 4.57 4.25 4.20 5/327 98110
/proc/meminfo: memFree=110420588/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=937960 CPUtime=10.86 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 27208 0 0 0 1057 29 0 0 20 0 20 0 77963565 19521036288 234490 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 234490 5530 1 0 675328 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=0 CPUtime=5.96 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 7453 0 0 0 578 18 0 0 20 0 20 0 77963567 19521036288 234490 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 234490 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 234490 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=174760 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 234490 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 10.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 937960 KiB

[startup+12.7004 s]
/proc/loadavg: 4.52 4.24 4.20 5/327 98110
/proc/meminfo: memFree=109682300/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=1673048 CPUtime=18.36 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 28664 0 0 0 1793 43 0 0 20 0 20 0 77963565 19521036288 418262 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 418262 5530 1 0 675775 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=174760 CPUtime=12.15 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 8356 0 0 0 1185 30 0 0 20 0 20 0 77963567 19521036288 418262 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=1673048 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 418262 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 418262 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 418262 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 18.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1673048 KiB

[startup+25.5005 s]
/proc/loadavg: 4.60 4.27 4.21 5/327 98110
/proc/meminfo: memFree=108953464/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=2401872 CPUtime=31.47 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 32397 0 0 0 3087 60 0 0 20 0 20 0 77963565 19521036288 600468 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 600468 5530 1 0 855424 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=0 CPUtime=24.47 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 10272 0 0 0 2402 45 0 0 20 0 20 0 77963567 19521036288 600468 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 600468 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=2401872 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 600468 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=2393608 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 600468 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 31.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2401872 KiB

[startup+51.1136 s]
/proc/loadavg: 4.41 4.26 4.21 5/327 98110
/proc/meminfo: memFree=107770036/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=3588460 CPUtime=57.23 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 37831 0 0 0 5637 86 0 0 20 0 20 0 77963565 19521036288 897115 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 897115 5530 1 0 1133251 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=3019804 CPUtime=49.37 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 12882 0 0 0 4870 67 0 0 20 0 20 0 77963567 19521036288 897115 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=12160 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 897115 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 897115 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=1673048 CPUtime=0 cores=0,2

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

[startup+3162.3 s]
/proc/loadavg: 4.64 4.39 4.27 5/327 98535
/proc/meminfo: memFree=109008052/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=4485004 CPUtime=3222.22 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 156516 0 0 0 321791 431 0 0 20 0 20 0 77963565 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 1121251 5530 1 0 1133470 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=4485004 CPUtime=3127.41 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 82376 0 0 0 312662 79 0 0 20 0 20 0 77963567 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=4485004 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 1402 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 3222.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4485004 KiB

[startup+3222.3 s]
/proc/loadavg: 4.64 4.42 4.29 6/328 98540
/proc/meminfo: memFree=109007888/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=4485004 CPUtime=3283.11 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 158638 0 0 0 327874 437 0 0 20 0 20 0 77963565 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 1121251 5530 1 0 1133470 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=0 CPUtime=3187.17 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 83320 0 0 0 318638 79 0 0 20 0 20 0 77963567 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=4485004 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 1403 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 3283.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4485004 KiB

[startup+3282.3 s]
/proc/loadavg: 4.89 4.54 4.34 5/328 98542
/proc/meminfo: memFree=109007912/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=4485004 CPUtime=3344.67 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 163847 0 0 0 334022 445 0 0 20 0 20 0 77963565 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 1121251 5530 1 0 1133470 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=13952 CPUtime=3246.9 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 85492 0 0 0 324610 80 0 0 20 0 20 0 77963567 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=13952 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=4485004 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 1409 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=4485004 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 3344.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4485004 KiB

[startup+3342.3 s]
/proc/loadavg: 4.76 4.57 4.36 5/328 98544
/proc/meminfo: memFree=109007936/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=4485004 CPUtime=3412.05 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 164422 0 0 0 340740 465 0 0 20 0 20 0 77963565 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 1121251 5530 1 0 1133470 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=4485004 CPUtime=3306.29 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 86037 0 0 0 330549 80 0 0 20 0 20 0 77963567 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=4485004 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=4485004 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 1410 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 1121251 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 3412.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4485004 KiB

[startup+3402.3 s]
/proc/loadavg: 4.59 4.55 4.37 5/328 98547
/proc/meminfo: memFree=108979092/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=4487144 CPUtime=3481.66 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 168483 0 0 0 347679 487 0 0 20 0 20 0 77963565 19521036288 1121786 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 1121786 5530 1 0 1133470 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=5632 CPUtime=3365.41 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 88037 0 0 0 336460 81 0 0 20 0 20 0 77963567 19521036288 1121786 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 1121786 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=4487144 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 1410 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 1121786 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 1121786 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 3481.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4487144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.82 4.62 4.40 5/327 98549
/proc/meminfo: memFree=108954516/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=4487272 CPUtime=3550.1 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 168566 0 0 0 354502 508 0 0 20 0 20 0 77963565 19521036288 1121818 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 1121818 5530 1 0 1133470 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=5632 CPUtime=3424.51 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 88056 0 0 0 342370 81 0 0 20 0 20 0 77963567 19521036288 1121818 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 1121818 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=4487272 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 1440 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 1121818 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=4487272 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 1121818 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 3550.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4487272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3507 s]*
/proc/loadavg: 4.76 4.64 4.42 7/327 98550
/proc/meminfo: memFree=108954516/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19063512 memory=4487272 CPUtime=3600.18 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 170397 0 0 0 359496 522 0 0 20 0 20 0 77963565 19521036288 1121818 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4765878 1121818 5530 1 0 1133470 0
[pid=98089/tid=98091] ppid=98086 vsize=19063512 memory=-6000919485625033830 CPUtime=3468.64 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 89515 0 0 0 346782 82 0 0 20 0 20 0 77963567 19521036288 1121818 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77963572 19521036288 1121818 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19063512 memory=4639480 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 1440 0 0 0 0 0 0 0 20 0 20 0 77963573 19521036288 1121818 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98108] ppid=98086 vsize=19063512 memory=7024 CPUtime=0 cores=0,2
/proc/98089/task/98108/stat : 98108 (Timer-0) S 98086 98089 96846 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77963618 19521036288 1121818 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4487272 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.24 s, system=5.26419 s

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

[startup+3507.13 s]
/proc/loadavg: 4.76 4.64 4.42 7/327 98550
/proc/meminfo: memFree=108954516/131382112 swapFree=33000116/33010684
[pid=98089] ppid=98086 vsize=19263204 memory=4487912 CPUtime=3600.41 cores=0,2
/proc/98089/stat : 98089 (java) S 98086 98089 96846 0 -1 4194304 171724 0 0 0 359518 523 0 0 20 0 21 0 77963565 19725520896 1121978 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
/proc/98089/statm: 4815801 1121978 5530 1 0 1134389 0
[pid=98089/tid=98091] ppid=98086 vsize=19263204 memory=4487272 CPUtime=3468.74 cores=0,2
/proc/98089/task/98091/stat : 98091 (java) R 98086 98089 96846 0 -1 4194368 89515 0 0 0 346792 82 0 0 20 0 21 0 77963567 19725520896 1121978 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98100] ppid=98086 vsize=19263204 memory=-6000919481246442598 CPUtime=0 cores=0,2
/proc/98089/task/98100/stat : 98100 (Finalizer) S 98086 98089 96846 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77963572 19725520896 1121978 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
[pid=98089/tid=98107] ppid=98086 vsize=19263204 memory=4487272 CPUtime=0 cores=0,2
/proc/98089/task/98107/stat : 98107 (Common-Cleaner) S 98086 98089 96846 0 -1 4194368 1440 0 0 0 0 0 0 0 20 0 21 0 77963573 19725520896 1121978 18446744073709551615 94092457848832 94092457852528 140721810867360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092457860344 94092457861136 94092469837824 140721810868604 140721810868708 140721810868708 140721810874312 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4487912 KiB

Child status: 143

Real time (s): 3507.19
CPU time (s): 3600.51
CPU user time (s): 3595.24
CPU system time (s): 5.26419
CPU usage (%): 102.661
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4487912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.24
system time used= 5.26419
maximum resident set size= 4487912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171964
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 177199
involuntary context switches= 18504


# summary of solver processes directly reported to runsolver:
#   pid: 98089
#   total CPU time (s): 3600.51
#   total CPU user time (s): 3595.24
#   total CPU system time (s): 5.26419

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5837 second user time and 35.7071 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 11:54:04
IDJOB=4525371
IDBENCH=143654
IDSOLVER=3381
FILE ID=nodeC007/4525371-1751622844
RUNJOBID= nodeC007-1751616394-96856
SLURM_JOB_ID= 9598923
Free space on /tmp= 431036 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218757--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525371-1751622844/watcher-4525371-1751622844 -o /tmp/evaluation-result-4525371-1751622844/solver-4525371-1751622844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751616394-96856 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525371-1751622844.wbo

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

MD5SUM BENCH= 726519dbe78f481529a45968391fd805
RANDOM SEED=1273882099

nodeC007 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		: 1197.250
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.68
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		: 3661.152
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.68
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.203
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.68
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.340
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.68
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		: 3657.264
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.68
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		: 3491.839
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.68
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.268
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.68
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.291
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        111335028 kB
MemAvailable:   115833384 kB
Buffers:              16 kB
Cached:          5166160 kB
SwapCached:         2972 kB
Active:         14300668 kB
Inactive:        4923436 kB
Active(anon):   14034136 kB
Inactive(anon):    35656 kB
Active(file):     266532 kB
Inactive(file):  4887780 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               784 kB
Writeback:             0 kB
AnonPages:      14058164 kB
Mapped:           117392 kB
Shmem:             11812 kB
KReclaimable:     367344 kB
Slab:             458960 kB
SReclaimable:     367344 kB
SUnreclaim:        91616 kB
KernelStack:        5056 kB
PageTables:        31396 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   14856996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13797376 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431036 MiB
End job on nodeC007 at 2025-07-04 12:52:32