Trace number 4514128

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.52 3539.59

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v071-n2.opb
MD5SUM9a4787c73b047272369cfbced442c738
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 benchmark0.01037
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.44/0.40	c Pseudo Boolean Optimization by upper bound
0.44/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.40	c  - never skip resolution steps
0.44/0.40	c  - Auto-division on coefficients is disabled
0.44/0.40	c  - No postprocessing
0.44/0.40	c  - Conflict is considered as is when resolving
0.44/0.40	c  - Use constraints as they come during conflict analysis
0.44/0.40	c  - Weaken first using unassigned literals
0.44/0.40	c  - Bump strategy: ALWAYS_ONE
0.44/0.40	c  - Bumper: ANY
0.44/0.40	c --- Begin Solver configuration ---
0.44/0.40	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.44/0.40	c Learn all clauses as in MiniSAT
0.44/0.40	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.40	c No reason simplification
0.44/0.40	c Armin Biere (Picosat) restarts strategy
0.44/0.40	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.44/0.40	c timeout=2147483s
0.44/0.40	c DB Simplification allowed=false
0.44/0.40	c Listener: none
0.44/0.40	c --- End Solver configuration ---
0.44/0.40	c solving HOME/instance-4514128-1751231334.opb
0.44/0.40	c reading problem ... 
0.44/0.41	c  no objective function found
0.60/0.47	c ... done. Wall clock time 0.059s.
0.60/0.47	c declared #vars     213
0.60/0.47	c #constraints  142
0.60/0.47	c constraints type 
0.60/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 71
0.60/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 71
0.60/0.47	c 142 constraints processed.
23.81/20.60	c cleaning 2499 clauses out of 5000
101.78/97.95	c cleaning 4240 clauses out of 8501
291.30/287.23	c cleaning 5627 clauses out of 11262
586.48/582.20	c cleaning 6817 clauses out of 13634
993.03/984.96	c cleaning 7905 clauses out of 15819
1557.98/1542.23	c cleaning 8954 clauses out of 17913
2410.11/2376.28	c cleaning 9977 clauses out of 19961
3600.01/3539.35	c starts		: 78
3600.01/3539.38	c conflicts		: 67651
3600.01/3539.39	c decisions		: 79174
3600.01/3539.39	c propagations		: 1020494
3600.01/3539.39	c inspects		: 5111467216
3600.01/3539.39	c shortcuts		: 0
3600.01/3539.39	c learnt literals	: 0
3600.01/3539.40	c learnt binary clauses	: 0
3600.01/3539.40	c learnt ternary clauses	: 0
3600.01/3539.40	c learnt constraints	: 67651
3600.01/3539.40	c ignored constraints	: 0
3600.01/3539.40	c root simplifications	: 0
3600.01/3539.40	c removed literals (reason simplification)	: 0
3600.21/3539.40	c reason swapping (by a shorter reason)	: 0
3600.21/3539.40	c Calls to reduceDB	: 7
3600.21/3539.40	c Number of update (reduction) of LBD	: 0
3600.21/3539.40	c Imported unit clauses	: 0
3600.21/3539.41	c No decision after first conflict	: false
3600.21/3539.41	c number of reductions to clauses (during analyze)	: 0
3600.21/3539.41	c number of learned constraints concerned by reduction	: 0
3600.21/3539.41	c number of learning phase by resolution	: 0
3600.21/3539.41	c number of learning phase by cutting planes	: 0
3600.21/3539.41	c number of rounding to 1 operations	: 0
3600.21/3539.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.21/3539.41	c number of reductions of the coefficients by power 2 	: 0
3600.21/3539.41	c number of right shift for reduction by power 2 	: 0
3600.21/3539.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.21/3539.41	c number of ending skipping 	: 0
3600.21/3539.41	c number of internal skipping 	: 0
3600.21/3539.41	c number of derivation steps 	: 457628
3600.21/3539.41	c number of skipped derivation steps 	: 0
3600.21/3539.41	c number of remaining unassigned 	: 2184
3600.21/3539.42	c number of remaining assigned 	: 14355802
3600.21/3539.42	c number of falsified literals weakened from reason	: 0
3600.21/3539.42	c number of falsified literals weakened from conflict	: 0
3600.21/3539.42	c time for arithmetic operations	: 825857581
3600.21/3539.42	c minimum degree of deleted constraints	: null
3600.21/3539.43	c maximum degree of deleted constraints	: null
3600.21/3539.43	c number of deleted constraints	: 0
3600.21/3539.44	c speed (assignments/second)	: 288.35993861471695
3600.21/3539.44	c non guided choices	: 60
3600.40/3539.52	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 21625
3600.40/3539.52	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 7
3600.40/3539.52	s UNKNOWN
3600.40/3539.55	c Total wall clock time (in seconds): 3539.121

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514128-1751231334/watcher-4514128-1751231334 -o /tmp/evaluation-result-4514128-1751231334/solver-4514128-1751231334 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751227848-32847 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4514128-1751231334.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=33271, runsolver pid=33268

