Trace number 4489789

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 VeriPB 2025-06-06? (TO) 3600.33 3692.17

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
MD5SUM890f6157e6331f3256b55d88c2fb39bb
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark240
Best CPU time to get the best result obtained on this benchmark72000.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494314
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494314
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version PB25.v20250606
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2106806208
0.12/0.14	c Max memory 		16282288128
0.12/0.14	c Total memory 		2113929216
0.12/0.15	c Number of processors 	2
0.34/0.25	c Pseudo Boolean Optimization by upper bound
0.34/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.25	c  - never skip resolution steps
0.34/0.25	c  - Auto-division on coefficients is disabled
0.34/0.25	c  - No postprocessing
0.34/0.25	c  - Conflict is considered as is when resolving
0.34/0.25	c  - Use constraints as they come during conflict analysis
0.34/0.25	c  - Weaken first using unassigned literals
0.34/0.25	c  - Bump strategy: ALWAYS_ONE
0.34/0.25	c  - Bumper: EFFECTIVE
0.34/0.25	c --- Begin Solver configuration ---
0.34/0.25	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.34/0.25	c Learn all clauses as in MiniSAT
0.34/0.25	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.25	c No reason simplification
0.34/0.25	c Dynamic restart strategy considering the size of the coefficients
0.34/0.25	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.34/0.25	c timeout=2147483s
0.34/0.25	c DB Simplification allowed=false
0.34/0.25	c Listener: none
0.34/0.25	c --- End Solver configuration ---
0.34/0.25	c solving HOME/instance-4489789-1751365673.opb
0.34/0.25	c reading problem ... 
0.34/0.28	c using VERIPB proof format
0.34/0.28	c  objective function found
14.30/12.35	c ... done. Wall clock time 12.096s.
14.30/12.35	c declared #vars     10000
14.30/12.35	c #constraints  656900
14.30/12.35	c constraints type 
14.30/12.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
14.30/12.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
14.30/12.35	c 656900 constraints processed.
14.30/12.40	c objective function length is 10000 literals
230.02/242.40	c cleaning 2496 clauses out of 5003 with flag 0/5003
539.35/567.84	c cleaning 4243 clauses out of 8504 with flag 0/11000
938.00/990.82	c cleaning 5619 clauses out of 11261 with flag 0/18000
1406.43/1479.54	c cleaning 6816 clauses out of 13642 with flag 0/26000
1926.60/2001.31	c cleaning 7900 clauses out of 15826 with flag 0/35000
2539.84/2613.63	c cleaning 8955 clauses out of 17926 with flag 0/45000
3218.81/3305.29	c cleaning 9976 clauses out of 19971 with flag 0/56000
3600.09/3692.06	c starts		: 1
3600.09/3692.06	c timeout
3600.09/3692.07	c conflicts		: 62547
3600.09/3692.09	c decisions		: 85725
3600.09/3692.09	c propagations		: 5550508
3600.09/3692.09	c inspects		: 233873986
3600.09/3692.09	c shortcuts		: 0
3600.09/3692.09	c learnt literals	: 0
3600.09/3692.09	c learnt binary clauses	: 0
3600.09/3692.09	c learnt ternary clauses	: 0
3600.09/3692.09	c learnt constraints	: 62547
3600.09/3692.09	c ignored constraints	: 0
3600.09/3692.09	c root simplifications	: 0
3600.09/3692.09	c removed literals (reason simplification)	: 0
3600.09/3692.09	c reason swapping (by a shorter reason)	: 0
3600.09/3692.09	c Calls to reduceDB	: 7
3600.09/3692.09	c Number of update (reduction) of LBD	: 97648
3600.09/3692.09	c Imported unit clauses	: 0
3600.09/3692.09	c No decision after first conflict	: false
3600.09/3692.09	c number of reductions to clauses (during analyze)	: 0
3600.09/3692.09	c number of learned constraints concerned by reduction	: 0
3600.09/3692.09	c number of learning phase by resolution	: 0
3600.09/3692.09	c number of learning phase by cutting planes	: 0
3600.09/3692.09	c number of rounding to 1 operations	: 0
3600.09/3692.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3692.09	c number of reductions of the coefficients by power 2 	: 0
3600.09/3692.09	c number of right shift for reduction by power 2 	: 0
3600.09/3692.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3692.09	c number of ending skipping 	: 0
3600.09/3692.09	c number of internal skipping 	: 0
3600.09/3692.09	c number of derivation steps 	: 1569157
3600.09/3692.09	c number of skipped derivation steps 	: 0
3600.09/3692.09	c number of remaining unassigned 	: 0
3600.09/3692.09	c number of remaining assigned 	: 0
3600.09/3692.09	c number of falsified literals weakened from reason	: 0
3600.09/3692.09	c number of falsified literals weakened from conflict	: 0
3600.09/3692.09	c time for arithmetic operations	: 0
3600.09/3692.09	c minimum degree of deleted constraints	: 1
3600.09/3692.09	c maximum degree of deleted constraints	: 1
3600.09/3692.09	c number of deleted constraints	: 46005
3600.09/3692.09	c speed (assignments/second)	: 1508.4451609431621
3600.09/3692.09	c non guided choices	: 0
3600.28/3692.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 16542
3600.28/3692.12	s UNKNOWN
3600.28/3692.12	c Total wall clock time (in seconds): 3691.872

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489789-1751365673/watcher-4489789-1751365673 -o /tmp/evaluation-result-4489789-1751365673/solver-4489789-1751365673 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49771 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489789-1751365673 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489789-1751365673.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=50210, runsolver pid=50207

