Trace number 4542472

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 Resolution VeriPB 2025-06-06? (TO) 3600.36 3569.06

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height44_pigeons43_holes42.opb
MD5SUM67ed6d0a845cd2604ef9c9dd089eeee0
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 benchmark908.84
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1871280
Total number of constraints93919
Number of constraints which are clauses47477
Number of constraints which are cardinality constraints (but not clauses)42437
Number of constraints which are nor clauses,nor cardinality constraints4005
Minimum length of a constraint42
Maximum length of a constraint47
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 50
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.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.13	c version PB25.v20250606
0.11/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.15	c java.vm.version	22.0.1+8-16
0.11/0.15	c java.vm.vendor	Oracle Corporation
0.11/0.15	c sun.arch.data.model	64
0.11/0.15	c java.version		22.0.1
0.11/0.15	c os.name		Linux
0.11/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.15	c os.arch		amd64
0.11/0.15	c Free memory 		2106806208
0.11/0.15	c Max memory 		16282288128
0.11/0.15	c Total memory 		2113929216
0.11/0.15	c Number of processors 	2
0.11/0.20	c Pseudo Boolean Optimization by upper bound
0.11/0.20	c --- Begin Solver configuration ---
0.11/0.20	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.20	c Learn all clauses as in MiniSAT
0.11/0.20	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.20	c Expensive reason simplification
0.11/0.20	c Glucose 2.1 dynamic restart strategy
0.11/0.20	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.20	c timeout=2147483s
0.11/0.20	c DB Simplification allowed=false
0.11/0.20	c Listener: none
0.11/0.20	c --- End Solver configuration ---
0.11/0.20	c solving HOME/instance-4542472-1753217838.opb
0.11/0.20	c reading problem ... 
0.11/0.20	c using VERIPB proof format
0.11/0.22	c  no objective function found
135.74/130.06	c ... done. Wall clock time 129.856s.
135.74/130.06	c declared #vars     1871280
135.74/130.06	c #constraints  93919
135.74/130.06	c constraints type 
135.74/130.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 46442
135.74/130.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 47477
135.74/130.06	c 93919 constraints processed.
142.23/133.75	c cleaning 2491 clauses out of 5001 with flag 31165/5001
146.71/137.52	c cleaning 4255 clauses out of 8509 with flag 67018/11000
150.90/141.14	c cleaning 5606 clauses out of 11255 with flag 114297/18001
155.46/145.66	c cleaning 6803 clauses out of 13648 with flag 165360/26000
160.76/151.01	c cleaning 7903 clauses out of 15846 with flag 223411/35001
168.74/158.93	c cleaning 8956 clauses out of 17943 with flag 292465/45001
178.72/168.94	c cleaning 9968 clauses out of 19987 with flag 372039/56001
184.99/174.58	c cleaning 10982 clauses out of 22018 with flag 448460/68000
192.53/181.95	c cleaning 11992 clauses out of 24037 with flag 530921/81001
202.52/191.91	c cleaning 12994 clauses out of 26045 with flag 636701/95001
215.36/204.79	c cleaning 14001 clauses out of 28050 with flag 758000/110000
228.33/217.77	c cleaning 15002 clauses out of 30050 with flag 876888/126001
238.19/227.60	c cleaning 16002 clauses out of 32047 with flag 1005989/143000
246.56/235.79	c cleaning 16999 clauses out of 34049 with flag 1126409/161004
258.33/247.58	c cleaning 18000 clauses out of 36048 with flag 1261435/180002
272.99/262.29	c cleaning 18999 clauses out of 38050 with flag 1410383/200004
282.57/271.65	c cleaning 19991 clauses out of 40047 with flag 1550176/221000
296.95/286.03	c cleaning 20988 clauses out of 42057 with flag 1698693/243001
307.27/296.02	c cleaning 22015 clauses out of 44070 with flag 1851191/266002
323.92/312.74	c cleaning 23005 clauses out of 46054 with flag 2023955/290001
337.20/326.10	c cleaning 24004 clauses out of 48048 with flag 2205561/315000
350.45/338.87	c cleaning 24952 clauses out of 50045 with flag 2373199/341001
370.11/358.59	c cleaning 25982 clauses out of 52094 with flag 2555696/368002
383.97/372.33	c cleaning 26984 clauses out of 54110 with flag 2747041/396000
405.25/393.56	c cleaning 27990 clauses out of 56126 with flag 2933952/425000
422.34/410.55	c cleaning 29012 clauses out of 58136 with flag 3151939/455000
445.85/433.97	c cleaning 30047 clauses out of 60124 with flag 3350483/486000
461.13/449.13	c cleaning 31019 clauses out of 62077 with flag 3553816/518000
485.17/473.26	c cleaning 31990 clauses out of 64058 with flag 3765904/551000
504.46/492.40	c cleaning 32973 clauses out of 66069 with flag 3980196/585001
526.91/514.88	c cleaning 33987 clauses out of 68096 with flag 4201060/620001
544.19/532.18	c cleaning 34965 clauses out of 70108 with flag 4447815/656000
573.01/560.93	c cleaning 35986 clauses out of 72144 with flag 4688413/693001
592.35/580.31	c cleaning 36967 clauses out of 74157 with flag 4930872/731000
610.12/598.10	c cleaning 37991 clauses out of 76191 with flag 5195105/770001
637.95/625.94	c cleaning 39011 clauses out of 78202 with flag 5456118/810003
663.01/651.09	c cleaning 40066 clauses out of 80190 with flag 5741326/851002
685.28/673.12	c cleaning 41016 clauses out of 82122 with flag 6020074/893000
708.52/696.35	c cleaning 42017 clauses out of 84108 with flag 6344261/936002
730.07/717.90	c cleaning 43001 clauses out of 86089 with flag 6641225/980000
756.06/743.70	c cleaning 43967 clauses out of 88088 with flag 6936393/1025000
795.95/783.65	c cleaning 45026 clauses out of 90121 with flag 7235303/1071000
826.76/814.16	c cleaning 46034 clauses out of 92096 with flag 7550501/1118001
857.10/844.43	c cleaning 47009 clauses out of 94062 with flag 7855311/1166001
895.46/882.82	c cleaning 48000 clauses out of 96052 with flag 8172058/1215000
951.11/938.21	c cleaning 48990 clauses out of 98052 with flag 8489838/1265000
1017.20/1004.47	c cleaning 50006 clauses out of 100065 with flag 8856528/1316003
1062.42/1049.15	c cleaning 51005 clauses out of 102057 with flag 9264240/1368001
1116.53/1102.86	c cleaning 51983 clauses out of 104052 with flag 9628882/1421001
1159.90/1145.79	c cleaning 53021 clauses out of 106071 with flag 9977488/1475003
1203.19/1188.71	c cleaning 54003 clauses out of 108050 with flag 10341173/1530003
1237.72/1223.22	c cleaning 54990 clauses out of 110044 with flag 10687952/1586000
1272.88/1258.46	c cleaning 55967 clauses out of 112054 with flag 11049311/1643000
1315.02/1300.30	c cleaning 56984 clauses out of 114087 with flag 11437561/1701000
1367.88/1352.98	c cleaning 57979 clauses out of 116103 with flag 11844418/1760000
1429.56/1414.31	c cleaning 58943 clauses out of 118125 with flag 12248499/1820001
1474.40/1458.76	c cleaning 59950 clauses out of 120182 with flag 12646728/1881001
1507.31/1491.50	c cleaning 61028 clauses out of 122232 with flag 13046126/1943001
1540.60/1524.30	c cleaning 62023 clauses out of 124203 with flag 13449350/2006000
1592.39/1575.77	c cleaning 62992 clauses out of 126182 with flag 13852994/2070002
1641.29/1624.33	c cleaning 64007 clauses out of 128188 with flag 14290309/2135000
1748.52/1731.21	c cleaning 64998 clauses out of 130182 with flag 14781229/2201001
1815.94/1797.64	c cleaning 65815 clauses out of 132185 with flag 15392503/2268002
1854.78/1833.79	c cleaning 67129 clauses out of 134369 with flag 15868454/2336001
1937.58/1915.19	c cleaning 68044 clauses out of 136243 with flag 16533579/2405004
2035.70/2013.04	c cleaning 69033 clauses out of 138197 with flag 17009804/2475002
2144.64/2121.47	c cleaning 70022 clauses out of 140164 with flag 17492178/2546002
2261.34/2237.52	c cleaning 71014 clauses out of 142147 with flag 18026995/2618007
2367.36/2343.10	c cleaning 72003 clauses out of 144128 with flag 18579734/2691002
2479.00/2454.17	c cleaning 73004 clauses out of 146127 with flag 19143582/2765004
2598.49/2573.39	c cleaning 74004 clauses out of 148122 with flag 19723449/2840003
2709.26/2683.73	c cleaning 74987 clauses out of 150116 with flag 20332546/2916001
2814.86/2788.84	c cleaning 76005 clauses out of 152132 with flag 20885573/2993004
2897.23/2869.12	c cleaning 76988 clauses out of 154126 with flag 21507634/3071003
3001.41/2972.94	c cleaning 77981 clauses out of 156136 with flag 22020745/3150001
3113.59/3084.75	c cleaning 79060 clauses out of 158157 with flag 22669608/3230003
3180.95/3151.52	c cleaning 79990 clauses out of 160094 with flag 23200416/3311000
3305.08/3275.13	c cleaning 80992 clauses out of 162107 with flag 23716488/3393003
3409.00/3378.30	c cleaning 82012 clauses out of 164112 with flag 24266246/3476000
3487.66/3456.64	c cleaning 83021 clauses out of 166103 with flag 24833873/3560003
3600.06/3568.83	c starts		: 2041
3600.06/3568.83	c conflicts		: 3628353
3600.06/3568.83	c decisions		: 160866739
3600.06/3568.83	c propagations		: 355008060
3600.06/3568.83	c inspects		: 10312900272
3600.06/3568.84	c shortcuts		: 0
3600.06/3568.84	c learnt literals	: 0
3600.06/3568.84	c learnt binary clauses	: 0
3600.06/3568.84	c learnt ternary clauses	: 0
3600.06/3568.84	c learnt constraints	: 3628353
3600.06/3568.84	c ignored constraints	: 0
3600.06/3568.84	c root simplifications	: 0
3600.06/3568.84	c removed literals (reason simplification)	: 8782406
3600.06/3568.84	c reason swapping (by a shorter reason)	: 0
3600.06/3568.84	c Calls to reduceDB	: 80
3600.06/3568.84	c Number of update (reduction) of LBD	: 2427065
3600.06/3568.84	c Imported unit clauses	: 0
3600.06/3568.84	c No decision after first conflict	: false
3600.06/3568.84	c number of reductions to clauses (during analyze)	: 0
3600.06/3568.84	c number of learned constraints concerned by reduction	: 0
3600.06/3568.84	c number of learning phase by resolution	: 0
3600.06/3568.84	c number of learning phase by cutting planes	: 0
3600.06/3568.84	c number of rounding to 1 operations	: 0
3600.06/3568.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3568.84	c number of reductions of the coefficients by power 2 	: 0
3600.06/3568.84	c number of right shift for reduction by power 2 	: 0
3600.06/3568.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3568.84	c number of ending skipping 	: 0
3600.06/3568.84	c number of internal skipping 	: 0
3600.06/3568.84	c number of derivation steps 	: 0
3600.06/3568.84	c number of skipped derivation steps 	: 0
3600.06/3568.84	c number of remaining unassigned 	: 0
3600.06/3568.84	c number of remaining assigned 	: 0
3600.06/3568.84	c number of falsified literals weakened from reason	: 0
3600.06/3568.84	c number of falsified literals weakened from conflict	: 0
3600.06/3568.84	c time for arithmetic operations	: 0
3600.06/3568.84	c minimum degree of deleted constraints	: null
3600.06/3568.84	c maximum degree of deleted constraints	: null
3600.06/3568.84	c number of deleted constraints	: 0
3600.06/3568.85	c timeout
3600.06/3568.85	c speed (assignments/second)	: 103239.09223781792
3600.06/3568.85	c non guided choices	: 154275987
3600.21/3568.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 151432
3600.21/3568.97	s UNKNOWN
3600.21/3568.97	c Total wall clock time (in seconds): 3568.774

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (53260 MiB free)
  memory of node 1: 64507 MiB (35333 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=161183, runsolver pid=161180

[startup+0.100076 s]*
/proc/loadavg: 4.45 4.40 4.43 5/323 161201
/proc/meminfo: memFree=90704532/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=18930384 memory=48644 CPUtime=0.11 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 5837 0 0 0 8 3 0 0 20 0 18 0 237462762 19384713216 12161 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4732596 12161 5348 1 0 547013 0
[pid=161183/tid=161185] ppid=161180 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 4720 0 0 0 5 1 0 0 20 0 18 0 237462764 19384713216 12161 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237462767 19384713216 12161 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237462768 19384713216 12161 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48644 KiB

[startup+0.214346 s]*
/proc/loadavg: 4.45 4.40 4.43 6/323 161201
/proc/meminfo: memFree=90671848/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=18930384 memory=114028 CPUtime=0.32 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 6812 0 0 0 27 5 0 0 20 0 18 0 237462762 19384713216 28507 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4732596 28507 5412 1 0 547796 0
[pid=161183/tid=161185] ppid=161180 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 5325 0 0 0 15 3 0 0 20 0 18 0 237462764 19384713216 28507 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237462767 19384713216 28507 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237462768 19384713216 28507 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 114028 KiB

[startup+0.318332 s]*
/proc/loadavg: 4.45 4.40 4.43 6/323 161201
/proc/meminfo: memFree=90430184/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=18930384 memory=385076 CPUtime=0.51 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 7074 0 0 0 39 12 0 0 20 0 18 0 237462762 19384713216 96269 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4732596 96269 5412 1 0 547895 0
[pid=161183/tid=161185] ppid=161180 vsize=18930384 memory=-9175355725870572220 CPUtime=0.28 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 5479 0 0 0 19 9 0 0 20 0 18 0 237462764 19384713216 96269 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237462767 19384713216 96781 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237462768 19384713216 96781 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 385076 KiB

[startup+0.700341 s]
/proc/loadavg: 4.45 4.40 4.43 6/324 161202
/proc/meminfo: memFree=89758440/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=18996948 memory=1014664 CPUtime=1.17 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 9032 0 0 0 90 27 0 0 20 0 19 0 237462762 19452874752 253666 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4749237 253666 5444 1 0 549153 0
[pid=161183/tid=161185] ppid=161180 vsize=18996948 memory=27136 CPUtime=0.62 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 5778 0 0 0 39 23 0 0 20 0 19 0 237462764 19452874752 253666 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237462767 19452874752 253666 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237462768 19452874752 253666 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1014664 KiB

[startup+1.50031 s]
/proc/loadavg: 4.45 4.40 4.43 5/324 161202
/proc/meminfo: memFree=89736196/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=18996948 memory=1245632 CPUtime=2.33 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 10523 0 0 0 201 32 0 0 20 0 19 0 237462762 19452874752 311408 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4749237 311408 5444 1 0 668738 0
[pid=161183/tid=161185] ppid=161180 vsize=18996948 memory=3200 CPUtime=1.39 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 5971 0 0 0 112 27 0 0 20 0 19 0 237462764 19452874752 311408 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237462767 19452874752 311408 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237462768 19452874752 311408 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1245632 KiB

[startup+3.10627 s]
/proc/loadavg: 4.50 4.41 4.43 6/324 161202
/proc/meminfo: memFree=89213000/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=18996948 memory=1617884 CPUtime=4.23 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 12602 0 0 0 382 41 0 0 20 0 19 0 237462762 19452874752 404471 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4749237 404471 5508 1 0 997180 0
[pid=161183/tid=161185] ppid=161180 vsize=18996948 memory=11264 CPUtime=2.86 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 6258 0 0 0 252 34 0 0 20 0 19 0 237462764 19452874752 404471 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237462767 19452874752 404471 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237462768 19452874752 404471 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 4.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1617884 KiB

[startup+6.30033 s]
/proc/loadavg: 4.50 4.41 4.43 6/324 161202
/proc/meminfo: memFree=88070536/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=18996948 memory=2602180 CPUtime=8.2 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 20963 0 0 0 752 68 0 0 20 0 19 0 237462762 19452874752 650545 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4749237 650545 5508 1 0 1389463 0
[pid=161183/tid=161185] ppid=161180 vsize=18996948 memory=5632 CPUtime=5.87 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 7060 0 0 0 531 56 0 0 20 0 19 0 237462764 19452874752 650545 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237462767 19452874752 650545 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=18996948 memory=-9175355725870572220 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237462768 19452874752 650545 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 8.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2602180 KiB

[startup+12.7005 s]
/proc/loadavg: 4.46 4.41 4.43 5/324 161202
/proc/meminfo: memFree=87403436/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=18996948 memory=3181328 CPUtime=14.84 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 22875 0 0 0 1403 81 0 0 20 0 19 0 237462762 19452874752 795332 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4749237 795332 5508 1 0 1713234 0
[pid=161183/tid=161185] ppid=161180 vsize=18996948 memory=2604244 CPUtime=11.8 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 8003 0 0 0 1113 67 0 0 20 0 19 0 237462764 19452874752 795332 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=18996948 memory=27136 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237462767 19452874752 795844 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237462768 19452874752 795844 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 14.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3181328 KiB

[startup+25.5004 s]
/proc/loadavg: 4.49 4.42 4.44 6/324 161202
/proc/meminfo: memFree=85801032/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=18996948 memory=3998072 CPUtime=27.85 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 26470 0 0 0 2683 102 0 0 20 0 19 0 237462762 19452874752 999518 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4749237 999518 5508 1 0 2062091 0
[pid=161183/tid=161185] ppid=161180 vsize=18996948 memory=2604244 CPUtime=23.3 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 8975 0 0 0 2248 82 0 0 20 0 19 0 237462764 19452874752 999518 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=18996948 memory=-9175355725870572220 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237462767 19452874752 999518 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=18996948 memory=3995928 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237462768 19452874752 999518 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 27.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3998072 KiB

[startup+51.1138 s]
/proc/loadavg: 4.44 4.42 4.43 5/324 161202
/proc/meminfo: memFree=83615564/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=18996948 memory=5389340 CPUtime=54.16 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 31185 0 0 0 5278 138 0 0 20 0 19 0 237462762 19452874752 1347335 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4749237 1347335 5508 1 0 2740982 0
[pid=161183/tid=161185] ppid=161180 vsize=18996948 memory=-9175355725870572220 CPUtime=46.78 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 11525 0 0 0 4569 109 0 0 20 0 19 0 237462764 19452874752 1347335 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237462767 19452874752 1347335 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=18996948 memory=-9175355725870572220 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237462768 19452874752 1347335 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 54.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5389340 KiB

[startup+102.301 s]
/proc/loadavg: 4.48 4.41 4.43 5/325 161205
/proc/meminfo: memFree=82193692/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=18996948 memory=5975344 CPUtime=107.03 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 39920 0 0 0 10546 157 0 0 20 0 19 0 237462762 19452874752 1493836 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4749237 1493836 5508 1 0 2977030 0

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

/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237462767 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 3414 0 0 0 0 0 0 0 20 0 20 0 237462768 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161209] ppid=161180 vsize=19063512 memory=12032592 CPUtime=0 cores=1,3
/proc/161183/task/161209/stat : 161209 (Timer-0) S 161180 161183 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237475777 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 3191.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12032592 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.20 4.19 5/327 161382
/proc/meminfo: memFree=49016836/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=19063512 memory=12032592 CPUtime=3252.35 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 328726 0 0 0 323408 1827 0 0 20 0 20 0 237462762 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4765878 3008148 5540 1 0 3024276 0
[pid=161183/tid=161185] ppid=161180 vsize=19063512 memory=12032592 CPUtime=3178.01 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 198017 0 0 0 316219 1582 0 0 20 0 20 0 237462764 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237462767 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=19063512 memory=12032592 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 3508 0 0 0 0 0 0 0 20 0 20 0 237462768 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161209] ppid=161180 vsize=19063512 memory=12032592 CPUtime=0 cores=1,3
/proc/161183/task/161209/stat : 161209 (Timer-0) S 161180 161183 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237475777 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 3252.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12032592 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.18 5/327 161384
/proc/meminfo: memFree=48733676/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=19063512 memory=12032592 CPUtime=3312.63 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 333881 0 0 0 329411 1852 0 0 20 0 20 0 237462762 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4765878 3008148 5540 1 0 3024276 0
[pid=161183/tid=161185] ppid=161180 vsize=19063512 memory=14720 CPUtime=3237.46 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 201316 0 0 0 322144 1602 0 0 20 0 20 0 237462764 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=19063512 memory=12032592 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237462767 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=19063512 memory=12032592 CPUtime=0 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 3592 0 0 0 0 0 0 0 20 0 20 0 237462768 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161209] ppid=161180 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/161183/task/161209/stat : 161209 (Timer-0) S 161180 161183 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237475777 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 3312.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12032592 KiB

