Trace number 4522648

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.36 3558.37

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
SMTI/SMTI_PBO/SMTI_25000_10_0.75_2.opb
MD5SUMb2d4db31ca5f6e24f807927234179026
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 benchmark4
Best CPU time to get the best result obtained on this benchmark699.886
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables300000
Total number of constraints300001
Number of constraints which are clauses250000
Number of constraints which are cardinality constraints (but not clauses)50000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint50000
Number of terms in the objective function 50000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50000
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50000
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.15	c See www.sat4j.org for details.
0.10/0.16	c version PB25.v20250606
0.10/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.18	c java.vm.version	22.0.1+8-16
0.10/0.18	c java.vm.vendor	Oracle Corporation
0.10/0.18	c sun.arch.data.model	64
0.10/0.18	c java.version		22.0.1
0.10/0.18	c os.name		Linux
0.10/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.18	c os.arch		amd64
0.10/0.18	c Free memory 		2104792832
0.10/0.18	c Max memory 		16282288128
0.10/0.18	c Total memory 		2113929216
0.10/0.19	c Number of processors 	2
0.33/0.28	c Pseudo Boolean Optimization by upper bound
0.33/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.33/0.28	c  - never skip resolution steps
0.33/0.28	c  - Auto-division on coefficients is disabled
0.33/0.28	c  - No postprocessing
0.33/0.28	c  - Conflict is considered as is when resolving
0.33/0.28	c  - Use constraints as they come during conflict analysis
0.33/0.28	c  - Weaken first using unassigned literals
0.33/0.28	c  - Bump strategy: ALWAYS_ONE
0.33/0.28	c  - Bumper: ANY
0.33/0.28	c --- Begin Solver configuration ---
0.33/0.28	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.33/0.28	c Learn all clauses as in MiniSAT
0.33/0.28	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.33/0.28	c No reason simplification
0.33/0.28	c Armin Biere (Picosat) restarts strategy
0.33/0.28	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.33/0.28	c timeout=2147483s
0.33/0.28	c DB Simplification allowed=false
0.33/0.28	c Listener: none
0.33/0.28	c --- End Solver configuration ---
0.33/0.28	c solving HOME/instance-4522648-1751650844.opb
0.33/0.28	c reading problem ... 
0.33/0.29	c  objective function found
29.51/25.31	c ... done. Wall clock time 25.022s.
29.51/25.31	c declared #vars     300000
29.51/25.31	c #constraints  350002
29.51/25.31	c constraints type 
29.51/25.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 560
29.51/25.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49993
29.51/25.31	c org.sat4j.specs.Constr$1 => 2064
29.51/25.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 297231
29.51/25.31	c org.sat4j.pb.constraints.pb.UnitClausePB => 154
29.51/25.31	c 350002 constraints processed.
29.51/25.32	c objective function length is 50000 literals
138.91/130.55	c cleaning 21 clauses out of 4847
214.40/203.45	c cleaning 1 clauses out of 10826
331.02/318.42	c cleaning 1 clauses out of 17825
504.78/490.85	c cleaning 0 clauses out of 25824
729.99/713.96	c cleaning 7 clauses out of 34824
1027.96/1009.96	c cleaning 3 clauses out of 44817
1401.57/1381.29	c cleaning 10 clauses out of 55814
1852.34/1828.47	c cleaning 15 clauses out of 67804
2389.87/2362.65	c cleaning 30 clauses out of 80788
3009.79/2977.05	c cleaning 42 clauses out of 94757
3600.05/3558.15	c starts		: 15
3600.05/3558.16	c timeout
3600.05/3558.17	c conflicts		: 107834
3600.05/3558.17	c decisions		: 938472461
3600.05/3558.17	c propagations		: 4836695593
3600.05/3558.17	c inspects		: 7863304776
3600.05/3558.17	c shortcuts		: 0
3600.05/3558.17	c learnt literals	: 156
3600.05/3558.17	c learnt binary clauses	: 779
3600.05/3558.17	c learnt ternary clauses	: 1773
3600.05/3558.17	c learnt constraints	: 107678
3600.05/3558.17	c ignored constraints	: 0
3600.05/3558.17	c root simplifications	: 0
3600.05/3558.17	c removed literals (reason simplification)	: 0
3600.05/3558.17	c reason swapping (by a shorter reason)	: 0
3600.05/3558.17	c Calls to reduceDB	: 10
3600.05/3558.17	c Number of update (reduction) of LBD	: 0
3600.05/3558.17	c Imported unit clauses	: 0
3600.05/3558.18	c No decision after first conflict	: false
3600.05/3558.18	c number of reductions to clauses (during analyze)	: 0
3600.05/3558.18	c number of learned constraints concerned by reduction	: 0
3600.05/3558.18	c number of learning phase by resolution	: 0
3600.05/3558.18	c number of learning phase by cutting planes	: 0
3600.05/3558.18	c number of rounding to 1 operations	: 0
3600.05/3558.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3558.18	c number of reductions of the coefficients by power 2 	: 0
3600.05/3558.18	c number of right shift for reduction by power 2 	: 0
3600.05/3558.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3558.18	c number of ending skipping 	: 0
3600.05/3558.18	c number of internal skipping 	: 0
3600.05/3558.18	c number of derivation steps 	: 109111
3600.05/3558.18	c number of skipped derivation steps 	: 0
3600.05/3558.18	c number of remaining unassigned 	: 0
3600.05/3558.18	c number of remaining assigned 	: 0
3600.05/3558.18	c number of falsified literals weakened from reason	: 0
3600.05/3558.18	c number of falsified literals weakened from conflict	: 0
3600.05/3558.18	c time for arithmetic operations	: 0
3600.05/3558.19	c minimum degree of deleted constraints	: null
3600.05/3558.19	c maximum degree of deleted constraints	: null
3600.05/3558.19	c number of deleted constraints	: 0
3600.05/3558.19	c speed (assignments/second)	: 1369091.6785859962
3600.05/3558.19	c non guided choices	: 372274085
3600.31/3558.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 6
3600.31/3558.30	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 57
3600.31/3558.30	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 107468
3600.31/3558.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 17
3600.31/3558.30	s UNKNOWN
3600.31/3558.30	c Total wall clock time (in seconds): 3558.017

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62905 MiB free)
  memory of node 1: 64465 MiB (63149 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=98684, runsolver pid=98680

[startup+0.100035 s]*
/proc/loadavg: 1.58 1.27 1.22 7/307 98714
/proc/meminfo: memFree=128850956/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=18930384 memory=48336 CPUtime=0.1 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 5744 0 0 0 6 4 0 0 20 0 18 0 80763158 19384713216 12084 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4732596 12084 5328 1 0 546955 0
[pid=98684/tid=98689] ppid=98680 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 4648 0 0 0 4 3 0 0 20 0 18 0 80763160 19384713216 12084 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=18930384 memory=16878 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80763165 19384713216 12084 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 80763166 19384713216 12084 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48336 KiB

[startup+0.214609 s]*
/proc/loadavg: 1.58 1.27 1.22 8/320 98727
/proc/meminfo: memFree=128429160/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=18930384 memory=58604 CPUtime=0.33 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 6784 0 0 0 28 5 0 0 20 0 18 0 80763158 19384713216 14651 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4732596 14651 5360 1 0 547828 0
[pid=98684/tid=98689] ppid=98680 vsize=18930384 memory=4026794268 CPUtime=0.2 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) S 98680 98684 97552 0 -1 4194368 5268 0 0 0 16 4 0 0 20 0 18 0 80763160 19384713216 14651 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=18930384 memory=16878 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80763165 19384713216 14651 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 80763166 19384713216 14651 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58604 KiB