[startup+0.100079 s]*
/proc/loadavg: 4.21 4.18 4.18 8/322 50228
/proc/meminfo: memFree=114117992/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=18930384 memory=51188 CPUtime=0.12 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 5948 0 0 0 10 2 0 0 20 0 18 0 52246252 19384713216 12797 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4732596 12797 5338 1 0 547151 0
[pid=50210/tid=50212] ppid=50207 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 4855 0 0 0 6 1 0 0 20 0 18 0 52246254 19384713216 12797 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246257 19384713216 12797 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 52246258 19384713216 12797 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51188 KiB

[startup+0.213532 s]*
/proc/loadavg: 4.21 4.18 4.18 8/322 50228
/proc/meminfo: memFree=114106084/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=18930384 memory=60696 CPUtime=0.34 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 6720 0 0 0 31 3 0 0 20 0 18 0 52246252 19384713216 15174 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4732596 15174 5434 1 0 547845 0
[pid=50210/tid=50212] ppid=50207 vsize=18930384 memory=4026663196 CPUtime=0.19 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 5307 0 0 0 17 2 0 0 20 0 18 0 52246254 19384713216 15174 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246257 19384713216 15174 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 52246258 19384713216 15174 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60696 KiB

[startup+0.321013 s]*
/proc/loadavg: 4.21 4.18 4.18 9/322 50228
/proc/meminfo: memFree=114098272/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=18930384 memory=67400 CPUtime=0.49 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 6829 0 0 0 45 4 0 0 20 0 18 0 52246252 19384713216 16850 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4732596 16850 5434 1 0 547915 0
[pid=50210/tid=50212] ppid=50207 vsize=18930384 memory=-6000919477085564010 CPUtime=0.26 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 5380 0 0 0 24 2 0 0 20 0 18 0 52246254 19384713216 16850 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246257 19384713216 16850 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 52246258 19384713216 16850 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67400 KiB

[startup+0.700343 s]
/proc/loadavg: 4.21 4.18 4.18 8/323 50229
/proc/meminfo: memFree=113628936/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=18996948 memory=230204 CPUtime=1.17 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 9665 0 0 0 109 8 0 0 20 0 19 0 52246252 19452874752 57551 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4749237 57551 5498 1 0 549803 0
[pid=50210/tid=50212] ppid=50207 vsize=18996948 memory=17792 CPUtime=0.56 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 5489 0 0 0 51 5 0 0 20 0 19 0 52246254 19452874752 57551 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246257 19452874752 57551 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 52246258 19452874752 57551 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 230204 KiB

[startup+1.5003 s]
/proc/loadavg: 4.21 4.18 4.18 6/302 50246
/proc/meminfo: memFree=119830176/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=18996948 memory=1422364 CPUtime=2.7 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 22590 0 0 0 231 39 0 0 20 0 19 0 52246252 19452874752 355591 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4749237 355591 5498 1 0 1081866 0
[pid=50210/tid=50212] ppid=50207 vsize=18996948 memory=3200 CPUtime=1.3 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 6118 0 0 0 97 33 0 0 20 0 19 0 52246254 19452874752 355591 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246257 19452874752 355591 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 52246258 19452874752 355591 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1422364 KiB

