Trace number 4492082

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.4 3542.24

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
MD5SUMd1aade7dcf65cc3dbe16a05e614ec6ef
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.08851
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4608
Total number of constraints30348
Number of constraints which are clauses29328
Number of constraints which are cardinality constraints (but not clauses)942
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.21/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.21/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.21/0.35	c See www.sat4j.org for details.
0.21/0.36	c version PB25.v20250606
0.21/0.39	c java.runtime.name	OpenJDK Runtime Environment
0.21/0.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.21/0.39	c java.vm.version	22.0.1+8-16
0.21/0.39	c java.vm.vendor	Oracle Corporation
0.21/0.39	c sun.arch.data.model	64
0.21/0.39	c java.version		22.0.1
0.21/0.39	c os.name		Linux
0.21/0.39	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.21/0.39	c os.arch		amd64
0.21/0.40	c Free memory 		2104792832
0.21/0.40	c Max memory 		16282288128
0.21/0.40	c Total memory 		2113929216
0.21/0.41	c Number of processors 	2
0.53/0.59	c Pseudo Boolean Optimization by upper bound
0.53/0.59	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.53/0.59	c  - never skip resolution steps
0.53/0.59	c  - Auto-division on coefficients is disabled
0.53/0.59	c  - No postprocessing
0.53/0.59	c  - Conflict is considered as is when resolving
0.53/0.59	c  - Use constraints as they come during conflict analysis
0.53/0.59	c  - Weaken first using unassigned literals
0.53/0.59	c  - Bump strategy: ALWAYS_ONE
0.53/0.59	c  - Bumper: ANY
0.53/0.59	c --- Begin Solver configuration ---
0.53/0.59	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.53/0.59	c Learn all clauses as in MiniSAT
0.53/0.59	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.53/0.59	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.53/0.59	c No reason simplification
0.53/0.59	c Armin Biere (Picosat) restarts strategy
0.53/0.59	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.53/0.59	c timeout=2147483s
0.53/0.59	c DB Simplification allowed=false
0.53/0.59	c Listener: none
0.53/0.59	c --- End Solver configuration ---
0.53/0.59	c solving HOME/instance-4492082-1751145766.opb
0.53/0.59	c reading problem ... 
0.53/0.59	c  no objective function found
1.65/1.11	c ... done. Wall clock time 0.513s.
1.65/1.11	c declared #vars     4608
1.65/1.11	c #constraints  30522
1.65/1.11	c constraints type 
1.65/1.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1.65/1.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 942
1.65/1.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29502
1.65/1.12	c 30522 constraints processed.
15.87/12.48	c cleaning 2479 clauses out of 5003
55.25/50.43	c cleaning 4227 clauses out of 8522
141.78/135.85	c cleaning 5615 clauses out of 11294
302.43/294.02	c cleaning 6831 clauses out of 13679
495.85/484.28	c cleaning 7911 clauses out of 15853
858.64/842.06	c cleaning 8926 clauses out of 17939
1350.75/1326.23	c cleaning 9980 clauses out of 20012
2169.00/2133.92	c cleaning 10992 clauses out of 22034
2983.89/2936.61	c cleaning 12013 clauses out of 24040
3600.01/3542.05	c starts		: 89
3600.01/3542.07	c conflicts		: 87541
3600.01/3542.07	c decisions		: 183653
3600.01/3542.07	c propagations		: 3182103
3600.01/3542.07	c inspects		: 4317700035
3600.01/3542.07	c shortcuts		: 0
3600.01/3542.07	c learnt literals	: 0
3600.01/3542.07	c learnt binary clauses	: 0
3600.01/3542.07	c learnt ternary clauses	: 0
3600.01/3542.07	c learnt constraints	: 87541
3600.01/3542.07	c ignored constraints	: 0
3600.01/3542.07	c root simplifications	: 0
3600.01/3542.08	c removed literals (reason simplification)	: 0
3600.01/3542.08	c reason swapping (by a shorter reason)	: 0
3600.01/3542.08	c Calls to reduceDB	: 9
3600.01/3542.08	c Number of update (reduction) of LBD	: 0
3600.01/3542.08	c Imported unit clauses	: 0
3600.01/3542.08	c No decision after first conflict	: false
3600.01/3542.09	c number of reductions to clauses (during analyze)	: 0
3600.01/3542.09	c number of learned constraints concerned by reduction	: 0
3600.01/3542.10	c number of learning phase by resolution	: 0
3600.01/3542.10	c number of learning phase by cutting planes	: 0
3600.01/3542.10	c number of rounding to 1 operations	: 0
3600.01/3542.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3542.10	c number of reductions of the coefficients by power 2 	: 0
3600.01/3542.10	c number of right shift for reduction by power 2 	: 0
3600.01/3542.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3542.10	c number of ending skipping 	: 0
3600.01/3542.10	c number of internal skipping 	: 0
3600.01/3542.10	c number of derivation steps 	: 805472
3600.01/3542.10	c number of skipped derivation steps 	: 0
3600.01/3542.10	c number of remaining unassigned 	: 87171
3600.01/3542.11	c number of remaining assigned 	: 27059088
3600.01/3542.11	c number of falsified literals weakened from reason	: 0
3600.01/3542.11	c number of falsified literals weakened from conflict	: 0
3600.01/3542.11	c time for arithmetic operations	: 1606359545
3600.21/3542.13	c minimum degree of deleted constraints	: null
3600.21/3542.13	c maximum degree of deleted constraints	: null
3600.21/3542.14	c number of deleted constraints	: 0
3600.21/3542.14	c speed (assignments/second)	: 898.6427887402779
3600.21/3542.14	c non guided choices	: 10491
3600.21/3542.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 333
3600.21/3542.18	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 18234
3600.21/3542.19	s UNKNOWN
3600.21/3542.19	c Total wall clock time (in seconds): 3541.599

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=16150, runsolver pid=16145
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 0.66 2.07 3.18 1/260 16170
/proc/meminfo: memFree=130407484/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=226644 memory=9856 CPUtime=0.01 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 594 0 113 0 0 1 0 0 20 0 2 0 30256356 232083456 2464 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16784588 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 56661 2464 2080 1 0 587 0
[pid=16150/tid=16170] ppid=16145 vsize=226644 memory=4026532124 CPUtime=0 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) D 16145 16150 16092 0 -1 4194368 52 0 36 0 0 0 0 0 20 0 2 0 30256366 232083456 2464 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16784588 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 226644 KiB
Current children cumulated memory: 9856 KiB

