Trace number 4489605

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 3644.64

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM9792288b3bfa4387008e61c6fa17d472
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark245
Best CPU time to get the best result obtained on this benchmark28904.8
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 495293
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 495293
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.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.24/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.24/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/0.25	c java.vm.version	22.0.1+8-16
0.24/0.25	c java.vm.vendor	Oracle Corporation
0.24/0.25	c sun.arch.data.model	64
0.24/0.25	c java.version		22.0.1
0.24/0.25	c os.name		Linux
0.24/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.24/0.25	c os.arch		amd64
0.24/0.26	c Free memory 		2104792832
0.24/0.26	c Max memory 		16282288128
0.24/0.26	c Total memory 		2113929216
0.24/0.27	c Number of processors 	2
0.58/0.45	c Pseudo Boolean Optimization by upper bound
0.58/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.45	c  - never skip resolution steps
0.58/0.45	c  - Auto-division on coefficients is disabled
0.58/0.45	c  - No postprocessing
0.58/0.45	c  - Conflict is considered as is when resolving
0.58/0.45	c  - Use constraints as they come during conflict analysis
0.58/0.45	c  - Weaken first using unassigned literals
0.58/0.45	c  - Bump strategy: ALWAYS_ONE
0.58/0.45	c  - Bumper: EFFECTIVE
0.58/0.45	c --- Begin Solver configuration ---
0.58/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.58/0.45	c Learn all clauses as in MiniSAT
0.58/0.45	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.45	c No reason simplification
0.58/0.45	c Dynamic restart strategy considering the size of the coefficients
0.58/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.58/0.45	c timeout=2147483s
0.58/0.45	c DB Simplification allowed=false
0.58/0.45	c Listener: none
0.58/0.45	c --- End Solver configuration ---
0.58/0.46	c solving HOME/instance-4489605-1751362023.opb
0.58/0.46	c reading problem ... 
0.58/0.47	c using VERIPB proof format
0.58/0.47	c  objective function found
16.14/13.42	c ... done. Wall clock time 12.957s.
16.14/13.42	c declared #vars     10000
16.14/13.42	c #constraints  656900
16.14/13.42	c constraints type 
16.14/13.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
16.14/13.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
16.14/13.43	c 656900 constraints processed.
16.14/13.45	c objective function length is 10000 literals
228.07/240.49	c cleaning 2494 clauses out of 5002 with flag 0/5002
630.45/647.04	c cleaning 4248 clauses out of 8509 with flag 0/11003
1001.17/1016.72	c cleaning 5625 clauses out of 11261 with flag 0/18003
1533.07/1555.24	c cleaning 6807 clauses out of 13633 with flag 0/26000
2080.79/2103.25	c cleaning 7909 clauses out of 15827 with flag 0/35001
2704.90/2728.10	c cleaning 8947 clauses out of 17918 with flag 0/45001
3396.65/3433.69	c cleaning 9975 clauses out of 19970 with flag 0/56000
3600.01/3644.43	c starts		: 1
3600.01/3644.45	c conflicts		: 59012
3600.01/3644.46	c decisions		: 80960
3600.01/3644.46	c propagations		: 5399771
3600.01/3644.46	c inspects		: 218306399
3600.01/3644.46	c shortcuts		: 0
3600.01/3644.46	c learnt literals	: 0
3600.01/3644.46	c learnt binary clauses	: 0
3600.01/3644.46	c learnt ternary clauses	: 0
3600.01/3644.47	c learnt constraints	: 59011
3600.01/3644.47	c ignored constraints	: 0
3600.01/3644.47	c root simplifications	: 0
3600.01/3644.47	c removed literals (reason simplification)	: 0
3600.01/3644.47	c reason swapping (by a shorter reason)	: 0
3600.01/3644.47	c Calls to reduceDB	: 7
3600.01/3644.47	c Number of update (reduction) of LBD	: 91257
3600.01/3644.47	c Imported unit clauses	: 0
3600.01/3644.47	c No decision after first conflict	: false
3600.01/3644.47	c number of reductions to clauses (during analyze)	: 0
3600.01/3644.47	c number of learned constraints concerned by reduction	: 0
3600.01/3644.47	c number of learning phase by resolution	: 0
3600.01/3644.47	c number of learning phase by cutting planes	: 0
3600.01/3644.47	c number of rounding to 1 operations	: 0
3600.01/3644.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3644.47	c number of reductions of the coefficients by power 2 	: 0
3600.01/3644.48	c number of right shift for reduction by power 2 	: 0
3600.01/3644.49	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3644.49	c number of ending skipping 	: 0
3600.01/3644.49	c number of internal skipping 	: 0
3600.01/3644.49	c number of derivation steps 	: 1489342
3600.01/3644.49	c number of skipped derivation steps 	: 0
3600.01/3644.49	c number of remaining unassigned 	: 0
3600.01/3644.49	c number of remaining assigned 	: 0
3600.01/3644.49	c number of falsified literals weakened from reason	: 0
3600.01/3644.49	c number of falsified literals weakened from conflict	: 0
3600.01/3644.49	c time for arithmetic operations	: 0
3600.01/3644.50	c minimum degree of deleted constraints	: 1
3600.01/3644.50	c maximum degree of deleted constraints	: 1
3600.01/3644.50	c number of deleted constraints	: 46005
3600.01/3644.50	c speed (assignments/second)	: 1487.1420104589074
3600.01/3644.50	c non guided choices	: 0
3600.21/3644.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 13006
3600.21/3644.54	s UNKNOWN
3600.21/3644.54	c Total wall clock time (in seconds): 3644.083

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=49820, runsolver pid=49812
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 2.74 3.79 3.98 13/318 49897
/proc/meminfo: memFree=129980684/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=18930344 memory=45468 CPUtime=0.08 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 5364 0 110 0 4 4 0 0 20 0 18 0 51881282 19384672256 11367 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4732586 11367 4907 1 0 546697 0
[pid=49820/tid=49832] ppid=49812 vsize=18930344 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 4479 0 110 0 2 3 0 0 20 0 18 0 51881286 19384672256 11367 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=18930344 memory=1593 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384672256 11367 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=18930344 memory=60693105869820 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384672256 11367 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45468 KiB

