Trace number 4460038

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 Cutting Planes 2024 2024-07-12SAT (TO)-3205 3600.1 3572.05

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern35-18.opb
MD5SUMf5c432639ff617f018d9bdeeea2281b7
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3891
Best CPU time to get the best result obtained on this benchmark69915.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
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 constraint-1
Maximum length of a constraint0
Number of terms in the objective function 5002
Biggest coefficient in the objective function 1560
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 270432
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1560
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 270432
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)4967
Sum of products size (including duplicates)15919
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Use constraints as they come during conflict analysis
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: EFFECTIVE
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Dynamic restart strategy considering the size of the coefficients
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4460038-1721943043.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.92/0.58	c ... done. Wall clock time 0.434s.
0.92/0.58	c declared #vars     35
0.92/0.58	c internal #vars     5002
0.92/0.58	c #constraints  9934
0.92/0.58	c constraints type 
0.92/0.58	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 4967
0.92/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4967
0.92/0.58	c 9934 constraints processed.
0.92/0.60	c objective function length is 5002 literals
1.11/0.65	c SATISFIABLE
1.11/0.65	c OPTIMIZING...
1.11/0.65	c Got one! Elapsed wall clock time (in seconds):0.501
1.11/0.65	o 0
1.49/0.85	c Got one! Elapsed wall clock time (in seconds):0.706
1.49/0.85	o -68
2.48/1.33	c Got one! Elapsed wall clock time (in seconds):1.182
2.48/1.33	o -136
3.46/1.81	c Got one! Elapsed wall clock time (in seconds):1.669
3.46/1.82	o -249
4.65/2.56	c Got one! Elapsed wall clock time (in seconds):2.414
4.65/2.56	o -324
5.71/3.47	c Got one! Elapsed wall clock time (in seconds):3.328
5.71/3.47	o -362
6.59/4.18	c Got one! Elapsed wall clock time (in seconds):4.033
6.59/4.18	o -501
9.90/7.02	c Got one! Elapsed wall clock time (in seconds):6.879
9.90/7.02	o -570
14.09/11.27	c Got one! Elapsed wall clock time (in seconds):11.125
14.09/11.27	o -583
16.65/13.28	c Got one! Elapsed wall clock time (in seconds):13.138
16.65/13.28	o -627
17.75/14.23	c Got one! Elapsed wall clock time (in seconds):14.086
17.75/14.23	o -640
19.28/15.76	c Got one! Elapsed wall clock time (in seconds):15.619
19.28/15.76	o -797
21.91/18.39	c Got one! Elapsed wall clock time (in seconds):18.244
21.91/18.39	o -979
67.20/63.32	c Got one! Elapsed wall clock time (in seconds):63.178
67.20/63.32	o -1106
81.13/77.13	c Got one! Elapsed wall clock time (in seconds):76.986
81.13/77.13	o -1945
127.68/123.11	c Got one! Elapsed wall clock time (in seconds):122.965
127.68/123.11	o -2919
150.54/145.87	c Got one! Elapsed wall clock time (in seconds):145.723
150.54/145.87	o -2927
180.48/175.68	c Got one! Elapsed wall clock time (in seconds):175.532
180.48/175.68	o -2938
621.76/616.73	c Got one! Elapsed wall clock time (in seconds):616.589
621.76/616.73	o -3026
999.61/994.24	c Got one! Elapsed wall clock time (in seconds):994.094
999.61/994.24	o -3063
1053.28/1047.81	c Got one! Elapsed wall clock time (in seconds):1047.662
1053.28/1047.81	o -3178
1117.15/1111.69	c Got one! Elapsed wall clock time (in seconds):1111.549
1117.15/1111.69	o -3191
1254.29/1248.58	c Got one! Elapsed wall clock time (in seconds):1248.436
1254.29/1248.58	o -3205
3600.01/3572.02	c starts		: 35
3600.01/3572.02	c conflicts		: 3510
3600.01/3572.02	c decisions		: 4591
3600.01/3572.02	c propagations		: 1326018
3600.01/3572.02	c inspects		: 159945478
3600.01/3572.02	c shortcuts		: 0
3600.01/3572.02	c learnt literals	: 0
3600.01/3572.02	c learnt binary clauses	: 0
3600.01/3572.02	c learnt ternary clauses	: 0
3600.01/3572.02	c learnt constraints	: 3509
3600.01/3572.02	c ignored constraints	: 0
3600.01/3572.02	c root simplifications	: 0
3600.01/3572.02	c removed literals (reason simplification)	: 0
3600.01/3572.03	c reason swapping (by a shorter reason)	: 0
3600.01/3572.03	c Calls to reduceDB	: 0
3600.01/3572.03	c Number of update (reduction) of LBD	: 2365
3600.01/3572.03	c Imported unit clauses	: 0
3600.01/3572.03	c No decision after first conflict	: false
3600.01/3572.03	c number of reductions to clauses (during analyze)	: 0
3600.01/3572.03	c number of learned constraints concerned by reduction	: 0
3600.01/3572.03	c number of learning phase by resolution	: 0
3600.01/3572.03	c number of learning phase by cutting planes	: 0
3600.01/3572.03	c number of rounding to 1 operations	: 0
3600.01/3572.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3572.03	c number of reductions of the coefficients by power 2 	: 0
3600.01/3572.03	c number of right shift for reduction by power 2 	: 0
3600.01/3572.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3572.03	c number of ending skipping 	: 0
3600.01/3572.03	c number of internal skipping 	: 0
3600.01/3572.03	c number of derivation steps 	: 657290
3600.01/3572.03	c number of skipped derivation steps 	: 0
3600.01/3572.03	c number of remaining unassigned 	: 83646
3600.01/3572.03	c number of remaining assigned 	: 15330477
3600.01/3572.03	c number of falsified literals weakened from reason	: 0
3600.01/3572.03	c number of falsified literals weakened from conflict	: 0
3600.01/3572.03	c time for arithmetic operations	: 6658794086
3600.01/3572.03	c minimum degree of deleted constraints	: null
3600.01/3572.03	c maximum degree of deleted constraints	: null
3600.01/3572.03	c number of deleted constraints	: 0
3600.01/3572.04	c speed (assignments/second)	: 371.28634692794117
3600.01/3572.04	c non guided choices	: 0
3600.01/3572.04	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3509
3600.01/3572.04	s SATISFIABLE
3600.01/3572.04	c Found 23 solution(s)
3600.01/3572.04	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 
3600.01/3572.04	c objective function=-3205
3600.01/3572.04	c Total wall clock time (in seconds): 3571.894

