Trace number 4542587

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.28 3495.15

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height26_pigeons25_holes24.opb
MD5SUM5315000b872825a9c3a3b6787ef04708
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 benchmark29.9883
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables227556
Total number of constraints20632
Number of constraints which are clauses10505
Number of constraints which are cardinality constraints (but not clauses)8696
Number of constraints which are nor clauses,nor cardinality constraints1431
Minimum length of a constraint24
Maximum length of a constraint29
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 32
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.07	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4542587-1753220993.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c using VERIPB proof format
0.12/0.16	c  no objective function found
13.32/11.41	c ... done. Wall clock time 11.255s.
13.32/11.41	c declared #vars     227556
13.32/11.41	c #constraints  20632
13.32/11.41	c constraints type 
13.32/11.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10127
13.32/11.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10505
13.32/11.41	c 20632 constraints processed.
25.89/20.41	c cleaning 2486 clauses out of 5004 with flag 0/5004
33.18/27.28	c cleaning 2649 clauses out of 8516 with flag 0/11002
46.37/40.09	c cleaning 2883 clauses out of 12865 with flag 0/18000
55.34/48.53	c cleaning 2083 clauses out of 17985 with flag 0/26003
65.21/58.15	c cleaning 2532 clauses out of 24901 with flag 0/35002
77.77/70.02	c cleaning 3190 clauses out of 32367 with flag 0/45000
93.06/84.69	c cleaning 3585 clauses out of 40178 with flag 0/56001
119.28/105.59	c cleaning 4427 clauses out of 48596 with flag 0/68004
137.94/123.26	c cleaning 4188 clauses out of 57167 with flag 0/81002
157.69/142.09	c cleaning 4521 clauses out of 66983 with flag 0/95006
246.29/229.03	c cleaning 8888 clauses out of 77457 with flag 0/110001
277.31/258.23	c cleaning 5160 clauses out of 84580 with flag 0/126012
302.45/282.10	c cleaning 6144 clauses out of 96412 with flag 0/143004
338.17/316.08	c cleaning 7366 clauses out of 108264 with flag 0/161000
489.89/465.87	c cleaning 16859 clauses out of 119899 with flag 0/180001
594.09/568.22	c cleaning 16612 clauses out of 123043 with flag 0/200004
658.87/631.51	c cleaning 19789 clauses out of 127427 with flag 0/221000
723.35/693.21	c cleaning 10938 clauses out of 129640 with flag 0/243002
816.98/784.27	c cleaning 19224 clauses out of 141701 with flag 0/266001
872.72/837.30	c cleaning 10842 clauses out of 146476 with flag 0/290000
926.95/887.53	c cleaning 10415 clauses out of 160635 with flag 0/315001
1110.45/1067.28	c cleaning 19996 clauses out of 176219 with flag 0/341000
1233.67/1184.07	c cleaning 16872 clauses out of 183223 with flag 0/368000
1318.48/1265.06	c cleaning 15431 clauses out of 194351 with flag 0/396000
1434.84/1376.57	c cleaning 15997 clauses out of 207922 with flag 0/425002
1523.74/1460.93	c cleaning 17171 clauses out of 221923 with flag 0/455000
1602.57/1535.77	c cleaning 14290 clauses out of 235752 with flag 0/486000
1708.24/1636.10	c cleaning 17142 clauses out of 253462 with flag 0/518000
1897.44/1820.52	c cleaning 22680 clauses out of 269321 with flag 0/551001
2198.02/2113.55	c cleaning 28920 clauses out of 280640 with flag 0/585000
2315.44/2225.76	c cleaning 18091 clauses out of 286721 with flag 0/620001
2438.04/2343.98	c cleaning 21436 clauses out of 304633 with flag 0/656004
2741.60/2643.89	c cleaning 34254 clauses out of 320198 with flag 0/693005
2907.01/2804.65	c cleaning 30032 clauses out of 323940 with flag 0/731001
3600.07/3495.02	c starts		: 70
3600.07/3495.03	c conflicts		: 761203
3600.07/3495.03	c decisions		: 86954429
3600.07/3495.03	c propagations		: 158357418
3600.07/3495.03	c inspects		: 2591871509
3600.07/3495.03	c shortcuts		: 0
3600.07/3495.03	c learnt literals	: 0
3600.07/3495.03	c learnt binary clauses	: 19
3600.07/3495.03	c learnt ternary clauses	: 7
3600.07/3495.03	c learnt constraints	: 761202
3600.07/3495.03	c ignored constraints	: 0
3600.07/3495.03	c root simplifications	: 0
3600.07/3495.03	c removed literals (reason simplification)	: 0
3600.07/3495.03	c reason swapping (by a shorter reason)	: 0
3600.07/3495.03	c Calls to reduceDB	: 34
3600.07/3495.03	c Number of update (reduction) of LBD	: 659569
3600.07/3495.03	c Imported unit clauses	: 0
3600.07/3495.03	c No decision after first conflict	: false
3600.07/3495.03	c number of reductions to clauses (during analyze)	: 0
3600.07/3495.03	c number of learned constraints concerned by reduction	: 0
3600.07/3495.03	c number of learning phase by resolution	: 0
3600.07/3495.03	c number of learning phase by cutting planes	: 0
3600.07/3495.03	c number of rounding to 1 operations	: 0
3600.07/3495.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3495.03	c number of reductions of the coefficients by power 2 	: 0
3600.07/3495.03	c number of right shift for reduction by power 2 	: 0
3600.07/3495.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3495.03	c number of ending skipping 	: 0
3600.07/3495.03	c number of internal skipping 	: 0
3600.07/3495.03	c number of derivation steps 	: 3252015
3600.07/3495.03	c number of skipped derivation steps 	: 0
3600.07/3495.03	c number of remaining unassigned 	: 98193
3600.07/3495.03	c number of remaining assigned 	: 488970783
3600.07/3495.03	c number of falsified literals weakened from reason	: 0
3600.07/3495.03	c number of falsified literals weakened from conflict	: 0
3600.07/3495.03	c time for arithmetic operations	: 5188443396
3600.07/3495.04	c minimum degree of deleted constraints	: 1
3600.07/3495.04	c maximum degree of deleted constraints	: 2758232412752366588038259393655611552343639282191876223124100122146863700856402000982090168493076418424662873862695376
3600.07/3495.04	c number of deleted constraints	: 437093
3600.07/3495.04	c speed (assignments/second)	: 45458.01882364693
3600.07/3495.04	c non guided choices	: 74373884
3600.07/3495.04	c timeout
3600.23/3495.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 62
3600.23/3495.11	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 294124
3600.23/3495.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 19
3600.23/3495.11	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 29904
3600.23/3495.11	s UNKNOWN
3600.23/3495.11	c Total wall clock time (in seconds): 3494.957

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100062 s]*
/proc/loadavg: 2.96 3.84 4.01 7/314 158645
/proc/meminfo: memFree=90313468/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=18930384 memory=57784 CPUtime=0.12 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 6581 0 0 0 10 2 0 0 20 0 18 0 237776888 19384713216 14446 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4732596 14446 5353 1 0 547619 0
[pid=158605/tid=158608] ppid=158593 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 5081 0 0 0 6 1 0 0 20 0 18 0 237776890 19384713216 14446 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237776892 19384713216 14446 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237776892 19384713216 14446 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57784 KiB

