Trace number 4542548

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.17 3573.44

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height46_pigeons45_holes44.opb
MD5SUMa8e56f9e5ad0cb5cee4856e95cb4d672
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1193.42
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106882
Number of constraints which are clauses54005
Number of constraints which are cardinality constraints (but not clauses)48506
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4542548-1753220993.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.18	c  no objective function found
659.14/655.61	c ... done. Wall clock time 655.454s.
659.14/655.61	c declared #vars     2235696
659.14/655.61	c #constraints  106882
659.14/655.62	c constraints type 
659.14/655.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 52877
659.14/655.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 54005
659.14/655.62	c 106882 constraints processed.
714.96/707.04	c cleaning 2026 clauses out of 5000 with flag 0/5000
785.11/775.98	c cleaning 2674 clauses out of 8974 with flag 0/11000
858.85/848.70	c cleaning 2309 clauses out of 13300 with flag 0/18000
977.48/961.97	c cleaning 3922 clauses out of 18991 with flag 0/26000
1232.28/1214.76	c cleaning 5826 clauses out of 24069 with flag 0/35000
2151.29/2132.59	c cleaning 9904 clauses out of 28243 with flag 0/45000
3065.56/3045.25	c cleaning 10989 clauses out of 29339 with flag 0/56000
3344.83/3321.66	c cleaning 6556 clauses out of 30350 with flag 0/68000
3475.93/3450.78	c cleaning 4477 clauses out of 36796 with flag 0/81002
3600.00/3573.31	c starts		: 100
3600.00/3573.32	c conflicts		: 90099
3600.00/3573.32	c decisions		: 20224441
3600.00/3573.32	c propagations		: 42151153
3600.00/3573.32	c inspects		: 120594278
3600.00/3573.32	c shortcuts		: 0
3600.00/3573.32	c learnt literals	: 0
3600.00/3573.32	c learnt binary clauses	: 1
3600.00/3573.32	c learnt ternary clauses	: 0
3600.00/3573.32	c learnt constraints	: 90099
3600.00/3573.32	c ignored constraints	: 0
3600.00/3573.32	c root simplifications	: 0
3600.00/3573.32	c removed literals (reason simplification)	: 0
3600.00/3573.32	c reason swapping (by a shorter reason)	: 0
3600.00/3573.32	c Calls to reduceDB	: 9
3600.00/3573.32	c Number of update (reduction) of LBD	: 72216
3600.00/3573.32	c Imported unit clauses	: 0
3600.00/3573.33	c No decision after first conflict	: false
3600.00/3573.33	c number of reductions to clauses (during analyze)	: 0
3600.00/3573.33	c number of learned constraints concerned by reduction	: 0
3600.00/3573.33	c number of learning phase by resolution	: 0
3600.00/3573.33	c number of learning phase by cutting planes	: 0
3600.00/3573.33	c number of rounding to 1 operations	: 0
3600.00/3573.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3573.33	c number of reductions of the coefficients by power 2 	: 0
3600.00/3573.33	c number of right shift for reduction by power 2 	: 0
3600.00/3573.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3573.33	c number of ending skipping 	: 0
3600.00/3573.33	c number of internal skipping 	: 0
3600.00/3573.33	c number of derivation steps 	: 1055727
3600.00/3573.33	c number of skipped derivation steps 	: 0
3600.00/3573.33	c number of remaining unassigned 	: 10952
3600.00/3573.33	c number of remaining assigned 	: 439472545
3600.00/3573.33	c number of falsified literals weakened from reason	: 0
3600.00/3573.33	c number of falsified literals weakened from conflict	: 0
3600.00/3573.33	c time for arithmetic operations	: 3277475030
3600.00/3573.34	c timeout
3600.00/3573.34	c minimum degree of deleted constraints	: 1
3600.00/3573.34	c maximum degree of deleted constraints	: 6866803519339332140455514564032035664
3600.00/3573.34	c number of deleted constraints	: 48683
3600.00/3573.34	c speed (assignments/second)	: 14446.933392376204
3600.00/3573.34	c non guided choices	: 18845992
3600.00/3573.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 5
3600.00/3573.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 37603
3600.00/3573.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.00/3573.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3807
3600.00/3573.37	s UNKNOWN
3600.00/3573.37	c Total wall clock time (in seconds): 3573.217

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: 63708 MiB (44164 MiB free)
  memory of node 1: 64465 MiB (42752 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10006 s]*
