Trace number 4541572

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.21 3598.09

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-20array_ineq6.opb
MD5SUM3fc1fa6fafd20a9b1fe100c4dc12e1ea
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 benchmark72.4891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2520
Total number of constraints3361
Number of constraints which are clauses2460
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints881
Minimum length of a constraint1
Maximum length of a constraint80
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB25.v20250606
0.08/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.11	c java.vm.version	22.0.1+8-16
0.08/0.11	c java.vm.vendor	Oracle Corporation
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		22.0.1
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		2106806208
0.08/0.11	c Max memory 		16282288128
0.08/0.12	c Total memory 		2113929216
0.08/0.12	c Number of processors 	2
0.08/0.18	c Pseudo Boolean Optimization by upper bound
0.08/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.18	c  - never skip resolution steps
0.08/0.18	c  - Auto-division on coefficients is disabled
0.08/0.18	c  - No postprocessing
0.08/0.18	c  - Conflict is considered as is when resolving
0.08/0.18	c  - Use constraints as they come during conflict analysis
0.08/0.18	c  - Weaken first using unassigned literals
0.08/0.18	c  - Bump strategy: ALWAYS_ONE
0.08/0.18	c  - Bumper: ANY
0.08/0.18	c --- Begin Solver configuration ---
0.08/0.18	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.08/0.18	c Learn all clauses as in MiniSAT
0.08/0.18	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.18	c No reason simplification
0.08/0.18	c Armin Biere (Picosat) restarts strategy
0.08/0.18	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.18	c timeout=2147483s
0.08/0.18	c DB Simplification allowed=false
0.08/0.18	c Listener: none
0.08/0.18	c --- End Solver configuration ---
0.08/0.18	c solving HOME/instance-4541572-1753198973.opb
0.08/0.18	c reading problem ... 
0.08/0.18	c  no objective function found
0.27/0.27	c ... done. Wall clock time 0.091s.
0.27/0.27	c declared #vars     2520
0.27/0.28	c #constraints  4261
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1458
0.27/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1483
0.27/0.28	c org.sat4j.specs.Constr$1 => 631
0.27/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 458
0.27/0.28	c org.sat4j.pb.constraints.pb.UnitClausePB => 231
0.27/0.28	c 4261 constraints processed.
3600.06/3598.02	c starts		: 14
3600.06/3598.03	c conflicts		: 2528
3600.06/3598.03	c decisions		: 4854
3600.06/3598.03	c propagations		: 543107
3600.06/3598.03	c inspects		: 32717380
3600.06/3598.03	c shortcuts		: 0
3600.06/3598.03	c learnt literals	: 0
3600.06/3598.03	c learnt binary clauses	: 0
3600.06/3598.03	c learnt ternary clauses	: 0
3600.06/3598.03	c learnt constraints	: 2527
3600.06/3598.03	c ignored constraints	: 0
3600.06/3598.03	c root simplifications	: 0
3600.06/3598.03	c removed literals (reason simplification)	: 0
3600.06/3598.03	c reason swapping (by a shorter reason)	: 0
3600.06/3598.03	c Calls to reduceDB	: 0
3600.06/3598.03	c Number of update (reduction) of LBD	: 0
3600.06/3598.03	c Imported unit clauses	: 0
3600.06/3598.03	c No decision after first conflict	: false
3600.06/3598.03	c number of reductions to clauses (during analyze)	: 0
3600.06/3598.03	c number of learned constraints concerned by reduction	: 0
3600.06/3598.03	c number of learning phase by resolution	: 0
3600.06/3598.03	c number of learning phase by cutting planes	: 0
3600.06/3598.04	c number of rounding to 1 operations	: 0
3600.06/3598.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3598.04	c number of reductions of the coefficients by power 2 	: 0
3600.06/3598.04	c number of right shift for reduction by power 2 	: 0
3600.06/3598.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3598.04	c number of ending skipping 	: 0
3600.06/3598.04	c number of internal skipping 	: 0
3600.06/3598.04	c number of derivation steps 	: 195546
3600.06/3598.04	c number of skipped derivation steps 	: 0
3600.06/3598.04	c number of remaining unassigned 	: 29144
3600.06/3598.04	c number of remaining assigned 	: 1343262
3600.06/3598.04	c number of falsified literals weakened from reason	: 0
3600.06/3598.04	c number of falsified literals weakened from conflict	: 0
3600.06/3598.04	c time for arithmetic operations	: 3180513671481
3600.06/3598.06	c minimum degree of deleted constraints	: null
3600.06/3598.06	c maximum degree of deleted constraints	: null
3600.06/3598.06	c number of deleted constraints	: 0
3600.06/3598.06	c speed (assignments/second)	: 150.9563549693908
3600.06/3598.06	c non guided choices	: 22
3600.06/3598.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.06/3598.07	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 2526
3600.06/3598.07	s UNKNOWN
3600.06/3598.07	c Total wall clock time (in seconds): 3597.889

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541572-1753198973/watcher-4541572-1753198973 -o /tmp/evaluation-result-4541572-1753198973/solver-4541572-1753198973 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753198973-156822 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4541572-1753198973.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
solver pid=156887, runsolver pid=156882
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 0.06 0.08 0.09 10/331 156947
/proc/meminfo: memFree=121839120/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=18930384 memory=49628 CPUtime=0.08 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 6080 0 0 0 6 2 0 0 20 0 18 0 235519925 19384713216 12407 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4732596 12407 5349 1 0 547209 0
[pid=156887/tid=156897] ppid=156882 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 4940 0 0 0 4 1 0 0 20 0 18 0 235519929 19384713216 12407 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=18930384 memory=16124 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 235519931 19384713216 12407 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 235519931 19384713216 12407 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49628 KiB