[startup+3342.3 s]
/proc/loadavg: 3.54 4.00 4.12 4/300 161419
/proc/meminfo: memFree=55114352/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=19063512 memory=12032592 CPUtime=3372.91 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 338353 0 0 0 335402 1889 0 0 20 0 20 0 237462762 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4765878 3008148 5540 1 0 3024276 0
[pid=161183/tid=161185] ppid=161180 vsize=19063512 memory=5632 CPUtime=3296.88 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 203705 0 0 0 328052 1636 0 0 20 0 20 0 237462764 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237462767 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=19063512 memory=12032592 CPUtime=0.01 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 3688 0 0 0 0 1 0 0 20 0 20 0 237462768 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161209] ppid=161180 vsize=19063512 memory=12032592 CPUtime=0 cores=1,3
/proc/161183/task/161209/stat : 161209 (Timer-0) S 161180 161183 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237475777 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 3372.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12032592 KiB

[startup+3402.3 s]
/proc/loadavg: 3.34 3.86 4.06 4/300 161421
/proc/meminfo: memFree=54882240/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=19063512 memory=12032592 CPUtime=3433.12 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 344346 0 0 0 341393 1919 0 0 20 0 20 0 237462762 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4765878 3008148 5540 1 0 3024276 0
[pid=161183/tid=161185] ppid=161180 vsize=19063512 memory=5632 CPUtime=3356.29 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 207662 0 0 0 333967 1662 0 0 20 0 20 0 237462764 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237462767 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=19063512 memory=27136 CPUtime=0.01 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 3743 0 0 0 0 1 0 0 20 0 20 0 237462768 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161209] ppid=161180 vsize=19063512 memory=12032592 CPUtime=0 cores=1,3
/proc/161183/task/161209/stat : 161209 (Timer-0) S 161180 161183 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237475777 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 3433.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12032592 KiB

