Trace number 4541650

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.19 3551.29

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-29array_ineq6.opb
MD5SUMe0dec10818bb8f0f47ba8429a0e85943
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 benchmark2.84362
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5220
Total number of constraints6961
Number of constraints which are clauses5133
Number of constraints which are cardinality constraints (but not clauses)29
Number of constraints which are nor clauses,nor cardinality constraints1799
Minimum length of a constraint1
Maximum length of a constraint116
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 144115188075855872
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 576460752303423487
Number of bits of the biggest sum of numbers59
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB25.v20250606
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.12	c Number of processors 	2
0.09/0.19	c Pseudo Boolean Optimization by upper bound
0.09/0.19	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.19	c  - never skip resolution steps
0.09/0.19	c  - Auto-division on coefficients is disabled
0.09/0.19	c  - No postprocessing
0.09/0.19	c  - Conflict is considered as is when resolving
0.09/0.19	c  - Use constraints as they come during conflict analysis
0.09/0.19	c  - Weaken first using unassigned literals
0.09/0.19	c  - Bump strategy: ALWAYS_ONE
0.09/0.19	c  - Bumper: ANY
0.09/0.19	c --- Begin Solver configuration ---
0.09/0.19	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.09/0.19	c Learn all clauses as in MiniSAT
0.09/0.19	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.19	c No reason simplification
0.09/0.19	c Armin Biere (Picosat) restarts strategy
0.09/0.19	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.19	c timeout=2147483s
0.09/0.19	c DB Simplification allowed=false
0.09/0.19	c Listener: none
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c solving HOME/instance-4541650-1753198973.opb
0.09/0.19	c reading problem ... 
0.09/0.19	c  no objective function found
0.45/0.31	c ... done. Wall clock time 0.12s.
0.45/0.31	c declared #vars     5220
0.45/0.31	c #constraints  8788
0.45/0.31	c constraints type 
0.45/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2866
0.45/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3166
0.45/0.32	c org.sat4j.specs.Constr$1 => 1323
0.45/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 952
0.45/0.32	c org.sat4j.pb.constraints.pb.UnitClausePB => 481
0.45/0.32	c 8788 constraints processed.
3600.02/3551.23	c starts		: 15
3600.02/3551.24	c conflicts		: 2831
3600.02/3551.24	c decisions		: 5398
3600.02/3551.24	c propagations		: 1032875
3600.02/3551.24	c inspects		: 45090817
3600.02/3551.24	c shortcuts		: 0
3600.02/3551.24	c learnt literals	: 0
3600.02/3551.24	c learnt binary clauses	: 0
3600.02/3551.24	c learnt ternary clauses	: 0
3600.02/3551.24	c learnt constraints	: 2830
3600.02/3551.24	c ignored constraints	: 0
3600.02/3551.24	c root simplifications	: 0
3600.02/3551.24	c removed literals (reason simplification)	: 0
3600.02/3551.24	c reason swapping (by a shorter reason)	: 0
3600.02/3551.24	c Calls to reduceDB	: 0
3600.02/3551.24	c Number of update (reduction) of LBD	: 0
3600.02/3551.24	c Imported unit clauses	: 0
3600.02/3551.24	c No decision after first conflict	: false
3600.02/3551.24	c number of reductions to clauses (during analyze)	: 0
3600.02/3551.24	c number of learned constraints concerned by reduction	: 0
3600.02/3551.24	c number of learning phase by resolution	: 0
3600.02/3551.24	c number of learning phase by cutting planes	: 0
3600.02/3551.25	c number of rounding to 1 operations	: 0
3600.02/3551.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3551.25	c number of reductions of the coefficients by power 2 	: 0
3600.02/3551.25	c number of right shift for reduction by power 2 	: 0
3600.02/3551.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3551.25	c number of ending skipping 	: 0
3600.02/3551.25	c number of internal skipping 	: 0
3600.02/3551.25	c number of derivation steps 	: 394864
3600.02/3551.25	c number of skipped derivation steps 	: 0
3600.02/3551.25	c number of remaining unassigned 	: 27867
3600.02/3551.25	c number of remaining assigned 	: 3142235
3600.02/3551.25	c number of falsified literals weakened from reason	: 0
3600.02/3551.25	c number of falsified literals weakened from conflict	: 0
3600.02/3551.25	c time for arithmetic operations	: 2032645494283
3600.02/3551.25	c minimum degree of deleted constraints	: null
3600.02/3551.25	c maximum degree of deleted constraints	: null
3600.02/3551.25	c number of deleted constraints	: 0
3600.02/3551.25	c speed (assignments/second)	: 290.87466712926874
3600.02/3551.25	c non guided choices	: 31
3600.02/3551.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.02/3551.26	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 2829
3600.02/3551.27	s UNKNOWN
3600.02/3551.27	c Total wall clock time (in seconds): 3551.078

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 (63661 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=156891, runsolver pid=156883

[startup+0.10006 s]*
/proc/loadavg: 0.06 0.08 0.09 9/331 156947
/proc/meminfo: memFree=121833008/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=18930384 memory=51844 CPUtime=0.09 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 6102 0 0 0 7 2 0 0 20 0 18 0 235519926 19384713216 12961 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4732596 12961 5366 1 0 547212 0
[pid=156891/tid=156903] ppid=156883 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 4945 0 0 0 4 1 0 0 20 0 18 0 235519929 19384713216 12961 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=18930384 memory=16124 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 235519931 19384713216 12961 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 235519932 19384713216 12961 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51844 KiB

[startup+0.205671 s]*
/proc/loadavg: 0.06 0.08 0.09 11/332 156948
/proc/meminfo: memFree=121782052/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=18930384 memory=62068 CPUtime=0.26 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 7083 0 0 0 24 2 0 0 20 0 18 0 235519926 19384713216 15517 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4732596 15517 5430 1 0 547962 0
[pid=156891/tid=156903] ppid=156883 vsize=18930384 memory=4026925340 CPUtime=0.14 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 5376 0 0 0 13 1 0 0 20 0 18 0 235519929 19384713216 15517 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=18930384 memory=16124 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 235519931 19384713216 15517 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 235519932 19384713216 15517 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62068 KiB

[startup+0.305595 s]*
/proc/loadavg: 0.06 0.08 0.09 11/333 156949
/proc/meminfo: memFree=121728440/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=18930384 memory=84844 CPUtime=0.45 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 8580 0 0 0 42 3 0 0 20 0 18 0 235519926 19384713216 21211 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4732596 21211 5430 1 0 548970 0
[pid=156891/tid=156903] ppid=156883 vsize=18930384 memory=-8887117631679406780 CPUtime=0.22 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 5400 0 0 0 20 2 0 0 20 0 18 0 235519929 19384713216 21211 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 235519931 19384713216 21211 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 235519932 19384713216 21211 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 84844 KiB

[startup+0.700235 s]
/proc/loadavg: 0.06 0.08 0.09 9/335 156951
/proc/meminfo: memFree=121654476/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=18996948 memory=136736 CPUtime=1.21 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 12039 0 0 0 116 5 0 0 20 0 19 0 235519926 19452874752 34184 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4749237 34184 5430 1 0 551168 0
[pid=156891/tid=156903] ppid=156883 vsize=18996948 memory=27136 CPUtime=0.54 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 5472 0 0 0 51 3 0 0 20 0 19 0 235519929 19452874752 34184 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 235519931 19452874752 34184 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 235519932 19452874752 34184 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 235519959 19452874752 34184 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136736 KiB

[startup+1.50026 s]
/proc/loadavg: 0.06 0.08 0.09 9/339 156955
/proc/meminfo: memFree=121367072/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=19063512 memory=191536 CPUtime=2.81 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 21600 0 0 0 273 8 0 0 20 0 20 0 235519926 19521036288 47884 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 47884 5462 1 0 554667 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=0 CPUtime=1.3 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 5819 0 0 0 126 4 0 0 20 0 20 0 235519929 19521036288 47884 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 47884 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 47884 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 47884 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191536 KiB

[startup+3.10551 s]
/proc/loadavg: 0.62 0.19 0.12 6/339 156955
/proc/meminfo: memFree=120442880/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=19063512 memory=468944 CPUtime=5.56 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 24282 0 0 0 543 13 0 0 20 0 20 0 235519926 19521036288 117236 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 117236 5462 1 0 554705 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=10752 CPUtime=2.82 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 7143 0 0 0 273 9 0 0 20 0 20 0 235519929 19521036288 117236 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=-8959175225717334716 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 117236 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 117236 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 117236 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 468944 KiB

[startup+6.30024 s]
/proc/loadavg: 0.62 0.19 0.12 7/339 156955
/proc/meminfo: memFree=117197416/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=19063512 memory=1041080 CPUtime=10.06 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 32548 0 0 0 978 28 0 0 20 0 20 0 235519926 19521036288 260270 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 260270 5462 1 0 674962 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=0 CPUtime=5.89 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 7853 0 0 0 569 20 0 0 20 0 20 0 235519929 19521036288 260270 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 260270 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 260270 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=191536 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 260270 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 10.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1041080 KiB

[startup+12.7002 s]
/proc/loadavg: 1.14 0.32 0.17 5/339 156955
/proc/meminfo: memFree=115997808/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=19063512 memory=1672048 CPUtime=16.6 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 35297 0 0 0 1620 40 0 0 20 0 20 0 235519926 19521036288 418012 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 418012 5462 1 0 674966 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=191536 CPUtime=12.17 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 8902 0 0 0 1186 31 0 0 20 0 20 0 235519929 19521036288 418012 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=1655628 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 418012 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 418012 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 418012 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 16.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1672048 KiB

[startup+25.5003 s]
/proc/loadavg: 1.58 0.44 0.21 5/339 156955
/proc/meminfo: memFree=114679976/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=19063512 memory=2209876 CPUtime=29.48 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 39041 0 0 0 2894 54 0 0 20 0 20 0 235519926 19521036288 552469 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 552469 5462 1 0 804481 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=0 CPUtime=24.67 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 10420 0 0 0 2424 43 0 0 20 0 20 0 235519929 19521036288 552469 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=-8959175225717334716 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 552469 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=1696632 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 552469 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=3027 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 552469 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 29.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2209876 KiB

[startup+51.1057 s]
/proc/loadavg: 2.59 0.78 0.33 5/339 157152
/proc/meminfo: memFree=112137168/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=19063512 memory=2279768 CPUtime=55.43 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 44790 0 0 0 5480 63 0 0 20 0 20 0 235519926 19521036288 569942 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 569942 5462 1 0 804481 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=2279768 CPUtime=49.75 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 12257 0 0 0 4926 49 0 0 20 0 20 0 235519929 19521036288 569942 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=-8959175225717334716 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 569942 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=2251036 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=104089088/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3209.7 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 186037 0 0 0 320401 569 0 0 20 0 20 0 235519926 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 1140251 5494 1 0 1153569 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3119.22 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 62152 0 0 0 311581 341 0 0 20 0 20 0 235519929 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 1902 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 3209.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4561004 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.17 4.09 5/340 157314
/proc/meminfo: memFree=104119164/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3269.89 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 188521 0 0 0 326417 572 0 0 20 0 20 0 235519926 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 1140251 5494 1 0 1153569 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3179.06 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 63434 0 0 0 317565 341 0 0 20 0 20 0 235519929 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 1904 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 3269.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4561004 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.14 4.09 7/340 157316
/proc/meminfo: memFree=104117896/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3330.09 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 189773 0 0 0 332434 575 0 0 20 0 20 0 235519926 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 1140251 5494 1 0 1153569 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3238.92 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 64275 0 0 0 323550 342 0 0 20 0 20 0 235519929 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 1905 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 3330.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4561004 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=156891] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3390.3 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 191589 0 0 0 338452 578 0 0 20 0 20 0 235519926 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 1140251 5494 1 0 1153569 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=10752 CPUtime=3298.78 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 65148 0 0 0 329536 342 0 0 20 0 20 0 235519929 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 1906 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 3390.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4561004 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=156891] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3450.82 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 191979 0 0 0 344501 581 0 0 20 0 20 0 235519926 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 1140251 5494 1 0 1153569 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3358.63 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 65182 0 0 0 335521 342 0 0 20 0 20 0 235519929 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 1915 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 3450.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4561004 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=156891] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3511.01 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 193382 0 0 0 350519 582 0 0 20 0 20 0 235519926 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 1140251 5494 1 0 1153569 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3418.49 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 65699 0 0 0 341507 342 0 0 20 0 20 0 235519929 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 1916 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 3511.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4561004 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=156891] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3571.2 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 195351 0 0 0 356535 585 0 0 20 0 20 0 235519926 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 1140251 5494 1 0 1153569 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3478.33 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 66929 0 0 0 347490 343 0 0 20 0 20 0 235519929 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=27136 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 1939 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 3571.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4561004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3551.2 s]
/proc/loadavg: 4.43 4.23 4.12 5/340 157589
/proc/meminfo: memFree=109498960/131250000 swapFree=33010416/33010684
[pid=156891] ppid=156883 vsize=19063512 memory=4561004 CPUtime=3600.02 cores=4,6
/proc/156891/stat : 156891 (java) S 156883 156891 156803 0 -1 4194304 195403 0 0 0 359417 585 0 0 20 0 20 0 235519926 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
/proc/156891/statm: 4765878 1140251 5494 1 0 1153569 0
[pid=156891/tid=156903] ppid=156883 vsize=19063512 memory=27136 CPUtime=3507.15 cores=4,6
/proc/156891/task/156903/stat : 156903 (java) R 156883 156891 156803 0 -1 4194368 66970 0 0 0 350372 343 0 0 20 0 20 0 235519929 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156929] ppid=156883 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/156891/task/156929/stat : 156929 (Finalizer) S 156883 156891 156803 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 235519931 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156937] ppid=156883 vsize=19063512 memory=4561004 CPUtime=0 cores=4,6
/proc/156891/task/156937/stat : 156937 (Common-Cleaner) S 156883 156891 156803 0 -1 4194368 1940 0 0 0 0 0 0 0 20 0 20 0 235519932 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
[pid=156891/tid=156951] ppid=156883 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/156891/task/156951/stat : 156951 (Timer-0) S 156883 156891 156803 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 235519959 19521036288 1140251 18446744073709551615 94012921192448 94012921196144 140721375745072 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94012921203960 94012921204752 94012950183936 140721375750524 140721375750628 140721375750628 140721375756232 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4561004 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.31 s, system=5.8803 s

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