[startup+0.205861 s]*
/proc/loadavg: 2.96 3.84 4.01 11/315 158646
/proc/meminfo: memFree=90122536/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=18996948 memory=157084 CPUtime=0.31 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 7244 0 0 0 27 4 0 0 20 0 19 0 237776888 19452874752 39271 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4749237 39271 5481 1 0 548247 0
[pid=158605/tid=158608] ppid=158593 vsize=18996948 memory=4026990876 CPUtime=0.17 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 5426 0 0 0 14 3 0 0 20 0 19 0 237776890 19452874752 39271 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=18996948 memory=17146 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 39271 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=18996948 memory=54087446168546 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 39271 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157084 KiB

[startup+0.305802 s]*
/proc/loadavg: 2.96 3.84 4.01 8/316 158649
/proc/meminfo: memFree=89906400/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=18996948 memory=239408 CPUtime=0.5 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 8599 0 0 0 44 6 0 0 20 0 19 0 237776888 19452874752 59852 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4749237 59852 5481 1 0 1075079 0
[pid=158605/tid=158608] ppid=158593 vsize=18996948 memory=-7311530893066844981 CPUtime=0.25 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 5461 0 0 0 21 4 0 0 20 0 19 0 237776890 19452874752 59852 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=18996948 memory=-8673198839812629180 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 59852 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 60364 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 239408 KiB

