Trace number 4494566

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.48 3591.32

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUM392bb637b95a9bbde51dfdce2cdaf17a
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 benchmark2.06969
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version PB25.v20250606
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.21	c Free memory 		2104792832
0.13/0.21	c Max memory 		16282288128
0.13/0.21	c Total memory 		2113929216
0.29/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-4494566-1751153232.opb
0.44/0.40	c reading problem ... 
0.44/0.41	c  no objective function found
2.70/1.54	c ... done. Wall clock time 1.138s.
2.70/1.54	c declared #vars     1650
2.70/1.54	c #constraints  113714
2.70/1.54	c constraints type 
2.70/1.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 550
2.70/1.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 113164
2.70/1.54	c 113714 constraints processed.
7.22/4.01	c cleaning 2489 clauses out of 5000
10.56/6.94	c cleaning 4245 clauses out of 8511
16.87/12.11	c cleaning 5632 clauses out of 11267
30.65/25.34	c cleaning 6815 clauses out of 13634
59.77/53.91	c cleaning 7898 clauses out of 15819
110.26/104.09	c cleaning 8942 clauses out of 17922
191.77/185.45	c cleaning 9987 clauses out of 19979
305.14/298.93	c cleaning 10969 clauses out of 21992
490.20/483.87	c cleaning 12006 clauses out of 24025
769.89/763.20	c cleaning 13004 clauses out of 26018
1087.32/1080.51	c cleaning 13984 clauses out of 28015
1606.63/1599.41	c cleaning 15005 clauses out of 30029
2181.08/2173.43	c cleaning 16004 clauses out of 32024
2961.87/2954.10	c cleaning 17001 clauses out of 34021
3600.08/3591.15	c starts		: 111
3600.08/3591.17	c conflicts		: 173382
3600.08/3591.17	c decisions		: 248548
3600.08/3591.17	c propagations		: 20548264
3600.08/3591.17	c inspects		: 5916176265
3600.08/3591.17	c shortcuts		: 0
3600.08/3591.17	c learnt literals	: 0
3600.08/3591.17	c learnt binary clauses	: 0
3600.08/3591.17	c learnt ternary clauses	: 0
3600.08/3591.17	c learnt constraints	: 173381
3600.08/3591.18	c ignored constraints	: 0
3600.08/3591.18	c root simplifications	: 0
3600.08/3591.18	c removed literals (reason simplification)	: 0
3600.08/3591.19	c reason swapping (by a shorter reason)	: 0
3600.08/3591.19	c Calls to reduceDB	: 14
3600.08/3591.19	c Number of update (reduction) of LBD	: 0
3600.08/3591.19	c Imported unit clauses	: 0
3600.08/3591.19	c No decision after first conflict	: false
3600.08/3591.20	c number of reductions to clauses (during analyze)	: 0
3600.08/3591.20	c number of learned constraints concerned by reduction	: 0
3600.08/3591.20	c number of learning phase by resolution	: 0
3600.08/3591.20	c number of learning phase by cutting planes	: 0
3600.08/3591.20	c number of rounding to 1 operations	: 0
3600.08/3591.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3591.20	c number of reductions of the coefficients by power 2 	: 0
3600.08/3591.20	c number of right shift for reduction by power 2 	: 0
3600.08/3591.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3591.20	c number of ending skipping 	: 0
3600.08/3591.20	c number of internal skipping 	: 0
3600.08/3591.20	c number of derivation steps 	: 6800007
3600.08/3591.20	c number of skipped derivation steps 	: 0
3600.08/3591.20	c number of remaining unassigned 	: 23
3600.08/3591.20	c number of remaining assigned 	: 1169116
3600.08/3591.20	c number of falsified literals weakened from reason	: 0
3600.08/3591.20	c number of falsified literals weakened from conflict	: 0
3600.08/3591.20	c time for arithmetic operations	: 114873831
3600.26/3591.22	c minimum degree of deleted constraints	: null
3600.26/3591.22	c maximum degree of deleted constraints	: null
3600.26/3591.22	c number of deleted constraints	: 0
3600.26/3591.23	c speed (assignments/second)	: 5724.263847620873
3600.26/3591.23	c non guided choices	: 304
3600.26/3591.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 22857
3600.26/3591.29	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 6543
3600.46/3591.30	s UNKNOWN
3600.46/3591.30	c Total wall clock time (in seconds): 3590.896

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494566-1751153232/watcher-4494566-1751153232 -o /tmp/evaluation-result-4494566-1751153232/solver-4494566-1751153232 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14183 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4494566-1751153232.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
solver pid=16012, runsolver pid=16009
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 4.14 4.21 4.25 7/324 16030
/proc/meminfo: memFree=117737744/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=18930384 memory=48528 CPUtime=0.13 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 5790 0 0 0 9 4 0 0 20 0 18 0 31002940 19384713216 12132 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4732596 12132 5339 1 0 546986 0
[pid=16012/tid=16014] ppid=16009 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 4681 0 0 0 5 2 0 0 20 0 18 0 31002942 19384713216 12132 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31002947 19384713216 12132 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=18930384 memory=57394571004297 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31002948 19384713216 12132 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48528 KiB