[startup+0.215015 s]*
/proc/loadavg: 2.74 3.79 3.98 9/320 49899
/proc/meminfo: memFree=129972244/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=18930384 memory=51812 CPUtime=0.24 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 6026 0 110 0 19 5 0 0 20 0 18 0 51881282 19384713216 12953 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4732596 12953 5355 1 0 547212 0
[pid=49820/tid=49832] ppid=49812 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 4870 0 110 0 12 3 0 0 20 0 18 0 51881286 19384713216 12953 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 12953 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 12953 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51812 KiB

[startup+0.31436 s]*
/proc/loadavg: 2.74 3.79 3.98 7/320 49899
/proc/meminfo: memFree=129958256/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=18930384 memory=57912 CPUtime=0.4 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 6556 0 110 0 34 6 0 0 20 0 18 0 51881282 19384713216 14478 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4732596 14478 5355 1 0 547661 0
[pid=49820/tid=49832] ppid=49812 vsize=18930384 memory=-6000919485658325867 CPUtime=0.23 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 5029 0 110 0 20 3 0 0 20 0 18 0 51881286 19384713216 14478 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 14478 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 14478 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57912 KiB

[startup+0.700418 s]
/proc/loadavg: 2.74 3.79 3.98 15/320 49899
/proc/meminfo: memFree=129932484/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=18930384 memory=106108 CPUtime=1.08 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 7277 0 110 0 99 9 0 0 20 0 18 0 51881282 19384713216 26527 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4732596 26527 5419 1 0 548165 0
[pid=49820/tid=49832] ppid=49812 vsize=18930384 memory=17792 CPUtime=0.56 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 5314 0 110 0 50 6 0 0 20 0 18 0 51881286 19384713216 26527 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 26527 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 26527 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 106108 KiB