[startup+0.214535 s]*
/proc/loadavg: 0.66 2.07 3.18 2/284 16194
/proc/meminfo: memFree=130326928/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=18464448 memory=38196 CPUtime=0.07 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 4898 0 343 0 2 5 0 0 20 0 12 0 30256356 18907594752 9549 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4616112 9549 3908 1 0 544845 0
[pid=16150/tid=16170] ppid=16145 vsize=18464448 memory=3472328132922704156 CPUtime=0.05 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) S 16145 16150 16092 0 -1 4194368 4291 0 265 0 2 3 0 0 20 0 12 0 30256366 18907594752 9549 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=18464448 memory=1641 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 12 0 30256379 18907594752 9549 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16205] ppid=16145 vsize=18464448 memory=58494082614266 CPUtime=0 cores=0,2
/proc/16150/task/16205/stat : 16205 (java) R 16145 16150 16092 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 12 0 30256379 18907594752 9549 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 2147221247 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18464448 KiB
Current children cumulated memory: 38196 KiB

[startup+0.314971 s]*
/proc/loadavg: 0.66 2.07 3.18 8/324 16234
/proc/meminfo: memFree=130300864/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=18930384 memory=48692 CPUtime=0.21 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 5826 0 390 0 15 6 0 0 20 0 18 0 30256356 19384713216 12173 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4732596 12173 5188 1 0 547162 0
[pid=16150/tid=16170] ppid=16145 vsize=18930384 memory=-6000919477018519150 CPUtime=0.12 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 4679 0 284 0 8 4 0 0 20 0 18 0 30256366 19384713216 12173 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=18930384 memory=-4421386496197813606 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30256379 19384713216 12173 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30256381 19384713216 12173 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48692 KiB

[startup+0.701904 s]
/proc/loadavg: 0.66 2.07 3.18 8/324 16234
/proc/meminfo: memFree=130271704/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=18930384 memory=63956 CPUtime=0.86 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 6975 0 396 0 77 9 0 0 20 0 18 0 30256356 19384713216 15989 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4732596 15989 5316 1 0 547962 0
[pid=16150/tid=16170] ppid=16145 vsize=18930384 memory=17152 CPUtime=0.44 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 5245 0 287 0 38 6 0 0 20 0 18 0 30256366 19384713216 15989 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=18930384 memory=11136 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30256379 19384713216 15989 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=18930384 memory=5632 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30256381 19384713216 15989 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63956 KiB

