Trace number 4545589

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.43 3568.01

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-PoolBallTriangle-07_c24.opb
MD5SUMd0358cfd617a5121014a5f104d62bc1e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.36021
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1409
Total number of constraints746
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints520
Minimum length of a constraint1
Maximum length of a constraint32
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 94
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 409
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.21	c See www.sat4j.org for details.
0.25/0.23	c version PB25.v20250606
0.25/0.26	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.26	c java.vm.version	22.0.1+8-16
0.25/0.26	c java.vm.vendor	Oracle Corporation
0.25/0.26	c sun.arch.data.model	64
0.25/0.26	c java.version		22.0.1
0.25/0.26	c os.name		Linux
0.25/0.26	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.26	c os.arch		amd64
0.25/0.27	c Free memory 		2106806208
0.25/0.27	c Max memory 		16282288128
0.25/0.27	c Total memory 		2113929216
0.25/0.28	c Number of processors 	2
0.60/0.45	c Pseudo Boolean Optimization by upper bound
0.60/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.60/0.45	c  - never skip resolution steps
0.60/0.45	c  - Auto-division on coefficients is disabled
0.60/0.45	c  - No postprocessing
0.60/0.45	c  - Conflict is considered as is when resolving
0.60/0.45	c  - Use constraints as they come during conflict analysis
0.60/0.45	c  - Weaken first using unassigned literals
0.60/0.45	c  - Bump strategy: ALWAYS_ONE
0.60/0.45	c  - Bumper: ANY
0.60/0.45	c --- Begin Solver configuration ---
0.60/0.45	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.60/0.45	c Learn all clauses as in MiniSAT
0.60/0.45	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.60/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.60/0.45	c No reason simplification
0.60/0.45	c Armin Biere (Picosat) restarts strategy
0.60/0.45	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.60/0.45	c timeout=2147483s
0.60/0.45	c DB Simplification allowed=false
0.60/0.45	c Listener: none
0.60/0.45	c --- End Solver configuration ---
0.60/0.45	c solving HOME/instance-4545589-1753240029.opb
0.60/0.45	c reading problem ... 
0.60/0.46	c  no objective function found
0.93/0.66	c ... done. Wall clock time 0.192s.
0.93/0.66	c declared #vars     1409
0.93/0.66	c #constraints  823
0.93/0.67	c constraints type 
0.93/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 569
0.93/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 56
0.93/0.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 65
0.93/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 133
0.93/0.67	c 823 constraints processed.
23.56/19.35	c cleaning 2416 clauses out of 5000
248.71/237.78	c cleaning 4255 clauses out of 8584
872.71/854.90	c cleaning 5581 clauses out of 11329
3600.04/3567.83	c starts		: 43
3600.04/3567.86	c conflicts		: 20479
3600.04/3567.88	c decisions		: 48156
3600.04/3567.88	c propagations		: 1910442
3600.04/3567.88	c inspects		: 1013694196
3600.04/3567.88	c shortcuts		: 0
3600.04/3567.88	c learnt literals	: 0
3600.04/3567.88	c learnt binary clauses	: 0
3600.04/3567.88	c learnt ternary clauses	: 2
3600.04/3567.88	c learnt constraints	: 20478
3600.04/3567.88	c ignored constraints	: 0
3600.04/3567.88	c root simplifications	: 0
3600.04/3567.88	c removed literals (reason simplification)	: 0
3600.04/3567.88	c reason swapping (by a shorter reason)	: 0
3600.04/3567.89	c Calls to reduceDB	: 3
3600.04/3567.89	c Number of update (reduction) of LBD	: 0
3600.04/3567.89	c Imported unit clauses	: 0
3600.04/3567.89	c No decision after first conflict	: false
3600.04/3567.90	c number of reductions to clauses (during analyze)	: 0
3600.04/3567.90	c number of learned constraints concerned by reduction	: 0
3600.04/3567.90	c number of learning phase by resolution	: 0
3600.04/3567.90	c number of learning phase by cutting planes	: 0
3600.04/3567.90	c number of rounding to 1 operations	: 0
3600.04/3567.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3567.90	c number of reductions of the coefficients by power 2 	: 0
3600.04/3567.90	c number of right shift for reduction by power 2 	: 0
3600.04/3567.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.24/3567.90	c number of ending skipping 	: 0
3600.24/3567.90	c number of internal skipping 	: 0
3600.24/3567.90	c number of derivation steps 	: 484502
3600.24/3567.91	c number of skipped derivation steps 	: 0
3600.24/3567.91	c number of remaining unassigned 	: 225090
3600.24/3567.91	c number of remaining assigned 	: 9415928
3600.24/3567.91	c number of falsified literals weakened from reason	: 0
3600.24/3567.91	c number of falsified literals weakened from conflict	: 0
3600.24/3567.91	c time for arithmetic operations	: 1904558383437
3600.24/3567.91	c minimum degree of deleted constraints	: null
3600.24/3567.92	c maximum degree of deleted constraints	: null
3600.24/3567.92	c number of deleted constraints	: 0
3600.24/3567.93	c speed (assignments/second)	: 535.5518552157971
3600.24/3567.93	c non guided choices	: 29
3600.24/3567.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.24/3567.97	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 8170
3600.24/3567.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 55
3600.24/3567.98	s UNKNOWN
3600.24/3567.98	c Total wall clock time (in seconds): 3567.521

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=203184, runsolver pid=203178
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 1.45 1.22 1.57 14/318 203264
/proc/meminfo: memFree=129023984/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=18930344 memory=45792 CPUtime=0.09 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 5486 0 0 0 5 4 0 0 20 0 18 0 239682616 19384672256 11448 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4732586 11448 4940 1 0 546733 0
[pid=203184/tid=203198] ppid=203178 vsize=18930344 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 4567 0 0 0 4 3 0 0 20 0 18 0 239682619 19384672256 11448 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=18930344 memory=1707 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239682624 19384672256 11448 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=18930344 memory=56295059358712 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239682625 19384672256 11448 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45792 KiB

