Trace number 4542665

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.25 3514.05

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height30_pigeons29_holes28.opb
MD5SUM97f31c39a85f5c54920a5de5b1e4a080
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 benchmark78.0826
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables403744
Total number of constraints31066
Number of constraints which are clauses15781
Number of constraints which are cardinality constraints (but not clauses)13394
Number of constraints which are nor clauses,nor cardinality constraints1891
Minimum length of a constraint28
Maximum length of a constraint33
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 36
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.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.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4542665-1753220993.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
30.96/28.88	c ... done. Wall clock time 28.718s.
30.96/28.88	c declared #vars     403744
30.96/28.88	c #constraints  31066
30.96/28.88	c constraints type 
30.96/28.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15285
30.96/28.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15781
30.96/28.88	c 31066 constraints processed.
42.25/37.42	c cleaning 906 clauses out of 5014 with flag 0/5014
55.03/49.40	c cleaning 1931 clauses out of 10094 with flag 0/11000
69.20/62.77	c cleaning 2217 clauses out of 15167 with flag 0/18004
89.23/81.76	c cleaning 3359 clauses out of 20953 with flag 0/26007
105.14/96.97	c cleaning 2630 clauses out of 26587 with flag 0/35000
124.13/115.25	c cleaning 2703 clauses out of 33961 with flag 0/45004
143.81/134.10	c cleaning 3173 clauses out of 42256 with flag 0/56002
166.77/155.92	c cleaning 4470 clauses out of 51082 with flag 0/68001
195.94/181.41	c cleaning 4710 clauses out of 59612 with flag 0/81001
228.53/212.16	c cleaning 4375 clauses out of 68905 with flag 0/95004
259.05/241.18	c cleaning 5557 clauses out of 79526 with flag 0/110000
308.88/289.38	c cleaning 6494 clauses out of 89969 with flag 0/126000
365.64/343.83	c cleaning 9160 clauses out of 100475 with flag 0/143000
519.40/494.94	c cleaning 11185 clauses out of 109315 with flag 0/161000
573.60/546.14	c cleaning 8241 clauses out of 117130 with flag 0/180000
691.06/660.79	c cleaning 10244 clauses out of 128889 with flag 0/200000
786.49/752.92	c cleaning 12117 clauses out of 139649 with flag 0/221004
871.65/833.87	c cleaning 10794 clauses out of 149529 with flag 0/243001
1166.16/1123.41	c cleaning 19042 clauses out of 161734 with flag 0/266000
1264.53/1213.90	c cleaning 11248 clauses out of 166692 with flag 0/290000
1590.52/1536.41	c cleaning 20943 clauses out of 180444 with flag 0/315000
2152.02/2095.45	c cleaning 25056 clauses out of 185505 with flag 0/341004
2301.38/2239.55	c cleaning 14388 clauses out of 187445 with flag 0/368000
2786.37/2719.36	c cleaning 27330 clauses out of 201057 with flag 0/396000
3006.08/2933.28	c cleaning 18801 clauses out of 202727 with flag 0/425000
3087.36/3009.83	c cleaning 11961 clauses out of 213926 with flag 0/455000
3291.05/3207.59	c cleaning 18308 clauses out of 232965 with flag 0/486000
3600.03/3513.91	c starts		: 181
3600.03/3513.92	c conflicts		: 511343
3600.03/3513.92	c decisions		: 55494836
3600.03/3513.92	c propagations		: 114539917
3600.03/3513.92	c inspects		: 1143388680
3600.03/3513.93	c shortcuts		: 0
3600.03/3513.93	c learnt literals	: 0
3600.03/3513.93	c learnt binary clauses	: 6
3600.03/3513.93	c learnt ternary clauses	: 2
3600.03/3513.93	c learnt constraints	: 511342
3600.03/3513.93	c ignored constraints	: 0
3600.03/3513.93	c root simplifications	: 0
3600.03/3513.93	c removed literals (reason simplification)	: 0
3600.03/3513.93	c reason swapping (by a shorter reason)	: 0
3600.03/3513.93	c Calls to reduceDB	: 27
3600.03/3513.93	c Number of update (reduction) of LBD	: 406964
3600.03/3513.93	c Imported unit clauses	: 0
3600.03/3513.93	c No decision after first conflict	: false
3600.03/3513.93	c timeout
3600.03/3513.93	c number of reductions to clauses (during analyze)	: 0
3600.03/3513.93	c number of learned constraints concerned by reduction	: 0
3600.03/3513.93	c number of learning phase by resolution	: 0
3600.03/3513.93	c number of learning phase by cutting planes	: 0
3600.03/3513.93	c number of rounding to 1 operations	: 0
3600.03/3513.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3513.93	c number of reductions of the coefficients by power 2 	: 0
3600.03/3513.94	c number of right shift for reduction by power 2 	: 0
3600.03/3513.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3513.94	c number of ending skipping 	: 0
3600.03/3513.94	c number of internal skipping 	: 0
3600.03/3513.94	c number of derivation steps 	: 3546751
3600.03/3513.94	c number of skipped derivation steps 	: 0
3600.03/3513.94	c number of remaining unassigned 	: 106981
3600.03/3513.94	c number of remaining assigned 	: 843328467
3600.03/3513.94	c number of falsified literals weakened from reason	: 0
3600.03/3513.94	c number of falsified literals weakened from conflict	: 0
3600.03/3513.94	c time for arithmetic operations	: 5484877204
3600.03/3513.94	c minimum degree of deleted constraints	: 1
3600.03/3513.94	c maximum degree of deleted constraints	: 4737690970571447039740
3600.03/3513.94	c number of deleted constraints	: 271343
3600.03/3513.94	c speed (assignments/second)	: 32866.28314033632
3600.03/3513.94	c non guided choices	: 47537383
3600.19/3514.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 35
3600.19/3514.01	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 217871
3600.19/3514.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 6
3600.19/3514.01	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22087
3600.19/3514.01	s UNKNOWN
3600.19/3514.01	c Total wall clock time (in seconds): 3513.852

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 2.96 3.84 4.01 9/314 158645
/proc/meminfo: memFree=90300804/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=18930384 memory=57832 CPUtime=0.12 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 6590 0 0 0 10 2 0 0 20 0 18 0 237776891 19384713216 14426 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4732596 14458 5343 1 0 547623 0
[pid=158616/tid=158627] ppid=158607 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 5082 0 0 0 6 1 0 0 20 0 18 0 237776892 19384713216 14458 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237776894 19384713216 14458 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=18930384 memory=55186957824150 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237776894 19384713216 14458 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57832 KiB