Child status: 143

Real time (s): 3551.29
CPU time (s): 3600.19
CPU user time (s): 3594.31
CPU system time (s): 5.8803
CPU usage (%): 101.377
Max. virtual memory (cumulated for all children) (KiB): 19069596
Max. memory (cumulated for all children) (KiB): 4561004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.31
system time used= 5.8803
maximum resident set size= 4561900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197176
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209463
involuntary context switches= 17548


# summary of solver processes directly reported to runsolver:
#   pid: 156891
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3594.31
#   total CPU system time (s): 5.8803

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.60483 second user time and 17.2871 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-22 17:42:54
IDJOB=4541650
IDBENCH=163217
IDSOLVER=3361
FILE ID=nodeC028/4541650-1753198973
RUNJOBID= nodeC028-1753198973-156821
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-29array_ineq6.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541650-1753198973/watcher-4541650-1753198973 -o /tmp/evaluation-result-4541650-1753198973/solver-4541650-1753198973 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1753198973-156821 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4541650-1753198973.opb

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

MD5SUM BENCH= e0dec10818bb8f0f47ba8429a0e85943
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.123
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		: 2584.428
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		: 3600.085
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		: 3269.381
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.086
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		: 2695.409
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.055
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		: 3249.434
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:        121942916 kB
MemAvailable:   129690248 kB
Buffers:            2132 kB
Cached:          8515396 kB
SwapCached:            4 kB
Active:          1026932 kB
Inactive:        7558212 kB
Active(anon):      85564 kB
Inactive(anon):     8308 kB
Active(file):     941368 kB
Inactive(file):  7549904 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3220 kB
Writeback:             0 kB
AnonPages:         70828 kB
Mapped:           108940 kB
Shmem:             26256 kB
KReclaimable:     190596 kB
Slab:             285392 kB
SReclaimable:     190596 kB
SUnreclaim:        94796 kB
KernelStack:        4160 kB
PageTables:         3064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     367548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3904 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

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