[startup+1.50026 s]
/proc/loadavg: 0.66 2.07 3.18 9/324 16235
/proc/meminfo: memFree=129947812/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19063512 memory=175836 CPUtime=2.42 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 19076 0 398 0 225 17 0 0 20 0 20 0 30256356 19521036288 43959 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4765878 43959 5412 1 0 553735 0
[pid=16150/tid=16170] ppid=16145 vsize=19063512 memory=5632 CPUtime=1.11 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 5641 0 288 0 101 10 0 0 20 0 20 0 30256366 19521036288 43959 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 43959 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256381 19521036288 43959 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175836 KiB

[startup+3.10562 s]
/proc/loadavg: 1.56 2.23 3.23 9/332 16243
/proc/meminfo: memFree=128949212/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19063512 memory=348252 CPUtime=5.6 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 24522 0 398 0 538 22 0 0 20 0 20 0 30256356 19521036288 87063 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4765878 87063 5412 1 0 875772 0
[pid=16150/tid=16170] ppid=16145 vsize=19063512 memory=0 CPUtime=2.49 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 6355 0 288 0 237 12 0 0 20 0 20 0 30256366 19521036288 87063 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 87063 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19063512 memory=221712 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 30256381 19521036288 87063 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256469 19521036288 87063 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 348252 KiB

[startup+6.30046 s]
/proc/loadavg: 1.56 2.23 3.23 5/332 16243
/proc/meminfo: memFree=125875316/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19063512 memory=932400 CPUtime=9.45 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 25009 0 398 0 911 34 0 0 20 0 20 0 30256356 19521036288 233100 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4765878 233100 5412 1 0 875784 0
[pid=16150/tid=16170] ppid=16145 vsize=19063512 memory=0 CPUtime=5.42 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 6631 0 288 0 518 24 0 0 20 0 20 0 30256366 19521036288 233100 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19063512 memory=2244 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 233100 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 30256381 19521036288 233100 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19063512 memory=-6000919485608453742 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256469 19521036288 233100 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 9.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 932400 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.31 3.25 6/332 16243
/proc/meminfo: memFree=120294804/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19063512 memory=3183164 CPUtime=16.46 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 31920 0 398 0 1561 85 0 0 20 0 20 0 30256356 19521036288 795791 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4765878 795791 5412 1 0 1519149 0
[pid=16150/tid=16170] ppid=16145 vsize=19063512 memory=-6000919485608453742 CPUtime=11.59 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 8444 0 288 0 1088 71 0 0 20 0 20 0 30256366 19521036288 795791 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19063512 memory=2003328 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 795791 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19063512 memory=1718804 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 30256381 19521036288 795791 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19063512 memory=2568576 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256469 19521036288 795791 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 16.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3183164 KiB

[startup+25.5005 s]
/proc/loadavg: 3.26 2.58 3.32 5/332 16243
/proc/meminfo: memFree=118416392/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19063512 memory=3688232 CPUtime=29.77 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 34082 0 398 0 2879 98 0 0 20 0 20 0 30256356 19521036288 922058 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4765878 922058 5412 1 0 1519793 0
[pid=16150/tid=16170] ppid=16145 vsize=19063512 memory=2337 CPUtime=23.91 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 9635 0 288 0 2310 81 0 0 20 0 20 0 30256366 19521036288 922058 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 922058 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19063512 memory=3317532 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30256381 19521036288 922058 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19063512 memory=3197 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256469 19521036288 922058 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 29.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3688232 KiB

[startup+51.114 s]
/proc/loadavg: 4.51 2.93 3.42 5/332 16243
/proc/meminfo: memFree=118292564/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19063512 memory=3688360 CPUtime=55.98 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 41627 0 398 0 5497 101 0 0 20 0 20 0 30256356 19521036288 922090 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4765878 922090 5412 1 0 1519794 0
[pid=16150/tid=16170] ppid=16145 vsize=19063512 memory=3688232 CPUtime=49.06 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 12994 0 288 0 4824 82 0 0 20 0 20 0 30256366 19521036288 922090 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19063512 memory=3688232 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30256379 19521036288 922090 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19063512 memory=3688232 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30256381 19521036288 922090 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19063512 memory=3688232 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256469 19521036288 922090 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 55.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3688360 KiB

[startup+102.3 s]

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