[startup+0.205744 s]*
/proc/loadavg: 0.06 0.08 0.09 10/332 156948
/proc/meminfo: memFree=121786652/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=18930384 memory=60120 CPUtime=0.27 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 7069 0 0 0 24 3 0 0 20 0 18 0 235519925 19384713216 15030 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4732596 15030 5445 1 0 547947 0
[pid=156887/tid=156897] ppid=156882 vsize=18930384 memory=4026925340 CPUtime=0.16 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 5383 0 0 0 14 2 0 0 20 0 18 0 235519929 19384713216 15030 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=18930384 memory=16124 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 235519931 19384713216 15030 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 235519931 19384713216 15030 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60120 KiB

[startup+0.305685 s]*
/proc/loadavg: 0.06 0.08 0.09 11/333 156949
/proc/meminfo: memFree=121740980/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=18996948 memory=71608 CPUtime=0.47 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 7399 0 0 0 43 4 0 0 20 0 19 0 235519925 19452874752 17902 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4749237 17902 5445 1 0 548412 0
[pid=156887/tid=156897] ppid=156882 vsize=18996948 memory=-8887117631679406780 CPUtime=0.24 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 5439 0 0 0 22 2 0 0 20 0 19 0 235519929 19452874752 17902 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 235519931 19452874752 17902 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 235519931 19452874752 17902 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 235519953 19452874752 17902 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71608 KiB

[startup+0.70025 s]
/proc/loadavg: 0.06 0.08 0.09 9/335 156951
/proc/meminfo: memFree=121654476/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=18996948 memory=142592 CPUtime=1.22 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 12114 0 0 0 117 5 0 0 20 0 19 0 235519925 19452874752 35648 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4749237 35648 5445 1 0 551085 0
[pid=156887/tid=156897] ppid=156882 vsize=18996948 memory=27136 CPUtime=0.57 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 5498 0 0 0 54 3 0 0 20 0 19 0 235519929 19452874752 35648 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 235519931 19452874752 35648 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 235519931 19452874752 35648 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 235519953 19452874752 35648 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142592 KiB

[startup+1.50024 s]
/proc/loadavg: 0.06 0.08 0.09 9/339 156955
/proc/meminfo: memFree=121367072/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=189216 CPUtime=2.8 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 23537 0 0 0 272 8 0 0 20 0 20 0 235519925 19521036288 47304 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 47304 5509 1 0 555577 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=0 CPUtime=1.29 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) S 156882 156887 156803 0 -1 4194368 5753 0 0 0 126 3 0 0 20 0 20 0 235519929 19521036288 47304 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 47304 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 47304 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 47304 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 189216 KiB

[startup+3.10565 s]
/proc/loadavg: 0.62 0.19 0.12 7/339 156955
/proc/meminfo: memFree=120463360/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=598788 CPUtime=5.83 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 28273 0 0 0 567 16 0 0 20 0 20 0 235519925 19521036288 149697 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 149697 5509 1 0 864746 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=10752 CPUtime=2.81 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 7326 0 0 0 272 9 0 0 20 0 20 0 235519929 19521036288 149697 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=-9031232819755262652 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 150209 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 150209 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 150209 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 598788 KiB