[startup+0.221959 s]*
/proc/loadavg: 4.14 4.21 4.25 6/324 16030
/proc/meminfo: memFree=117735728/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=18930384 memory=53324 CPUtime=0.29 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 6477 0 0 0 25 4 0 0 20 0 18 0 31002940 19384713216 13331 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4732596 13331 5371 1 0 547567 0
[pid=16012/tid=16014] ppid=16009 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 4987 0 0 0 15 3 0 0 20 0 18 0 31002942 19384713216 13331 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=18930384 memory=1707 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31002947 19384713216 13331 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=18930384 memory=56295059358712 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31002948 19384713216 13331 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53324 KiB

[startup+0.313609 s]*
/proc/loadavg: 4.14 4.21 4.25 7/324 16030
/proc/meminfo: memFree=117730624/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=18930384 memory=58792 CPUtime=0.44 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 6746 0 0 0 40 4 0 0 20 0 18 0 31002940 19384713216 14698 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4732596 14698 5435 1 0 547755 0
[pid=16012/tid=16014] ppid=16009 vsize=18930384 memory=-6000919468495758958 CPUtime=0.26 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 5166 0 0 0 23 3 0 0 20 0 18 0 31002942 19384713216 14698 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31002947 19384713216 14698 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31002948 19384713216 14698 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58792 KiB

[startup+0.700296 s]
/proc/loadavg: 4.14 4.21 4.25 7/324 16030
/proc/meminfo: memFree=117713352/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=18930384 memory=104648 CPUtime=1.13 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 8406 0 0 0 106 7 0 0 20 0 18 0 31002940 19384713216 26162 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4732596 26162 5435 1 0 548799 0
[pid=16012/tid=16014] ppid=16009 vsize=18930384 memory=17152 CPUtime=0.6 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 5388 0 0 0 55 5 0 0 20 0 18 0 31002942 19384713216 26162 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=18930384 memory=10752 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31002947 19384713216 26162 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31002948 19384713216 26162 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 104648 KiB

[startup+1.50028 s]
/proc/loadavg: 4.14 4.21 4.25 6/325 16031
/proc/meminfo: memFree=117629920/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=18996948 memory=185740 CPUtime=2.7 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 15715 0 0 0 261 9 0 0 20 0 19 0 31002940 19452874752 46435 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4749237 46435 5435 1 0 552269 0
[pid=16012/tid=16014] ppid=16009 vsize=18996948 memory=3200 CPUtime=1.3 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 5695 0 0 0 125 5 0 0 20 0 19 0 31002942 19452874752 46435 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31002947 19452874752 46435 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31002948 19452874752 46435 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 185740 KiB

[startup+3.10587 s]
/proc/loadavg: 4.21 4.22 4.26 6/326 16032
/proc/meminfo: memFree=117336656/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19063512 memory=499192 CPUtime=5.83 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 19832 0 0 0 566 17 0 0 20 0 20 0 31002940 19521036288 124798 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4765878 124798 5467 1 0 943809 0
[pid=16012/tid=16014] ppid=16009 vsize=19063512 memory=10752 CPUtime=2.79 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 7047 0 0 0 267 12 0 0 20 0 20 0 31002942 19521036288 124798 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31002947 19521036288 124798 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 31002948 19521036288 124798 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16032] ppid=16009 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/16012/task/16032/stat : 16032 (Timer-0) S 16009 16012 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31003095 19521036288 124798 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 499192 KiB