[startup+0.205628 s]*
/proc/loadavg: 2.96 3.84 4.01 9/317 158648
/proc/meminfo: memFree=90007032/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=18996948 memory=158996 CPUtime=0.31 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 7223 0 0 0 26 5 0 0 20 0 19 0 237776891 19452874752 39749 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4749237 39749 5471 1 0 548258 0
[pid=158616/tid=158627] ppid=158607 vsize=18996948 memory=4026990876 CPUtime=0.16 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) S 158607 158616 158535 0 -1 4194368 5408 0 0 0 13 3 0 0 20 0 19 0 237776892 19452874752 39749 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=18996948 memory=17146 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 39749 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=18996948 memory=54087446168546 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 39749 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158996 KiB

[startup+0.305826 s]*
/proc/loadavg: 2.96 3.84 4.01 8/316 158649
/proc/meminfo: memFree=89744956/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=18996948 memory=265876 CPUtime=0.46 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 7379 0 0 0 39 7 0 0 20 0 19 0 237776891 19452874752 66469 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4749237 66469 5471 1 0 548298 0
[pid=158616/tid=158627] ppid=158607 vsize=18996948 memory=-7311530893066844981 CPUtime=0.25 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 5455 0 0 0 20 5 0 0 20 0 19 0 237776892 19452874752 66469 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=18996948 memory=-8673198839812629180 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 66469 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 66469 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 265876 KiB

[startup+0.700267 s]
/proc/loadavg: 2.96 3.84 4.01 7/338 158676
/proc/meminfo: memFree=88604496/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=18996948 memory=1217900 CPUtime=1.07 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 9741 0 0 0 81 26 0 0 20 0 19 0 237776891 19452874752 304475 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4749237 304475 5471 1 0 914852 0
[pid=158616/tid=158627] ppid=158607 vsize=18996948 memory=27136 CPUtime=0.61 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 5913 0 0 0 38 23 0 0 20 0 19 0 237776892 19452874752 304475 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 304475 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=18996948 memory=2764 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 304475 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1217900 KiB

