Trace number 4515244

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.24 3184.89

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab71-20-100.0.u.opb
MD5SUM5a0bcd4a9e5bc1c51804f47b1691eae0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark39.0848
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6689
Total number of constraints6377
Number of constraints which are clauses6255
Number of constraints which are cardinality constraints (but not clauses)121
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint6255
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1966006
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501966013
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-4515244-1751239311.opb
0.10/0.17	c reading problem ... 
0.10/0.17	c  no objective function found
0.48/0.37	c ... done. Wall clock time 0.197s.
0.48/0.37	c declared #vars     6689
0.48/0.37	c #constraints  6377
0.48/0.37	c constraints type 
0.48/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.48/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6255
0.48/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 121
0.48/0.37	c 6377 constraints processed.
3600.08/3184.82	c starts		: 6
3600.08/3184.82	c conflicts		: 673
3600.08/3184.82	c decisions		: 18904
3600.08/3184.82	c propagations		: 171251
3600.08/3184.82	c inspects		: 26494648
3600.08/3184.82	c shortcuts		: 0
3600.08/3184.82	c learnt literals	: 0
3600.08/3184.83	c learnt binary clauses	: 0
3600.08/3184.83	c learnt ternary clauses	: 0
3600.08/3184.83	c learnt constraints	: 672
3600.08/3184.83	c ignored constraints	: 0
3600.08/3184.83	c root simplifications	: 0
3600.08/3184.83	c removed literals (reason simplification)	: 0
3600.08/3184.83	c reason swapping (by a shorter reason)	: 0
3600.08/3184.83	c Calls to reduceDB	: 0
3600.08/3184.83	c Number of update (reduction) of LBD	: 0
3600.08/3184.83	c Imported unit clauses	: 0
3600.08/3184.83	c No decision after first conflict	: false
3600.08/3184.83	c number of reductions to clauses (during analyze)	: 0
3600.08/3184.83	c number of learned constraints concerned by reduction	: 0
3600.08/3184.83	c number of learning phase by resolution	: 0
3600.08/3184.84	c number of learning phase by cutting planes	: 0
3600.08/3184.84	c number of rounding to 1 operations	: 0
3600.08/3184.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3184.84	c number of reductions of the coefficients by power 2 	: 0
3600.08/3184.84	c number of right shift for reduction by power 2 	: 0
3600.08/3184.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3184.84	c number of ending skipping 	: 0
3600.08/3184.84	c number of internal skipping 	: 0
3600.08/3184.84	c number of derivation steps 	: 8951
3600.08/3184.84	c number of skipped derivation steps 	: 0
3600.08/3184.84	c number of remaining unassigned 	: 96114
3600.08/3184.84	c number of remaining assigned 	: 2544780
3600.08/3184.84	c number of falsified literals weakened from reason	: 0
3600.08/3184.84	c number of falsified literals weakened from conflict	: 0
3600.08/3184.84	c time for arithmetic operations	: 1244543448729
3600.08/3184.85	c minimum degree of deleted constraints	: null
3600.08/3184.85	c maximum degree of deleted constraints	: null
3600.08/3184.85	c number of deleted constraints	: 0
3600.08/3184.86	c speed (assignments/second)	: 53.77682230922764
3600.08/3184.86	c non guided choices	: 6102
3600.08/3184.86	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 672
3600.08/3184.86	s UNKNOWN
3600.08/3184.86	c Total wall clock time (in seconds): 3184.692

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

[startup+0.100059 s]*
/proc/loadavg: 0.82 1.28 2.12 6/316 38697
/proc/meminfo: memFree=129456968/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=18930384 memory=51960 CPUtime=0.1 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 6176 0 0 0 8 2 0 0 20 0 18 0 39609033 19384713216 12990 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4732596 12990 5330 1 0 547275 0
[pid=38628/tid=38634] ppid=38622 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 4964 0 0 0 5 1 0 0 20 0 18 0 39609036 19384713216 12990 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=18930384 memory=18949 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39609038 19384713216 12990 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39609039 19384713216 12990 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51960 KiB