[startup+0.100076 s]*
/proc/loadavg: 4.37 4.31 4.25 7/326 33289
/proc/meminfo: memFree=107118864/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=18930384 memory=50296 CPUtime=0.12 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 5731 0 0 0 8 4 0 0 20 0 18 0 38813229 19384713216 12574 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4732596 12574 5338 1 0 546955 0
[pid=33271/tid=33273] ppid=33268 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 4638 0 0 0 5 2 0 0 20 0 18 0 38813231 19384713216 12574 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38813236 19384713216 12574 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=18930384 memory=59593594258114 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38813237 19384713216 12574 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50296 KiB

[startup+0.213698 s]*
/proc/loadavg: 4.37 4.31 4.25 6/326 33289
/proc/meminfo: memFree=107112752/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=18930384 memory=55012 CPUtime=0.28 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 6387 0 0 0 23 5 0 0 20 0 18 0 38813229 19384713216 13753 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4732596 13753 5338 1 0 547532 0
[pid=33271/tid=33273] ppid=33268 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 4977 0 0 0 15 2 0 0 20 0 18 0 38813231 19384713216 13753 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=18930384 memory=16142 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38813236 19384713216 13753 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38813237 19384713216 13753 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55012 KiB

[startup+0.313585 s]*
/proc/loadavg: 4.37 4.31 4.25 7/326 33289
/proc/meminfo: memFree=107112752/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=18930384 memory=60292 CPUtime=0.44 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 6625 0 0 0 39 5 0 0 20 0 18 0 38813229 19384713216 15073 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4732596 15073 5402 1 0 547732 0
[pid=33271/tid=33273] ppid=33268 vsize=18930384 memory=-6000919472689932652 CPUtime=0.25 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 5151 0 0 0 23 2 0 0 20 0 18 0 38813231 19384713216 15073 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38813236 19384713216 15073 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38813237 19384713216 15073 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60292 KiB

[startup+0.700326 s]
/proc/loadavg: 4.50 4.33 4.26 8/327 33290
/proc/meminfo: memFree=107106892/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=18996948 memory=78244 CPUtime=1.13 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 7167 0 0 0 107 6 0 0 20 0 19 0 38813229 19452874752 19561 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4749237 19561 5402 1 0 548399 0
[pid=33271/tid=33273] ppid=33268 vsize=18996948 memory=17536 CPUtime=0.58 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 5436 0 0 0 55 3 0 0 20 0 19 0 38813231 19452874752 19561 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38813236 19452874752 19561 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38813237 19452874752 19561 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38813277 19452874752 19561 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78244 KiB

[startup+1.50027 s]
/proc/loadavg: 4.50 4.33 4.26 7/327 33290
/proc/meminfo: memFree=107040224/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=178096 CPUtime=2.69 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 19874 0 0 0 257 12 0 0 20 0 20 0 38813229 19521036288 44524 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 44524 5466 1 0 554696 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=0 CPUtime=1.28 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 5804 0 0 0 123 5 0 0 20 0 20 0 38813231 19521036288 44524 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 44524 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38813237 19521036288 44524 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38813277 19521036288 44524 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178096 KiB