[startup+0.337931 s]*
/proc/loadavg: 1.58 1.27 1.22 9/320 98727
/proc/meminfo: memFree=128118496/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=18930384 memory=71968 CPUtime=0.51 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 6985 0 0 0 45 6 0 0 20 0 18 0 80763158 19384713216 17992 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4732596 17992 5424 1 0 547915 0
[pid=98684/tid=98689] ppid=98680 vsize=18930384 memory=-6000919485524239462 CPUtime=0.27 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 5360 0 0 0 23 4 0 0 20 0 18 0 80763160 19384713216 17992 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80763165 19384713216 17992 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 80763166 19384713216 17992 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71968 KiB

[startup+0.700344 s]
/proc/loadavg: 1.58 1.27 1.22 11/320 98727
/proc/meminfo: memFree=127773304/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=18996948 memory=213612 CPUtime=1.18 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 11307 0 0 0 107 11 0 0 20 0 19 0 80763158 19452874752 53403 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4749237 53403 5456 1 0 551119 0
[pid=98684/tid=98689] ppid=98680 vsize=18996948 memory=19328 CPUtime=0.52 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 5459 0 0 0 46 6 0 0 20 0 19 0 80763160 19452874752 53403 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80763165 19452874752 53403 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80763166 19452874752 53403 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 213612 KiB