[startup+0.205717 s]*
/proc/loadavg: 0.82 1.28 2.12 12/333 38714
/proc/meminfo: memFree=129416124/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=18930384 memory=62556 CPUtime=0.28 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 7156 0 0 0 26 2 0 0 20 0 18 0 39609033 19384713216 15639 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4732596 15639 5458 1 0 548064 0
[pid=38628/tid=38634] ppid=38622 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 5320 0 0 0 14 1 0 0 20 0 18 0 39609036 19384713216 15639 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=18930384 memory=18949 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39609038 19384713216 15639 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39609039 19384713216 15639 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62556 KiB

[startup+0.30563 s]*
/proc/loadavg: 0.82 1.28 2.12 10/334 38715
/proc/meminfo: memFree=129248064/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=18930384 memory=87976 CPUtime=0.48 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 9061 0 0 0 45 3 0 0 20 0 18 0 39609033 19384713216 21994 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4732596 21994 5458 1 0 549326 0
[pid=38628/tid=38634] ppid=38622 vsize=18930384 memory=-6000919498409141356 CPUtime=0.24 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 5379 0 0 0 22 2 0 0 20 0 18 0 39609036 19384713216 21994 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39609038 19384713216 21994 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39609039 19384713216 21994 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 87976 KiB

[startup+0.700216 s]
/proc/loadavg: 0.82 1.28 2.12 9/337 38718
/proc/meminfo: memFree=128927032/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=18996948 memory=119556 CPUtime=1.15 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 11307 0 0 0 111 4 0 0 20 0 19 0 39609033 19452874752 29889 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4749237 29889 5458 1 0 551075 0
[pid=38628/tid=38634] ppid=38622 vsize=18996948 memory=17664 CPUtime=0.59 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 5426 0 0 0 57 2 0 0 20 0 19 0 39609036 19452874752 29889 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39609038 19452874752 29889 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39609039 19452874752 29889 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=18996948 memory=4756 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39609072 19452874752 29889 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119556 KiB

[startup+1.50025 s]
/proc/loadavg: 0.82 1.28 2.12 9/338 38719
/proc/meminfo: memFree=127995000/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=18996948 memory=136696 CPUtime=2.3 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 14218 0 0 0 225 5 0 0 20 0 19 0 39609033 19452874752 34174 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4749237 34174 5458 1 0 551710 0
[pid=38628/tid=38634] ppid=38622 vsize=18996948 memory=0 CPUtime=1.39 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 5718 0 0 0 137 2 0 0 20 0 19 0 39609036 19452874752 34174 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39609038 19452874752 34174 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39609039 19452874752 34174 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=18996948 memory=4756 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39609072 19452874752 34174 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136696 KiB

[startup+3.10548 s]
/proc/loadavg: 0.82 1.28 2.12 7/340 38721
/proc/meminfo: memFree=127457888/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=176548 CPUtime=4.21 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 17291 0 0 0 414 7 0 0 20 0 20 0 39609033 19521036288 44137 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 44137 5490 1 0 552039 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=10752 CPUtime=2.97 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 6005 0 0 0 294 3 0 0 20 0 20 0 39609036 19521036288 44137 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=-6000919498526581868 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 44137 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 44137 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 44137 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 4.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176548 KiB

[startup+6.30022 s]
/proc/loadavg: 1.23 1.36 2.14 7/341 38722
/proc/meminfo: memFree=126390264/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=176936 CPUtime=8.12 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 22349 0 0 0 804 8 0 0 20 0 20 0 39609033 19521036288 44234 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 44234 5490 1 0 552040 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=0 CPUtime=6.15 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 6396 0 0 0 612 3 0 0 20 0 20 0 39609036 19521036288 44234 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 44234 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 44234 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=138744 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 44234 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 8.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176936 KiB

[startup+12.7002 s]
/proc/loadavg: 1.45 1.40 2.15 5/341 38722
/proc/meminfo: memFree=124264260/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=213352 CPUtime=15.74 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 28576 0 0 0 1564 10 0 0 20 0 20 0 39609033 19521036288 53338 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 53338 5490 1 0 553185 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=138744 CPUtime=12.45 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 7291 0 0 0 1241 4 0 0 20 0 20 0 39609036 19521036288 53338 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 53338 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 53338 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=140125120229134 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 53338 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 15.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 213352 KiB