[startup+0.216555 s]*
/proc/loadavg: 1.45 1.22 1.57 9/319 203265
/proc/meminfo: memFree=129012064/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=18930384 memory=50016 CPUtime=0.25 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 6159 0 0 0 20 5 0 0 20 0 18 0 239682616 19384713216 12504 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4732596 12504 5356 1 0 547304 0
[pid=203184/tid=203198] ppid=203178 vsize=18930384 memory=4027056412 CPUtime=0.15 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 4932 0 0 0 12 3 0 0 20 0 18 0 239682619 19384713216 12504 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=18930384 memory=1707 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239682624 19384713216 12504 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=18930384 memory=56295059358712 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239682625 19384713216 12504 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50016 KiB

[startup+0.314542 s]*
/proc/loadavg: 1.45 1.22 1.57 8/319 203265
/proc/meminfo: memFree=128986860/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=18930384 memory=56008 CPUtime=0.41 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 6615 0 0 0 35 6 0 0 20 0 18 0 239682616 19384713216 14002 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4732596 14002 5356 1 0 547656 0
[pid=203184/tid=203198] ppid=203178 vsize=18930384 memory=-9103298123343307452 CPUtime=0.25 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 5111 0 0 0 22 3 0 0 20 0 18 0 239682619 19384713216 14002 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239682624 19384713216 14002 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239682625 19384713216 14002 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56008 KiB

[startup+0.700406 s]
/proc/loadavg: 1.45 1.22 1.57 13/319 203265
/proc/meminfo: memFree=128967200/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=18996948 memory=67072 CPUtime=1.11 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 7278 0 0 0 103 8 0 0 20 0 19 0 239682616 19452874752 16768 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4749237 16768 5452 1 0 548362 0
[pid=203184/tid=203198] ppid=203178 vsize=18996948 memory=27392 CPUtime=0.54 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 5437 0 0 0 50 4 0 0 20 0 19 0 239682619 19452874752 16768 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239682624 19452874752 16768 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239682625 19452874752 16768 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67072 KiB