[startup+3.10586 s]
/proc/loadavg: 4.50 4.33 4.26 6/328 33291
/proc/meminfo: memFree=106689444/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=533312 CPUtime=5.7 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 23574 0 0 0 549 21 0 0 20 0 20 0 38813229 19521036288 133328 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 133328 5466 1 0 733684 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=10624 CPUtime=2.79 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 6412 0 0 0 267 12 0 0 20 0 20 0 38813231 19521036288 133328 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=-6000919472689932652 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 133328 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38813237 19521036288 133328 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38813277 19521036288 133328 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 533312 KiB

[startup+6.30027 s]
/proc/loadavg: 4.46 4.33 4.26 5/328 33291
/proc/meminfo: memFree=105960140/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=1200412 CPUtime=9.46 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 24096 0 0 0 910 36 0 0 20 0 20 0 38813229 19521036288 300103 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 300103 5466 1 0 733699 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=0 CPUtime=5.9 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 6821 0 0 0 564 26 0 0 20 0 20 0 38813231 19521036288 300103 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 300103 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38813237 19521036288 300103 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=19063512 memory=183984 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38813277 19521036288 300103 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 9.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1200412 KiB

[startup+12.7004 s]
/proc/loadavg: 4.51 4.34 4.26 5/328 33291
/proc/meminfo: memFree=105590996/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=1575256 CPUtime=15.91 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 27208 0 0 0 1546 45 0 0 20 0 20 0 38813229 19521036288 393814 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 393814 5466 1 0 733701 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=183984 CPUtime=12.1 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 8521 0 0 0 1176 34 0 0 20 0 20 0 38813231 19521036288 393814 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 393814 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38813237 19521036288 393814 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38813277 19521036288 393814 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1575256 KiB

[startup+25.5004 s]
/proc/loadavg: 4.51 4.35 4.27 7/325 33490
/proc/meminfo: memFree=116107140/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=2297568 CPUtime=28.99 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 31243 0 0 0 2839 60 0 0 20 0 20 0 38813229 19521036288 574392 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 574392 5466 1 0 869503 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=10624 CPUtime=24.48 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 10450 0 0 0 2402 46 0 0 20 0 20 0 38813231 19521036288 574392 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 574392 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19063512 memory=-6000919472689932652 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 38813237 19521036288 574392 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=19063512 memory=1759592 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38813277 19521036288 574392 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 28.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2297568 KiB

[startup+51.1137 s]
/proc/loadavg: 4.56 4.38 4.28 6/326 33558
/proc/meminfo: memFree=113983860/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=2817012 CPUtime=54.76 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 36641 0 0 0 5403 73 0 0 20 0 20 0 38813229 19521036288 704253 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 704253 5466 1 0 999017 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=-6000919472689932652 CPUtime=49.35 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 12803 0 0 0 4878 57 0 0 20 0 20 0 38813231 19521036288 704253 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 704253 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0

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

Current children cumulated memory: 3232352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.90 4.67 4.43 5/328 33754
/proc/meminfo: memFree=109056160/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=3238516 CPUtime=3336.91 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 123798 0 0 0 333390 301 0 0 20 0 20 0 38813229 19521036288 809629 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 809629 5466 1 0 999635 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=3236468 CPUtime=3233.24 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 67557 0 0 0 323250 74 0 0 20 0 20 0 38813231 19521036288 809629 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=3232352 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 809629 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19063512 memory=3238516 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 1853 0 0 0 0 0 0 0 20 0 20 0 38813237 19521036288 809629 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=19063512 memory=3238516 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38813277 19521036288 809629 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 3336.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3238516 KiB

