Trace number 4521912

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.37 3544.75

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
MD5SUM8dda82f4961ecebecfcf9bee24c61458
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1540
Best CPU time to get the best result obtained on this benchmark1304.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4576880
Total number of constraints176770
Number of constraints which are clauses89155
Number of constraints which are cardinality constraints (but not clauses)81620
Number of constraints which are nor clauses,nor cardinality constraints5995
Minimum length of a constraint54
Maximum length of a constraint59
Number of terms in the objective function 3080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3080
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.15	c See www.sat4j.org for details.
0.10/0.16	c version PB25.v20250606
0.10/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.18	c java.vm.version	22.0.1+8-16
0.10/0.18	c java.vm.vendor	Oracle Corporation
0.10/0.18	c sun.arch.data.model	64
0.10/0.18	c java.version		22.0.1
0.10/0.18	c os.name		Linux
0.10/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.18	c os.arch		amd64
0.10/0.19	c Free memory 		2104792832
0.10/0.19	c Max memory 		16282288128
0.10/0.19	c Total memory 		2113929216
0.10/0.20	c Number of processors 	2
0.38/0.35	c Pseudo Boolean Optimization by upper bound
0.38/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.38/0.35	c  - never skip resolution steps
0.38/0.35	c  - Auto-division on coefficients is disabled
0.38/0.35	c  - No postprocessing
0.38/0.35	c  - Conflict is considered as is when resolving
0.38/0.35	c  - Use constraints as they come during conflict analysis
0.38/0.35	c  - Weaken first using unassigned literals
0.38/0.35	c  - Bump strategy: ALWAYS_ONE
0.38/0.35	c  - Bumper: ANY
0.38/0.35	c --- Begin Solver configuration ---
0.38/0.35	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.38/0.35	c Learn all clauses as in MiniSAT
0.38/0.35	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.38/0.35	c No reason simplification
0.38/0.35	c Armin Biere (Picosat) restarts strategy
0.38/0.35	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.38/0.35	c timeout=2147483s
0.38/0.35	c DB Simplification allowed=false
0.38/0.35	c Listener: none
0.38/0.35	c --- End Solver configuration ---
0.38/0.35	c solving HOME/instance-4521912-1751589816.opb
0.38/0.35	c reading problem ... 
0.38/0.39	c  objective function found
548.43/540.09	c ... done. Wall clock time 539.738s.
548.43/540.09	c declared #vars     4576880
548.43/540.09	c #constraints  176770
548.43/540.09	c constraints type 
548.43/540.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87615
548.43/540.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 89155
548.43/540.09	c 176770 constraints processed.
548.43/540.10	c objective function length is 3080 literals
930.93/905.10	c cleaning 2468 clauses out of 5000
2083.21/2040.90	c cleaning 4202 clauses out of 8532
3600.02/3544.53	c starts		: 44
3600.02/3544.53	c conflicts		: 17429
3600.02/3544.54	c decisions		: 9672856
3600.02/3544.54	c propagations		: 19518683
3600.02/3544.54	c inspects		: 1406732605
3600.02/3544.54	c shortcuts		: 0
3600.02/3544.54	c learnt literals	: 0
3600.02/3544.54	c learnt binary clauses	: 2
3600.02/3544.54	c learnt ternary clauses	: 0
3600.02/3544.54	c learnt constraints	: 17428
3600.02/3544.54	c ignored constraints	: 0
3600.02/3544.55	c root simplifications	: 0
3600.02/3544.55	c removed literals (reason simplification)	: 0
3600.02/3544.55	c reason swapping (by a shorter reason)	: 0
3600.02/3544.55	c Calls to reduceDB	: 2
3600.02/3544.55	c Number of update (reduction) of LBD	: 0
3600.02/3544.55	c Imported unit clauses	: 0
3600.02/3544.55	c No decision after first conflict	: false
3600.02/3544.55	c number of reductions to clauses (during analyze)	: 0
3600.02/3544.55	c number of learned constraints concerned by reduction	: 0
3600.02/3544.55	c number of learning phase by resolution	: 0
3600.02/3544.55	c number of learning phase by cutting planes	: 0
3600.02/3544.55	c number of rounding to 1 operations	: 0
3600.02/3544.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3544.55	c number of reductions of the coefficients by power 2 	: 0
3600.02/3544.55	c number of right shift for reduction by power 2 	: 0
3600.02/3544.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3544.56	c number of ending skipping 	: 0
3600.02/3544.56	c number of internal skipping 	: 0
3600.02/3544.56	c number of derivation steps 	: 185352
3600.02/3544.56	c number of skipped derivation steps 	: 0
3600.02/3544.56	c number of remaining unassigned 	: 26397
3600.02/3544.56	c number of remaining assigned 	: 145926080
3600.02/3544.56	c number of falsified literals weakened from reason	: 0
3600.02/3544.56	c number of falsified literals weakened from conflict	: 0
3600.02/3544.56	c time for arithmetic operations	: 1334516916
3600.02/3544.57	c minimum degree of deleted constraints	: null
3600.02/3544.57	c maximum degree of deleted constraints	: null
3600.02/3544.57	c number of deleted constraints	: 0
3600.02/3544.59	c speed (assignments/second)	: 6496.956509727286
3600.22/3544.60	c non guided choices	: 9035216
3600.22/3544.64	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 8113
3600.22/3544.64	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2643
3600.22/3544.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.22/3544.64	s UNKNOWN
3600.22/3544.64	c Total wall clock time (in seconds): 3544.29

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: 63837 MiB (56553 MiB free)
  memory of node 1: 64465 MiB (51955 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521912-1751589816/watcher-4521912-1751589816 -o /tmp/evaluation-result-4521912-1751589816/solver-4521912-1751589816 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751586737-86400 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4521912-1751589816.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=86876, runsolver pid=86873

[startup+0.100058 s]*
/proc/loadavg: 4.79 5.02 4.95 5/325 86894
/proc/meminfo: memFree=111088784/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=18930384 memory=48540 CPUtime=0.1 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 5838 0 0 0 7 3 0 0 20 0 18 0 74660971 19384713216 12135 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4732596 12135 5313 1 0 547044 0
[pid=86876/tid=86878] ppid=86873 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 4690 0 0 0 5 2 0 0 20 0 18 0 74660973 19384713216 12135 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74660977 19384713216 12135 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=18930384 memory=60693105881846 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74660978 19384713216 12135 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48540 KiB

[startup+0.206112 s]*
/proc/loadavg: 4.79 5.02 4.95 6/325 86894
/proc/meminfo: memFree=111082184/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=18930384 memory=55696 CPUtime=0.24 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 6554 0 0 0 21 3 0 0 20 0 18 0 74660971 19384713216 13924 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4732596 13924 5345 1 0 547604 0
[pid=86876/tid=86878] ppid=86873 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 5034 0 0 0 15 2 0 0 20 0 18 0 74660973 19384713216 13924 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=18930384 memory=14857 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74660977 19384713216 13924 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=18930384 memory=59593594242043 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74660978 19384713216 13924 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55696 KiB

[startup+0.306042 s]*
/proc/loadavg: 4.79 5.02 4.95 6/325 86894
/proc/meminfo: memFree=111078088/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=18930384 memory=59108 CPUtime=0.38 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 6874 0 0 0 34 4 0 0 20 0 18 0 74660971 19384713216 14777 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4732596 14777 5409 1 0 547827 0
[pid=86876/tid=86878] ppid=86873 vsize=18930384 memory=-6000919494147597927 CPUtime=0.27 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 5229 0 0 0 24 3 0 0 20 0 18 0 74660973 19384713216 14777 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74660977 19384713216 14777 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 74660978 19384713216 14777 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59108 KiB

[startup+0.700284 s]
/proc/loadavg: 4.79 5.02 4.95 6/325 86894
/proc/meminfo: memFree=110872536/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=18996948 memory=882320 CPUtime=0.95 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 9308 0 0 0 72 23 0 0 20 0 19 0 74660971 19452874752 220580 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4749237 220580 5441 1 0 549356 0
[pid=86876/tid=86878] ppid=86873 vsize=18996948 memory=18560 CPUtime=0.64 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 5745 0 0 0 43 21 0 0 20 0 19 0 74660973 19452874752 220580 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74660977 19452874752 220580 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 74660978 19452874752 220580 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 882320 KiB

[startup+1.50032 s]
/proc/loadavg: 4.79 5.02 4.95 5/326 86895
/proc/meminfo: memFree=110251728/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=18996948 memory=1197808 CPUtime=2 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 10910 0 0 0 169 31 0 0 20 0 19 0 74660971 19452874752 299452 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4749237 299452 5441 1 0 729449 0
[pid=86876/tid=86878] ppid=86873 vsize=18996948 memory=3200 CPUtime=1.41 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 5939 0 0 0 113 28 0 0 20 0 19 0 74660973 19452874752 299452 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74660977 19452874752 299452 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 74660978 19452874752 299452 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1197808 KiB

[startup+3.11071 s]
/proc/loadavg: 4.79 5.02 4.95 6/326 86895
/proc/meminfo: memFree=109455848/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=18996948 memory=1684200 CPUtime=3.87 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 12541 0 0 0 344 43 0 0 20 0 19 0 74660971 19452874752 421050 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4749237 421050 5441 1 0 1168268 0
[pid=86876/tid=86878] ppid=86873 vsize=18996948 memory=11264 CPUtime=2.89 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 6269 0 0 0 251 38 0 0 20 0 19 0 74660973 19452874752 421050 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74660977 19452874752 421050 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 74660978 19452874752 421050 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 3.87 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1684200 KiB

[startup+6.30026 s]
/proc/loadavg: 4.80 5.02 4.95 5/326 86895
/proc/meminfo: memFree=108739616/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=18996948 memory=2391652 CPUtime=7.43 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 13948 0 0 0 685 58 0 0 20 0 19 0 74660971 19452874752 597913 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4749237 597913 5473 1 0 1423127 0
[pid=86876/tid=86878] ppid=86873 vsize=18996948 memory=5632 CPUtime=5.84 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 6921 0 0 0 533 51 0 0 20 0 19 0 74660973 19452874752 597913 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74660977 19452874752 597913 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=18996948 memory=-6000919494147597927 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 74660978 19452874752 597913 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 7.43 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2391652 KiB

[startup+12.7002 s]
/proc/loadavg: 4.82 5.02 4.95 5/326 86895
/proc/meminfo: memFree=108444652/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=18996948 memory=2693928 CPUtime=14.45 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 22884 0 0 0 1376 69 0 0 20 0 19 0 74660971 19452874752 673482 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4749237 673482 5473 1 0 1594444 0
[pid=86876/tid=86878] ppid=86873 vsize=18996948 memory=2393748 CPUtime=11.76 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 7662 0 0 0 1120 56 0 0 20 0 19 0 74660973 19452874752 673482 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=18996948 memory=18560 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74660977 19452874752 673482 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=18996948 memory=14080 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 74660978 19452874752 673482 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 14.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2693928 KiB

[startup+25.5003 s]
/proc/loadavg: 4.64 4.97 4.93 5/326 86896
/proc/meminfo: memFree=107912540/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=18996948 memory=3217324 CPUtime=27.54 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 27779 0 0 0 2673 81 0 0 20 0 19 0 74660971 19452874752 804331 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4749237 804331 5473 1 0 1882713 0
[pid=86876/tid=86878] ppid=86873 vsize=18996948 memory=2393748 CPUtime=23.77 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 8784 0 0 0 2312 65 0 0 20 0 19 0 74660973 19452874752 804331 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=18996948 memory=-6000919494147597927 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74660977 19452874752 804331 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=18996948 memory=3213220 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 74660978 19452874752 804331 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 27.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3217324 KiB

[startup+51.1134 s]
/proc/loadavg: 4.48 4.91 4.91 5/326 86896
/proc/meminfo: memFree=107277648/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=18996948 memory=3787816 CPUtime=53.51 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 33069 0 0 0 5254 97 0 0 20 0 19 0 74660971 19452874752 946954 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4749237 946954 5473 1 0 2200226 0
[pid=86876/tid=86878] ppid=86873 vsize=18996948 memory=-6000919494147597927 CPUtime=47.81 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 11158 0 0 0 4705 76 0 0 20 0 19 0 74660973 19452874752 946954 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=18996948 memory=14080 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74660977 19452874752 946954 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=18996948 memory=-6000919494147597927 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 74660978 19452874752 946954 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 53.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3787816 KiB

[startup+102.3 s]
/proc/loadavg: 4.48 4.84 4.89 5/325 86964
/proc/meminfo: memFree=108296716/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=18996948 memory=4684892 CPUtime=105.28 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 38831 0 0 0 10407 121 0 0 20 0 19 0 74660971 19452874752 1171223 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4749237 1171223 5473 1 0 2638896 0

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

/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 132716 0 0 0 308199 332 0 0 20 0 21 0 74660973 19589197824 3917650 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=19130076 memory=15670600 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74660977 19589197824 3917650 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=19130076 memory=18560 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 2663 0 0 0 0 0 0 0 20 0 21 0 74660978 19589197824 3917650 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=87120] ppid=86873 vsize=19130076 memory=-4050210904893473172 CPUtime=0 cores=4,6
/proc/86876/task/87120/stat : 87120 (Timer-0) S 86873 86876 86389 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 74715001 19589197824 3917650 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 3276.46 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15670600 KiB

