Trace number 4522418

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.22 3594.68

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2010/normalized-bab3.opb
MD5SUM5650d49d55a36e62ab842bae231a0f3b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9098882
Best CPU time to get the best result obtained on this benchmark3600.71
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables393800
Total number of constraints23067
Number of constraints which are clauses17479
Number of constraints which are cardinality constraints (but not clauses)1092
Number of constraints which are nor clauses,nor cardinality constraints4496
Minimum length of a constraint1
Maximum length of a constraint101656
Number of terms in the objective function 122664
Biggest coefficient in the objective function 30378
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 500013378
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 4511353
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 500013378
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: ANY
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Armin Biere (Picosat) restarts strategy
0.10/0.17	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4522418-1751597603.opb
0.10/0.17	c reading problem ... 
0.10/0.17	c  objective function found
8.95/6.55	c ... done. Wall clock time 6.379s.
8.95/6.55	c declared #vars     393800
8.95/6.55	c #constraints  27624
8.95/6.55	c constraints type 
8.95/6.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2356
8.95/6.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 56
8.95/6.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6144
8.95/6.55	c org.sat4j.specs.Constr$1 => 108
8.95/6.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18768
8.95/6.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 192
8.95/6.55	c 27624 constraints processed.
8.95/6.56	c objective function length is 122664 literals
3600.08/3594.61	c starts		: 15
3600.08/3594.63	c conflicts		: 3442
3600.08/3594.63	c decisions		: 620373
3600.08/3594.63	c propagations		: 5019556
3600.08/3594.63	c inspects		: 122957264
3600.08/3594.63	c shortcuts		: 0
3600.08/3594.63	c learnt literals	: 0
3600.08/3594.63	c learnt binary clauses	: 2
3600.08/3594.63	c learnt ternary clauses	: 2
3600.08/3594.63	c learnt constraints	: 3441
3600.08/3594.63	c ignored constraints	: 0
3600.08/3594.63	c root simplifications	: 0
3600.08/3594.63	c removed literals (reason simplification)	: 0
3600.08/3594.63	c reason swapping (by a shorter reason)	: 0
3600.08/3594.63	c Calls to reduceDB	: 0
3600.08/3594.63	c Number of update (reduction) of LBD	: 0
3600.08/3594.63	c Imported unit clauses	: 0
3600.08/3594.63	c No decision after first conflict	: false
3600.08/3594.63	c number of reductions to clauses (during analyze)	: 0
3600.08/3594.63	c number of learned constraints concerned by reduction	: 0
3600.08/3594.63	c number of learning phase by resolution	: 0
3600.08/3594.63	c number of learning phase by cutting planes	: 0
3600.08/3594.63	c number of rounding to 1 operations	: 0
3600.08/3594.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3594.63	c number of reductions of the coefficients by power 2 	: 0
3600.08/3594.63	c number of right shift for reduction by power 2 	: 0
3600.08/3594.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3594.63	c number of ending skipping 	: 0
3600.08/3594.63	c number of internal skipping 	: 0
3600.08/3594.63	c number of derivation steps 	: 83319
3600.08/3594.63	c number of skipped derivation steps 	: 0
3600.08/3594.64	c number of remaining unassigned 	: 23920
3600.08/3594.64	c number of remaining assigned 	: 11633888
3600.08/3594.64	c number of falsified literals weakened from reason	: 0
3600.08/3594.64	c number of falsified literals weakened from conflict	: 0
3600.08/3594.64	c time for arithmetic operations	: 563670197
3600.08/3594.65	c minimum degree of deleted constraints	: null
3600.08/3594.65	c maximum degree of deleted constraints	: null
3600.08/3594.65	c number of deleted constraints	: 0
3600.08/3594.65	c speed (assignments/second)	: 1398.9769842355909
3600.08/3594.65	c non guided choices	: 0
3600.08/3594.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2
3600.08/3594.65	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 3213
3600.08/3594.65	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 224
3600.08/3594.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.08/3594.65	s UNKNOWN
3600.08/3594.65	c Total wall clock time (in seconds): 3594.483

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522418-1751597603/watcher-4522418-1751597603 -o /tmp/evaluation-result-4522418-1751597603/solver-4522418-1751597603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751597603-94969 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4522418-1751597603.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=95076, runsolver pid=95073