[startup+0.700251 s]
/proc/loadavg: 2.96 3.84 4.01 8/338 158676
/proc/meminfo: memFree=88689944/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=18996948 memory=1053564 CPUtime=1.16 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 10889 0 0 0 94 22 0 0 20 0 19 0 237776888 19452874752 263391 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4749237 263391 5481 1 0 1076210 0
[pid=158605/tid=158608] ppid=158593 vsize=18996948 memory=27136 CPUtime=0.63 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 5849 0 0 0 43 20 0 0 20 0 19 0 237776890 19452874752 263391 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 263391 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=18996948 memory=2764 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 263391 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1053564 KiB

[startup+1.50026 s]
/proc/loadavg: 2.96 3.84 4.01 6/339 158677
/proc/meminfo: memFree=85777316/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=18996948 memory=2544876 CPUtime=2.19 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 12713 0 0 0 165 54 0 0 20 0 19 0 237776888 19452874752 636219 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4749237 636219 5513 1 0 1076744 0
[pid=158605/tid=158608] ppid=158593 vsize=18996948 memory=2764 CPUtime=1.39 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 6651 0 0 0 89 50 0 0 20 0 19 0 237776890 19452874752 636219 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 636219 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 636219 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 2.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2544876 KiB

[startup+3.10585 s]
/proc/loadavg: 3.13 3.86 4.02 6/316 158713
/proc/meminfo: memFree=84907508/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=18996948 memory=2584384 CPUtime=4.71 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 26814 0 0 0 411 60 0 0 20 0 19 0 237776888 19452874752 646096 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4749237 646096 5513 1 0 1082982 0
[pid=158605/tid=158608] ppid=158593 vsize=18996948 memory=10752 CPUtime=2.89 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 6654 0 0 0 236 53 0 0 20 0 19 0 237776890 19452874752 646096 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 646096 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 646096 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 4.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2584384 KiB

[startup+6.30025 s]
/proc/loadavg: 3.13 3.86 4.02 8/339 158746
/proc/meminfo: memFree=82316844/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=18996948 memory=3668828 CPUtime=8.04 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 28498 0 0 0 722 82 0 0 20 0 19 0 237776888 19452874752 917207 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4749237 917207 5513 1 0 1356636 0
[pid=158605/tid=158608] ppid=158593 vsize=18996948 memory=3328 CPUtime=5.93 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 7561 0 0 0 518 75 0 0 20 0 19 0 237776890 19452874752 917207 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 917207 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776892 19452874752 917207 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 8.04 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3668828 KiB

[startup+12.7003 s]
/proc/loadavg: 3.42 3.90 4.03 6/340 158747
/proc/meminfo: memFree=81764176/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=19063512 memory=3687804 CPUtime=15.87 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 29798 0 0 0 1501 86 0 0 20 0 20 0 237776888 19521036288 921951 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4765878 921951 5513 1 0 1357065 0
[pid=158605/tid=158608] ppid=158593 vsize=19063512 memory=10752 CPUtime=11.87 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 8254 0 0 0 1110 77 0 0 20 0 20 0 237776890 19521036288 921951 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237776892 19521036288 921951 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237776892 19521036288 921951 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158747] ppid=158593 vsize=19063512 memory=2732308 CPUtime=0 cores=4,6
/proc/158605/task/158747/stat : 158747 (Timer-0) S 158593 158605 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237778032 19521036288 921951 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 15.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3687804 KiB