/proc/loadavg: 2.96 3.84 4.01 11/338 158676
/proc/meminfo: memFree=88496992/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=18930384 memory=57660 CPUtime=0.13 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 6572 0 0 0 11 2 0 0 20 0 18 0 237776934 19384713216 14415 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4732596 14415 5337 1 0 547619 0
[pid=158658/tid=158660] ppid=158655 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 5077 0 0 0 7 1 0 0 20 0 18 0 237776936 19384713216 14415 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237776938 19384713216 14415 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=18930384 memory=55186957824150 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237776938 19384713216 14415 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57660 KiB

[startup+0.205852 s]*
/proc/loadavg: 2.96 3.84 4.01 9/338 158676
/proc/meminfo: memFree=87952540/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=18930384 memory=181160 CPUtime=0.29 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 7197 0 0 0 25 4 0 0 20 0 18 0 237776934 19384713216 45290 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4732596 45290 5433 1 0 547947 0
[pid=158658/tid=158660] ppid=158655 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 5523 0 0 0 14 3 0 0 20 0 18 0 237776936 19384713216 45290 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237776938 19384713216 45290 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237776938 19384713216 45290 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 181160 KiB

[startup+0.306002 s]*
/proc/loadavg: 2.96 3.84 4.01 7/338 158676
/proc/meminfo: memFree=87483896/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=18930384 memory=458748 CPUtime=0.43 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 7580 0 0 0 33 10 0 0 20 0 18 0 237776934 19384713216 114687 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4732596 114687 5433 1 0 547977 0
[pid=158658/tid=158660] ppid=158655 vsize=18930384 memory=-8815906653004931772 CPUtime=0.28 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 5839 0 0 0 19 9 0 0 20 0 18 0 237776936 19384713216 114687 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237776938 19384713216 114687 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237776938 19384713216 114687 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 458748 KiB

[startup+0.700237 s]
/proc/loadavg: 2.96 3.84 4.01 6/339 158677
/proc/meminfo: memFree=85840772/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=18996948 memory=767236 CPUtime=0.9 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 9494 0 0 0 74 16 0 0 20 0 19 0 237776934 19452874752 191809 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4749237 191809 5465 1 0 549284 0
[pid=158658/tid=158660] ppid=158655 vsize=18996948 memory=27136 CPUtime=0.62 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 6161 0 0 0 48 14 0 0 20 0 19 0 237776936 19452874752 191809 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 191809 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 191809 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 767236 KiB

[startup+1.50022 s]
/proc/loadavg: 2.96 3.84 4.01 6/316 158687
/proc/meminfo: memFree=84982776/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=18996948 memory=769668 CPUtime=1.86 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 9675 0 0 0 169 17 0 0 20 0 19 0 237776934 19452874752 192417 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4749237 192417 5465 1 0 549302 0
[pid=158658/tid=158660] ppid=158655 vsize=18996948 memory=3328 CPUtime=1.4 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 6218 0 0 0 126 14 0 0 20 0 19 0 237776936 19452874752 192417 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 192417 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 192417 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 769668 KiB

[startup+3.1059 s]
/proc/loadavg: 3.13 3.86 4.02 8/338 158745
/proc/meminfo: memFree=83609352/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=18996948 memory=932896 CPUtime=3.54 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 10217 0 0 0 334 20 0 0 20 0 19 0 237776934 19452874752 233224 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4749237 233224 5465 1 0 655838 0
[pid=158658/tid=158660] ppid=158655 vsize=18996948 memory=10752 CPUtime=2.96 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 6386 0 0 0 279 17 0 0 20 0 19 0 237776936 19452874752 233224 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 233224 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 233224 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 932896 KiB

[startup+6.30021 s]
/proc/loadavg: 3.13 3.86 4.02 7/339 158746
/proc/meminfo: memFree=82241480/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=18996948 memory=946620 CPUtime=6.88 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 12643 0 0 0 666 22 0 0 20 0 19 0 237776934 19452874752 236655 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4749237 236655 5465 1 0 657159 0
[pid=158658/tid=158660] ppid=158655 vsize=18996948 memory=5632 CPUtime=6.08 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 6581 0 0 0 590 18 0 0 20 0 19 0 237776936 19452874752 236655 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 236655 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=18996948 memory=-8815906653004931772 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 236655 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 6.88 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 946620 KiB