[startup+1.50026 s]
/proc/loadavg: 2.96 3.84 4.01 6/339 158677
/proc/meminfo: memFree=85760932/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=18996948 memory=2172196 CPUtime=2.05 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 11687 0 0 0 161 44 0 0 20 0 19 0 237776891 19452874752 543049 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4749237 543049 5471 1 0 915879 0
[pid=158616/tid=158627] ppid=158607 vsize=18996948 memory=2764 CPUtime=1.4 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 6379 0 0 0 100 40 0 0 20 0 19 0 237776892 19452874752 543049 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 543049 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 543049 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 2.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2172196 KiB

[startup+3.10648 s]
/proc/loadavg: 3.13 3.86 4.02 6/316 158715
/proc/meminfo: memFree=84907100/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=18996948 memory=2192780 CPUtime=4.06 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 18142 0 0 0 359 47 0 0 20 0 19 0 237776891 19452874752 548195 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4749237 548195 5503 1 0 918317 0
[pid=158616/tid=158627] ppid=158607 vsize=18996948 memory=10752 CPUtime=2.97 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 6473 0 0 0 257 40 0 0 20 0 19 0 237776892 19452874752 548195 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 548195 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 548195 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2192780 KiB

[startup+6.30468 s]
/proc/loadavg: 3.13 3.86 4.02 6/339 158746
/proc/meminfo: memFree=82300460/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=18996948 memory=2704300 CPUtime=8.02 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 26186 0 0 0 741 61 0 0 20 0 19 0 237776891 19452874752 676075 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4749237 676075 5503 1 0 1049257 0
[pid=158616/tid=158627] ppid=158607 vsize=18996948 memory=3328 CPUtime=6.05 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 7203 0 0 0 553 52 0 0 20 0 19 0 237776892 19452874752 676075 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=18996948 memory=-8673198839812629180 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 676075 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 676075 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 8.02 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2704300 KiB

[startup+12.7002 s]
/proc/loadavg: 3.42 3.90 4.03 6/340 158747
/proc/meminfo: memFree=81764176/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=18996948 memory=2727356 CPUtime=14.65 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 27533 0 0 0 1401 64 0 0 20 0 19 0 237776891 19452874752 681839 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4749237 681839 5503 1 0 1049274 0
[pid=158616/tid=158627] ppid=158607 vsize=18996948 memory=2723136 CPUtime=12.16 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 8286 0 0 0 1164 52 0 0 20 0 19 0 237776892 19452874752 681839 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=18996948 memory=2719012 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 681839 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=18996948 memory=16508 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 681839 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 14.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2727356 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=158616] ppid=158607 vsize=18996948 memory=4249436 CPUtime=27.63 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 31615 0 0 0 2669 94 0 0 20 0 19 0 237776891 19452874752 1062359 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4749237 1062359 5503 1 0 1427369 0
[pid=158616/tid=158627] ppid=158607 vsize=18996948 memory=16508 CPUtime=24.33 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 9749 0 0 0 2352 81 0 0 20 0 19 0 237776892 19452874752 1062359 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 1062359 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=18996948 memory=4237008 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237776894 19452874752 1062359 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 27.63 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4249436 KiB

[startup+51.1058 s]
/proc/loadavg: 3.91 3.97 4.05 5/339 158749
/proc/meminfo: memFree=78604868/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=19063512 memory=4751136 CPUtime=56.89 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 49639 0 0 0 5580 109 0 0 20 0 20 0 237776891 19521036288 1187784 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4765878 1187784 5535 1 0 1534588 0
[pid=158616/tid=158627] ppid=158607 vsize=19063512 memory=279267096202736 CPUtime=48.84 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 16054 0 0 0 4794 90 0 0 20 0 20 0 237776892 19521036288 1187784 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=19063512 memory=4744932 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237776894 19521036288 1187784 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=19063512 memory=5044 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 237776894 19521036288 1187784 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158748] ppid=158607 vsize=19063512 memory=4707804 CPUtime=0 cores=0,2
/proc/158616/task/158748/stat : 158748 (Timer-0) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237779782 19521036288 1187784 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 56.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4751136 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.04 4.07 5/340 158755
/proc/meminfo: memFree=75927024/131249988 swapFree=33010160/33010684

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