[startup+1.50029 s]
/proc/loadavg: 1.45 1.22 1.57 13/324 203270
/proc/meminfo: memFree=128654712/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=166820 CPUtime=2.67 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 17224 0 0 0 254 13 0 0 20 0 20 0 239682616 19521036288 41705 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 41705 5484 1 0 551671 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=3200 CPUtime=1.19 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 5877 0 0 0 112 7 0 0 20 0 20 0 239682619 19521036288 41705 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 41705 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 41705 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=14636 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 41705 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166820 KiB

[startup+3.10568 s]
/proc/loadavg: 1.45 1.22 1.57 9/327 203273
/proc/meminfo: memFree=127144992/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=517900 CPUtime=5.85 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 27909 0 0 0 559 26 0 0 20 0 20 0 239682616 19521036288 129475 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 129475 5484 1 0 557086 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=14636 CPUtime=2.71 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 6600 0 0 0 254 17 0 0 20 0 20 0 239682619 19521036288 129475 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 129475 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 129475 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 129475 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 517900 KiB

[startup+6.30046 s]
/proc/loadavg: 1.89 1.32 1.60 5/327 203273
/proc/meminfo: memFree=124897640/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=1443928 CPUtime=9.91 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 29144 0 0 0 944 47 0 0 20 0 20 0 239682616 19521036288 360982 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 360982 5484 1 0 776413 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=0 CPUtime=5.76 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 7108 0 0 0 540 36 0 0 20 0 20 0 239682619 19521036288 360982 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 360982 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 360982 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=174988 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 360982 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 9.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1443928 KiB

[startup+12.7004 s]
/proc/loadavg: 2.22 1.39 1.63 5/327 203273
/proc/meminfo: memFree=122810616/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=2397132 CPUtime=16.49 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 30811 0 0 0 1581 68 0 0 20 0 20 0 239682616 19521036288 599283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 599283 5484 1 0 1292367 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=174988 CPUtime=11.82 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 7964 0 0 0 1127 55 0 0 20 0 20 0 239682619 19521036288 599283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=1823692 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 599283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=14636 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 599283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 599283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 16.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2397132 KiB

[startup+25.5005 s]
/proc/loadavg: 2.76 1.56 1.68 5/327 203273
/proc/meminfo: memFree=118304600/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=3659440 CPUtime=30.58 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 32970 0 0 0 2965 93 0 0 20 0 20 0 239682616 19521036288 914860 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 914860 5484 1 0 1292495 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=1823692 CPUtime=24.36 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 9830 0 0 0 2359 77 0 0 20 0 20 0 239682619 19521036288 914860 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 914860 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=14636 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 914860 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=3659440 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 914860 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 30.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3659440 KiB

[startup+51.1138 s]
/proc/loadavg: 3.33 1.79 1.75 5/327 203274
/proc/meminfo: memFree=117399256/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=3665968 CPUtime=57.25 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 42938 0 0 0 5628 97 0 0 20 0 20 0 239682616 19521036288 916492 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 916492 5484 1 0 1292500 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=3665968 CPUtime=49.47 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 12810 0 0 0 4869 78 0 0 20 0 20 0 239682619 19521036288 916492 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=2448332 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 916492 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 916492 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0

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

[startup+3222.3 s]
/proc/loadavg: 3.23 3.16 3.10 4/303 203459
/proc/meminfo: memFree=114721932/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=5048352 CPUtime=3248.78 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 180941 0 0 0 324517 361 0 0 20 0 20 0 239682616 19521036288 1262088 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 1262088 5484 1 0 1295077 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=5046092 CPUtime=3189.73 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 73969 0 0 0 318880 93 0 0 20 0 20 0 239682619 19521036288 1262088 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=1012250777424131 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 1262088 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=14636 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 1686 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 1262088 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=5048224 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 1262088 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 3248.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5048352 KiB