[startup+3462.3 s]
/proc/loadavg: 3.24 3.73 4.00 4/300 161423
/proc/meminfo: memFree=54547348/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=19063512 memory=12032592 CPUtime=3493.4 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 349455 0 0 0 347391 1949 0 0 20 0 20 0 237462762 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4765878 3008148 5540 1 0 3024276 0
[pid=161183/tid=161185] ppid=161180 vsize=19063512 memory=5632 CPUtime=3415.63 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 210569 0 0 0 339874 1689 0 0 20 0 20 0 237462764 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237462767 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=19063512 memory=27136 CPUtime=0.01 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 3818 0 0 0 0 1 0 0 20 0 20 0 237462768 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161209] ppid=161180 vsize=19063512 memory=12032592 CPUtime=0 cores=1,3
/proc/161183/task/161209/stat : 161209 (Timer-0) S 161180 161183 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237475777 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 3493.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12032592 KiB

[startup+3522.3 s]
/proc/loadavg: 3.20 3.64 3.95 3/275 161459
/proc/meminfo: memFree=58925372/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=19063512 memory=12032592 CPUtime=3553.66 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 353953 0 0 0 353381 1985 0 0 20 0 20 0 237462762 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4765878 3008148 5540 1 0 3024276 0
[pid=161183/tid=161185] ppid=161180 vsize=19063512 memory=12032592 CPUtime=3474.94 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 213228 0 0 0 345773 1721 0 0 20 0 20 0 237462764 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237462767 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=19063512 memory=12032592 CPUtime=0.01 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 3909 0 0 0 0 1 0 0 20 0 20 0 237462768 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161209] ppid=161180 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/161183/task/161209/stat : 161209 (Timer-0) S 161180 161183 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237475777 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 3553.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12032592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3568.8 s]
/proc/loadavg: 2.20 3.32 3.83 2/250 161494
/proc/meminfo: memFree=79878708/131382112 swapFree=33009904/33010684
[pid=161183] ppid=161180 vsize=19063512 memory=12032592 CPUtime=3600.06 cores=1,3
/proc/161183/stat : 161183 (java) S 161180 161183 160073 0 -1 4194304 356147 0 0 0 358001 2005 0 0 20 0 20 0 237462762 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
/proc/161183/statm: 4765878 3008148 5540 1 0 3024276 0
[pid=161183/tid=161185] ppid=161180 vsize=19063512 memory=6912 CPUtime=3521.28 cores=1,3
/proc/161183/task/161185/stat : 161185 (java) R 161180 161183 160073 0 -1 4194368 215274 0 0 0 350390 1738 0 0 20 0 20 0 237462764 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161194] ppid=161180 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/161183/task/161194/stat : 161194 (Finalizer) S 161180 161183 160073 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237462767 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161201] ppid=161180 vsize=19063512 memory=1792 CPUtime=0.01 cores=1,3
/proc/161183/task/161201/stat : 161201 (Common-Cleaner) S 161180 161183 160073 0 -1 4194368 4012 0 0 0 0 1 0 0 20 0 20 0 237462768 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
[pid=161183/tid=161209] ppid=161180 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/161183/task/161209/stat : 161209 (Timer-0) S 161180 161183 160073 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237475777 19521036288 3008148 18446744073709551615 94459806957568 94459806961264 140734148563248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94459806969080 94459806969872 94459821498368 140734148565332 140734148565476 140734148565476 140734148571080 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12032592 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.24 s, system=20.1166 s

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