[startup+25.5003 s]
/proc/loadavg: 3.59 3.92 4.03 5/340 158747
/proc/meminfo: memFree=80104872/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=19063512 memory=3714468 CPUtime=31.28 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 41094 0 0 0 3035 93 0 0 20 0 20 0 237776888 19521036288 928617 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4765878 928617 5545 1 0 1357226 0
[pid=158605/tid=158608] ppid=158593 vsize=19063512 memory=10752 CPUtime=24.14 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 11013 0 0 0 2333 81 0 0 20 0 20 0 237776890 19521036288 928617 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=19063512 memory=3710320 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237776892 19521036288 928617 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=19063512 memory=3668828 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 237776892 19521036288 928617 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158747] ppid=158593 vsize=19063512 memory=-8958897040685572796 CPUtime=0 cores=4,6
/proc/158605/task/158747/stat : 158747 (Timer-0) S 158593 158605 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237778032 19521036288 928617 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 31.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3714468 KiB

[startup+51.1059 s]
/proc/loadavg: 3.91 3.97 4.05 6/339 158749
/proc/meminfo: memFree=78604868/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=19063512 memory=4244236 CPUtime=57.98 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 51783 0 0 0 5689 109 0 0 20 0 20 0 237776888 19521036288 1061059 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4765878 1061059 5545 1 0 1467939 0
[pid=158605/tid=158608] ppid=158593 vsize=19063512 memory=4238092 CPUtime=48.65 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 14240 0 0 0 4772 93 0 0 20 0 20 0 237776890 19521036288 1061059 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=19063512 memory=4225800 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237776892 19521036288 1061059 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=19063512 memory=27136 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 237776892 19521036288 1061059 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158747] ppid=158593 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/158605/task/158747/stat : 158747 (Timer-0) S 158593 158605 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237778032 19521036288 1061059 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 57.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4244236 KiB

[startup+102.3 s]

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