Verifier Data

OK	-3205

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: 63968 MiB (58554 MiB free)
  memory of node 1: 64473 MiB (56849 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460038-1721943043/watcher-4460038-1721943043 -o /tmp/evaluation-result-4460038-1721943043/solver-4460038-1721943043 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721939462-308133 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4460038-1721943043.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=310428, runsolver pid=310425

[startup+0.100112 s]*
/proc/loadavg: 4.32 4.26 4.14 5/333 310446
/proc/meminfo: memFree=118127076/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=18975048 memory=66548 CPUtime=0.14 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 7203 0 0 0 12 2 0 0 20 0 18 0 30827298 19430449152 16637 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4743762 16637 5502 1 0 549357 0
[pid=310428/tid=310430] ppid=310425 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 5759 0 0 0 7 2 0 0 20 0 18 0 30827298 19430449152 16637 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30827301 19430449152 16637 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=18975048 memory=14130048090825542 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 30827301 19430449152 16637 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66548 KiB

[startup+0.205864 s]*
/proc/loadavg: 4.32 4.26 4.14 7/333 310446
/proc/meminfo: memFree=118121084/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=18975048 memory=72856 CPUtime=0.34 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 7589 0 0 0 31 3 0 0 20 0 18 0 30827298 19430449152 18214 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4743762 18214 5685 1 0 549675 0
[pid=310428/tid=310430] ppid=310425 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 6032 0 0 0 17 2 0 0 20 0 18 0 30827298 19430449152 18214 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=18975048 memory=1631257 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30827301 19430449152 18214 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=18975048 memory=15816698926204594 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 30827301 19430449152 18214 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72856 KiB

[startup+0.305873 s]*
/proc/loadavg: 4.32 4.26 4.14 8/333 310448
/proc/meminfo: memFree=118103300/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=18975048 memory=90688 CPUtime=0.53 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 8549 0 0 0 49 4 0 0 20 0 18 0 30827298 19430449152 22672 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4743762 22672 5812 1 0 549980 0
[pid=310428/tid=310430] ppid=310425 vsize=18975048 memory=-8816753311385035452 CPUtime=0.27 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 6057 0 0 0 24 3 0 0 20 0 18 0 30827298 19430449152 22672 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30827301 19430449152 22672 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 30827301 19430449152 22672 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90688 KiB

[startup+0.700866 s]
/proc/loadavg: 4.32 4.26 4.14 7/333 310448
/proc/meminfo: memFree=118041468/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=184644 CPUtime=1.28 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 14678 0 0 0 121 7 0 0 20 0 20 0 30827298 19566772224 46161 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 46161 5855 1 0 554525 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=5592 CPUtime=0.63 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 6220 0 0 0 58 5 0 0 20 0 20 0 30827298 19566772224 46161 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 46161 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 46161 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184644 KiB

[startup+1.50288 s]
/proc/loadavg: 4.32 4.26 4.14 7/335 310450
/proc/meminfo: memFree=118007948/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=191556 CPUtime=2.88 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 22505 0 0 0 280 8 0 0 20 0 20 0 30827298 19566772224 47889 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 47889 5871 1 0 555381 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=12264 CPUtime=1.39 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 6639 0 0 0 134 5 0 0 20 0 20 0 30827298 19566772224 47889 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 47889 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 47889 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 47889 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191556 KiB

[startup+3.10686 s]
/proc/loadavg: 4.32 4.26 4.14 5/335 310450
/proc/meminfo: memFree=117992248/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=201808 CPUtime=5.4 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 24375 0 0 0 531 9 0 0 20 0 20 0 30827298 19566772224 50452 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 50452 5871 1 0 555731 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=0 CPUtime=2.93 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 7031 0 0 0 288 5 0 0 20 0 20 0 30827298 19566772224 50452 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 50452 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 50452 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 50452 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 5.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 201808 KiB

[startup+6.30086 s]
/proc/loadavg: 4.37 4.28 4.15 5/335 310450
/proc/meminfo: memFree=117840692/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=381756 CPUtime=9.19 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 24681 0 0 0 905 14 0 0 20 0 20 0 30827298 19566772224 95439 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 95439 5871 1 0 555736 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=0 CPUtime=6.08 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 7211 0 0 0 600 8 0 0 20 0 20 0 30827298 19566772224 95439 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 95439 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 95439 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=75776 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 95439 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 381756 KiB

[startup+12.7009 s]
/proc/loadavg: 4.34 4.27 4.15 5/335 310451
/proc/meminfo: memFree=117105960/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=1135256 CPUtime=15.93 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 30756 0 0 0 1563 30 0 0 20 0 20 0 30827298 19566772224 283814 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 283814 5871 1 0 555736 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=185436 CPUtime=12.42 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 8670 0 0 0 1218 24 0 0 20 0 20 0 30827298 19566772224 283814 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=1024964 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 283814 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=201808 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 283814 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 283814 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 15.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1135256 KiB

[startup+25.5003 s]
/proc/loadavg: 4.56 4.32 4.16 5/334 310453
/proc/meminfo: memFree=116789688/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=1340804 CPUtime=29.22 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 36603 0 0 0 2887 35 0 0 20 0 20 0 30827298 19566772224 335201 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 335201 5871 1 0 555752 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=1024964 CPUtime=25.1 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 9803 0 0 0 2482 28 0 0 20 0 20 0 30827298 19566772224 335201 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=1340784 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 335201 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 335201 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=6944652177228980320 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 335201 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 29.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1340804 KiB

[startup+51.1057 s]
/proc/loadavg: 4.44 4.31 4.17 5/334 310458
/proc/meminfo: memFree=116723252/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=1363516 CPUtime=55.02 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 44447 0 0 0 5465 37 0 0 20 0 20 0 30827298 19566772224 340879 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 340879 5871 1 0 555752 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=1340868 CPUtime=50.54 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 11894 0 0 0 5026 28 0 0 20 0 20 0 30827298 19566772224 340879 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=1340876 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 340879 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 340879 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0

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

/proc/meminfo: memFree=124171116/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=2184008 CPUtime=3180.89 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 274531 0 0 0 317902 187 0 0 20 0 20 0 30827298 19566772224 546002 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 546002 5883 1 0 556197 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=2184008 CPUtime=3146.02 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 92585 0 0 0 314561 41 0 0 20 0 20 0 30827298 19566772224 546002 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=2184008 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546002 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=2184008 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 3580 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546002 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=7824611291531876763 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 546002 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 3180.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2184008 KiB

[startup+3222.3 s]
/proc/loadavg: 1.09 1.10 1.23 2/256 312269
/proc/meminfo: memFree=124170540/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=2184084 CPUtime=3243.19 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 287520 0 0 0 324128 191 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 546021 5899 1 0 556197 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=2184008 CPUtime=3205.7 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 94518 0 0 0 320528 42 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=2184008 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=2184008 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 3619 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=2184008 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 3243.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2184084 KiB

[startup+3282.3 s]
/proc/loadavg: 1.08 1.09 1.22 2/256 312282
/proc/meminfo: memFree=124169448/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=2184084 CPUtime=3304.35 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 288753 0 0 0 330241 194 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 546021 5899 1 0 556197 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=-8816753311385035452 CPUtime=3265.44 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 95473 0 0 0 326502 42 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=2184084 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=76008 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 3658 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=104 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 3304.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2184084 KiB

[startup+3342.3 s]
/proc/loadavg: 1.14 1.10 1.21 2/252 312675
/proc/meminfo: memFree=124168436/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=2184084 CPUtime=3364.33 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 292504 0 0 0 336237 196 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 546021 5899 1 0 556197 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=2184084 CPUtime=3325.21 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 97842 0 0 0 332479 42 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=2184084 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=76008 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 3728 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=2184084 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 3364.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2184084 KiB

[startup+3402.3 s]
/proc/loadavg: 1.12 1.10 1.20 2/252 312686
/proc/meminfo: memFree=124167764/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=2184084 CPUtime=3426.68 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 300760 0 0 0 342470 198 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 546021 5899 1 0 556197 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=2184084 CPUtime=3384.89 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 99951 0 0 0 338447 42 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=2248 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 3767 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=2184084 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 3426.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2184084 KiB

[startup+3462.3 s]
/proc/loadavg: 1.16 1.11 1.19 2/252 312697
/proc/meminfo: memFree=124166976/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=2184084 CPUtime=3487.88 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 305672 0 0 0 348587 201 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 546021 5899 1 0 556197 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=2184084 CPUtime=3444.61 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 101887 0 0 0 344419 42 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=2184084 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=2184084 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 3836 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 3487.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2184084 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.10 1.18 2/254 312877
/proc/meminfo: memFree=124166224/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=2184084 CPUtime=3549.1 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 310518 0 0 0 354707 203 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 546021 5899 1 0 556197 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=2184084 CPUtime=3504.32 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 103620 0 0 0 350390 42 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 3905 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=2184084 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 3549.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2184084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572 s]*
/proc/loadavg: 1.11 1.10 1.18 2/254 312888
/proc/meminfo: memFree=124165628/131524600 swapFree=131057784/131071996
[pid=310428] ppid=310425 vsize=19108176 memory=2184084 CPUtime=3600.01 cores=4,6
/proc/310428/stat : 310428 (java) S 310425 310428 308122 0 -1 1077936128 315104 0 0 0 359795 206 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
/proc/310428/statm: 4777044 546021 5899 1 0 556197 0
[pid=310428/tid=310430] ppid=310425 vsize=19108176 memory=-8816753311385035452 CPUtime=3553.76 cores=4,6
/proc/310428/task/310430/stat : 310430 (java) R 310425 310428 308122 0 -1 4194368 105192 0 0 0 355333 43 0 0 20 0 20 0 30827298 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310439] ppid=310425 vsize=19108176 memory=25656 CPUtime=0 cores=4,6
/proc/310428/task/310439/stat : 310439 (Finalizer) S 310425 310428 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310446] ppid=310425 vsize=19108176 memory=32420 CPUtime=0 cores=4,6
/proc/310428/task/310446/stat : 310446 (Common-Cleaner) S 310425 310428 308122 0 -1 1077936192 3979 0 0 0 0 0 0 0 20 0 20 0 30827301 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
[pid=310428/tid=310450] ppid=310425 vsize=19108176 memory=5664 CPUtime=0 cores=4,6
/proc/310428/task/310450/stat : 310450 (Timer-0) S 310425 310428 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30827359 19566772224 546021 134679101440 94887627030528 94887627034224 140723110638800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94887627042040 94887627042832 94887646457856 140723110642676 140723110642784 140723110642784 140723110649800 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2184084 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.03 s, system=2.07165 s

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