[startup+6.30024 s]
/proc/loadavg: 0.62 0.19 0.12 7/339 156955
/proc/meminfo: memFree=117219912/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=2058124 CPUtime=9.71 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 36328 0 0 0 927 44 0 0 20 0 20 0 235519925 19521036288 514531 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 514531 5509 1 0 867538 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=0 CPUtime=6 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 8194 0 0 0 564 36 0 0 20 0 20 0 235519929 19521036288 514531 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 514531 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 514531 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=189344 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 514531 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 9.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2058124 KiB

[startup+12.7002 s]
/proc/loadavg: 1.14 0.32 0.17 5/339 156955
/proc/meminfo: memFree=116001904/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=2115288 CPUtime=16.78 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 37326 0 0 0 1632 46 0 0 20 0 20 0 235519925 19521036288 528822 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 528822 5509 1 0 867958 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=189344 CPUtime=12.28 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 8571 0 0 0 1192 36 0 0 20 0 20 0 235519929 19521036288 528822 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=2115288 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 528822 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 528822 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 528822 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 16.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2115288 KiB

[startup+25.5002 s]
/proc/loadavg: 1.58 0.44 0.21 5/339 156955
/proc/meminfo: memFree=114684072/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=2133796 CPUtime=29.65 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 43319 0 0 0 2918 47 0 0 20 0 20 0 235519925 19521036288 533449 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 533449 5509 1 0 867958 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=0 CPUtime=24.94 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 10012 0 0 0 2458 36 0 0 20 0 20 0 235519929 19521036288 533449 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=2115288 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 533449 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=33 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 533449 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=-9031232819755262652 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 533449 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 29.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2133796 KiB

[startup+51.1058 s]
/proc/loadavg: 2.59 0.78 0.33 5/339 157152
/proc/meminfo: memFree=112137168/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=2204384 CPUtime=55.75 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 56130 0 0 0 5524 51 0 0 20 0 20 0 235519925 19521036288 551096 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 551096 5509 1 0 867958 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=2204384 CPUtime=50.25 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 11165 0 0 0 4989 36 0 0 20 0 20 0 235519929 19521036288 551096 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0

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

/proc/meminfo: memFree=104119164/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=3360620 CPUtime=3224.29 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 102219 0 0 0 322287 142 0 0 20 0 20 0 235519925 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 840155 5509 1 0 867974 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=3360620 CPUtime=3208.22 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 38118 0 0 0 320783 39 0 0 20 0 20 0 235519929 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=3360620 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=3360620 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 1047 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 3224.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3360620 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.14 4.09 6/340 157316
/proc/meminfo: memFree=104117896/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=3360620 CPUtime=3284.17 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 103735 0 0 0 328274 143 0 0 20 0 20 0 235519925 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 840155 5509 1 0 867974 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=14848 CPUtime=3268.07 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 39003 0 0 0 326768 39 0 0 20 0 20 0 235519929 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=3360620 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 1073 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=2736 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 3284.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3360620 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.13 4.09 5/341 157319
/proc/meminfo: memFree=104118704/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=3360620 CPUtime=3344.03 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 103790 0 0 0 334260 143 0 0 20 0 20 0 235519925 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 840155 5509 1 0 867974 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=27136 CPUtime=3327.92 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 39043 0 0 0 332753 39 0 0 20 0 20 0 235519929 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=3360620 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 1073 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 3344.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3360620 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.16 4.10 5/341 157322
/proc/meminfo: memFree=102493052/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=3360620 CPUtime=3403.9 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 105211 0 0 0 340245 145 0 0 20 0 20 0 235519925 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 840155 5509 1 0 867974 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=27136 CPUtime=3387.76 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 39931 0 0 0 338736 40 0 0 20 0 20 0 235519929 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=3360620 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 1074 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=3360620 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 3403.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3360620 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.15 4.09 5/341 157324
/proc/meminfo: memFree=102500860/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=3360620 CPUtime=3463.8 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 105409 0 0 0 346235 145 0 0 20 0 20 0 235519925 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 840155 5509 1 0 867974 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=3360620 CPUtime=3447.65 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 39984 0 0 0 344725 40 0 0 20 0 20 0 235519929 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=3360620 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 1083 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 840155 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 3463.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3360620 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/340 157326
/proc/meminfo: memFree=102444316/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=3412768 CPUtime=3524.24 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 114794 0 0 0 352274 150 0 0 20 0 20 0 235519925 19521036288 853192 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 853192 5509 1 0 868059 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=3360620 CPUtime=3506.98 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 40168 0 0 0 350658 40 0 0 20 0 20 0 235519929 19521036288 853192 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=3360620 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 853192 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=3412768 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 1087 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 853192 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=3412768 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 853192 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 3524.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3412768 KiB