[startup+3162.3 s]
/proc/loadavg: 4.26 4.24 4.25 5/341 158931
/proc/meminfo: memFree=43424100/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=19130076 memory=10366300 CPUtime=3266.52 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 396414 0 0 0 325851 801 0 0 20 0 21 0 237776888 19589197824 2591575 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4782519 2591575 5545 1 0 2611966 0
[pid=158605/tid=158608] ppid=158593 vsize=19130076 memory=10366172 CPUtime=3068.41 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 208973 0 0 0 306205 636 0 0 20 0 21 0 237776890 19589197824 2591575 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=19130076 memory=10752 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2591575 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=19130076 memory=10366300 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 2356 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2591575 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158747] ppid=158593 vsize=19130076 memory=10366300 CPUtime=0 cores=4,6
/proc/158605/task/158747/stat : 158747 (Timer-0) S 158593 158605 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237778032 19589197824 2591575 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 3266.52 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10366300 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.21 4.24 5/341 158933
/proc/meminfo: memFree=42968068/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=19130076 memory=10368360 CPUtime=3326.77 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 402568 0 0 0 331869 808 0 0 20 0 21 0 237776888 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4782519 2592090 5545 1 0 2611966 0
[pid=158605/tid=158608] ppid=158593 vsize=19130076 memory=10368360 CPUtime=3127.81 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 213658 0 0 0 312140 641 0 0 20 0 21 0 237776890 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=19130076 memory=14588 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=19130076 memory=10368360 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 2373 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158747] ppid=158593 vsize=19130076 memory=10752 CPUtime=0 cores=4,6
/proc/158605/task/158747/stat : 158747 (Timer-0) S 158593 158605 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237778032 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 3326.77 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10368360 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.18 4.23 5/341 158935
/proc/meminfo: memFree=42051632/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=19130076 memory=10368360 CPUtime=3386.9 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 406967 0 0 0 337877 813 0 0 20 0 21 0 237776888 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4782519 2592090 5545 1 0 2611966 0
[pid=158605/tid=158608] ppid=158593 vsize=19130076 memory=10366300 CPUtime=3187.32 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) S 158593 158605 158535 0 -1 4194368 217706 0 0 0 318088 644 0 0 20 0 21 0 237776890 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=19130076 memory=10368360 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=19130076 memory=10368360 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 2374 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158747] ppid=158593 vsize=19130076 memory=10368360 CPUtime=0 cores=4,6
/proc/158605/task/158747/stat : 158747 (Timer-0) S 158593 158605 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237778032 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 3386.9 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10368360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.22 4.24 5/341 158938
/proc/meminfo: memFree=41798956/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=19130076 memory=10368360 CPUtime=3447.05 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 413705 0 0 0 343887 818 0 0 20 0 21 0 237776888 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4782519 2592090 5545 1 0 2611966 0
[pid=158605/tid=158608] ppid=158593 vsize=19130076 memory=10368360 CPUtime=3246.77 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 223036 0 0 0 324029 648 0 0 20 0 21 0 237776890 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=19130076 memory=10366300 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=19130076 memory=3328 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 2387 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158747] ppid=158593 vsize=19130076 memory=10368360 CPUtime=0 cores=4,6
/proc/158605/task/158747/stat : 158747 (Timer-0) S 158593 158605 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237778032 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 3447.05 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10368360 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.21 4.23 5/341 158941
/proc/meminfo: memFree=41099492/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=19130076 memory=10368360 CPUtime=3507.25 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 417615 0 0 0 349901 824 0 0 20 0 21 0 237776888 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4782519 2592090 5545 1 0 2611966 0
[pid=158605/tid=158608] ppid=158593 vsize=19130076 memory=10368360 CPUtime=3306.21 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 226030 0 0 0 329969 652 0 0 20 0 21 0 237776890 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=19130076 memory=10368360 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=19130076 memory=10368360 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 2405 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158747] ppid=158593 vsize=19130076 memory=10368360 CPUtime=0 cores=4,6
/proc/158605/task/158747/stat : 158747 (Timer-0) S 158593 158605 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237778032 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 3507.25 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10368360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.22 4.23 5/341 158943
/proc/meminfo: memFree=40214208/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=19130076 memory=10368360 CPUtime=3567.33 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 424893 0 0 0 355903 830 0 0 20 0 21 0 237776888 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4782519 2592090 5545 1 0 2611966 0
[pid=158605/tid=158608] ppid=158593 vsize=19130076 memory=10368360 CPUtime=3365.79 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 231543 0 0 0 335922 657 0 0 20 0 21 0 237776890 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=19130076 memory=10368360 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=19130076 memory=-8958897040685572796 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 2419 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158747] ppid=158593 vsize=19130076 memory=-8958897040685572796 CPUtime=0 cores=4,6
/proc/158605/task/158747/stat : 158747 (Timer-0) S 158593 158605 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237778032 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 3567.33 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10368360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3495 s]*
/proc/loadavg: 4.19 4.21 4.23 5/341 158945
/proc/meminfo: memFree=39642564/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=19130076 memory=10368360 CPUtime=3600.07 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 430259 0 0 0 359174 833 0 0 20 0 21 0 237776888 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4782519 2592090 5545 1 0 2611966 0
[pid=158605/tid=158608] ppid=158593 vsize=19130076 memory=-8960865166499291836 CPUtime=3398.28 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) R 158593 158605 158535 0 -1 4194368 234751 0 0 0 339169 659 0 0 20 0 21 0 237776890 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=19130076 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=19130076 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 2419 0 0 0 0 0 0 0 20 0 21 0 237776892 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158747] ppid=158593 vsize=19130076 memory=4916 CPUtime=0 cores=4,6
/proc/158605/task/158747/stat : 158747 (Timer-0) S 158593 158605 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237778032 19589197824 2592090 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10368360 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.91 s, system=8.36607 s

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