/proc/meminfo: memFree=43424100/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=19130076 memory=11486528 CPUtime=3243.13 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 420160 0 0 0 323473 840 0 0 20 0 21 0 237776891 19589197824 2871632 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4782519 2871632 5535 1 0 2898268 0
[pid=158616/tid=158627] ppid=158607 vsize=19130076 memory=10752 CPUtime=3079.47 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 236210 0 0 0 307271 676 0 0 20 0 21 0 237776892 19589197824 2871632 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=19130076 memory=4760 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2871632 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=19130076 memory=11486528 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 2160 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2871632 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158748] ppid=158607 vsize=19130076 memory=14588 CPUtime=0 cores=0,2
/proc/158616/task/158748/stat : 158748 (Timer-0) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237779782 19589197824 2871632 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 3243.13 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11486528 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=158616] ppid=158607 vsize=19130076 memory=11540712 CPUtime=3306.7 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 432750 0 0 0 329812 858 0 0 20 0 21 0 237776891 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4782519 2885178 5535 1 0 2899243 0
[pid=158616/tid=158627] ppid=158607 vsize=19130076 memory=4760 CPUtime=3138.06 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 241124 0 0 0 313119 687 0 0 20 0 21 0 237776892 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=19130076 memory=11486528 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=19130076 memory=11536872 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 2164 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158748] ppid=158607 vsize=19130076 memory=11540712 CPUtime=0 cores=0,2
/proc/158616/task/158748/stat : 158748 (Timer-0) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237779782 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 3306.7 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11540712 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=158616] ppid=158607 vsize=19130076 memory=11540712 CPUtime=3367.13 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 440155 0 0 0 335842 871 0 0 20 0 21 0 237776891 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4782519 2885178 5535 1 0 2899243 0
[pid=158616/tid=158627] ppid=158607 vsize=19130076 memory=14588 CPUtime=3197.3 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 246007 0 0 0 319031 699 0 0 20 0 21 0 237776892 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=19130076 memory=11540712 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=19130076 memory=21872 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 2255 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158748] ppid=158607 vsize=19130076 memory=11540712 CPUtime=0 cores=0,2
/proc/158616/task/158748/stat : 158748 (Timer-0) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237779782 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 3367.13 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11540712 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=158616] ppid=158607 vsize=19130076 memory=11540712 CPUtime=3427.64 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 446092 0 0 0 341880 884 0 0 20 0 21 0 237776891 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4782519 2885178 5535 1 0 2899243 0
[pid=158616/tid=158627] ppid=158607 vsize=19130076 memory=11540712 CPUtime=3256.5 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 249937 0 0 0 324939 711 0 0 20 0 21 0 237776892 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=19130076 memory=11540712 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=19130076 memory=11540712 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 2311 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158748] ppid=158607 vsize=19130076 memory=11540712 CPUtime=0 cores=0,2
/proc/158616/task/158748/stat : 158748 (Timer-0) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237779782 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 3427.64 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11540712 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=158616] ppid=158607 vsize=19130076 memory=11540712 CPUtime=3487.87 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 454258 0 0 0 347891 896 0 0 20 0 21 0 237776891 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4782519 2885178 5535 1 0 2899243 0
[pid=158616/tid=158627] ppid=158607 vsize=19130076 memory=11540712 CPUtime=3315.97 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 256322 0 0 0 330877 720 0 0 20 0 21 0 237776892 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=19130076 memory=5276 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=19130076 memory=11540712 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 2339 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158748] ppid=158607 vsize=19130076 memory=2764 CPUtime=0 cores=0,2
/proc/158616/task/158748/stat : 158748 (Timer-0) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237779782 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 3487.87 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11540712 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=158616] ppid=158607 vsize=19130076 memory=11540712 CPUtime=3548.22 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 461146 0 0 0 353917 905 0 0 20 0 21 0 237776891 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4782519 2885178 5535 1 0 2899243 0
[pid=158616/tid=158627] ppid=158607 vsize=19130076 memory=11540712 CPUtime=3375.3 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 262017 0 0 0 336801 729 0 0 20 0 21 0 237776892 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=19130076 memory=5276 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=19130076 memory=2764 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 2360 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158748] ppid=158607 vsize=19130076 memory=14588 CPUtime=0 cores=0,2
/proc/158616/task/158748/stat : 158748 (Timer-0) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237779782 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 3548.22 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11540712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3513.9 s]
/proc/loadavg: 4.33 4.24 4.24 5/340 159012
/proc/meminfo: memFree=50706216/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=19130076 memory=11540712 CPUtime=3600.03 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 468649 0 0 0 359090 913 0 0 20 0 21 0 237776891 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4782519 2885178 5535 1 0 2899243 0
[pid=158616/tid=158627] ppid=158607 vsize=19130076 memory=11540712 CPUtime=3426.44 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) R 158607 158616 158535 0 -1 4194368 267389 0 0 0 341909 735 0 0 20 0 21 0 237776892 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=19130076 memory=11540712 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=19130076 memory=11540712 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 2360 0 0 0 0 0 0 0 20 0 21 0 237776894 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158748] ppid=158607 vsize=19130076 memory=11540712 CPUtime=0 cores=0,2
/proc/158616/task/158748/stat : 158748 (Timer-0) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237779782 19589197824 2885178 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11540712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.08 s, system=9.17349 s

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