[startup+12.7002 s]
/proc/loadavg: 3.42 3.90 4.03 8/340 158747
/proc/meminfo: memFree=81763924/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=18996948 memory=948096 CPUtime=13.36 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 16678 0 0 0 1312 24 0 0 20 0 19 0 237776934 19452874752 237024 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4749237 237024 5497 1 0 657159 0
[pid=158658/tid=158660] ppid=158655 vsize=18996948 memory=16508 CPUtime=12.32 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 7789 0 0 0 1214 18 0 0 20 0 19 0 237776936 19452874752 237024 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=18996948 memory=945996 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 237024 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 237024 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 13.36 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 948096 KiB

[startup+25.5002 s]
/proc/loadavg: 3.59 3.92 4.03 5/340 158747
/proc/meminfo: memFree=80104872/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=18996948 memory=963184 CPUtime=26.7 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 35903 0 0 0 2641 29 0 0 20 0 19 0 237776934 19452874752 240796 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4749237 240796 5497 1 0 662797 0
[pid=158658/tid=158660] ppid=158655 vsize=18996948 memory=27136 CPUtime=24.8 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 9235 0 0 0 2462 18 0 0 20 0 19 0 237776936 19452874752 240796 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=18996948 memory=945996 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 240796 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=18996948 memory=27136 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 240796 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 26.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 963184 KiB

[startup+51.1057 s]
/proc/loadavg: 3.91 3.97 4.05 5/339 158749
/proc/meminfo: memFree=78596676/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=18996948 memory=981756 CPUtime=52.97 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 45045 0 0 0 5264 33 0 0 20 0 19 0 237776934 19452874752 245439 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4749237 245439 5497 1 0 663452 0
[pid=158658/tid=158660] ppid=158655 vsize=18996948 memory=27136 CPUtime=49.8 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 10948 0 0 0 4961 19 0 0 20 0 19 0 237776936 19452874752 245439 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=18996948 memory=948096 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 245439 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776938 19452874752 245439 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 52.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 981756 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.04 4.07 6/340 158755
/proc/meminfo: memFree=75918832/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=18996948 memory=987912 CPUtime=104.32 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 45656 0 0 0 10393 39 0 0 20 0 19 0 237776934 19452874752 246978 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0

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