[startup+3342.3 s]
/proc/loadavg: 4.48 4.59 4.42 5/329 33757
/proc/meminfo: memFree=108998816/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=3244668 CPUtime=3398.21 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 123972 0 0 0 339516 305 0 0 20 0 20 0 38813229 19521036288 811167 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 811167 5466 1 0 999635 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=3240564 CPUtime=3292.34 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 67674 0 0 0 329160 74 0 0 20 0 20 0 38813231 19521036288 811167 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=3242616 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 811167 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 1857 0 0 0 0 0 0 0 20 0 20 0 38813237 19521036288 811167 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=19063512 memory=22004 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38813277 19521036288 811167 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 3398.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3244668 KiB

[startup+3402.3 s]
/proc/loadavg: 4.35 4.53 4.41 5/328 33759
/proc/meminfo: memFree=108977736/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=3250852 CPUtime=3459.64 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 124324 0 0 0 345655 309 0 0 20 0 20 0 38813229 19521036288 812713 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 812713 5466 1 0 999635 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=3248796 CPUtime=3351.34 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 67983 0 0 0 335060 74 0 0 20 0 20 0 38813231 19521036288 812713 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 812713 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 1857 0 0 0 0 0 0 0 20 0 20 0 38813237 19521036288 812713 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38813277 19521036288 812713 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 3459.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3250852 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.47 4.40 5/329 33762
/proc/meminfo: memFree=108961204/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=3257016 CPUtime=3521.09 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 126423 0 0 0 351796 313 0 0 20 0 20 0 38813229 19521036288 814254 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 814254 5466 1 0 999664 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=17536 CPUtime=3410.7 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 69523 0 0 0 340995 75 0 0 20 0 20 0 38813231 19521036288 814254 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 814254 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 1940 0 0 0 0 0 0 0 20 0 20 0 38813237 19521036288 814254 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=19063512 memory=4571601794530700954 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38813277 19521036288 814254 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 3521.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3257016 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.45 4.39 5/329 33764
/proc/meminfo: memFree=108948668/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=3261204 CPUtime=3582.58 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 128158 0 0 0 357940 318 0 0 20 0 20 0 38813229 19521036288 815301 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 815301 5466 1 0 999664 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=4352 CPUtime=3469.88 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 70836 0 0 0 346913 75 0 0 20 0 20 0 38813231 19521036288 815301 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 815301 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 1986 0 0 0 0 0 0 0 20 0 20 0 38813237 19521036288 815301 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=19063512 memory=3259064 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38813277 19521036288 815301 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 3582.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3261204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3539.3 s]
/proc/loadavg: 4.28 4.44 4.39 5/329 33835
/proc/meminfo: memFree=109157008/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19063512 memory=3261204 CPUtime=3600.01 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 128170 0 0 0 359682 319 0 0 20 0 20 0 38813229 19521036288 815301 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4765878 815301 5466 1 0 999664 0
[pid=33271/tid=33273] ppid=33268 vsize=19063512 memory=3259064 CPUtime=3486.74 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 70839 0 0 0 348599 75 0 0 20 0 20 0 38813231 19521036288 815301 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38813236 19521036288 815301 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 1986 0 0 0 0 0 0 0 20 0 20 0 38813237 19521036288 815301 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33290] ppid=33268 vsize=19063512 memory=3261204 CPUtime=0 cores=4,6
/proc/33271/task/33290/stat : 33290 (Timer-0) S 33268 33271 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38813277 19521036288 815301 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3261204 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.3 s, system=3.22234 s

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

[startup+3539.41 s]
/proc/loadavg: 4.28 4.44 4.39 5/329 33835
/proc/meminfo: memFree=109157008/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19263204 memory=3261972 CPUtime=3600.21 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 130160 0 0 0 359701 320 0 0 20 0 21 0 38813229 19725520896 815493 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4815801 815493 5498 1 0 1000567 0
[pid=33271/tid=33273] ppid=33268 vsize=19263204 memory=14560 CPUtime=3486.85 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 70876 0 0 0 348610 75 0 0 20 0 21 0 38813231 19725520896 815493 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19263204 memory=17536 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38813236 19725520896 815493 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19263204 memory=17536 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 1986 0 0 0 0 0 0 0 20 0 21 0 38813237 19725520896 815493 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3261972 KiB