[startup+1.50027 s]
/proc/loadavg: 2.74 3.79 3.98 9/324 49903
/proc/meminfo: memFree=129038608/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=18996948 memory=921364 CPUtime=2.62 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 17980 0 110 0 226 36 0 0 20 0 19 0 51881282 19452874752 230341 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4749237 230341 5483 1 0 552878 0
[pid=49820/tid=49832] ppid=49812 vsize=18996948 memory=3200 CPUtime=1.26 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 5697 0 110 0 97 29 0 0 20 0 19 0 51881286 19452874752 230341 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 230341 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 230341 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 921364 KiB

[startup+3.10593 s]
/proc/loadavg: 3.16 3.86 4.01 6/324 49903
/proc/meminfo: memFree=117106244/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=18996948 memory=3383652 CPUtime=5.53 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 22787 0 110 0 458 95 0 0 20 0 19 0 51881282 19452874752 845913 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4749237 845913 5483 1 0 1081307 0
[pid=49820/tid=49832] ppid=49812 vsize=18996948 memory=11264 CPUtime=2.8 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 6897 0 110 0 193 87 0 0 20 0 19 0 51881286 19452874752 845913 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 845913 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 845913 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3383652 KiB

[startup+6.30045 s]
/proc/loadavg: 3.16 3.86 4.01 6/324 49903
/proc/meminfo: memFree=111962272/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=18996948 memory=4751192 CPUtime=8.8 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 23788 0 110 0 758 122 0 0 20 0 19 0 51881282 19452874752 1187798 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4749237 1187798 5483 1 0 1430158 0
[pid=49820/tid=49832] ppid=49812 vsize=18996948 memory=11264 CPUtime=5.78 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 7571 0 110 0 464 114 0 0 20 0 19 0 51881286 19452874752 1187798 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 1187798 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 1187798 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4751192 KiB

[startup+12.7004 s]
/proc/loadavg: 3.37 3.89 4.01 6/324 49903
/proc/meminfo: memFree=108888080/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=18996948 memory=5180664 CPUtime=15.41 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 24953 0 110 0 1405 136 0 0 20 0 19 0 51881282 19452874752 1295166 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4749237 1295166 5483 1 0 1536693 0
[pid=49820/tid=49832] ppid=49812 vsize=18996948 memory=0 CPUtime=11.75 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 8348 0 110 0 1048 127 0 0 20 0 19 0 51881286 19452874752 1295166 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 1295166 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 1295166 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 15.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5180664 KiB

[startup+25.5004 s]
/proc/loadavg: 3.47 3.89 4.01 7/328 49908
/proc/meminfo: memFree=108844308/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=19063512 memory=5189316 CPUtime=30.12 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 31961 0 110 0 2873 139 0 0 20 0 20 0 51881282 19521036288 1297329 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4765878 1297329 5515 1 0 1537172 0
[pid=49820/tid=49832] ppid=49812 vsize=19063512 memory=4757608 CPUtime=24.18 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 10188 0 110 0 2291 127 0 0 20 0 20 0 51881286 19521036288 1297329 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=19063512 memory=5188292 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1297329 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=19063512 memory=5189316 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1297329 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49907] ppid=49812 vsize=19063512 memory=5189316 CPUtime=0 cores=4,6
/proc/49820/task/49907/stat : 49907 (Timer-0) S 49812 49820 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882633 19521036288 1297329 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 30.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5189316 KiB

[startup+51.1133 s]
/proc/loadavg: 3.81 3.93 4.02 6/328 49908
/proc/meminfo: memFree=108838120/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=19063512 memory=5189444 CPUtime=56.16 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 35685 0 110 0 5475 141 0 0 20 0 20 0 51881282 19521036288 1297361 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4765878 1297361 5515 1 0 1537188 0
[pid=49820/tid=49832] ppid=49812 vsize=19063512 memory=14720 CPUtime=49.75 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 11251 0 110 0 4848 127 0 0 20 0 20 0 51881286 19521036288 1297361 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=19063512 memory=5189444 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1297361 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=19063512 memory=5189444 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1297361 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49907] ppid=49812 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/49820/task/49907/stat : 49907 (Timer-0) S 49812 49820 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882633 19521036288 1297361 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 56.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5189444 KiB

[startup+102.3 s]

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