/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237776938 19521036288 2344853 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=19063512 memory=9350740 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 2130 0 0 0 0 0 0 0 20 0 20 0 237776938 19521036288 2344853 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158789] ppid=158655 vsize=19063512 memory=9377364 CPUtime=0 cores=5,7
/proc/158658/task/158789/stat : 158789 (Timer-0) S 158655 158658 158535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237842504 19521036288 2344853 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 3183.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9379412 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.21 4.24 5/341 158933
/proc/meminfo: memFree=42968068/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=19063512 memory=9621984 CPUtime=3244.13 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 197357 0 0 0 323807 606 0 0 20 0 20 0 237776934 19521036288 2405496 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4765878 2405496 5529 1 0 3363920 0
[pid=158658/tid=158660] ppid=158655 vsize=19063512 memory=9320016 CPUtime=3166.8 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 79359 0 0 0 316277 403 0 0 20 0 20 0 237776936 19521036288 2405496 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=19063512 memory=14588 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237776938 19521036288 2405496 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=19063512 memory=14588 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 2134 0 0 0 0 0 0 0 20 0 20 0 237776938 19521036288 2405496 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158789] ppid=158655 vsize=19063512 memory=9401940 CPUtime=0 cores=5,7
/proc/158658/task/158789/stat : 158789 (Timer-0) S 158655 158658 158535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237842504 19521036288 2405496 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 3244.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9621984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.20 4.23 5/341 158935
/proc/meminfo: memFree=42051632/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=19063512 memory=10465520 CPUtime=3305.26 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 201113 0 0 0 329900 626 0 0 20 0 20 0 237776934 19521036288 2616380 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4765878 2616380 5529 1 0 3539388 0
[pid=158658/tid=158660] ppid=158655 vsize=19063512 memory=10459376 CPUtime=3223.82 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 81309 0 0 0 321969 413 0 0 20 0 20 0 237776936 19521036288 2616380 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=19063512 memory=9880872 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237776938 19521036288 2616380 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=19063512 memory=9624032 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 2166 0 0 0 0 0 0 0 20 0 20 0 237776938 19521036288 2616380 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158789] ppid=158655 vsize=19063512 memory=10465520 CPUtime=0 cores=5,7
/proc/158658/task/158789/stat : 158789 (Timer-0) S 158655 158658 158535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237842504 19521036288 2616380 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 3305.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10465520 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.22 4.24 5/341 158938
/proc/meminfo: memFree=41798956/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=19063512 memory=10648044 CPUtime=3365.71 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 206020 0 0 0 335934 637 0 0 20 0 20 0 237776934 19521036288 2662011 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4765878 2662011 5529 1 0 3566543 0
[pid=158658/tid=158660] ppid=158655 vsize=19063512 memory=9401940 CPUtime=3281.85 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 84097 0 0 0 327768 417 0 0 20 0 20 0 237776936 19521036288 2662011 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=19063512 memory=10641900 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237776938 19521036288 2662011 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=19063512 memory=10641900 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 2193 0 0 0 0 0 0 0 20 0 20 0 237776938 19521036288 2662011 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158789] ppid=158655 vsize=19063512 memory=10641900 CPUtime=0 cores=5,7
/proc/158658/task/158789/stat : 158789 (Timer-0) S 158655 158658 158535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237842504 19521036288 2662011 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 3365.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10648044 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.21 4.23 5/341 158941
/proc/meminfo: memFree=41099492/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=19130076 memory=11298280 CPUtime=3426.56 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 211111 0 0 0 342001 655 0 0 20 0 21 0 237776934 19589197824 2824570 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4782519 2824570 5529 1 0 3658776 0
[pid=158658/tid=158660] ppid=158655 vsize=19130076 memory=10641900 CPUtime=3339.18 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 86676 0 0 0 333492 426 0 0 20 0 21 0 237776936 19589197824 2824570 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=19130076 memory=10945600 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776938 19589197824 2824570 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 2290 0 0 0 0 0 0 0 20 0 21 0 237776938 19589197824 2824570 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158789] ppid=158655 vsize=19130076 memory=27264 CPUtime=0 cores=5,7
/proc/158658/task/158789/stat : 158789 (Timer-0) S 158655 158658 158535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 237842504 19589197824 2824570 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 3426.56 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11298280 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.23 4.24 5/341 158943
/proc/meminfo: memFree=40214208/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=19130076 memory=12131776 CPUtime=3487.55 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 214813 0 0 0 348075 680 0 0 20 0 21 0 237776934 19589197824 3032944 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4782519 3032944 5529 1 0 3871843 0
[pid=158658/tid=158660] ppid=158655 vsize=19130076 memory=10641900 CPUtime=3396.26 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 88635 0 0 0 339189 437 0 0 20 0 21 0 237776936 19589197824 3032944 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=19130076 memory=10648044 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776938 19589197824 3032944 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=19130076 memory=11249128 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 2367 0 0 0 0 0 0 0 20 0 21 0 237776938 19589197824 3032944 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158789] ppid=158655 vsize=19130076 memory=5276 CPUtime=0 cores=5,7
/proc/158658/task/158789/stat : 158789 (Timer-0) S 158655 158658 158535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 237842504 19589197824 3032944 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 3487.55 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 12131776 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.25 4.24 6/339 159215
/proc/meminfo: memFree=65813604/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=19130076 memory=12773652 CPUtime=3548.36 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 219132 0 0 0 354139 697 0 0 20 0 21 0 237776934 19589197824 3193413 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4782519 3193413 5529 1 0 3957489 0
[pid=158658/tid=158660] ppid=158655 vsize=19130076 memory=12115392 CPUtime=3453.75 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 90201 0 0 0 344931 444 0 0 20 0 21 0 237776936 19589197824 3193413 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=19130076 memory=12664932 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776938 19589197824 3193413 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=19130076 memory=12767468 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 2368 0 0 0 0 0 0 0 20 0 21 0 237776938 19589197824 3193413 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158789] ppid=158655 vsize=19130076 memory=12767468 CPUtime=0 cores=5,7
/proc/158658/task/158789/stat : 158789 (Timer-0) S 158655 158658 158535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 237842504 19589197824 3193413 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 3548.36 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 12773652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3573.3 s]
/proc/loadavg: 4.42 4.29 4.26 5/339 159351
/proc/meminfo: memFree=68551084/131249988 swapFree=33010160/33010684
[pid=158658] ppid=158655 vsize=19130076 memory=13005476 CPUtime=3600 cores=5,7
/proc/158658/stat : 158658 (java) S 158655 158658 158535 0 -1 4194304 222108 0 0 0 359294 706 0 0 20 0 21 0 237776934 19589197824 3251369 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
/proc/158658/statm: 4782519 3251369 5529 1 0 3999268 0
[pid=158658/tid=158660] ppid=158655 vsize=19130076 memory=13005476 CPUtime=3502.35 cores=5,7
/proc/158658/task/158660/stat : 158660 (java) R 158655 158658 158535 0 -1 4194368 91726 0 0 0 349788 447 0 0 20 0 21 0 237776936 19589197824 3251369 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158669] ppid=158655 vsize=19130076 memory=13005476 CPUtime=0 cores=5,7
/proc/158658/task/158669/stat : 158669 (Finalizer) S 158655 158658 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776938 19589197824 3251369 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158676] ppid=158655 vsize=19130076 memory=27264 CPUtime=0 cores=5,7
/proc/158658/task/158676/stat : 158676 (Common-Cleaner) S 158655 158658 158535 0 -1 4194368 2429 0 0 0 0 0 0 0 20 0 21 0 237776938 19589197824 3251369 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
[pid=158658/tid=158789] ppid=158655 vsize=19130076 memory=2764 CPUtime=0 cores=5,7
/proc/158658/task/158789/stat : 158789 (Timer-0) S 158655 158658 158535 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 237842504 19589197824 3251369 18446744073709551615 94631598645248 94631598648944 140726096798304 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94631598656760 94631598657552 94631604645888 140726096804177 140726096804324 140726096804324 140726096809928 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 13005476 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.07 s, system=7.10628 s

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