[startup+0.100061 s]*
/proc/loadavg: 2.54 3.72 3.96 10/334 95095
/proc/meminfo: memFree=116664416/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=18930384 memory=52056 CPUtime=0.1 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 6183 0 0 0 8 2 0 0 20 0 18 0 75438244 19384713216 13014 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4732596 13014 5340 1 0 547279 0
[pid=95076/tid=95078] ppid=95073 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 4956 0 0 0 5 1 0 0 20 0 18 0 75438245 19384713216 13014 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75438247 19384713216 13014 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=18930384 memory=59585004324181 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75438248 19384713216 13014 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52056 KiB

[startup+0.205703 s]*
/proc/loadavg: 2.54 3.72 3.96 13/336 95097
/proc/meminfo: memFree=116550440/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=18930384 memory=74212 CPUtime=0.29 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 7019 0 0 0 27 2 0 0 20 0 18 0 75438244 19384713216 18553 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4732596 18553 5436 1 0 547920 0
[pid=95076/tid=95078] ppid=95073 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 5331 0 0 0 14 2 0 0 20 0 18 0 75438245 19384713216 18553 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75438247 19384713216 18553 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75438248 19384713216 18553 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74212 KiB

[startup+0.30666 s]*
/proc/loadavg: 2.54 3.72 3.96 10/337 95098
/proc/meminfo: memFree=116493668/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=18930384 memory=108128 CPUtime=0.48 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 9025 0 0 0 45 3 0 0 20 0 18 0 75438244 19384713216 27032 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4732596 27032 5436 1 0 549249 0
[pid=95076/tid=95078] ppid=95073 vsize=18930384 memory=-6000919494148122470 CPUtime=0.26 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 5347 0 0 0 24 2 0 0 20 0 18 0 75438245 19384713216 27032 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75438247 19384713216 27032 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75438248 19384713216 27032 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 108128 KiB

[startup+0.700225 s]
/proc/loadavg: 2.54 3.72 3.96 9/338 95099
/proc/meminfo: memFree=116367628/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=18996948 memory=656528 CPUtime=1.22 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 10686 0 0 0 107 15 0 0 20 0 19 0 75438244 19452874752 164132 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4749237 164132 5468 1 0 1076250 0
[pid=95076/tid=95078] ppid=95073 vsize=18996948 memory=18944 CPUtime=0.58 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 5627 0 0 0 46 12 0 0 20 0 19 0 75438245 19452874752 164132 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75438247 19452874752 164132 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75438248 19452874752 164132 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 656528 KiB

[startup+1.50025 s]
/proc/loadavg: 2.54 3.72 3.96 8/340 95101
/proc/meminfo: memFree=114871836/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=18996948 memory=2230088 CPUtime=2.36 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 11590 0 0 0 191 45 0 0 20 0 19 0 75438244 19452874752 557522 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4749237 557522 5500 1 0 1076266 0
[pid=95076/tid=95078] ppid=95073 vsize=18996948 memory=3328 CPUtime=1.31 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) S 95073 95076 94956 0 -1 4194368 6393 0 0 0 90 41 0 0 20 0 19 0 75438245 19452874752 557522 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75438247 19452874752 557522 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75438248 19452874752 557522 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2230088 KiB

[startup+3.10587 s]
/proc/loadavg: 2.54 3.72 3.96 9/340 95101
/proc/meminfo: memFree=111469064/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=18996948 memory=4504316 CPUtime=4.05 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 13471 0 0 0 317 88 0 0 20 0 19 0 75438244 19452874752 1126079 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4749237 1126079 5500 1 0 1567210 0
[pid=95076/tid=95078] ppid=95073 vsize=18996948 memory=10752 CPUtime=2.85 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 7524 0 0 0 202 83 0 0 20 0 19 0 75438245 19452874752 1126079 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75438247 19452874752 1126079 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75438248 19452874752 1126079 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4504316 KiB

[startup+6.30023 s]
/proc/loadavg: 2.74 3.74 3.97 7/340 95101
/proc/meminfo: memFree=109545376/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=18996948 memory=4515428 CPUtime=8.68 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 17541 0 0 0 778 90 0 0 20 0 19 0 75438244 19452874752 1128857 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4749237 1128857 5500 1 0 1569835 0
[pid=95076/tid=95078] ppid=95073 vsize=18996948 memory=10752 CPUtime=5.79 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) S 95073 95076 94956 0 -1 4194368 7641 0 0 0 495 84 0 0 20 0 19 0 75438245 19452874752 1128857 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75438247 19452874752 1128857 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=18996948 memory=-6000919494148122470 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75438248 19452874752 1128857 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 8.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4515428 KiB