[startup+1.50035 s]
/proc/loadavg: 1.58 1.27 1.22 8/322 98729
/proc/meminfo: memFree=124122080/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=18996948 memory=1302608 CPUtime=2.17 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 12726 0 0 0 180 37 0 0 20 0 19 0 80763158 19452874752 325652 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4749237 325652 5456 1 0 1077524 0
[pid=98684/tid=98689] ppid=98680 vsize=18996948 memory=3200 CPUtime=1.29 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 5992 0 0 0 97 32 0 0 20 0 19 0 80763160 19452874752 325652 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80763165 19452874752 325652 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80763166 19452874752 325652 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 2.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1302608 KiB

[startup+3.108 s]
/proc/loadavg: 1.58 1.27 1.22 6/323 98730
/proc/meminfo: memFree=115568628/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=18996948 memory=2359228 CPUtime=4.45 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 15035 0 0 0 386 59 0 0 20 0 19 0 80763158 19452874752 589807 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4749237 589807 5456 1 0 1078418 0
[pid=98684/tid=98689] ppid=98680 vsize=18996948 memory=11136 CPUtime=2.81 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 6563 0 0 0 228 53 0 0 20 0 19 0 80763160 19452874752 589807 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80763165 19452874752 589807 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80763166 19452874752 589807 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 4.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2359228 KiB

[startup+6.3005 s]
/proc/loadavg: 1.85 1.33 1.24 5/324 98731
/proc/meminfo: memFree=114522736/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=18996948 memory=3124064 CPUtime=7.83 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 16229 0 0 0 709 74 0 0 20 0 19 0 80763158 19452874752 781016 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4749237 781016 5456 1 0 1216309 0
[pid=98684/tid=98689] ppid=98680 vsize=18996948 memory=5632 CPUtime=5.78 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 7338 0 0 0 511 67 0 0 20 0 19 0 80763160 19452874752 781016 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80763165 19452874752 781016 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=18996948 memory=-6000919507015853158 CPUtime=0 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80763166 19452874752 781016 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 7.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3124064 KiB

[startup+12.7004 s]
/proc/loadavg: 2.03 1.37 1.26 6/324 98731
/proc/meminfo: memFree=111178324/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=18996948 memory=5288220 CPUtime=14.67 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 19448 0 0 0 1349 118 0 0 20 0 19 0 80763158 19452874752 1322055 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4749237 1322055 5456 1 0 1761519 0
[pid=98684/tid=98689] ppid=98680 vsize=18996948 memory=16628 CPUtime=11.64 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 9148 0 0 0 1055 109 0 0 20 0 19 0 80763160 19452874752 1322055 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=18996948 memory=16628 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80763165 19452874752 1322055 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=18996948 memory=19328 CPUtime=0 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80763166 19452874752 1322055 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 14.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5288220 KiB

[startup+25.5004 s]
/proc/loadavg: 2.53 1.52 1.31 5/324 98732
/proc/meminfo: memFree=107752372/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=19063512 memory=6908632 CPUtime=29.88 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 28608 0 0 0 2831 157 0 0 20 0 20 0 80763158 19521036288 1727158 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4765878 1727158 5488 1 0 2163964 0
[pid=98684/tid=98689] ppid=98680 vsize=19063512 memory=6902280 CPUtime=23.32 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 11225 0 0 0 2189 143 0 0 20 0 20 0 80763160 19521036288 1727158 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=19063512 memory=16628 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80763165 19521036288 1727158 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=19063512 memory=6894012 CPUtime=0 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80763166 19521036288 1727158 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 29.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6908632 KiB