[startup+3569 s]*
/proc/loadavg: 2.11 3.28 3.81 2/232 161497
/proc/meminfo: memFree=85122772/131382112 swapFree=33009904/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3569.06
CPU time (s): 3600.36
CPU user time (s): 3580.24
CPU system time (s): 20.1166
CPU usage (%): 100.877
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 12033360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.24
system time used= 20.1166
maximum resident set size= 12033488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18189616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118955
involuntary context switches= 10128


# summary of solver processes directly reported to runsolver:
#   pid: 161183
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3580.24
#   total CPU system time (s): 20.1166

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9451 second user time and 37.5668 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-22 22:57:19
IDJOB=4542472
IDBENCH=163928
IDSOLVER=3364
FILE ID=nodeC001/4542472-1753217838
RUNJOBID= nodeC001-1753210643-160086
SLURM_JOB_ID= 9687785
Free space on /tmp= 431404 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height44_pigeons43_holes42.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542472-1753217838/watcher-4542472-1753217838 -o /tmp/evaluation-result-4542472-1753217838/solver-4542472-1753217838 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1753210643-160086 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542472-1753217838 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542472-1753217838.opb

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

MD5SUM BENCH= 67ed6d0a845cd2604ef9c9dd089eeee0
RANDOM SEED=790457793

nodeC001 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.772
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2593.861
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.305
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.171
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3536.762
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.168
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.194
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1795.667
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        90720408 kB
MemAvailable:   120531940 kB
Buffers:            1668 kB
Cached:         28463100 kB
SwapCached:          136 kB
Active:         10096792 kB
Inactive:       27587968 kB
Active(anon):    9218144 kB
Inactive(anon):    27556 kB
Active(file):     878648 kB
Inactive(file): 27560412 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             85280 kB
Writeback:             0 kB
AnonPages:       9222704 kB
Mapped:           128160 kB
Shmem:             25972 kB
KReclaimable:    2433600 kB
Slab:            2564068 kB
SReclaimable:    2433600 kB
SUnreclaim:       130468 kB
KernelStack:        4944 kB
PageTables:        21752 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   16327748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9003008 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 423748 MiB
End job on nodeC001 at 2025-07-22 23:56:48