/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=19063512 memory=6088368 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 3303 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49907] ppid=49812 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/49820/task/49907/stat : 49907 (Timer-0) S 49812 49820 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882633 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 3245.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6088368 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.17 4.18 6/328 50087
/proc/meminfo: memFree=103170336/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=19063512 memory=6088368 CPUtime=3305.83 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 229189 0 110 0 330265 318 0 0 20 0 20 0 51881282 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4765878 1522092 5547 1 0 1537428 0
[pid=49820/tid=49832] ppid=49812 vsize=19063512 memory=2764 CPUtime=3274.51 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 127575 0 110 0 327304 147 0 0 20 0 20 0 51881286 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=19063512 memory=6088368 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=19063512 memory=-6000919498543227755 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 3356 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49907] ppid=49812 vsize=19063512 memory=4713743367824633503 CPUtime=0 cores=4,6
/proc/49820/task/49907/stat : 49907 (Timer-0) S 49812 49820 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882633 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 3305.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6088368 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.17 6/328 50089
/proc/meminfo: memFree=103156860/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=19063512 memory=6088368 CPUtime=3366 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 231674 0 110 0 336279 321 0 0 20 0 20 0 51881282 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4765878 1522092 5547 1 0 1537428 0
[pid=49820/tid=49832] ppid=49812 vsize=19063512 memory=164 CPUtime=3333.95 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 128595 0 110 0 333248 147 0 0 20 0 20 0 51881286 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=19063512 memory=6088368 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=19063512 memory=6088368 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 3444 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49907] ppid=49812 vsize=19063512 memory=6088368 CPUtime=0 cores=4,6
/proc/49820/task/49907/stat : 49907 (Timer-0) S 49812 49820 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882633 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 3366 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6088368 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.16 4.17 6/328 50091
/proc/meminfo: memFree=103157652/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=19063512 memory=6088368 CPUtime=3425.32 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 234000 0 110 0 342208 324 0 0 20 0 20 0 51881282 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4765878 1522092 5547 1 0 1537428 0
[pid=49820/tid=49832] ppid=49812 vsize=19063512 memory=164 CPUtime=3393.24 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 130885 0 110 0 339176 148 0 0 20 0 20 0 51881286 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 3445 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49907] ppid=49812 vsize=19063512 memory=6088368 CPUtime=0 cores=4,6
/proc/49820/task/49907/stat : 49907 (Timer-0) S 49812 49820 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882633 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 3425.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6088368 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.14 4.17 6/327 50093
/proc/meminfo: memFree=103156992/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=19063512 memory=6088368 CPUtime=3485.28 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 237973 0 110 0 348201 327 0 0 20 0 20 0 51881282 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4765878 1522092 5547 1 0 1537428 0
[pid=49820/tid=49832] ppid=49812 vsize=19063512 memory=6088368 CPUtime=3453.05 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 133234 0 110 0 345156 149 0 0 20 0 20 0 51881286 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 3535 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49907] ppid=49812 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/49820/task/49907/stat : 49907 (Timer-0) S 49812 49820 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882633 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 3485.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6088368 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.17 4.18 6/326 50095
/proc/meminfo: memFree=103155280/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=19063512 memory=6088368 CPUtime=3545.51 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 240464 0 110 0 354221 330 0 0 20 0 20 0 51881282 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4765878 1522092 5547 1 0 1537428 0
[pid=49820/tid=49832] ppid=49812 vsize=19063512 memory=0 CPUtime=3512.42 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 135029 0 110 0 351093 149 0 0 20 0 20 0 51881286 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=19063512 memory=6088368 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 3596 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49907] ppid=49812 vsize=19063512 memory=6088368 CPUtime=0 cores=4,6
/proc/49820/task/49907/stat : 49907 (Timer-0) S 49812 49820 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882633 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 3545.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6088368 KiB