[startup+3282.3 s]
/proc/loadavg: 4.39 4.40 4.39 5/328 87270
/proc/meminfo: memFree=83065644/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=19130076 memory=15670600 CPUtime=3337.23 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 255246 0 0 0 333091 632 0 0 20 0 21 0 74660971 19589197824 3917650 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4782519 3917650 5537 1 0 4088814 0
[pid=86876/tid=86878] ppid=86873 vsize=19130076 memory=15670600 CPUtime=3141.6 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 135511 0 0 0 313827 333 0 0 20 0 21 0 74660973 19589197824 3917650 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=19130076 memory=15670600 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74660977 19589197824 3917650 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=19130076 memory=14080 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 2739 0 0 0 0 0 0 0 20 0 21 0 74660978 19589197824 3917650 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=87120] ppid=86873 vsize=19130076 memory=18560 CPUtime=0 cores=4,6
/proc/86876/task/87120/stat : 87120 (Timer-0) S 86873 86876 86389 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 74715001 19589197824 3917650 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 3337.23 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15670600 KiB

[startup+3342.3 s]
/proc/loadavg: 4.76 4.49 4.42 6/330 87276
/proc/meminfo: memFree=83061784/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=19130076 memory=15675080 CPUtime=3397.37 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 257253 0 0 0 339100 637 0 0 20 0 21 0 74660971 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4782519 3918770 5537 1 0 4088903 0
[pid=86876/tid=86878] ppid=86873 vsize=19130076 memory=15674696 CPUtime=3200.07 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 136915 0 0 0 319672 335 0 0 20 0 21 0 74660973 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=19130076 memory=15674824 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74660977 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=19130076 memory=15675080 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 2816 0 0 0 0 0 0 0 20 0 21 0 74660978 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=87120] ppid=86873 vsize=19130076 memory=14080 CPUtime=0 cores=4,6
/proc/86876/task/87120/stat : 87120 (Timer-0) S 86873 86876 86389 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 74715001 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 3397.37 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15675080 KiB