[startup+12.7002 s]
/proc/loadavg: 2.84 3.74 3.97 6/340 95102
/proc/meminfo: memFree=106664068/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=19063512 memory=5533260 CPUtime=18.59 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 21177 0 0 0 1746 113 0 0 20 0 20 0 75438244 19521036288 1383315 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4765878 1383315 5532 1 0 1765214 0
[pid=95076/tid=95078] ppid=95073 vsize=19063512 memory=4634072 CPUtime=11.86 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 8175 0 0 0 1087 99 0 0 20 0 20 0 75438245 19521036288 1383315 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=19063512 memory=5527244 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438247 19521036288 1383315 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=19063512 memory=14844 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75438248 19521036288 1383315 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95102] ppid=95073 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/95076/task/95102/stat : 95102 (Timer-0) S 95073 95076 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438906 19521036288 1383315 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 18.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5533260 KiB

[startup+25.5002 s]
/proc/loadavg: 3.10 3.76 3.97 6/340 95102
/proc/meminfo: memFree=104267348/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=19063512 memory=5530528 CPUtime=32.44 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 24356 0 0 0 3129 115 0 0 20 0 20 0 75438244 19521036288 1382632 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4765878 1382632 5532 1 0 1765914 0
[pid=95076/tid=95078] ppid=95073 vsize=19063512 memory=-6000919494148122470 CPUtime=24.58 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 9155 0 0 0 2359 99 0 0 20 0 20 0 75438245 19521036288 1382632 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=19063512 memory=2232136 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438247 19521036288 1382632 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=19063512 memory=5530400 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75438248 19521036288 1382632 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95102] ppid=95073 vsize=19063512 memory=4515428 CPUtime=0 cores=1,3
/proc/95076/task/95102/stat : 95102 (Timer-0) S 95073 95076 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438906 19521036288 1382632 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 32.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5530528 KiB

[startup+51.1056 s]
/proc/loadavg: 3.53 3.81 3.98 5/340 95102
/proc/meminfo: memFree=102468220/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=19063512 memory=5530528 CPUtime=58.07 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 28539 0 0 0 5692 115 0 0 20 0 20 0 75438244 19521036288 1382632 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4765878 1382632 5532 1 0 1765914 0
[pid=95076/tid=95078] ppid=95073 vsize=19063512 memory=5530528 CPUtime=50.04 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 10023 0 0 0 4905 99 0 0 20 0 20 0 75438245 19521036288 1382632 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=19063512 memory=5530528 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438247 19521036288 1382632 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=19063512 memory=5530528 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75438248 19521036288 1382632 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95102] ppid=95073 vsize=19063512 memory=5533260 CPUtime=0 cores=1,3
/proc/95076/task/95102/stat : 95102 (Timer-0) S 95073 95076 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438906 19521036288 1382632 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 58.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5530528 KiB


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