[startup+3642.3 s]
/proc/loadavg: 4.23 4.19 4.18 2/325 50097
/proc/meminfo: memFree=103154576/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=19063512 memory=6088368 CPUtime=3597.91 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 242567 0 110 0 359458 333 0 0 20 0 20 0 51881282 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4765878 1522092 5547 1 0 1537428 0
[pid=49820/tid=49832] ppid=49812 vsize=19063512 memory=6088368 CPUtime=3564.78 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 137108 0 110 0 356329 149 0 0 20 0 20 0 51881286 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=19063512 memory=6088368 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 3596 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49907] ppid=49812 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/49820/task/49907/stat : 49907 (Timer-0) S 49812 49820 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882633 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 3597.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6088368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3644.4 s]
/proc/loadavg: 4.23 4.19 4.18 6/325 50097
/proc/meminfo: memFree=103154072/131382112 swapFree=33010160/33010684
[pid=49820] ppid=49812 vsize=19063512 memory=6088368 CPUtime=3600.01 cores=4,6
/proc/49820/stat : 49820 (java) S 49812 49820 49761 0 -1 4194304 242701 0 110 0 359668 333 0 0 20 0 20 0 51881282 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
/proc/49820/statm: 4765878 1522092 5547 1 0 1537428 0
[pid=49820/tid=49832] ppid=49812 vsize=19063512 memory=-6000919498543227755 CPUtime=3566.87 cores=4,6
/proc/49820/task/49832/stat : 49832 (java) R 49812 49820 49761 0 -1 4194368 137242 0 110 0 356538 149 0 0 20 0 20 0 51881286 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49867] ppid=49812 vsize=19063512 memory=5888 CPUtime=0 cores=4,6
/proc/49820/task/49867/stat : 49867 (Finalizer) S 49812 49820 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49898] ppid=49812 vsize=19063512 memory=12288 CPUtime=0 cores=4,6
/proc/49820/task/49898/stat : 49898 (Common-Cleaner) S 49812 49820 49761 0 -1 4194368 3596 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
[pid=49820/tid=49907] ppid=49812 vsize=19063512 memory=2696 CPUtime=0 cores=4,6
/proc/49820/task/49907/stat : 49907 (Timer-0) S 49812 49820 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882633 19521036288 1522092 18446744073709551615 94137332371456 94137332375152 140735801132704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94137332382968 94137332383760 94137347608576 140735801141549 140735801141734 140735801141734 140735801147336 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6088368 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.95 s, system=3.3823 s

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

[startup+3644.6 s]*
/proc/loadavg: 4.23 4.19 4.18 5/307 50100
/proc/meminfo: memFree=109210540/131382112 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3644.64
CPU time (s): 3600.33
CPU user time (s): 3596.95
CPU system time (s): 3.3823
CPU usage (%): 98.7843
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6089008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.95
system time used= 3.3823
maximum resident set size= 6089136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245431
page faults= 110
swaps= 0
block input operations= 0
block output operations= 37624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116230
involuntary context switches= 8577


# summary of solver processes directly reported to runsolver:
#   pid: 49820
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3596.95
#   total CPU system time (s): 3.3823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.597 second user time and 36.3466 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 11:27:04
IDJOB=4489605
IDBENCH=147558
IDSOLVER=3362
FILE ID=nodeC001/4489605-1751362023
RUNJOBID= nodeC001-1751362023-49772
SLURM_JOB_ID= 9598175
Free space on /tmp= 432992 MiB

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

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

MD5SUM BENCH= 9792288b3bfa4387008e61c6fa17d472
RANDOM SEED=259368923

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		: 1296.955
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		: 1197.165
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		: 1197.166
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		: 1296.812
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		: 1297.393
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		: 1296.943
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.203
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.336
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:        130040200 kB
MemAvailable:   129893036 kB
Buffers:            2128 kB
Cached:           657068 kB
SwapCached:           28 kB
Active:           365992 kB
Inactive:         358224 kB
Active(anon):      72572 kB
Inactive(anon):    10380 kB
Active(file):     293420 kB
Inactive(file):   347844 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             68048 kB
Writeback:            12 kB
AnonPages:         68732 kB
Mapped:           102764 kB
Shmem:             17932 kB
KReclaimable:     102012 kB
Slab:             185728 kB
SReclaimable:     102012 kB
SUnreclaim:        83716 kB
KernelStack:        3856 kB
PageTables:         2776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC001 at 2025-07-01 12:27:49