[startup+3582.3 s]
/proc/loadavg: 4.56 4.28 4.14 5/319 157936
/proc/meminfo: memFree=113211328/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=3415072 CPUtime=3584.37 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 115929 0 0 0 358285 152 0 0 20 0 20 0 235519925 19521036288 853768 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 853768 5509 1 0 868059 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=10752 CPUtime=3566.3 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 41099 0 0 0 356590 40 0 0 20 0 20 0 235519929 19521036288 853768 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=3412768 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 853768 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 1087 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 853768 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 853768 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 3584.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3415072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598 s]*
/proc/loadavg: 4.40 4.26 4.14 5/339 157986
/proc/meminfo: memFree=109728512/131250000 swapFree=33010416/33010684
[pid=156887] ppid=156882 vsize=19063512 memory=3415072 CPUtime=3600.06 cores=1,3
/proc/156887/stat : 156887 (java) S 156882 156887 156803 0 -1 4194304 116476 0 0 0 359853 153 0 0 20 0 20 0 235519925 19521036288 853768 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
/proc/156887/statm: 4765878 853768 5509 1 0 868059 0
[pid=156887/tid=156897] ppid=156882 vsize=19063512 memory=-8959737071864160956 CPUtime=3581.97 cores=1,3
/proc/156887/task/156897/stat : 156897 (java) R 156882 156887 156803 0 -1 4194368 41374 0 0 0 358157 40 0 0 20 0 20 0 235519929 19521036288 853768 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156916] ppid=156882 vsize=19063512 memory=3776840 CPUtime=0 cores=1,3
/proc/156887/task/156916/stat : 156916 (Finalizer) S 156882 156887 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 853768 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156927] ppid=156882 vsize=19063512 memory=6516 CPUtime=0 cores=1,3
/proc/156887/task/156927/stat : 156927 (Common-Cleaner) S 156882 156887 156803 0 -1 4194368 1087 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 853768 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
[pid=156887/tid=156949] ppid=156882 vsize=19063512 memory=2823932 CPUtime=0 cores=1,3
/proc/156887/task/156949/stat : 156949 (Timer-0) S 156882 156887 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519953 19521036288 853768 18446744073709551615 94285871292416 94285871296112 140720512997184 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94285871303928 94285871304720 94285885665280 140720513005948 140720513006052 140720513006052 140720513011656 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3415072 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.66 s, system=1.54998 s

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

Child status: 143

Real time (s): 3598.09
CPU time (s): 3600.21
CPU user time (s): 3598.66
CPU system time (s): 1.54998
CPU usage (%): 100.059
Max. virtual memory (cumulated for all children) (KiB): 19068540
Max. memory (cumulated for all children) (KiB): 3415072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.66
system time used= 1.54998
maximum resident set size= 3416096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118893
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143640
involuntary context switches= 8511


# summary of solver processes directly reported to runsolver:
#   pid: 156887
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.66
#   total CPU system time (s): 1.54998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.17809 second user time and 16.1791 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-22 17:42:54
IDJOB=4541572
IDBENCH=163188
IDSOLVER=3361
FILE ID=nodeC028/4541572-1753198973
RUNJOBID= nodeC028-1753198973-156822
SLURM_JOB_ID= 9687761
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-20array_ineq6.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541572-1753198973/watcher-4541572-1753198973 -o /tmp/evaluation-result-4541572-1753198973/solver-4541572-1753198973 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753198973-156822 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4541572-1753198973.opb

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

MD5SUM BENCH= 3fc1fa6fafd20a9b1fe100c4dc12e1ea
RANDOM SEED=1581860338

nodeC028 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.351
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	: 7000.16
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		: 3600.081
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	: 7000.16
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		: 3585.005
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.210
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	: 7000.16
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		: 3600.571
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	: 7000.16
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		: 3602.168
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	: 7000.16
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		: 3600.679
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.021
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121943160 kB
MemAvailable:   129689508 kB
Buffers:            2132 kB
Cached:          8514412 kB
SwapCached:            4 kB
Active:          1024800 kB
Inactive:        7557228 kB
Active(anon):      83432 kB
Inactive(anon):     8308 kB
Active(file):     941368 kB
Inactive(file):  7548920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2236 kB
Writeback:             0 kB
AnonPages:         68672 kB
Mapped:           108940 kB
Shmem:             26256 kB
KReclaimable:     190596 kB
Slab:             285712 kB
SReclaimable:     190596 kB
SUnreclaim:        95116 kB
KernelStack:        4144 kB
PageTables:         3036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     341404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432952 MiB
End job on nodeC028 at 2025-07-22 18:42:52