[startup+3402.3 s]
/proc/loadavg: 4.75 4.55 4.45 6/329 87278
/proc/meminfo: memFree=82628092/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=19130076 memory=15675080 CPUtime=3457.56 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 260552 0 0 0 345115 641 0 0 20 0 21 0 74660971 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4782519 3918770 5537 1 0 4088903 0
[pid=86876/tid=86878] ppid=86873 vsize=19130076 memory=15675080 CPUtime=3258.98 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 139240 0 0 0 325562 336 0 0 20 0 21 0 74660973 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=19130076 memory=14080 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74660977 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=19130076 memory=11264 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 2878 0 0 0 0 0 0 0 20 0 21 0 74660978 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=87120] ppid=86873 vsize=19130076 memory=15675080 CPUtime=0 cores=4,6
/proc/86876/task/87120/stat : 87120 (Timer-0) S 86873 86876 86389 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 74715001 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 3457.56 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15675080 KiB

[startup+3462.3 s]
/proc/loadavg: 4.46 4.51 4.44 5/328 87412
/proc/meminfo: memFree=100481412/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=19130076 memory=15675080 CPUtime=3517.61 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 263269 0 0 0 351117 644 0 0 20 0 21 0 74660971 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4782519 3918770 5537 1 0 4088903 0
[pid=86876/tid=86878] ppid=86873 vsize=19130076 memory=15675080 CPUtime=3318.22 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 141058 0 0 0 331486 336 0 0 20 0 21 0 74660973 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74660977 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=19130076 memory=15675080 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 2878 0 0 0 0 0 0 0 20 0 21 0 74660978 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=87120] ppid=86873 vsize=19130076 memory=15675080 CPUtime=0 cores=4,6
/proc/86876/task/87120/stat : 87120 (Timer-0) S 86873 86876 86389 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 74715001 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 3517.61 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15675080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.46 4.43 5/328 87414
/proc/meminfo: memFree=98654296/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=19130076 memory=15675080 CPUtime=3577.72 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 266095 0 0 0 357124 648 0 0 20 0 21 0 74660971 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4782519 3918770 5537 1 0 4088903 0
[pid=86876/tid=86878] ppid=86873 vsize=19130076 memory=14080 CPUtime=3377.17 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 143309 0 0 0 337379 338 0 0 20 0 21 0 74660973 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=19130076 memory=15675080 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74660977 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=19130076 memory=5276 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 2918 0 0 0 0 0 0 0 20 0 21 0 74660978 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=87120] ppid=86873 vsize=19130076 memory=15675080 CPUtime=0 cores=4,6
/proc/86876/task/87120/stat : 87120 (Timer-0) S 86873 86876 86389 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 74715001 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 3577.72 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15675080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3544.5 s]
/proc/loadavg: 4.38 4.46 4.43 5/328 87415
/proc/meminfo: memFree=98479508/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=19130076 memory=15675080 CPUtime=3600.02 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 267648 0 0 0 359353 649 0 0 20 0 21 0 74660971 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4782519 3918770 5537 1 0 4088903 0
[pid=86876/tid=86878] ppid=86873 vsize=19130076 memory=5276 CPUtime=3399.08 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 143907 0 0 0 339570 338 0 0 20 0 21 0 74660973 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=19130076 memory=18560 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74660977 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=19130076 memory=15675080 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 2918 0 0 0 0 0 0 0 20 0 21 0 74660978 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=87120] ppid=86873 vsize=19130076 memory=15675080 CPUtime=0 cores=4,6
/proc/86876/task/87120/stat : 87120 (Timer-0) S 86873 86876 86389 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 74715001 19589197824 3918770 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15675080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.8 s, system=6.57168 s

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