Child status: 143

Real time (s): 3572.05
CPU time (s): 3600.1
CPU user time (s): 3598.03
CPU system time (s): 2.07165
CPU usage (%): 100.785
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2184084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.03
system time used= 2.07165
maximum resident set size= 2185004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316899
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114388
involuntary context switches= 6586


# summary of solver processes directly reported to runsolver:
#   pid: 310428
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.03
#   total CPU system time (s): 2.07165

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.88441 second user time and 16.6059 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-25 23:30:43
IDJOB=4460038
IDBENCH=160600
IDSOLVER=3052
FILE ID=nodeC024/4460038-1721943043
RUNJOBID= nodeC024-1721939462-308133
SLURM_JOB_ID= 8247245
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern35-18.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460038-1721943043/watcher-4460038-1721943043 -o /tmp/evaluation-result-4460038-1721943043/solver-4460038-1721943043 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721939462-308133 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4460038-1721943043.opb

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

MD5SUM BENCH= f5c432639ff617f018d9bdeeea2281b7
RANDOM SEED=533500584

nodeC024.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3627.987
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3681.479
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3670.511
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.170
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3618.959
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3681.464
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3652.811
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.181
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118173196 kB
MemAvailable:   121553632 kB
Buffers:          334976 kB
Cached:          3851500 kB
SwapCached:          228 kB
Active:          2625472 kB
Inactive:       10056956 kB
Active(anon):       4096 kB
Inactive(anon):  8545300 kB
Active(file):    2621376 kB
Inactive(file):  1511656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057784 kB
Dirty:              1976 kB
Writeback:             0 kB
AnonPages:       8495128 kB
Mapped:           124176 kB
Shmem:             53464 kB
KReclaimable:     174452 kB
Slab:             292260 kB
SReclaimable:     174452 kB
SUnreclaim:       117808 kB
KernelStack:        5088 kB
PageTables:        26896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10625548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8142848 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      408276 kB
DirectMap2M:    48648192 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC024 at 2024-07-26 00:30:15