/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1440993 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19130076 memory=5759876 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 2405 0 0 0 0 0 0 0 20 0 21 0 30256381 19589197824 1440993 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19130076 memory=5759876 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256469 19589197824 1440993 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 3213.68 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5763972 KiB

[startup+3222.3 s]
/proc/loadavg: 4.40 4.32 4.23 5/330 16435
/proc/meminfo: memFree=103997716/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19130076 memory=5788548 CPUtime=3274.89 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 180311 0 398 0 327105 384 0 0 20 0 21 0 30256356 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4782519 1447137 5444 1 0 1520817 0
[pid=16150/tid=16170] ppid=16145 vsize=19130076 memory=5768068 CPUtime=3173.73 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 108813 0 288 0 317264 109 0 0 20 0 21 0 30256366 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19130076 memory=17152 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19130076 memory=5778308 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 2405 0 0 0 0 0 0 0 20 0 21 0 30256381 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19130076 memory=5772164 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256469 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 3274.89 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5788548 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.32 4.24 5/330 16440
/proc/meminfo: memFree=103718520/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19130076 memory=5788548 CPUtime=3335.69 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 183805 0 398 0 333181 388 0 0 20 0 21 0 30256356 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4782519 1447137 5444 1 0 1520817 0
[pid=16150/tid=16170] ppid=16145 vsize=19130076 memory=5788548 CPUtime=3233.03 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 111542 0 288 0 323193 110 0 0 20 0 21 0 30256366 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19130076 memory=5788548 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19130076 memory=5788548 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 2449 0 0 0 0 0 0 0 20 0 21 0 30256381 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19130076 memory=5788548 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256469 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 3335.69 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5788548 KiB

[startup+3342.3 s]
/proc/loadavg: 4.51 4.36 4.26 5/331 16447
/proc/meminfo: memFree=103714492/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19130076 memory=5788548 CPUtime=3396.81 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 185658 0 398 0 339289 392 0 0 20 0 21 0 30256356 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4782519 1447137 5444 1 0 1520817 0
[pid=16150/tid=16170] ppid=16145 vsize=19130076 memory=5788548 CPUtime=3292.3 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 112606 0 288 0 329120 110 0 0 20 0 21 0 30256366 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19130076 memory=12544 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19130076 memory=14336 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 2467 0 0 0 0 0 0 0 20 0 21 0 30256381 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19130076 memory=6724 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256469 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 3396.81 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5788548 KiB

[startup+3402.3 s]
/proc/loadavg: 4.36 4.34 4.26 7/332 16450
/proc/meminfo: memFree=103705752/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19130076 memory=5788548 CPUtime=3457.71 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 188031 0 398 0 345375 396 0 0 20 0 21 0 30256356 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4782519 1447137 5444 1 0 1520817 0
[pid=16150/tid=16170] ppid=16145 vsize=19130076 memory=12544 CPUtime=3351.66 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 114899 0 288 0 335055 111 0 0 20 0 21 0 30256366 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19130076 memory=14336 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19130076 memory=5788548 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 2467 0 0 0 0 0 0 0 20 0 21 0 30256381 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19130076 memory=5788548 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256469 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 3457.71 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5788548 KiB