[startup+3282.3 s]
/proc/loadavg: 3.17 3.16 3.10 4/303 203472
/proc/meminfo: memFree=114708248/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=5048352 CPUtime=3308.93 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 183126 0 0 0 330527 366 0 0 20 0 20 0 239682616 19521036288 1262088 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 1262088 5484 1 0 1295077 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=5048352 CPUtime=3249.33 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 75376 0 0 0 324840 93 0 0 20 0 20 0 239682619 19521036288 1262088 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=5048352 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 1262088 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=14636 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 1713 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 1262088 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=5048352 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 1262088 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 3308.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5048352 KiB

[startup+3342.3 s]
/proc/loadavg: 3.15 3.16 3.10 4/303 203478
/proc/meminfo: memFree=114614624/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=5136492 CPUtime=3370.67 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 196993 0 0 0 336690 377 0 0 20 0 20 0 239682616 19521036288 1284123 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 1284123 5484 1 0 1295669 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=5064096 CPUtime=3308.88 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 75909 0 0 0 330795 93 0 0 20 0 20 0 239682619 19521036288 1284123 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=5136492 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 1284123 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=5129220 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 1713 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 1284123 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 1284123 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 3370.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5136492 KiB

[startup+3402.3 s]
/proc/loadavg: 3.18 3.16 3.10 4/303 203480
/proc/meminfo: memFree=114603532/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=5136620 CPUtime=3430.86 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 198715 0 0 0 342705 381 0 0 20 0 20 0 239682616 19521036288 1284155 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 1284155 5484 1 0 1295669 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=5064096 CPUtime=3368.42 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 77260 0 0 0 336749 93 0 0 20 0 20 0 239682619 19521036288 1284155 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 1284155 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=5136620 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 1789 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 1284155 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=5136620 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 1284155 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 3430.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5136620 KiB

[startup+3462.3 s]
/proc/loadavg: 3.21 3.17 3.11 4/303 203482
/proc/meminfo: memFree=114598272/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=5137004 CPUtime=3492.72 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 201227 0 0 0 348882 390 0 0 20 0 20 0 239682616 19521036288 1284251 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 1284251 5484 1 0 1295676 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=5064096 CPUtime=3427.68 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 77561 0 0 0 342675 93 0 0 20 0 20 0 239682619 19521036288 1284251 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=5136620 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 1284251 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 1789 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 1284251 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=5137004 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 1284251 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 3492.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5137004 KiB

[startup+3522.3 s]
/proc/loadavg: 3.13 3.15 3.10 4/303 203484
/proc/meminfo: memFree=114590844/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=5137132 CPUtime=3552.95 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 203667 0 0 0 354901 394 0 0 20 0 20 0 239682616 19521036288 1284283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 1284283 5484 1 0 1295676 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=5137004 CPUtime=3487.18 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 79585 0 0 0 348624 94 0 0 20 0 20 0 239682619 19521036288 1284283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=5048352 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 1284283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 1860 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 1284283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=14636 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 1284283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 3552.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5137132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3567.8 s]
/proc/loadavg: 2.95 3.11 3.09 3/276 203519
/proc/meminfo: memFree=118606084/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19063512 memory=5137132 CPUtime=3600.04 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 208024 0 0 0 359605 399 0 0 20 0 20 0 239682616 19521036288 1284283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4765878 1284283 5484 1 0 1295676 0
[pid=203184/tid=203198] ppid=203178 vsize=19063512 memory=3200 CPUtime=3532.42 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 81391 0 0 0 353148 94 0 0 20 0 20 0 239682619 19521036288 1284283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239682624 19521036288 1284283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 1921 0 0 0 0 0 0 0 20 0 20 0 239682625 19521036288 1284283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203266] ppid=203178 vsize=19063512 memory=5386948 CPUtime=0 cores=1,3
/proc/203184/task/203266/stat : 203266 (Timer-0) S 203178 203184 200958 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239682684 19521036288 1284283 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5137132 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.4 s, system=4.02552 s

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