[startup+3.11384 s]
/proc/loadavg: 4.28 4.20 4.18 3/297 50323
/proc/meminfo: memFree=123465364/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=18996948 memory=3386672 CPUtime=4.72 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 23644 0 0 0 391 81 0 0 20 0 19 0 52246252 19452874752 846668 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4749237 846668 5498 1 0 1081903 0
[pid=50210/tid=50212] ppid=50207 vsize=18996948 memory=11264 CPUtime=2.88 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 7081 0 0 0 213 75 0 0 20 0 19 0 52246254 19452874752 846668 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246257 19452874752 846668 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 52246258 19452874752 846668 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 4.72 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3386672 KiB

[startup+6.3004 s]
/proc/loadavg: 4.28 4.20 4.18 6/321 50361
/proc/meminfo: memFree=116365704/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=18996948 memory=3858100 CPUtime=8.03 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 24525 0 0 0 711 92 0 0 20 0 19 0 52246252 19452874752 964525 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4749237 964525 5498 1 0 1203061 0
[pid=50210/tid=50212] ppid=50207 vsize=18996948 memory=5632 CPUtime=5.88 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 7660 0 0 0 503 85 0 0 20 0 19 0 52246254 19452874752 964525 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246257 19452874752 964525 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=18996948 memory=-6000919477085564010 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 52246258 19452874752 964525 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 8.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3858100 KiB

[startup+12.7003 s]
/proc/loadavg: 4.33 4.21 4.19 5/321 50361
/proc/meminfo: memFree=110344796/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=19063512 memory=4797592 CPUtime=15.06 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 26612 0 0 0 1390 116 0 0 20 0 20 0 52246252 19521036288 1199398 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4765878 1199398 5530 1 0 1437424 0
[pid=50210/tid=50212] ppid=50207 vsize=19063512 memory=14720 CPUtime=11.79 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 8957 0 0 0 1071 108 0 0 20 0 20 0 52246254 19521036288 1199398 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246257 19521036288 1199398 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 52246258 19521036288 1199398 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 15.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4797592 KiB

[startup+25.5004 s]
/proc/loadavg: 4.33 4.22 4.19 5/325 50365
/proc/meminfo: memFree=109610920/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=19063512 memory=4798104 CPUtime=29.39 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 31211 0 0 0 2821 118 0 0 20 0 20 0 52246252 19521036288 1199526 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4765878 1199526 5530 1 0 1437446 0
[pid=50210/tid=50212] ppid=50207 vsize=19063512 memory=5632 CPUtime=24.53 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 10238 0 0 0 2345 108 0 0 20 0 20 0 52246254 19521036288 1199526 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246257 19521036288 1199526 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=19063512 memory=1705116 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 52246258 19521036288 1199526 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50362] ppid=50207 vsize=19063512 memory=3858100 CPUtime=0 cores=0,2
/proc/50210/task/50362/stat : 50362 (Timer-0) S 50207 50210 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247499 19521036288 1199526 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 29.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4798104 KiB

[startup+51.1128 s]
/proc/loadavg: 4.40 4.25 4.20 1/325 50366
/proc/meminfo: memFree=109612600/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=19063512 memory=4798232 CPUtime=48.06 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 34006 0 0 0 4687 119 0 0 20 0 20 0 52246252 19521036288 1199558 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4765878 1199558 5530 1 0 1437462 0
[pid=50210/tid=50212] ppid=50207 vsize=19063512 memory=-6000919477085564010 CPUtime=42.83 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 11495 0 0 0 4174 109 0 0 20 0 20 0 52246254 19521036288 1199558 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=19063512 memory=4798232 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246257 19521036288 1199558 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=19063512 memory=4798232 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 52246258 19521036288 1199558 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50362] ppid=50207 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/50210/task/50362/stat : 50362 (Timer-0) S 50207 50210 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247499 19521036288 1199558 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 48.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4798232 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.22 4.19 5/327 50369

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