[startup+3539.5 s]
/proc/loadavg: 4.28 4.44 4.39 5/329 33835
/proc/meminfo: memFree=109157008/131382112 swapFree=33010684/33010684
[pid=33271] ppid=33268 vsize=19263204 memory=3262100 CPUtime=3600.4 cores=4,6
/proc/33271/stat : 33271 (java) S 33268 33271 32836 0 -1 4194304 130288 0 0 0 359720 320 0 0 20 0 21 0 38813229 19725520896 815525 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
/proc/33271/statm: 4815801 815525 5498 1 0 1000583 0
[pid=33271/tid=33273] ppid=33268 vsize=19263204 memory=3259064 CPUtime=3486.94 cores=4,6
/proc/33271/task/33273/stat : 33273 (java) R 33268 33271 32836 0 -1 4194368 70876 0 0 0 348619 75 0 0 20 0 21 0 38813231 19725520896 815525 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33282] ppid=33268 vsize=19263204 memory=14560 CPUtime=0 cores=4,6
/proc/33271/task/33282/stat : 33282 (Finalizer) S 33268 33271 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38813236 19725520896 815525 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
[pid=33271/tid=33289] ppid=33268 vsize=19263204 memory=17536 CPUtime=0 cores=4,6
/proc/33271/task/33289/stat : 33289 (Common-Cleaner) S 33268 33271 32836 0 -1 4194368 1986 0 0 0 0 0 0 0 20 0 21 0 38813237 19725520896 815525 18446744073709551615 94486176976896 94486176980592 140721871528960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94486176988408 94486176989200 94486202740736 140721871530366 140721871530470 140721871530470 140721871536072 0
Current children cumulated CPU time: 3600.4 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3262100 KiB

Child status: 143

Real time (s): 3539.59
CPU time (s): 3600.52
CPU user time (s): 3597.3
CPU system time (s): 3.22234
CPU usage (%): 101.722
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3262100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.3
system time used= 3.22234
maximum resident set size= 3262228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130486
page faults= 0
swaps= 0
block input operations= 0
block output operations= 26104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125150
involuntary context switches= 12178


# summary of solver processes directly reported to runsolver:
#   pid: 33271
#   total CPU time (s): 3600.52
#   total CPU user time (s): 3597.3
#   total CPU system time (s): 3.22234

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8919 second user time and 37.0795 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 23:08:54
IDJOB=4514128
IDBENCH=162605
IDSOLVER=3361
FILE ID=nodeC009/4514128-1751231334
RUNJOBID= nodeC009-1751227848-32847
SLURM_JOB_ID= 9587687
Free space on /tmp= 432656 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v071-n2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514128-1751231334/watcher-4514128-1751231334 -o /tmp/evaluation-result-4514128-1751231334/solver-4514128-1751231334 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751227848-32847 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4514128-1751231334.opb

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

MD5SUM BENCH= 9a4787c73b047272369cfbced442c738
RANDOM SEED=1226964783

nodeC009 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	: 0xb00001f
cpu MHz		: 3491.946
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3491.929
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1198.002
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.494
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.761
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3491.927
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.236
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.648
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        107131588 kB
MemAvailable:   113584220 kB
Buffers:            3280 kB
Cached:          7226284 kB
SwapCached:            0 kB
Active:         16687744 kB
Inactive:        6928980 kB
Active(anon):   16404152 kB
Inactive(anon):      968 kB
Active(file):     283592 kB
Inactive(file):  6928012 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               756 kB
Writeback:             0 kB
AnonPages:      16390272 kB
Mapped:           122608 kB
Shmem:             17960 kB
KReclaimable:     160924 kB
Slab:             244672 kB
SReclaimable:     160924 kB
SUnreclaim:        83748 kB
KernelStack:        5040 kB
PageTables:        35800 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   19355724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16158720 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432652 MiB
End job on nodeC009 at 2025-06-30 00:07:54