/proc/meminfo: memFree=96713464/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=19063512 memory=6159472 CPUtime=3227.42 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 164482 0 0 0 322507 235 0 0 20 0 20 0 75438244 19521036288 1539868 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4765878 1539868 5532 1 0 1765982 0
[pid=95076/tid=95078] ppid=95073 vsize=19063512 memory=14844 CPUtime=3208.84 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 91341 0 0 0 320764 120 0 0 20 0 20 0 75438245 19521036288 1539868 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=19063512 memory=6159472 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438247 19521036288 1539868 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=19063512 memory=6159472 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 4171 0 0 0 0 0 0 0 20 0 20 0 75438248 19521036288 1539868 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95102] ppid=95073 vsize=19063512 memory=14844 CPUtime=0 cores=1,3
/proc/95076/task/95102/stat : 95102 (Timer-0) S 95073 95076 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438906 19521036288 1539868 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 3227.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6159472 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.37 4.70 6/342 95485
/proc/meminfo: memFree=96590724/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=19063512 memory=6249584 CPUtime=3287.47 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 165942 0 0 0 328510 237 0 0 20 0 20 0 75438244 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4765878 1562396 5532 1 0 1765982 0
[pid=95076/tid=95078] ppid=95073 vsize=19063512 memory=14844 CPUtime=3268.53 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 92524 0 0 0 326733 120 0 0 20 0 20 0 75438245 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438247 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=19063512 memory=4756 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 4309 0 0 0 0 0 0 0 20 0 20 0 75438248 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95102] ppid=95073 vsize=19063512 memory=6249584 CPUtime=0 cores=1,3
/proc/95076/task/95102/stat : 95102 (Timer-0) S 95073 95076 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438906 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 3287.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6249584 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.33 4.66 6/342 95487
/proc/meminfo: memFree=96040532/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=19063512 memory=6249584 CPUtime=3347.49 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 168809 0 0 0 334510 239 0 0 20 0 20 0 75438244 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4765878 1562396 5532 1 0 1765982 0
[pid=95076/tid=95078] ppid=95073 vsize=19063512 memory=10752 CPUtime=3328.27 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 94273 0 0 0 332706 121 0 0 20 0 20 0 75438245 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=19063512 memory=14844 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438247 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=19063512 memory=6249584 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 4310 0 0 0 0 0 0 0 20 0 20 0 75438248 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95102] ppid=95073 vsize=19063512 memory=6249584 CPUtime=0 cores=1,3
/proc/95076/task/95102/stat : 95102 (Timer-0) S 95073 95076 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438906 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 3347.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6249584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.29 4.62 6/341 95489
/proc/meminfo: memFree=96048260/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=19063512 memory=6249584 CPUtime=3407.36 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 171354 0 0 0 340496 240 0 0 20 0 20 0 75438244 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4765878 1562396 5532 1 0 1765982 0
[pid=95076/tid=95078] ppid=95073 vsize=19063512 memory=6249584 CPUtime=3388.14 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 96654 0 0 0 338693 121 0 0 20 0 20 0 75438245 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438247 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 4429 0 0 0 0 0 0 0 20 0 20 0 75438248 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95102] ppid=95073 vsize=19063512 memory=6249584 CPUtime=0 cores=1,3
/proc/95076/task/95102/stat : 95102 (Timer-0) S 95073 95076 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438906 19521036288 1562396 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 3407.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6249584 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.25 4.59 6/341 95491
/proc/meminfo: memFree=95916836/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=19063512 memory=6374512 CPUtime=3467.63 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 173480 0 0 0 346519 244 0 0 20 0 20 0 75438244 19521036288 1593628 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4765878 1593628 5532 1 0 1765982 0
[pid=95076/tid=95078] ppid=95073 vsize=19063512 memory=6249584 CPUtime=3447.64 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 97746 0 0 0 344643 121 0 0 20 0 20 0 75438245 19521036288 1593628 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438247 19521036288 1593628 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=19063512 memory=6249584 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 4512 0 0 0 0 0 0 0 20 0 20 0 75438248 19521036288 1593628 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95102] ppid=95073 vsize=19063512 memory=6374512 CPUtime=0 cores=1,3
/proc/95076/task/95102/stat : 95102 (Timer-0) S 95073 95076 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438906 19521036288 1593628 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 3467.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6374512 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.23 4.56 6/341 95493
/proc/meminfo: memFree=95575976/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=19063512 memory=6614128 CPUtime=3527.9 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 177092 0 0 0 352541 249 0 0 20 0 20 0 75438244 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4765878 1653532 5532 1 0 1765982 0
[pid=95076/tid=95078] ppid=95073 vsize=19063512 memory=6374512 CPUtime=3507.11 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 100098 0 0 0 350590 121 0 0 20 0 20 0 75438245 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=19063512 memory=-6000919494148122470 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438247 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=19063512 memory=6374512 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 4514 0 0 0 0 0 0 0 20 0 20 0 75438248 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95102] ppid=95073 vsize=19063512 memory=6614128 CPUtime=0 cores=1,3
/proc/95076/task/95102/stat : 95102 (Timer-0) S 95073 95076 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438906 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 3527.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6614128 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.20 4.53 6/340 95496
/proc/meminfo: memFree=95575640/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=19063512 memory=6614128 CPUtime=3587.8 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 178048 0 0 0 358530 250 0 0 20 0 20 0 75438244 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4765878 1653532 5532 1 0 1765982 0
[pid=95076/tid=95078] ppid=95073 vsize=19063512 memory=-5155633680935826750 CPUtime=3567 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 100957 0 0 0 356578 122 0 0 20 0 20 0 75438245 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=19063512 memory=14844 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438247 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=19063512 memory=14844 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 4583 0 0 0 0 0 0 0 20 0 20 0 75438248 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95102] ppid=95073 vsize=19063512 memory=14844 CPUtime=0 cores=1,3
/proc/95076/task/95102/stat : 95102 (Timer-0) S 95073 95076 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438906 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 3587.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6614128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594.6 s]
/proc/loadavg: 4.08 4.19 4.52 6/340 95497
/proc/meminfo: memFree=95575488/131249996 swapFree=33010684/33010684
[pid=95076] ppid=95073 vsize=19063512 memory=6614128 CPUtime=3600.08 cores=1,3
/proc/95076/stat : 95076 (java) S 95073 95076 94956 0 -1 4194304 179552 0 0 0 359758 250 0 0 20 0 20 0 75438244 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
/proc/95076/statm: 4765878 1653532 5532 1 0 1765982 0
[pid=95076/tid=95078] ppid=95073 vsize=19063512 memory=0 CPUtime=3579.27 cores=1,3
/proc/95076/task/95078/stat : 95078 (java) R 95073 95076 94956 0 -1 4194368 102438 0 0 0 357805 122 0 0 20 0 20 0 75438245 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95088] ppid=95073 vsize=19063512 memory=-7373910494740772032 CPUtime=0 cores=1,3
/proc/95076/task/95088/stat : 95088 (Finalizer) S 95073 95076 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438247 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95095] ppid=95073 vsize=19063512 memory=-6000919494148122470 CPUtime=0 cores=1,3
/proc/95076/task/95095/stat : 95095 (Common-Cleaner) S 95073 95076 94956 0 -1 4194368 4583 0 0 0 0 0 0 0 20 0 20 0 75438248 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
[pid=95076/tid=95102] ppid=95073 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/95076/task/95102/stat : 95102 (Timer-0) S 95073 95076 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438906 19521036288 1653532 18446744073709551615 94636321812480 94636321816176 140725864854992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94636321823992 94636321824784 94636333563904 140725864864126 140725864864230 140725864864230 140725864869832 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6614128 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.68 s, system=2.53179 s

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