[startup+3544.6 s]
/proc/loadavg: 4.38 4.46 4.43 5/328 87415
/proc/meminfo: memFree=98479508/131382116 swapFree=33009904/33010684
[pid=86876] ppid=86873 vsize=19329768 memory=15675976 CPUtime=3600.22 cores=4,6
/proc/86876/stat : 86876 (java) S 86873 86876 86389 0 -1 4194304 269831 0 0 0 359372 650 0 0 20 0 22 0 74660971 19793682432 3918994 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
/proc/86876/statm: 4832442 3918994 5569 1 0 4089854 0
[pid=86876/tid=86878] ppid=86873 vsize=19329768 memory=1920 CPUtime=3399.19 cores=4,6
/proc/86876/task/86878/stat : 86878 (java) R 86873 86876 86389 0 -1 4194368 143968 0 0 0 339581 338 0 0 20 0 22 0 74660973 19793682432 3918994 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86887] ppid=86873 vsize=19329768 memory=6016 CPUtime=0 cores=4,6
/proc/86876/task/86887/stat : 86887 (Finalizer) S 86873 86876 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 74660977 19793682432 3918994 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
[pid=86876/tid=86894] ppid=86873 vsize=19329768 memory=12544 CPUtime=0 cores=4,6
/proc/86876/task/86894/stat : 86894 (Common-Cleaner) S 86873 86876 86389 0 -1 4194368 2918 0 0 0 0 0 0 0 20 0 22 0 74660978 19793682432 3918994 18446744073709551615 94406884741120 94406884744816 140729594156128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94406884752632 94406884753424 94406907764736 140729594161534 140729594161638 140729594161638 140729594167240 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 15675976 KiB