[startup+3573.41 s]*
/proc/loadavg: 4.42 4.29 4.26 6/320 159354
/proc/meminfo: memFree=79018916/131249988 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): 3573.44
CPU time (s): 3600.17
CPU user time (s): 3593.07
CPU system time (s): 7.10628
CPU usage (%): 100.748
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 13005476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.07
system time used= 7.10628
maximum resident set size= 13006500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226363
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7033304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 392423
involuntary context switches= 28083


# summary of solver processes directly reported to runsolver:
#   pid: 158658
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3593.07
#   total CPU system time (s): 7.10628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55402 second user time and 16.948 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-22 23:49:54
IDJOB=4542548
IDBENCH=163934
IDSOLVER=3362
FILE ID=nodeC020/4542548-1753220993
RUNJOBID= nodeC020-1753220993-158548
SLURM_JOB_ID= 9687807
Free space on /tmp= 432820 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height46_pigeons45_holes44.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542548-1753220993/watcher-4542548-1753220993 -o /tmp/evaluation-result-4542548-1753220993/solver-4542548-1753220993 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753220993-158548 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542548-1753220993 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542548-1753220993.opb

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

MD5SUM BENCH= a8e56f9e5ad0cb5cee4856e95cb4d672
RANDOM SEED=554084652

nodeC020 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	: 0xb00002a
cpu MHz		: 3599.900
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3599.893
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3599.888
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3599.887
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3599.590
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3599.971
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3599.884
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
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	: 0xb00002a
cpu MHz		: 3602.458
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        89199528 kB
MemAvailable:   128499156 kB
Buffers:            2128 kB
Cached:         40056748 kB
SwapCached:            4 kB
Active:          2147036 kB
Inactive:       39202540 kB
Active(anon):    1292408 kB
Inactive(anon):    24536 kB
Active(file):     854628 kB
Inactive(file): 39178004 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             73664 kB
Writeback:             0 kB
AnonPages:       1292996 kB
Mapped:           128276 kB
Shmem:             26244 kB
KReclaimable:     212468 kB
Slab:             308552 kB
SReclaimable:     212468 kB
SUnreclaim:        96084 kB
KernelStack:        5152 kB
PageTables:         5804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   10598660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1134592 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429244 MiB
End job on nodeC020 at 2025-07-23 00:49:27