Child status: 143

Real time (s): 3594.68
CPU time (s): 3600.22
CPU user time (s): 3597.68
CPU system time (s): 2.53179
CPU usage (%): 100.154
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6614128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.68
system time used= 2.53179
maximum resident set size= 6615280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182556
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113836
involuntary context switches= 4958


# summary of solver processes directly reported to runsolver:
#   pid: 95076
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.68
#   total CPU system time (s): 2.53179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.29068 second user time and 17.4429 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-04 04:53:23
IDJOB=4522418
IDBENCH=178803
IDSOLVER=3361
FILE ID=nodeC024/4522418-1751597603
RUNJOBID= nodeC024-1751597603-94969
SLURM_JOB_ID= 9598867
Free space on /tmp= 432320 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-bab3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522418-1751597603/watcher-4522418-1751597603 -o /tmp/evaluation-result-4522418-1751597603/solver-4522418-1751597603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751597603-94969 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4522418-1751597603.opb

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

MD5SUM BENCH= 5650d49d55a36e62ab842bae231a0f3b
RANDOM SEED=1533086106

nodeC024 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.673
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.179
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.676
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.661
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.675
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.677
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.669
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.669
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116791836 kB
MemAvailable:   129624708 kB
Buffers:            2144 kB
Cached:         13599120 kB
SwapCached:            0 kB
Active:           765432 kB
Inactive:       13024728 kB
Active(anon):     204876 kB
Inactive(anon):     2084 kB
Active(file):     560556 kB
Inactive(file): 13022644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             42180 kB
Writeback:             0 kB
AnonPages:        190680 kB
Mapped:           123288 kB
Shmem:             18064 kB
KReclaimable:     177424 kB
Slab:             269144 kB
SReclaimable:     177424 kB
SUnreclaim:        91720 kB
KernelStack:        5104 kB
PageTables:         3868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6992136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151304 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432276 MiB
End job on nodeC024 at 2025-07-04 05:53:18