[startup+51.1131 s]
/proc/loadavg: 3.11 1.74 1.39 5/326 98734
/proc/meminfo: memFree=107649808/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=19063512 memory=6911680 CPUtime=56.55 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 32838 0 0 0 5494 161 0 0 20 0 20 0 80763158 19521036288 1727920 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4765878 1727920 5488 1 0 2164006 0
[pid=98684/tid=98689] ppid=98680 vsize=19063512 memory=6911680 CPUtime=48.86 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 11498 0 0 0 4743 143 0 0 20 0 20 0 80763160 19521036288 1727920 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=19063512 memory=19328 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80763165 19521036288 1727920 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=19063512 memory=6911680 CPUtime=0 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80763166 19521036288 1727920 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98733] ppid=98680 vsize=19063512 memory=6918104 CPUtime=0 cores=4,6
/proc/98684/task/98733/stat : 98733 (Timer-0) S 98680 98684 97552 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80765697 19521036288 1727920 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 56.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6911680 KiB

[startup+102.301 s]
/proc/loadavg: 4.15 2.22 1.57 5/328 98738
/proc/meminfo: memFree=107294792/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=19063512 memory=6914424 CPUtime=108.93 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 46257 0 0 0 10726 167 0 0 20 0 20 0 80763158 19521036288 1728606 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0

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

Current children cumulated memory: 7073108 KiB

[startup+3282.3 s]
/proc/loadavg: 3.10 3.17 3.41 4/303 98933
/proc/meminfo: memFree=110068080/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=19130076 memory=7073236 CPUtime=3320.58 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 359641 0 0 0 331654 404 0 0 20 0 21 0 80763158 19589197824 1768309 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4782519 1768309 5520 1 0 2164582 0
[pid=98684/tid=98689] ppid=98680 vsize=19130076 memory=7073236 CPUtime=3242.76 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 199897 0 0 0 324095 181 0 0 20 0 21 0 80763160 19589197824 1768309 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=19130076 memory=7073236 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763165 19589197824 1768309 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=19130076 memory=5148 CPUtime=0.01 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 3806 0 0 0 1 0 0 0 20 0 21 0 80763166 19589197824 1768309 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98733] ppid=98680 vsize=19130076 memory=16628 CPUtime=0 cores=4,6
/proc/98684/task/98733/stat : 98733 (Timer-0) S 98680 98684 97552 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 80765697 19589197824 1768309 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 3320.58 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7073236 KiB

[startup+3342.3 s]
/proc/loadavg: 3.09 3.15 3.39 4/303 98935
/proc/meminfo: memFree=110055792/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=19130076 memory=7075300 CPUtime=3381.25 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 362102 0 0 0 337717 408 0 0 20 0 21 0 80763158 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4782519 1768825 5520 1 0 2164582 0
[pid=98684/tid=98689] ppid=98680 vsize=19130076 memory=7075300 CPUtime=3301.52 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 201290 0 0 0 329970 182 0 0 20 0 21 0 80763160 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=19130076 memory=7075300 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763165 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=19130076 memory=7075300 CPUtime=0.01 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 3806 0 0 0 1 0 0 0 20 0 21 0 80763166 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98733] ppid=98680 vsize=19130076 memory=7075300 CPUtime=0 cores=4,6
/proc/98684/task/98733/stat : 98733 (Timer-0) S 98680 98684 97552 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 80765697 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 3381.25 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7075300 KiB

[startup+3402.3 s]
/proc/loadavg: 3.13 3.15 3.37 4/303 98937
/proc/meminfo: memFree=109917012/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=19130076 memory=7075300 CPUtime=3441.62 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 367795 0 0 0 343751 411 0 0 20 0 21 0 80763158 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4782519 1768825 5520 1 0 2164583 0
[pid=98684/tid=98689] ppid=98680 vsize=19130076 memory=7075300 CPUtime=3360.4 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 204347 0 0 0 335858 182 0 0 20 0 21 0 80763160 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=19130076 memory=7075300 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763165 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=19130076 memory=7075300 CPUtime=0.01 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 3945 0 0 0 1 0 0 0 20 0 21 0 80763166 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98733] ppid=98680 vsize=19130076 memory=7075300 CPUtime=0 cores=4,6
/proc/98684/task/98733/stat : 98733 (Timer-0) S 98680 98684 97552 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 80765697 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 3441.62 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7075300 KiB