[startup+3495.11 s]
/proc/loadavg: 4.19 4.21 4.23 5/341 158945
/proc/meminfo: memFree=39642564/131249988 swapFree=33010160/33010684
[pid=158605] ppid=158593 vsize=19329768 memory=10369128 CPUtime=3600.23 cores=4,6
/proc/158605/stat : 158605 (java) S 158593 158605 158535 0 -1 4194304 434322 0 0 0 359190 833 0 0 20 0 22 0 237776888 19793682432 2592282 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
/proc/158605/statm: 4832442 2592282 5577 1 0 2612901 0
[pid=158605/tid=158608] ppid=158593 vsize=19329768 memory=10368360 CPUtime=3398.31 cores=4,6
/proc/158605/task/158608/stat : 158608 (java) S 158593 158605 158535 0 -1 4194368 236236 0 0 0 339172 659 0 0 20 0 22 0 237776890 19793682432 2592282 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158621] ppid=158593 vsize=19329768 memory=3328 CPUtime=0 cores=4,6
/proc/158605/task/158621/stat : 158621 (Finalizer) S 158593 158605 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 237776892 19793682432 2592282 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
[pid=158605/tid=158629] ppid=158593 vsize=19329768 memory=10368360 CPUtime=0 cores=4,6
/proc/158605/task/158629/stat : 158629 (Common-Cleaner) S 158593 158605 158535 0 -1 4194368 2419 0 0 0 0 0 0 0 20 0 22 0 237776892 19793682432 2592282 18446744073709551615 94131512971264 94131512974960 140736611237280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94131512982776 94131512983568 94131526955008 140736611244369 140736611244516 140736611244516 140736611250120 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 10369128 KiB

Child status: 143

Real time (s): 3495.15
CPU time (s): 3600.28
CPU user time (s): 3591.91
CPU system time (s): 8.36607
CPU usage (%): 103.008
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 10369128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.91
system time used= 8.36607
maximum resident set size= 10369256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434495
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4829552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136608
involuntary context switches= 33969


# summary of solver processes directly reported to runsolver:
#   pid: 158605
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3591.91
#   total CPU system time (s): 8.36607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.32303 second user time and 16.0939 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-22 23:49:53
IDJOB=4542587
IDBENCH=163937
IDSOLVER=3362
FILE ID=nodeC020/4542587-1753220993
RUNJOBID= nodeC020-1753220993-158546
SLURM_JOB_ID= 9687807
Free space on /tmp= 432872 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_height26_pigeons25_holes24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542587-1753220993/watcher-4542587-1753220993 -o /tmp/evaluation-result-4542587-1753220993/solver-4542587-1753220993 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753220993-158546 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542587-1753220993 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542587-1753220993.opb

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

MD5SUM BENCH= 5315000b872825a9c3a3b6787ef04708
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.893
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		: 3600.158
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		: 3600.138
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		: 3601.949
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		: 3600.337
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.961
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.875
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		: 3599.893
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:        90419248 kB
MemAvailable:   129669204 kB
Buffers:            2128 kB
Cached:         40007076 kB
SwapCached:            4 kB
Active:           944004 kB
Inactive:       39152876 kB
Active(anon):      89384 kB
Inactive(anon):    24536 kB
Active(file):     854620 kB
Inactive(file): 39128340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             25472 kB
Writeback:             0 kB
AnonPages:         90052 kB
Mapped:           108796 kB
Shmem:             26244 kB
KReclaimable:     212468 kB
Slab:             308680 kB
SReclaimable:     212468 kB
SUnreclaim:        96212 kB
KernelStack:        4112 kB
PageTables:         2980 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     368184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 420224 MiB
End job on nodeC020 at 2025-07-23 00:48:09