[startup+6.30043 s]
/proc/loadavg: 4.21 4.22 4.26 5/326 16032
/proc/meminfo: memFree=116731492/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19063512 memory=1047236 CPUtime=9.95 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 20708 0 0 0 967 28 0 0 20 0 20 0 31002940 19521036288 261809 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4765878 261809 5467 1 0 944017 0
[pid=16012/tid=16014] ppid=16009 vsize=19063512 memory=0 CPUtime=5.93 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 7555 0 0 0 571 22 0 0 20 0 20 0 31002942 19521036288 261809 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19063512 memory=-7879749704144776324 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31002947 19521036288 261809 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19063512 memory=-6000919468495758958 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 31002948 19521036288 261809 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16032] ppid=16009 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16012/task/16032/stat : 16032 (Timer-0) S 16009 16012 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31003095 19521036288 261809 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 9.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1047236 KiB

[startup+12.7004 s]
/proc/loadavg: 4.19 4.22 4.25 5/326 16032
/proc/meminfo: memFree=115491848/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19063512 memory=2289880 CPUtime=17.48 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 25370 0 0 0 1692 56 0 0 20 0 20 0 31002940 19521036288 572470 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4765878 572470 5467 1 0 946379 0
[pid=16012/tid=16014] ppid=16009 vsize=19063512 memory=0 CPUtime=12.25 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 8782 0 0 0 1178 47 0 0 20 0 20 0 31002942 19521036288 572470 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19063512 memory=2177148 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31002947 19521036288 572470 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 31002948 19521036288 572470 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16032] ppid=16009 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16012/task/16032/stat : 16032 (Timer-0) S 16009 16012 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31003095 19521036288 572470 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 17.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2289880 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.24 4.26 5/326 16032
/proc/meminfo: memFree=115458528/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19063512 memory=2302184 CPUtime=30.85 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 30114 0 0 0 3027 58 0 0 20 0 20 0 31002940 19521036288 575546 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4765878 575546 5467 1 0 946379 0
[pid=16012/tid=16014] ppid=16009 vsize=19063512 memory=-6000919468495758958 CPUtime=24.7 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 10600 0 0 0 2423 47 0 0 20 0 20 0 31002942 19521036288 575546 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19063512 memory=3195 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31002947 19521036288 575546 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19063512 memory=2300136 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 31002948 19521036288 575546 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16032] ppid=16009 vsize=19063512 memory=2300136 CPUtime=0 cores=4,6
/proc/16012/task/16032/stat : 16032 (Timer-0) S 16009 16012 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31003095 19521036288 575546 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 30.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2302184 KiB

[startup+51.1503 s]
/proc/loadavg: 4.19 4.22 4.25 5/326 16033
/proc/meminfo: memFree=115420460/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19063512 memory=2324844 CPUtime=57 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 36521 0 0 0 5639 61 0 0 20 0 20 0 31002940 19521036288 581211 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4765878 581211 5467 1 0 946379 0
[pid=16012/tid=16014] ppid=16009 vsize=19063512 memory=2322796 CPUtime=49.46 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) S 16009 16012 14172 0 -1 4194368 12499 0 0 0 4899 47 0 0 20 0 20 0 31002942 19521036288 581211 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19063512 memory=-6000919468495758958 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31002947 19521036288 581211 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19063512 memory=2310448 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 31002948 19521036288 581211 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16032] ppid=16009 vsize=19063512 memory=2302184 CPUtime=0 cores=4,6
/proc/16012/task/16032/stat : 16032 (Timer-0) S 16009 16012 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31003095 19521036288 581211 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0

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