[startup+3514 s]*
/proc/loadavg: 4.33 4.24 4.24 6/341 159015
/proc/meminfo: memFree=50697648/131249988 swapFree=33010160/33010684
[pid=158616] ppid=158607 vsize=19329768 memory=11541608 CPUtime=3600.19 cores=0,2
/proc/158616/stat : 158616 (java) S 158607 158616 158535 0 -1 4194304 472426 0 0 0 359106 913 0 0 20 0 22 0 237776891 19793682432 2885402 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
/proc/158616/statm: 4832442 2885402 5567 1 0 2900162 0
[pid=158616/tid=158627] ppid=158607 vsize=19329768 memory=12416 CPUtime=3426.47 cores=0,2
/proc/158616/task/158627/stat : 158627 (java) S 158607 158616 158535 0 -1 4194368 268603 0 0 0 341912 735 0 0 20 0 22 0 237776892 19793682432 2885402 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158638] ppid=158607 vsize=19329768 memory=-8526828553388204732 CPUtime=0 cores=0,2
/proc/158616/task/158638/stat : 158638 (Finalizer) S 158607 158616 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 237776894 19793682432 2885402 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=158645] ppid=158607 vsize=19329768 memory=23476 CPUtime=0 cores=0,2
/proc/158616/task/158645/stat : 158645 (Common-Cleaner) S 158607 158616 158535 0 -1 4194368 2360 0 0 0 0 0 0 0 20 0 22 0 237776894 19793682432 2885402 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
[pid=158616/tid=159014] ppid=158607 vsize=19329768 memory=22520 CPUtime=0.07 cores=0,2
/proc/158616/task/159014/stat : 159014 (Thread-0) R 158607 158616 158535 0 -1 4194368 658 0 0 0 7 0 0 0 20 0 22 0 238128282 19793682432 2885402 18446744073709551615 94463679836160 94463679839856 140725402937824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94463679847672 94463679848464 94463700709376 140725402941777 140725402941924 140725402941924 140725402947528 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 11541608 KiB

Child status: 143

Real time (s): 3514.05
CPU time (s): 3600.25
CPU user time (s): 3591.08
CPU system time (s): 9.17349
CPU usage (%): 102.453
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 11541608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.08
system time used= 9.17349
maximum resident set size= 11541736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 472597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8175568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142154
involuntary context switches= 17782


# summary of solver processes directly reported to runsolver:
#   pid: 158616
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3591.08
#   total CPU system time (s): 9.17349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.74073 second user time and 16.4926 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 97f31c39a85f5c54920a5de5b1e4a080
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		: 3613.297
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.892
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.900
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		: 3602.940
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.804
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.985
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		: 3600.161
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.890
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:        90402592 kB
MemAvailable:   129657412 kB
Buffers:            2128 kB
Cached:         40011940 kB
SwapCached:            4 kB
Active:           956300 kB
Inactive:       39157740 kB
Active(anon):     101680 kB
Inactive(anon):    24536 kB
Active(file):     854620 kB
Inactive(file): 39133204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30012 kB
Writeback:             0 kB
AnonPages:        102324 kB
Mapped:           119236 kB
Shmem:             26244 kB
KReclaimable:     212468 kB
Slab:             309016 kB
SReclaimable:     212468 kB
SUnreclaim:        96548 kB
KernelStack:        4160 kB
PageTables:         3064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    2559672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 422688 MiB
End job on nodeC020 at 2025-07-23 00:48:28