[startup+25.5003 s]
/proc/loadavg: 2.24 1.58 2.20 5/341 38788
/proc/meminfo: memFree=122053000/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=369440 CPUtime=29.29 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 30019 0 0 0 2915 14 0 0 20 0 20 0 39609033 19521036288 92360 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 92360 5490 1 0 553185 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=369440 CPUtime=25.07 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 7662 0 0 0 2501 6 0 0 20 0 20 0 39609036 19521036288 92360 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=-6000919498526581868 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 92360 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=234060 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 92360 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 92360 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 29.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 369440 KiB

[startup+51.1056 s]
/proc/loadavg: 2.84 1.78 2.25 5/341 38789
/proc/meminfo: memFree=118301812/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=2399524 CPUtime=57.13 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 44450 0 0 0 5658 55 0 0 20 0 20 0 39609033 19521036288 599881 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 599881 5490 1 0 746712 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=1562220 CPUtime=50.07 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 10045 0 0 0 4971 36 0 0 20 0 20 0 39609036 19521036288 599881 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=2399524 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 599881 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0

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

/proc/meminfo: memFree=102163184/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=8218720 CPUtime=3144.93 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 233349 0 0 0 313908 585 0 0 20 0 20 0 39609033 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 2054680 5522 1 0 2069326 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=8218720 CPUtime=2750.67 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 78876 0 0 0 274922 145 0 0 20 0 20 0 39609036 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=8218720 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 1411 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=8218720 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 3144.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8218720 KiB

[startup+2862.3 s]
/proc/loadavg: 5.01 4.82 4.47 5/344 38953
/proc/meminfo: memFree=101568340/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=8218720 CPUtime=3214.05 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 239752 0 0 0 320809 596 0 0 20 0 20 0 39609033 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 2054680 5522 1 0 2069326 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=8218720 CPUtime=2809.83 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 81170 0 0 0 280838 145 0 0 20 0 20 0 39609036 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=8218720 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=8218720 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 1428 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 3214.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8218720 KiB

[startup+2922.3 s]
/proc/loadavg: 4.66 4.73 4.46 5/345 38957
/proc/meminfo: memFree=100956608/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=8218720 CPUtime=3285.27 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 244783 0 0 0 327916 611 0 0 20 0 20 0 39609033 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 2054680 5522 1 0 2069326 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=8218720 CPUtime=2868.43 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 82479 0 0 0 286697 146 0 0 20 0 20 0 39609036 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=8218720 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 1445 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=8218720 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 3285.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8218720 KiB

[startup+2982.3 s]
/proc/loadavg: 4.40 4.64 4.45 5/345 38959
/proc/meminfo: memFree=100956832/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=8218720 CPUtime=3356.11 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 250843 0 0 0 334986 625 0 0 20 0 20 0 39609033 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 2054680 5522 1 0 2069326 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=8218720 CPUtime=2927.87 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 85074 0 0 0 292641 146 0 0 20 0 20 0 39609036 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=8218720 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 1445 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=4500112648004333209 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 3356.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8218720 KiB

[startup+3042.3 s]
/proc/loadavg: 4.59 4.65 4.46 5/345 38962
/proc/meminfo: memFree=100817592/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=8218720 CPUtime=3429.07 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 255918 0 0 0 342265 642 0 0 20 0 20 0 39609033 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 2054680 5522 1 0 2069326 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=8218720 CPUtime=2986.43 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 87425 0 0 0 298496 147 0 0 20 0 20 0 39609036 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=8218720 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=-6000919498526581868 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 1462 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 3429.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8218720 KiB

[startup+3102.3 s]
/proc/loadavg: 4.57 4.62 4.46 5/345 38964
/proc/meminfo: memFree=100817580/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=8218720 CPUtime=3500 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 259587 0 0 0 349343 657 0 0 20 0 20 0 39609033 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 2054680 5522 1 0 2069326 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=8218720 CPUtime=3045.92 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 89124 0 0 0 304445 147 0 0 20 0 20 0 39609036 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=7510952627884039700 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 1479 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=8218720 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 3500 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8218720 KiB