Current children cumulated memory: 2843952 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.15 4.17 5/329 16543
/proc/meminfo: memFree=117260920/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19063512 memory=2854192 CPUtime=3350.8 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 104672 0 0 0 334805 275 0 0 20 0 20 0 31002940 19521036288 713548 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4765878 713548 5499 1 0 946549 0
[pid=16012/tid=16014] ppid=16009 vsize=19063512 memory=4252 CPUtime=3300.84 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 57192 0 0 0 330025 59 0 0 20 0 20 0 31002942 19521036288 713548 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19063512 memory=2829616 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31002947 19521036288 713548 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19063512 memory=2854192 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 1740 0 0 0 0 0 0 0 20 0 20 0 31002948 19521036288 713548 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16032] ppid=16009 vsize=19063512 memory=2854192 CPUtime=0 cores=4,6
/proc/16012/task/16032/stat : 16032 (Timer-0) S 16009 16012 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31003095 19521036288 713548 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 3350.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2854192 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.17 4.18 5/329 16545
/proc/meminfo: memFree=117245168/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19063512 memory=2858292 CPUtime=3410.86 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 104737 0 0 0 340808 278 0 0 20 0 20 0 31002940 19521036288 714573 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4765878 714573 5499 1 0 946549 0
[pid=16012/tid=16014] ppid=16009 vsize=19063512 memory=2852144 CPUtime=3360.37 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 57206 0 0 0 335978 59 0 0 20 0 20 0 31002942 19521036288 714573 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31002947 19521036288 714573 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 1781 0 0 0 0 0 0 0 20 0 20 0 31002948 19521036288 714573 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16032] ppid=16009 vsize=19063512 memory=2858292 CPUtime=0 cores=4,6
/proc/16012/task/16032/stat : 16032 (Timer-0) S 16009 16012 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31003095 19521036288 714573 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 3410.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2858292 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.18 4.18 5/329 16548
/proc/meminfo: memFree=117222648/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19063512 memory=2862392 CPUtime=3470.88 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 105253 0 0 0 346807 281 0 0 20 0 20 0 31002940 19521036288 715598 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4765878 715598 5499 1 0 946549 0
[pid=16012/tid=16014] ppid=16009 vsize=19063512 memory=2852144 CPUtime=3419.88 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 57705 0 0 0 341929 59 0 0 20 0 20 0 31002942 19521036288 715598 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31002947 19521036288 715598 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19063512 memory=2862392 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 1781 0 0 0 0 0 0 0 20 0 20 0 31002948 19521036288 715598 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16032] ppid=16009 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/16012/task/16032/stat : 16032 (Timer-0) S 16009 16012 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31003095 19521036288 715598 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 3470.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2862392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.19 4.19 5/329 16550
/proc/meminfo: memFree=117213468/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19063512 memory=2868536 CPUtime=3531.07 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 106877 0 0 0 352822 285 0 0 20 0 20 0 31002940 19521036288 717134 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4765878 717134 5499 1 0 946549 0
[pid=16012/tid=16014] ppid=16009 vsize=19063512 memory=2862392 CPUtime=3479.18 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 59040 0 0 0 347859 59 0 0 20 0 20 0 31002942 19521036288 717134 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19063512 memory=2858292 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31002947 19521036288 717134 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19063512 memory=2868536 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 1781 0 0 0 0 0 0 0 20 0 20 0 31002948 19521036288 717134 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16032] ppid=16009 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/16012/task/16032/stat : 16032 (Timer-0) S 16009 16012 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31003095 19521036288 717134 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 3531.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2868536 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.19 4.18 5/329 16552
/proc/meminfo: memFree=117188808/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19063512 memory=2872632 CPUtime=3591.23 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 108413 0 0 0 358834 289 0 0 20 0 20 0 31002940 19521036288 718158 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4765878 718158 5499 1 0 946549 0
[pid=16012/tid=16014] ppid=16009 vsize=19063512 memory=2872632 CPUtime=3538.6 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 60324 0 0 0 353800 60 0 0 20 0 20 0 31002942 19521036288 718158 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19063512 memory=2872632 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31002947 19521036288 718158 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 1846 0 0 0 0 0 0 0 20 0 20 0 31002948 19521036288 718158 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16032] ppid=16009 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/16012/task/16032/stat : 16032 (Timer-0) S 16009 16012 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31003095 19521036288 718158 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 3591.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2872632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3591.11 s]
/proc/loadavg: 4.19 4.18 4.18 5/329 16552
/proc/meminfo: memFree=117188808/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19063512 memory=2872632 CPUtime=3600.08 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 108417 0 0 0 359718 290 0 0 20 0 20 0 31002940 19521036288 718158 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4765878 718158 5499 1 0 946549 0
[pid=16012/tid=16014] ppid=16009 vsize=19063512 memory=2872632 CPUtime=3547.38 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 60327 0 0 0 354678 60 0 0 20 0 20 0 31002942 19521036288 718158 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19063512 memory=2872632 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31002947 19521036288 718158 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19063512 memory=-6000919468495758958 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 1846 0 0 0 0 0 0 0 20 0 20 0 31002948 19521036288 718158 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16032] ppid=16009 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/16012/task/16032/stat : 16032 (Timer-0) S 16009 16012 14172 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31003095 19521036288 718158 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2872632 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.54 s, system=2.94014 s

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