[startup+3544.7 s]*
/proc/loadavg: 4.38 4.46 4.43 5/309 87418
/proc/meminfo: memFree=111048992/131382116 swapFree=33009904/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): 3544.75
CPU time (s): 3600.37
CPU user time (s): 3593.8
CPU system time (s): 6.57168
CPU usage (%): 101.569
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 15675976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.8
system time used= 6.57168
maximum resident set size= 15676104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270637
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 173606
involuntary context switches= 25326


# summary of solver processes directly reported to runsolver:
#   pid: 86876
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3593.8
#   total CPU system time (s): 6.57168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3149 second user time and 33.9472 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 02:43:38
IDJOB=4521912
IDBENCH=178517
IDSOLVER=3361
FILE ID=nodeC004/4521912-1751589816
RUNJOBID= nodeC004-1751586737-86400
SLURM_JOB_ID= 9598837
Free space on /tmp= 431564 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521912-1751589816/watcher-4521912-1751589816 -o /tmp/evaluation-result-4521912-1751589816/solver-4521912-1751589816 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751586737-86400 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4521912-1751589816.opb

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=180346687

nodeC004 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		: 3591.632
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.74
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		: 3592.245
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.74
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.434
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.74
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.209
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.74
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.175
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        111113224 kB
MemAvailable:   112037552 kB
Buffers:            2128 kB
Cached:          1673384 kB
SwapCached:           32 kB
Active:         18497724 kB
Inactive:        1079364 kB
Active(anon):   17908772 kB
Inactive(anon):    10736 kB
Active(file):     588952 kB
Inactive(file):  1068628 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            113216 kB
Writeback:             0 kB
AnonPages:      17904496 kB
Mapped:           123476 kB
Shmem:             17932 kB
KReclaimable:     212748 kB
Slab:             300684 kB
SReclaimable:     212748 kB
SUnreclaim:        87936 kB
KernelStack:        4976 kB
PageTables:        38808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   19958484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17528832 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431560 MiB
End job on nodeC004 at 2025-07-04 03:42:43