[startup+3342.3 s]
/proc/loadavg: 4.18 4.15 4.13 5/327 50544
/proc/meminfo: memFree=103870128/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=19063512 memory=7811688 CPUtime=3249.85 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 287244 0 0 0 324690 295 0 0 20 0 20 0 52246252 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4765878 1952922 5562 1 0 1968741 0
[pid=50210/tid=50212] ppid=50207 vsize=19063512 memory=7811688 CPUtime=3220.14 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 165304 0 0 0 321841 173 0 0 20 0 20 0 52246254 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=19063512 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246257 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=19063512 memory=-6000919477085564010 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 3905 0 0 0 0 0 0 0 20 0 20 0 52246258 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50362] ppid=50207 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/50210/task/50362/stat : 50362 (Timer-0) S 50207 50210 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247499 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 3249.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7811688 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.14 4.13 5/327 50546
/proc/meminfo: memFree=103871704/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=19063512 memory=7811688 CPUtime=3309.75 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 289396 0 0 0 330678 297 0 0 20 0 20 0 52246252 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4765878 1952922 5562 1 0 1968741 0
[pid=50210/tid=50212] ppid=50207 vsize=19063512 memory=-6000919477085564010 CPUtime=3280.01 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 167102 0 0 0 327828 173 0 0 20 0 20 0 52246254 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246257 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=19063512 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 4033 0 0 0 0 0 0 0 20 0 20 0 52246258 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50362] ppid=50207 vsize=19063512 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50362/stat : 50362 (Timer-0) S 50207 50210 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247499 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 3309.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7811688 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.17 4.14 5/328 50549
/proc/meminfo: memFree=103871052/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=19063512 memory=7811688 CPUtime=3370.04 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 293465 0 0 0 336705 299 0 0 20 0 20 0 52246252 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4765878 1952922 5562 1 0 1968741 0
[pid=50210/tid=50212] ppid=50207 vsize=19063512 memory=-6000919477085564010 CPUtime=3339.48 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 169195 0 0 0 333775 173 0 0 20 0 20 0 52246254 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246257 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=19063512 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 4034 0 0 0 0 0 0 0 20 0 20 0 52246258 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50362] ppid=50207 vsize=19063512 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50362/stat : 50362 (Timer-0) S 50207 50210 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247499 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 3370.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7811688 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.15 4.13 5/328 50551
/proc/meminfo: memFree=103859424/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=19063512 memory=7811688 CPUtime=3429.93 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 296704 0 0 0 342692 301 0 0 20 0 20 0 52246252 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4765878 1952922 5562 1 0 1968741 0
[pid=50210/tid=50212] ppid=50207 vsize=19063512 memory=7811688 CPUtime=3399.35 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 172285 0 0 0 339761 174 0 0 20 0 20 0 52246254 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246257 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 4149 0 0 0 0 0 0 0 20 0 20 0 52246258 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50362] ppid=50207 vsize=19063512 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50362/stat : 50362 (Timer-0) S 50207 50210 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247499 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 3429.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7811688 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.15 4.13 5/328 50553
/proc/meminfo: memFree=103857980/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=19063512 memory=7811688 CPUtime=3490.2 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 299768 0 0 0 348718 302 0 0 20 0 20 0 52246252 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4765878 1952922 5562 1 0 1968741 0
[pid=50210/tid=50212] ppid=50207 vsize=19063512 memory=7811688 CPUtime=3458.83 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 173780 0 0 0 345709 174 0 0 20 0 20 0 52246254 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246257 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=19063512 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 4192 0 0 0 0 0 0 0 20 0 20 0 52246258 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50362] ppid=50207 vsize=19063512 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50362/stat : 50362 (Timer-0) S 50207 50210 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247499 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 3490.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7811688 KiB

[startup+3642.3 s]
/proc/loadavg: 4.24 4.17 4.14 5/328 50555
/proc/meminfo: memFree=103858268/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=19063512 memory=7811688 CPUtime=3550.11 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 304346 0 0 0 354707 304 0 0 20 0 20 0 52246252 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4765878 1952922 5562 1 0 1968741 0
[pid=50210/tid=50212] ppid=50207 vsize=19063512 memory=7811688 CPUtime=3518.7 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 177859 0 0 0 351696 174 0 0 20 0 20 0 52246254 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=19063512 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246257 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=19063512 memory=-6000919477085564010 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 4276 0 0 0 0 0 0 0 20 0 20 0 52246258 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50362] ppid=50207 vsize=19063512 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50362/stat : 50362 (Timer-0) S 50207 50210 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247499 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 3550.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7811688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3692 s]*
/proc/loadavg: 4.18 4.16 4.14 4/282 50672
/proc/meminfo: memFree=120249004/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=19063512 memory=7811688 CPUtime=3600.09 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 308246 0 0 0 359703 306 0 0 20 0 20 0 52246252 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4765878 1952922 5562 1 0 1968741 0
[pid=50210/tid=50212] ppid=50207 vsize=19063512 memory=5164 CPUtime=3567.92 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) R 50207 50210 49761 0 -1 4194368 179427 0 0 0 356618 174 0 0 20 0 20 0 52246254 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=19063512 memory=5108 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246257 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=19063512 memory=5172 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 4350 0 0 0 0 0 0 0 20 0 20 0 52246258 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50362] ppid=50207 vsize=19063512 memory=-6000919502737665130 CPUtime=0 cores=0,2
/proc/50210/task/50362/stat : 50362 (Timer-0) S 50207 50210 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247499 19521036288 1952922 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7811688 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.22 s, system=3.1171 s

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