[startup+3567.91 s]
/proc/loadavg: 2.95 3.11 3.09 3/276 203519
/proc/meminfo: memFree=118606084/131382112 swapFree=33010416/33010684
[pid=203184] ppid=203178 vsize=19263204 memory=5137900 CPUtime=3600.24 cores=1,3
/proc/203184/stat : 203184 (java) S 203178 203184 200958 0 -1 4194304 209664 0 0 0 359625 399 0 0 20 0 21 0 239682616 19725520896 1284475 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
/proc/203184/statm: 4815801 1284475 5516 1 0 1296611 0
[pid=203184/tid=203198] ppid=203178 vsize=19263204 memory=5048352 CPUtime=3532.52 cores=1,3
/proc/203184/task/203198/stat : 203198 (java) R 203178 203184 200958 0 -1 4194368 81391 0 0 0 353158 94 0 0 20 0 21 0 239682619 19725520896 1284475 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203231] ppid=203178 vsize=19263204 memory=27392 CPUtime=0 cores=1,3
/proc/203184/task/203231/stat : 203231 (Finalizer) S 203178 203184 200958 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239682624 19725520896 1284475 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
[pid=203184/tid=203259] ppid=203178 vsize=19263204 memory=14636 CPUtime=0 cores=1,3
/proc/203184/task/203259/stat : 203259 (Common-Cleaner) S 203178 203184 200958 0 -1 4194368 1921 0 0 0 0 0 0 0 20 0 21 0 239682625 19725520896 1284475 18446744073709551615 94647325904896 94647325908592 140736043316240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94647325916408 94647325917200 94647343120384 140736043317628 140736043317732 140736043317732 140736043323336 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5137900 KiB

Child status: 143

Real time (s): 3568.01
CPU time (s): 3600.43
CPU user time (s): 3596.4
CPU system time (s): 4.02552
CPU usage (%): 100.909
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5137900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.4
system time used= 4.02552
maximum resident set size= 5138156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209929
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= 158968
involuntary context switches= 8076


# summary of solver processes directly reported to runsolver:
#   pid: 203184
#   total CPU time (s): 3600.43
#   total CPU user time (s): 3596.4
#   total CPU system time (s): 4.02552

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3177 second user time and 38.0737 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-23 05:07:09
IDJOB=4545589
IDBENCH=180940
IDSOLVER=3361
FILE ID=nodeC012/4545589-1753240029
RUNJOBID= nodeC012-1753240029-203140
SLURM_JOB_ID= 9687840
Free space on /tmp= 432924 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-PoolBallTriangle-07_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545589-1753240029/watcher-4545589-1753240029 -o /tmp/evaluation-result-4545589-1753240029/solver-4545589-1753240029 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753240029-203140 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4545589-1753240029.opb

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

MD5SUM BENCH= d0358cfd617a5121014a5f104d62bc1e
RANDOM SEED=795727194

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		: 1196.957
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		: 1197.163
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.140
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		: 1198.119
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.158
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		: 1197.125
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.199
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		: 1197.150
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:        129096632 kB
MemAvailable:   129893464 kB
Buffers:            2136 kB
Cached:          1562148 kB
SwapCached:           12 kB
Active:          1274128 kB
Inactive:         358592 kB
Active(anon):      89888 kB
Inactive(anon):     4688 kB
Active(file):    1184240 kB
Inactive(file):   353904 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5140 kB
Writeback:             0 kB
AnonPages:         69700 kB
Mapped:           108708 kB
Shmem:             26140 kB
KReclaimable:     196248 kB
Slab:             287980 kB
SReclaimable:     196248 kB
SUnreclaim:        91732 kB
KernelStack:        3872 kB
PageTables:         2832 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     348496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 432924 MiB
End job on nodeC012 at 2025-07-23 06:06:37