[startup+3462.3 s]
/proc/loadavg: 3.16 3.15 3.36 4/302 98939
/proc/meminfo: memFree=109916760/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=19130076 memory=7075300 CPUtime=3501.95 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 376406 0 0 0 349780 415 0 0 20 0 21 0 80763158 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4782519 1768825 5520 1 0 2164598 0
[pid=98684/tid=98689] ppid=98680 vsize=19130076 memory=7075300 CPUtime=3420.01 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 209013 0 0 0 341818 183 0 0 20 0 21 0 80763160 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=19130076 memory=7075300 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763165 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=19130076 memory=7075300 CPUtime=0.01 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 3945 0 0 0 1 0 0 0 20 0 21 0 80763166 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98733] ppid=98680 vsize=19130076 memory=7075300 CPUtime=0 cores=4,6
/proc/98684/task/98733/stat : 98733 (Timer-0) S 98680 98684 97552 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 80765697 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 3501.95 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7075300 KiB

[startup+3522.3 s]
/proc/loadavg: 3.11 3.14 3.34 4/303 98942
/proc/meminfo: memFree=109916760/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=19130076 memory=7075300 CPUtime=3563.17 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 379862 0 0 0 355897 420 0 0 20 0 21 0 80763158 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4782519 1768825 5520 1 0 2164598 0
[pid=98684/tid=98689] ppid=98680 vsize=19130076 memory=7075300 CPUtime=3477.71 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 210627 0 0 0 347588 183 0 0 20 0 21 0 80763160 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=19130076 memory=7075300 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763165 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=19130076 memory=16628 CPUtime=0.01 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 4017 0 0 0 1 0 0 0 20 0 21 0 80763166 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98733] ppid=98680 vsize=19130076 memory=16628 CPUtime=0 cores=4,6
/proc/98684/task/98733/stat : 98733 (Timer-0) S 98680 98684 97552 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 80765697 19589197824 1768825 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 3563.17 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7075300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3558.11 s]
/proc/loadavg: 3.12 3.14 3.33 4/303 98943
/proc/meminfo: memFree=109916760/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=19130076 memory=7077356 CPUtime=3600.05 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 380214 0 0 0 359582 423 0 0 20 0 21 0 80763158 19589197824 1769339 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4782519 1769339 5520 1 0 2164598 0
[pid=98684/tid=98689] ppid=98680 vsize=19130076 memory=7075300 CPUtime=3511.93 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) R 98680 98684 97552 0 -1 4194368 210861 0 0 0 351010 183 0 0 20 0 21 0 80763160 19589197824 1769339 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=19130076 memory=7075300 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763165 19589197824 1769339 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=19130076 memory=7077356 CPUtime=0.01 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 4089 0 0 0 1 0 0 0 20 0 21 0 80763166 19589197824 1769339 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98733] ppid=98680 vsize=19130076 memory=7077356 CPUtime=0 cores=4,6
/proc/98684/task/98733/stat : 98733 (Timer-0) S 98680 98684 97552 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 80765697 19589197824 1769339 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7077356 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.08 s, system=4.27817 s

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

[startup+3558.2 s]
/proc/loadavg: 3.12 3.14 3.33 4/303 98943
/proc/meminfo: memFree=109916760/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=19329768 memory=7078380 CPUtime=3600.22 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 382622 0 0 0 359598 424 0 0 20 0 22 0 80763158 19793682432 1769595 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4832442 1769595 5552 1 0 2165568 0
[pid=98684/tid=98689] ppid=98680 vsize=19329768 memory=245635481903 CPUtime=3511.98 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) S 98680 98684 97552 0 -1 4194368 210967 0 0 0 351015 183 0 0 20 0 22 0 80763160 19793682432 1769595 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=19329768 memory=55212677268211 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 80763165 19793682432 1769595 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=19329768 memory=413121 CPUtime=0.01 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 4089 0 0 0 1 0 0 0 20 0 22 0 80763166 19793682432 1769595 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 7078380 KiB