[startup+3692.12 s]
/proc/loadavg: 4.18 4.16 4.14 4/282 50672
/proc/meminfo: memFree=120249004/131382112 swapFree=33010160/33010684
[pid=50210] ppid=50207 vsize=19263204 memory=7812456 CPUtime=3600.28 cores=0,2
/proc/50210/stat : 50210 (java) S 50207 50210 49761 0 -1 4194304 310706 0 0 0 359721 307 0 0 20 0 21 0 52246252 19725520896 1953114 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
/proc/50210/statm: 4815801 1953114 5562 1 0 1969676 0
[pid=50210/tid=50212] ppid=50207 vsize=19263204 memory=7811688 CPUtime=3567.96 cores=0,2
/proc/50210/task/50212/stat : 50212 (java) S 50207 50210 49761 0 -1 4194368 179713 0 0 0 356622 174 0 0 20 0 21 0 52246254 19725520896 1953114 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50221] ppid=50207 vsize=19263204 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50221/stat : 50221 (Finalizer) S 50207 50210 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 52246257 19725520896 1953114 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
[pid=50210/tid=50228] ppid=50207 vsize=19263204 memory=7811688 CPUtime=0 cores=0,2
/proc/50210/task/50228/stat : 50228 (Common-Cleaner) S 50207 50210 49761 0 -1 4194368 4350 0 0 0 0 0 0 0 20 0 21 0 52246258 19725520896 1953114 18446744073709551615 94541375176704 94541375180400 140729737814960 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541375188216 94541375189008 94541382524928 140729737816365 140729737816550 140729737816550 140729737822152 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7812456 KiB

Child status: 143

Real time (s): 3692.17
CPU time (s): 3600.33
CPU user time (s): 3597.22
CPU system time (s): 3.1171
CPU usage (%): 97.5127
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7812456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.22
system time used= 3.1171
maximum resident set size= 7812584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310782
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116615
involuntary context switches= 10307


# summary of solver processes directly reported to runsolver:
#   pid: 50210
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3597.22
#   total CPU system time (s): 3.1171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0326 second user time and 36.4589 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 12:27:54
IDJOB=4489789
IDBENCH=147563
IDSOLVER=3362
FILE ID=nodeC001/4489789-1751365673
RUNJOBID= nodeC001-1751362023-49771
SLURM_JOB_ID= 9598175
Free space on /tmp= 432988 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489789-1751365673/watcher-4489789-1751365673 -o /tmp/evaluation-result-4489789-1751365673/solver-4489789-1751365673 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49771 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489789-1751365673 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489789-1751365673.opb

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

MD5SUM BENCH= 890f6157e6331f3256b55d88c2fb39bb
RANDOM SEED=88911826

nodeC001 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.750
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.49
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		: 3663.455
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.49
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		: 1183.808
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.49
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.061
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.49
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.176
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.49
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		: 3663.456
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.49
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.167
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.49
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.068
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        114499764 kB
MemAvailable:   114392308 kB
Buffers:            2128 kB
Cached:           696732 kB
SwapCached:           28 kB
Active:         15899864 kB
Inactive:         397840 kB
Active(anon):   15606428 kB
Inactive(anon):    10380 kB
Active(file):     293436 kB
Inactive(file):   387460 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             35444 kB
Writeback:             0 kB
AnonPages:      15602240 kB
Mapped:           122740 kB
Shmem:             17932 kB
KReclaimable:     102164 kB
Slab:             186084 kB
SReclaimable:     102164 kB
SUnreclaim:        83920 kB
KernelStack:        4928 kB
PageTables:        33996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   17768960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15273984 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432916 MiB
End job on nodeC001 at 2025-07-01 13:29:26