[startup+3591.2 s]
/proc/loadavg: 4.19 4.18 4.18 5/329 16552
/proc/meminfo: memFree=117188808/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19263204 memory=2873144 CPUtime=3600.26 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 110574 0 0 0 359735 291 0 0 20 0 21 0 31002940 19725520896 718286 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4815801 718286 5499 1 0 947436 0
[pid=16012/tid=16014] ppid=16009 vsize=19263204 memory=3188112 CPUtime=3547.47 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 60362 0 0 0 354687 60 0 0 20 0 21 0 31002942 19725520896 718286 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19263204 memory=2872632 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31002947 19725520896 718286 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19263204 memory=2872632 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 1846 0 0 0 0 0 0 0 20 0 21 0 31002948 19725520896 718286 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2873144 KiB

[startup+3591.3 s]
/proc/loadavg: 4.19 4.18 4.18 5/329 16552
/proc/meminfo: memFree=117188808/131382112 swapFree=33010684/33010684
[pid=16012] ppid=16009 vsize=19263204 memory=2873400 CPUtime=3600.46 cores=4,6
/proc/16012/stat : 16012 (java) S 16009 16012 14172 0 -1 4194304 110788 0 0 0 359754 292 0 0 20 0 21 0 31002940 19725520896 718350 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
/proc/16012/statm: 4815801 718350 5499 1 0 947468 0
[pid=16012/tid=16014] ppid=16009 vsize=19263204 memory=2872632 CPUtime=3547.56 cores=4,6
/proc/16012/task/16014/stat : 16014 (java) R 16009 16012 14172 0 -1 4194368 60362 0 0 0 354696 60 0 0 20 0 21 0 31002942 19725520896 718350 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16023] ppid=16009 vsize=19263204 memory=2872632 CPUtime=0 cores=4,6
/proc/16012/task/16023/stat : 16023 (Finalizer) S 16009 16012 14172 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31002947 19725520896 718350 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
[pid=16012/tid=16030] ppid=16009 vsize=19263204 memory=-6000919468495758958 CPUtime=0 cores=4,6
/proc/16012/task/16030/stat : 16030 (Common-Cleaner) S 16009 16012 14172 0 -1 4194368 1846 0 0 0 0 0 0 0 20 0 21 0 31002948 19725520896 718350 18446744073709551615 93983939686400 93983939690096 140723888815088 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93983939697912 93983939698704 93983953891328 140723888822654 140723888822758 140723888822758 140723888828360 0
Current children cumulated CPU time: 3600.46 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2873400 KiB

Child status: 143

Real time (s): 3591.32
CPU time (s): 3600.48
CPU user time (s): 3597.54
CPU system time (s): 2.94014
CPU usage (%): 100.255
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2873400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.54
system time used= 2.94014
maximum resident set size= 2873528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110875
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135199
involuntary context switches= 8237


# summary of solver processes directly reported to runsolver:
#   pid: 16012
#   total CPU time (s): 3600.48
#   total CPU user time (s): 3597.54
#   total CPU system time (s): 2.94014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8561 second user time and 36.2834 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 01:27:12
IDJOB=4494566
IDBENCH=147894
IDSOLVER=3361
FILE ID=nodeC012/4494566-1751153232
RUNJOBID= nodeC012-1751146186-14183
SLURM_JOB_ID= 9587456
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494566-1751153232/watcher-4494566-1751153232 -o /tmp/evaluation-result-4494566-1751153232/solver-4494566-1751153232 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751146186-14183 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4494566-1751153232.opb

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

MD5SUM BENCH= 392bb637b95a9bbde51dfdce2cdaf17a
RANDOM SEED=1954811364

nodeC012 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.696
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.39
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.697
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.39
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.153
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.39
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.277
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.39
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.160
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.39
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		: 3533.594
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.39
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.141
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.39
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		: 1198.226
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        117767008 kB
MemAvailable:   117388436 kB
Buffers:            3280 kB
Cached:           409044 kB
SwapCached:            0 kB
Active:         12933476 kB
Inactive:         176796 kB
Active(anon):   12715908 kB
Inactive(anon):        0 kB
Active(file):     217568 kB
Inactive(file):   176796 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6200 kB
Writeback:             0 kB
AnonPages:      12701340 kB
Mapped:           121784 kB
Shmem:             17960 kB
KReclaimable:      83976 kB
Slab:             163556 kB
SReclaimable:      83976 kB
SUnreclaim:        79580 kB
KernelStack:        4960 kB
PageTables:        28484 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   14452996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12431360 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC012 at 2025-06-29 02:27:04