[startup+3558.3 s]
/proc/loadavg: 3.12 3.14 3.33 4/303 98943
/proc/meminfo: memFree=109916760/131382120 swapFree=33010416/33010684
[pid=98684] ppid=98680 vsize=19329768 memory=7078380 CPUtime=3600.31 cores=4,6
/proc/98684/stat : 98684 (java) S 98680 98684 97552 0 -1 4194304 382645 0 0 0 359607 424 0 0 20 0 22 0 80763158 19793682432 1769595 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
/proc/98684/statm: 4832442 1769595 5552 1 0 2165568 0
[pid=98684/tid=98689] ppid=98680 vsize=19329768 memory=7075300 CPUtime=3511.98 cores=4,6
/proc/98684/task/98689/stat : 98689 (java) S 98680 98684 97552 0 -1 4194368 210967 0 0 0 351015 183 0 0 20 0 22 0 80763160 19793682432 1769595 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98699] ppid=98680 vsize=19329768 memory=7077356 CPUtime=0 cores=4,6
/proc/98684/task/98699/stat : 98699 (Finalizer) S 98680 98684 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 80763165 19793682432 1769595 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
[pid=98684/tid=98710] ppid=98680 vsize=19329768 memory=7686721470264483783 CPUtime=0.01 cores=4,6
/proc/98684/task/98710/stat : 98710 (Common-Cleaner) S 98680 98684 97552 0 -1 4194368 4089 0 0 0 1 0 0 0 20 0 22 0 80763166 19793682432 1769595 18446744073709551615 94071705710592 94071705714288 140724248989936 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94071705722104 94071705722896 94071735480320 140724248992125 140724248992229 140724248992229 140724248997832 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 7078380 KiB

Child status: 143

Real time (s): 3558.37
CPU time (s): 3600.36
CPU user time (s): 3596.08
CPU system time (s): 4.27817
CPU usage (%): 101.18
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 7078380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.08
system time used= 4.27817
maximum resident set size= 7078508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382738
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115218
involuntary context switches= 11195


# summary of solver processes directly reported to runsolver:
#   pid: 98684
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3596.08
#   total CPU system time (s): 4.27817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.322 second user time and 36.4621 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-04 19:40:45
IDJOB=4522648
IDBENCH=179219
IDSOLVER=3361
FILE ID=nodeC003/4522648-1751650844
RUNJOBID= nodeC003-1751650844-98598
SLURM_JOB_ID= 9672308
Free space on /tmp= 431904 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_25000_10_0.75_2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522648-1751650844/watcher-4522648-1751650844 -o /tmp/evaluation-result-4522648-1751650844/solver-4522648-1751650844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751650844-98598 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4522648-1751650844.opb

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

MD5SUM BENCH= b2d4db31ca5f6e24f807927234179026
RANDOM SEED=454460652

nodeC003 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		: 1795.744
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.44
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.227
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.44
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		: 1995.268
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.44
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		: 2394.326
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.44
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		: 2893.133
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.44
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		: 1795.743
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.44
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.227
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.44
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		: 2494.091
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129195440 kB
MemAvailable:   129536920 kB
Buffers:            2736 kB
Cached:          1135232 kB
SwapCached:           36 kB
Active:           898772 kB
Inactive:         642912 kB
Active(anon):     414080 kB
Inactive(anon):     7604 kB
Active(file):     484692 kB
Inactive(file):   635308 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            112652 kB
Writeback:             0 kB
AnonPages:        407152 kB
Mapped:           124064 kB
Shmem:             17924 kB
KReclaimable:     122212 kB
Slab:             209328 kB
SReclaimable:     122212 kB
SUnreclaim:        87116 kB
KernelStack:        4544 kB
PageTables:         4004 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    4781372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149864 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431956 MiB
End job on nodeC003 at 2025-07-04 20:40:03