[startup+3462.3 s]
/proc/loadavg: 4.45 4.37 4.27 5/332 16778
/proc/meminfo: memFree=103706392/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19130076 memory=5788548 CPUtime=3518.74 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 191570 0 398 0 351474 400 0 0 20 0 21 0 30256356 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4782519 1447137 5444 1 0 1520817 0
[pid=16150/tid=16170] ppid=16145 vsize=19130076 memory=12544 CPUtime=3410.82 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 117565 0 288 0 340971 111 0 0 20 0 21 0 30256366 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19130076 memory=14336 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19130076 memory=5788548 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 2513 0 0 0 0 0 0 0 20 0 21 0 30256381 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19130076 memory=198340509722 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256469 19589197824 1447137 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 3518.74 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5788548 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.36 4.27 5/332 16780
/proc/meminfo: memFree=101827296/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19130076 memory=5792648 CPUtime=3579.8 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 193860 0 398 0 357576 404 0 0 20 0 21 0 30256356 19589197824 1448162 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4782519 1448162 5444 1 0 1520817 0
[pid=16150/tid=16170] ppid=16145 vsize=19130076 memory=6784 CPUtime=3470.21 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 118828 0 288 0 346910 111 0 0 20 0 21 0 30256366 19589197824 1448162 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19130076 memory=26360 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1448162 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19130076 memory=5792648 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 2605 0 0 0 0 0 0 0 20 0 21 0 30256381 19589197824 1448162 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19130076 memory=5792648 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256469 19589197824 1448162 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 3579.8 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5792648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3542 s]*
/proc/loadavg: 4.26 4.34 4.27 7/327 16844
/proc/meminfo: memFree=109064996/131382116 swapFree=33010684/33010684
[pid=16150] ppid=16145 vsize=19130076 memory=5792648 CPUtime=3600.01 cores=0,2
/proc/16150/stat : 16150 (java) S 16145 16150 16092 0 -1 4194304 194670 0 398 0 359596 405 0 0 20 0 21 0 30256356 19589197824 1448162 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
/proc/16150/statm: 4782519 1448162 5444 1 0 1520817 0
[pid=16150/tid=16170] ppid=16145 vsize=19130076 memory=-6000919489936516718 CPUtime=3489.66 cores=0,2
/proc/16150/task/16170/stat : 16170 (java) R 16145 16150 16092 0 -1 4194368 119475 0 288 0 348854 112 0 0 20 0 21 0 30256366 19589197824 1448162 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16202] ppid=16145 vsize=19130076 memory=7504836 CPUtime=0 cores=0,2
/proc/16150/task/16202/stat : 16202 (Finalizer) S 16145 16150 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 30256379 19589197824 1448162 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16231] ppid=16145 vsize=19130076 memory=6772 CPUtime=0 cores=0,2
/proc/16150/task/16231/stat : 16231 (Common-Cleaner) S 16145 16150 16092 0 -1 4194368 2605 0 0 0 0 0 0 0 20 0 21 0 30256381 19589197824 1448162 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
[pid=16150/tid=16240] ppid=16145 vsize=19130076 memory=5999440 CPUtime=0 cores=0,2
/proc/16150/task/16240/stat : 16240 (Timer-0) S 16145 16150 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256469 19589197824 1448162 18446744073709551615 94316190605312 94316190609008 140736032554512 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94316190616824 94316190617616 94316212899840 140736032561534 140736032561638 140736032561638 140736032567240 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5792648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.31 s, system=4.09805 s

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

[startup+3542.2 s]*
/proc/loadavg: 4.26 4.34 4.27 8/309 16848
/proc/meminfo: memFree=110100340/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3542.24
CPU time (s): 3600.4
CPU user time (s): 3596.31
CPU system time (s): 4.09805
CPU usage (%): 101.642
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 5793544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.31
system time used= 4.09805
maximum resident set size= 5793800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197226
page faults= 398
swaps= 0
block input operations= 21912
block output operations= 7168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120144
involuntary context switches= 14269


# summary of solver processes directly reported to runsolver:
#   pid: 16150
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3596.31
#   total CPU system time (s): 4.09805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0856 second user time and 37.3152 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-28 23:22:46
IDJOB=4492082
IDBENCH=147758
IDSOLVER=3361
FILE ID=nodeC011/4492082-1751145766
RUNJOBID= nodeC011-1751145766-16102
SLURM_JOB_ID= 9587450
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492082-1751145766/watcher-4492082-1751145766 -o /tmp/evaluation-result-4492082-1751145766/solver-4492082-1751145766 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16102 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492082-1751145766.opb

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

MD5SUM BENCH= d1aade7dcf65cc3dbe16a05e614ec6ef
RANDOM SEED=4939675

nodeC011 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		: 1197.294
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	: 6984.20
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		: 1197.288
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	: 6984.20
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		: 1197.644
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	: 6984.20
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.245
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	: 6984.20
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.541
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	: 6984.20
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		: 1197.245
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	: 6984.20
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.251
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	: 6984.20
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.334
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130413292 kB
MemAvailable:   130011408 kB
Buffers:            3280 kB
Cached:           362488 kB
SwapCached:            0 kB
Active:           283968 kB
Inactive:         149388 kB
Active(anon):      85548 kB
Inactive(anon):        0 kB
Active(file):     198420 kB
Inactive(file):   149388 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7020 kB
Writeback:             0 kB
AnonPages:         70724 kB
Mapped:           101964 kB
Shmem:             17960 kB
KReclaimable:      83908 kB
Slab:             162968 kB
SReclaimable:      83908 kB
SUnreclaim:        79060 kB
KernelStack:        3856 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     333076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC011 at 2025-06-29 00:21:49