[startup+3162.3 s]
/proc/loadavg: 4.90 4.68 4.49 5/345 38967
/proc/meminfo: memFree=100652728/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=8218720 CPUtime=3573.07 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 265638 0 0 0 356633 674 0 0 20 0 20 0 39609033 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 2054680 5522 1 0 2069326 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=8218720 CPUtime=3104.51 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 91347 0 0 0 310304 147 0 0 20 0 20 0 39609036 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=8218720 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=8218720 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 1492 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 3573.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8218720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3184.8 s]
/proc/loadavg: 4.77 4.67 4.49 6/346 38969
/proc/meminfo: memFree=100652784/131249996 swapFree=33010684/33010684
[pid=38628] ppid=38622 vsize=19063512 memory=8218720 CPUtime=3600.08 cores=4,6
/proc/38628/stat : 38628 (java) S 38622 38628 38577 0 -1 4194304 268398 0 0 0 359328 680 0 0 20 0 20 0 39609033 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
/proc/38628/statm: 4765878 2054680 5522 1 0 2069326 0
[pid=38628/tid=38634] ppid=38622 vsize=19063512 memory=2764 CPUtime=3126.92 cores=4,6
/proc/38628/task/38634/stat : 38634 (java) R 38622 38628 38577 0 -1 4194368 92375 0 0 0 312545 147 0 0 20 0 20 0 39609036 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38658] ppid=38622 vsize=19063512 memory=21952 CPUtime=0 cores=4,6
/proc/38628/task/38658/stat : 38658 (Finalizer) S 38622 38628 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39609038 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38670] ppid=38622 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/38628/task/38670/stat : 38670 (Common-Cleaner) S 38622 38628 38577 0 -1 4194368 1509 0 0 0 0 0 0 0 20 0 20 0 39609039 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
[pid=38628/tid=38717] ppid=38622 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/38628/task/38717/stat : 38717 (Timer-0) S 38622 38628 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39609072 19521036288 2054680 18446744073709551615 94152470237184 94152470240880 140724315211584 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94152470248696 94152470249488 94152473702400 140724315216254 140724315216358 140724315216358 140724315221960 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8218720 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.41 s, system=6.83065 s

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

Child status: 143

Real time (s): 3184.89
CPU time (s): 3600.24
CPU user time (s): 3593.41
CPU system time (s): 6.83065
CPU usage (%): 113.041
Max. virtual memory (cumulated for all children) (KiB): 19066328
Max. memory (cumulated for all children) (KiB): 8218720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.41
system time used= 6.83065
maximum resident set size= 8219616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269902
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 196192
involuntary context switches= 37295


# summary of solver processes directly reported to runsolver:
#   pid: 38628
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3593.41
#   total CPU system time (s): 6.83065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.72465 second user time and 14.2192 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-30 01:21:51
IDJOB=4515244
IDBENCH=164254
IDSOLVER=3361
FILE ID=nodeC024/4515244-1751239311
RUNJOBID= nodeC024-1751239311-38588
SLURM_JOB_ID= 9587719
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab71-20-100.0.u.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515244-1751239311/watcher-4515244-1751239311 -o /tmp/evaluation-result-4515244-1751239311/solver-4515244-1751239311 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751239311-38588 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4515244-1751239311.opb

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

MD5SUM BENCH= 5a0bcd4a9e5bc1c51804f47b1691eae0
RANDOM SEED=1355666533

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		: 3600.076
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.589
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.739
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.731
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		: 3598.480
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.713
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.751
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.605
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:        129526060 kB
MemAvailable:   129741864 kB
Buffers:            3280 kB
Cached:          1023008 kB
SwapCached:            0 kB
Active:           326872 kB
Inactive:         768304 kB
Active(anon):      86952 kB
Inactive(anon):        0 kB
Active(file):     239920 kB
Inactive(file):   768304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4560 kB
Writeback:             0 kB
AnonPages:         72272 kB
Mapped:           102600 kB
Shmem:             18064 kB
KReclaimable:      93240 kB
Slab:             179396 kB
SReclaimable:      93240 kB
SUnreclaim:        86156 kB
KernelStack:        4128 kB
PageTables:         2760 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     338784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 433044 MiB
End job on nodeC024 at 2025-06-30 02:14:56