Trace number 4542549

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 2025-06-06? (TO) 3600.31 3585.13

General information on the benchmark

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

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version PB25.v20250606
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.15	c Free memory 		2104792832
0.12/0.15	c Max memory 		16282288128
0.12/0.15	c Total memory 		2113929216
0.12/0.16	c Number of processors 	2
0.29/0.25	c Pseudo Boolean Optimization by upper bound
0.29/0.25	c --- Begin Solver configuration ---
0.29/0.25	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.29/0.25	c Learn all clauses as in MiniSAT
0.29/0.25	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.25	c Expensive reason simplification
0.29/0.25	c Glucose 2.1 dynamic restart strategy
0.29/0.25	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.29/0.25	c timeout=2147483s
0.29/0.25	c DB Simplification allowed=false
0.29/0.25	c Listener: none
0.29/0.25	c --- End Solver configuration ---
0.29/0.25	c solving HOME/instance-4542549-1753216335.opb
0.29/0.25	c reading problem ... 
0.29/0.28	c  no objective function found
181.30/175.52	c ... done. Wall clock time 175.266s.
181.30/175.52	c declared #vars     2235696
181.30/175.52	c #constraints  106882
181.30/175.52	c constraints type 
181.30/175.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 52877
181.30/175.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 54005
181.30/175.52	c 106882 constraints processed.
186.48/178.83	c cleaning 2493 clauses out of 5002 with flag 31084/5002
189.75/181.94	c cleaning 4245 clauses out of 8507 with flag 69293/11000
193.35/184.81	c cleaning 5619 clauses out of 11263 with flag 116808/18001
197.02/188.32	c cleaning 6807 clauses out of 13643 with flag 167057/26000
200.64/191.77	c cleaning 7900 clauses out of 15837 with flag 225494/35001
205.05/196.12	c cleaning 8944 clauses out of 17936 with flag 292055/45000
209.13/200.29	c cleaning 9981 clauses out of 19993 with flag 370318/56001
214.22/205.34	c cleaning 10994 clauses out of 22013 with flag 449701/68002
220.22/211.31	c cleaning 11989 clauses out of 24019 with flag 531558/81002
228.41/219.52	c cleaning 12989 clauses out of 26028 with flag 623476/95000
234.70/225.87	c cleaning 13978 clauses out of 28039 with flag 725050/110000
241.09/232.28	c cleaning 15011 clauses out of 30062 with flag 829290/126001
249.35/240.47	c cleaning 16007 clauses out of 32051 with flag 927578/143001
265.66/256.57	c cleaning 17008 clauses out of 34045 with flag 1054101/161002
284.53/275.49	c cleaning 18006 clauses out of 36037 with flag 1194226/180002
299.83/290.51	c cleaning 18744 clauses out of 38029 with flag 1363738/200000
310.91/301.68	c cleaning 20058 clauses out of 40286 with flag 1523737/221001
325.79/316.52	c cleaning 21022 clauses out of 42227 with flag 1690003/243000
345.47/335.85	c cleaning 22007 clauses out of 44206 with flag 1857654/266001
364.95/355.34	c cleaning 23011 clauses out of 46198 with flag 2022493/290000
386.81/377.25	c cleaning 24002 clauses out of 48190 with flag 2211982/315003
407.68/398.11	c cleaning 25076 clauses out of 50186 with flag 2379882/341001
429.94/420.40	c cleaning 26039 clauses out of 52110 with flag 2570664/368001
451.84/441.83	c cleaning 27025 clauses out of 54070 with flag 2787599/396000
477.59/467.66	c cleaning 28011 clauses out of 56045 with flag 2971425/425000
502.55/492.65	c cleaning 29007 clauses out of 58035 with flag 3186372/455001
521.12/511.27	c cleaning 29994 clauses out of 60028 with flag 3404332/486001
551.17/541.36	c cleaning 30993 clauses out of 62034 with flag 3638612/518001
583.18/573.29	c cleaning 32002 clauses out of 64040 with flag 3899419/551000
617.13/607.25	c cleaning 33005 clauses out of 66038 with flag 4176467/585000
651.48/641.61	c cleaning 34001 clauses out of 68035 with flag 4478494/620002
692.53/682.57	c cleaning 34992 clauses out of 70032 with flag 4790905/656000
718.78/708.84	c cleaning 36005 clauses out of 72041 with flag 5085806/693001
743.54/733.65	c cleaning 37002 clauses out of 74036 with flag 5330586/731001
774.49/764.68	c cleaning 37993 clauses out of 76033 with flag 5579602/770000
813.58/803.65	c cleaning 38996 clauses out of 78042 with flag 5840692/810002
856.61/846.75	c cleaning 40001 clauses out of 80045 with flag 6156596/851001
902.74/892.95	c cleaning 41002 clauses out of 82047 with flag 6491343/893004
956.95/946.81	c cleaning 41999 clauses out of 84042 with flag 6843377/936001
1015.96/1006.01	c cleaning 43005 clauses out of 86044 with flag 7217945/980002
1047.81/1037.86	c cleaning 43994 clauses out of 88037 with flag 7504556/1025000
1074.28/1063.83	c cleaning 44963 clauses out of 90044 with flag 7800003/1071001
1119.11/1108.75	c cleaning 45976 clauses out of 92082 with flag 8119680/1118002
1149.37/1139.06	c cleaning 47032 clauses out of 94109 with flag 8426808/1166005
1177.34/1166.98	c cleaning 48014 clauses out of 96072 with flag 8737999/1215000
1219.49/1209.12	c cleaning 48982 clauses out of 98059 with flag 9076965/1265001
1255.62/1245.32	c cleaning 50017 clauses out of 100076 with flag 9408508/1316000
1295.44/1284.90	c cleaning 50999 clauses out of 102061 with flag 9738109/1368002
1357.62/1347.24	c cleaning 52003 clauses out of 104063 with flag 10086975/1421003
1387.60/1377.03	c cleaning 52977 clauses out of 106057 with flag 10482675/1475000
1434.12/1423.69	c cleaning 53962 clauses out of 108080 with flag 10820965/1530000
1464.25/1453.88	c cleaning 54971 clauses out of 110120 with flag 11208542/1586002
1540.65/1530.26	c cleaning 55983 clauses out of 112147 with flag 11570550/1643000
1630.01/1619.75	c cleaning 56997 clauses out of 114169 with flag 11968096/1701005
1670.56/1660.29	c cleaning 57960 clauses out of 116167 with flag 12378275/1760000
1714.07/1703.81	c cleaning 58992 clauses out of 118207 with flag 12767256/1820000
1768.52/1758.19	c cleaning 60097 clauses out of 120218 with flag 13182775/1881003
1832.20/1821.91	c cleaning 61033 clauses out of 122118 with flag 13637265/1943000
1874.81/1864.26	c cleaning 62023 clauses out of 124085 with flag 14049117/2006000
1921.43/1910.99	c cleaning 63000 clauses out of 126065 with flag 14460891/2070003
1972.89/1962.20	c cleaning 63999 clauses out of 128062 with flag 14870073/2135000
2014.92/2004.37	c cleaning 65006 clauses out of 130063 with flag 15344338/2201000
2059.90/2049.11	c cleaning 66008 clauses out of 132057 with flag 15836463/2268000
2151.76/2141.04	c cleaning 67000 clauses out of 134049 with flag 16362064/2336000
2200.06/2188.94	c cleaning 67964 clauses out of 136051 with flag 16848483/2405002
2244.89/2233.87	c cleaning 69001 clauses out of 138088 with flag 17293474/2475003
2296.33/2284.93	c cleaning 69994 clauses out of 140084 with flag 17759283/2546000
2345.25/2333.92	c cleaning 71000 clauses out of 142091 with flag 18218613/2618001
2404.36/2392.99	c cleaning 71979 clauses out of 144090 with flag 18680899/2691000
2447.40/2436.06	c cleaning 73000 clauses out of 146111 with flag 19158407/2765000
2495.27/2483.64	c cleaning 73940 clauses out of 148111 with flag 19630780/2840000
2550.97/2539.47	c cleaning 75046 clauses out of 150172 with flag 20129718/2916001
2621.90/2610.33	c cleaning 76036 clauses out of 152126 with flag 20683462/2993001
2685.48/2674.09	c cleaning 77021 clauses out of 154089 with flag 21254562/3071000
2767.91/2756.40	c cleaning 78008 clauses out of 156070 with flag 21753191/3150002
2831.67/2819.94	c cleaning 78999 clauses out of 158062 with flag 22271091/3230002
2878.58/2866.92	c cleaning 79958 clauses out of 160062 with flag 22813698/3311001
2955.68/2944.00	c cleaning 80971 clauses out of 162105 with flag 23410027/3393002
3098.28/3086.18	c cleaning 81982 clauses out of 164132 with flag 23982337/3476000
3245.68/3233.03	c cleaning 82997 clauses out of 166150 with flag 24695862/3560000
3309.17/3296.65	c cleaning 83977 clauses out of 168153 with flag 25283842/3645000
3378.43/3362.91	c cleaning 84956 clauses out of 170176 with flag 25815766/3731000
3467.56/3452.25	c cleaning 86077 clauses out of 172220 with flag 26401326/3818000
3600.02/3584.92	c timeout
3600.02/3584.93	c starts		: 964
3600.02/3584.93	c conflicts		: 3886736
3600.02/3584.94	c decisions		: 209583140
3600.02/3584.94	c propagations		: 453328741
3600.02/3584.94	c inspects		: 10760869862
3600.02/3584.94	c shortcuts		: 0
3600.02/3584.94	c learnt literals	: 0
3600.02/3584.94	c learnt binary clauses	: 0
3600.02/3584.94	c learnt ternary clauses	: 0
3600.02/3584.94	c learnt constraints	: 3886736
3600.02/3584.94	c ignored constraints	: 0
3600.02/3584.94	c root simplifications	: 0
3600.02/3584.94	c removed literals (reason simplification)	: 8414002
3600.02/3584.94	c reason swapping (by a shorter reason)	: 0
3600.02/3584.94	c Calls to reduceDB	: 83
3600.02/3584.94	c Number of update (reduction) of LBD	: 2560324
3600.02/3584.94	c Imported unit clauses	: 0
3600.02/3584.94	c No decision after first conflict	: false
3600.02/3584.94	c number of reductions to clauses (during analyze)	: 0
3600.02/3584.94	c number of learned constraints concerned by reduction	: 0
3600.02/3584.94	c number of learning phase by resolution	: 0
3600.02/3584.94	c number of learning phase by cutting planes	: 0
3600.02/3584.94	c number of rounding to 1 operations	: 0
3600.02/3584.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3584.94	c number of reductions of the coefficients by power 2 	: 0
3600.02/3584.94	c number of right shift for reduction by power 2 	: 0
3600.02/3584.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3584.94	c number of ending skipping 	: 0
3600.02/3584.94	c number of internal skipping 	: 0
3600.02/3584.94	c number of derivation steps 	: 0
3600.02/3584.94	c number of skipped derivation steps 	: 0
3600.02/3584.94	c number of remaining unassigned 	: 0
3600.02/3584.94	c number of remaining assigned 	: 0
3600.02/3584.94	c number of falsified literals weakened from reason	: 0
3600.02/3584.95	c number of falsified literals weakened from conflict	: 0
3600.02/3584.95	c time for arithmetic operations	: 0
3600.02/3584.95	c minimum degree of deleted constraints	: null
3600.02/3584.95	c maximum degree of deleted constraints	: null
3600.02/3584.95	c number of deleted constraints	: 0
3600.02/3584.95	c speed (assignments/second)	: 132966.71525867176
3600.02/3584.95	c non guided choices	: 203216836
3600.18/3585.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 154879
3600.18/3585.10	s UNKNOWN
3600.18/3585.10	c Total wall clock time (in seconds): 3584.85

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 (53174 MiB free)
  memory of node 1: 64507 MiB (63523 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542549-1753216335/watcher-4542549-1753216335 -o /tmp/evaluation-result-4542549-1753216335/solver-4542549-1753216335 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753209161-195951 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4542549-1753216335.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 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=196828, runsolver pid=196824

[startup+0.100095 s]*
/proc/loadavg: 4.32 4.33 4.28 5/301 196850
/proc/meminfo: memFree=119474700/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=18930384 memory=49048 CPUtime=0.12 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 5938 0 0 0 9 3 0 0 20 0 18 0 237313277 19384713216 12262 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4732596 12262 5353 1 0 547106 0
[pid=196828/tid=196830] ppid=196824 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 4811 0 0 0 5 2 0 0 20 0 18 0 237313279 19384713216 12262 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=18930384 memory=215637820808 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237313282 19384713216 12294 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=18930384 memory=19783 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237313283 19384713216 12294 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49048 KiB

[startup+0.214746 s]*
/proc/loadavg: 4.32 4.33 4.28 6/301 196850
/proc/meminfo: memFree=119471172/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=18930384 memory=58552 CPUtime=0.29 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 6710 0 0 0 24 5 0 0 20 0 18 0 237313277 19384713216 14638 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4732596 14638 5417 1 0 547723 0
[pid=196828/tid=196830] ppid=196824 vsize=18930384 memory=4026990711 CPUtime=0.16 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 5181 0 0 0 14 2 0 0 20 0 18 0 237313279 19384713216 14638 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=18930384 memory=215637820808 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237313282 19384713216 14638 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=18930384 memory=19783 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237313283 19384713216 14638 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58552 KiB

[startup+0.314427 s]*
/proc/loadavg: 4.32 4.33 4.28 6/301 196850
/proc/meminfo: memFree=119375012/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=18930384 memory=149504 CPUtime=0.42 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 6958 0 0 0 34 8 0 0 20 0 18 0 237313277 19384713216 37376 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4732596 37376 5417 1 0 547852 0
[pid=196828/tid=196830] ppid=196824 vsize=18930384 memory=-6000919498476054374 CPUtime=0.25 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 5332 0 0 0 20 5 0 0 20 0 18 0 237313279 19384713216 37376 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237313282 19384713216 37376 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237313283 19384713216 37376 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 149504 KiB

[startup+0.700355 s]
/proc/loadavg: 4.32 4.33 4.28 5/302 196851
/proc/meminfo: memFree=118764708/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=18996948 memory=765040 CPUtime=1.08 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 8966 0 0 0 87 21 0 0 20 0 19 0 237313277 19452874752 191260 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4749237 191260 5449 1 0 549186 0
[pid=196828/tid=196830] ppid=196824 vsize=18996948 memory=27392 CPUtime=0.59 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 5623 0 0 0 42 17 0 0 20 0 19 0 237313279 19452874752 191260 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237313282 19452874752 191260 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237313283 19452874752 191260 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 765040 KiB

[startup+1.50031 s]
/proc/loadavg: 4.32 4.33 4.28 5/302 196851
/proc/meminfo: memFree=118755320/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=18996948 memory=942704 CPUtime=2.17 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 10353 0 0 0 189 28 0 0 20 0 19 0 237313277 19452874752 235676 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4749237 235676 5449 1 0 656219 0
[pid=196828/tid=196830] ppid=196824 vsize=18996948 memory=3200 CPUtime=1.34 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 5760 0 0 0 113 21 0 0 20 0 19 0 237313279 19452874752 235676 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237313282 19452874752 235676 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237313283 19452874752 235676 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 2.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 942704 KiB

[startup+3.10812 s]
/proc/loadavg: 4.29 4.32 4.28 7/324 196906
/proc/meminfo: memFree=117223568/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=18996948 memory=1359920 CPUtime=4.34 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 13385 0 0 0 395 39 0 0 20 0 19 0 237313277 19452874752 339980 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4749237 339980 5513 1 0 922649 0
[pid=196828/tid=196830] ppid=196824 vsize=18996948 memory=10752 CPUtime=2.82 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) S 196824 196828 195934 0 -1 4194368 6023 0 0 0 252 30 0 0 20 0 19 0 237313279 19452874752 339980 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237313282 19452874752 339980 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237313283 19452874752 339980 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1359920 KiB

[startup+6.30049 s]
/proc/loadavg: 4.29 4.32 4.28 5/324 196906
/proc/meminfo: memFree=113760440/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=18996948 memory=1879636 CPUtime=7.92 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 21727 0 0 0 740 52 0 0 20 0 19 0 237313277 19452874752 469909 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4749237 469909 5513 1 0 1271142 0
[pid=196828/tid=196830] ppid=196824 vsize=18996948 memory=5632 CPUtime=5.78 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 6505 0 0 0 539 39 0 0 20 0 19 0 237313279 19452874752 469909 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237313282 19452874752 469909 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=18996948 memory=-8888806481472561852 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237313283 19452874752 469909 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1879636 KiB

[startup+12.7005 s]
/proc/loadavg: 4.25 4.31 4.27 5/325 196907
/proc/meminfo: memFree=112715276/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=18996948 memory=2910004 CPUtime=14.49 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 24631 0 0 0 1370 79 0 0 20 0 19 0 237313277 19452874752 727501 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4749237 727501 5513 1 0 1962568 0
[pid=196828/tid=196830] ppid=196824 vsize=18996948 memory=27392 CPUtime=11.61 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 7507 0 0 0 1099 62 0 0 20 0 19 0 237313279 19452874752 727501 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237313282 19452874752 727501 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=18996948 memory=1361968 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237313283 19452874752 727501 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 14.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2910004 KiB

[startup+25.5005 s]
/proc/loadavg: 4.36 4.33 4.28 6/325 196908
/proc/meminfo: memFree=112306024/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=18996948 memory=3318764 CPUtime=27.55 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 27947 0 0 0 2665 90 0 0 20 0 19 0 237313277 19452874752 829691 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4749237 829691 5513 1 0 2215325 0
[pid=196828/tid=196830] ppid=196824 vsize=18996948 memory=3312616 CPUtime=23.35 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 8454 0 0 0 2266 69 0 0 20 0 19 0 237313279 19452874752 829691 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=18996948 memory=3308376 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237313282 19452874752 829691 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=18996948 memory=1885900 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237313283 19452874752 829691 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 27.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3318764 KiB

[startup+51.1137 s]
/proc/loadavg: 4.71 4.42 4.31 5/325 196975
/proc/meminfo: memFree=113674408/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=18996948 memory=4183712 CPUtime=53.68 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 31622 0 0 0 5255 113 0 0 20 0 19 0 237313277 19452874752 1045928 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4749237 1045928 5513 1 0 2720841 0
[pid=196828/tid=196830] ppid=196824 vsize=18996948 memory=4173468 CPUtime=46.78 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 10187 0 0 0 4593 85 0 0 20 0 19 0 237313279 19452874752 1045928 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=18996948 memory=4173468 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237313282 19452874752 1045928 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=18996948 memory=4173468 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237313283 19452874752 1045928 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 53.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4183712 KiB

[startup+102.3 s]
/proc/loadavg: 4.77 4.51 4.35 5/324 196977
/proc/meminfo: memFree=112479532/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=18996948 memory=5222588 CPUtime=106.07 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 38713 0 0 0 10464 143 0 0 20 0 19 0 237313277 19452874752 1305647 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4749237 1305647 5513 1 0 3209644 0
[pid=196828/tid=196830] ppid=196824 vsize=18996948 memory=4901864 CPUtime=93.3 cores=1,3

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

/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237313282 19521036288 2289253 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 3180 0 0 0 0 0 0 0 20 0 20 0 237313283 19521036288 2289253 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196987] ppid=196824 vsize=19063512 memory=9157012 CPUtime=0 cores=1,3
/proc/196828/task/196987/stat : 196987 (Timer-0) S 196824 196828 195934 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237330839 19521036288 2289253 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 3294.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9157012 KiB

[startup+3342.3 s]
/proc/loadavg: 3.72 4.04 4.13 4/301 197255
/proc/meminfo: memFree=103883868/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=19063512 memory=9598988 CPUtime=3357.85 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 175445 0 0 0 335327 458 0 0 20 0 20 0 237313277 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4765878 2399747 5545 1 0 3791544 0
[pid=196828/tid=196830] ppid=196824 vsize=19063512 memory=8608148 CPUtime=3309.31 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 94494 0 0 0 330787 144 0 0 20 0 20 0 237313279 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237313282 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=19063512 memory=9598988 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 3180 0 0 0 0 0 0 0 20 0 20 0 237313283 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196987] ppid=196824 vsize=19063512 memory=9598988 CPUtime=0 cores=1,3
/proc/196828/task/196987/stat : 196987 (Timer-0) S 196824 196828 195934 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237330839 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 3357.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9598988 KiB

[startup+3402.3 s]
/proc/loadavg: 3.45 3.91 4.08 4/301 197257
/proc/meminfo: memFree=103883224/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=19063512 memory=9598988 CPUtime=3417.75 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 178208 0 0 0 341312 463 0 0 20 0 20 0 237313277 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4765878 2399747 5545 1 0 3791544 0
[pid=196828/tid=196830] ppid=196824 vsize=19063512 memory=9598988 CPUtime=3369.14 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 97169 0 0 0 336769 145 0 0 20 0 20 0 237313279 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=19063512 memory=16688 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237313282 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=19063512 memory=9598988 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 3198 0 0 0 0 0 0 0 20 0 20 0 237313283 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196987] ppid=196824 vsize=19063512 memory=9598988 CPUtime=0 cores=1,3
/proc/196828/task/196987/stat : 196987 (Timer-0) S 196824 196828 195934 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237330839 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 3417.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9598988 KiB

[startup+3462.3 s]
/proc/loadavg: 3.30 3.78 4.02 4/301 197259
/proc/meminfo: memFree=103883224/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=19063512 memory=9598988 CPUtime=3477.64 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 181619 0 0 0 347297 467 0 0 20 0 20 0 237313277 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4765878 2399747 5545 1 0 3791544 0
[pid=196828/tid=196830] ppid=196824 vsize=19063512 memory=9598988 CPUtime=3428.62 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 99464 0 0 0 342717 145 0 0 20 0 20 0 237313279 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=19063512 memory=9598988 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237313282 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=19063512 memory=9598988 CPUtime=0 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 3314 0 0 0 0 0 0 0 20 0 20 0 237313283 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196987] ppid=196824 vsize=19063512 memory=7028 CPUtime=0 cores=1,3
/proc/196828/task/196987/stat : 196987 (Timer-0) S 196824 196828 195934 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237330839 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 3477.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9598988 KiB

[startup+3522.3 s]
/proc/loadavg: 3.30 3.69 3.97 4/300 197260
/proc/meminfo: memFree=103884228/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=19063512 memory=9598988 CPUtime=3537.54 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 182216 0 0 0 353283 471 0 0 20 0 20 0 237313277 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4765878 2399747 5545 1 0 3791544 0
[pid=196828/tid=196830] ppid=196824 vsize=19063512 memory=9598988 CPUtime=3488.48 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 99853 0 0 0 348702 146 0 0 20 0 20 0 237313279 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=19063512 memory=9598988 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237313282 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=19063512 memory=9598988 CPUtime=0.01 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 3450 0 0 0 0 1 0 0 20 0 20 0 237313283 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196987] ppid=196824 vsize=19063512 memory=27392 CPUtime=0 cores=1,3
/proc/196828/task/196987/stat : 196987 (Timer-0) S 196824 196828 195934 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237330839 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 3537.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9598988 KiB

[startup+3582.3 s]
/proc/loadavg: 3.17 3.58 3.92 4/300 197262
/proc/meminfo: memFree=103883488/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=19063512 memory=9598988 CPUtime=3597.43 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 182860 0 0 0 359268 475 0 0 20 0 20 0 237313277 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4765878 2399747 5545 1 0 3791544 0
[pid=196828/tid=196830] ppid=196824 vsize=19063512 memory=9598988 CPUtime=3548.3 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 100302 0 0 0 354684 146 0 0 20 0 20 0 237313279 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=19063512 memory=9598988 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237313282 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=19063512 memory=16688 CPUtime=0.01 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 3577 0 0 0 0 1 0 0 20 0 20 0 237313283 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196987] ppid=196824 vsize=19063512 memory=9598988 CPUtime=0 cores=1,3
/proc/196828/task/196987/stat : 196987 (Timer-0) S 196824 196828 195934 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237330839 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 3597.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9598988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.9 s]
/proc/loadavg: 3.16 3.57 3.91 4/300 197262
/proc/meminfo: memFree=103883488/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=19063512 memory=9598988 CPUtime=3600.02 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 182867 0 0 0 359527 475 0 0 20 0 20 0 237313277 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4765878 2399747 5545 1 0 3791544 0
[pid=196828/tid=196830] ppid=196824 vsize=19063512 memory=9598988 CPUtime=3550.89 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) R 196824 196828 195934 0 -1 4194368 100309 0 0 0 354943 146 0 0 20 0 20 0 237313279 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=19063512 memory=9598988 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237313282 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=19063512 memory=5632 CPUtime=0.01 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 3577 0 0 0 0 1 0 0 20 0 20 0 237313283 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196987] ppid=196824 vsize=19063512 memory=-8888806481472561852 CPUtime=0 cores=1,3
/proc/196828/task/196987/stat : 196987 (Timer-0) S 196824 196828 195934 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237330839 19521036288 2399747 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9598988 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.52 s, system=4.79136 s

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

[startup+3585.01 s]*
/proc/loadavg: 3.16 3.57 3.91 4/302 197267
/proc/meminfo: memFree=103883488/131382112 swapFree=33010416/33010684
[pid=196828] ppid=196824 vsize=19263204 memory=9599884 CPUtime=3600.18 cores=1,3
/proc/196828/stat : 196828 (java) S 196824 196828 195934 0 -1 4194304 186313 0 0 0 359542 476 0 0 20 0 21 0 237313277 19725520896 2399971 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
/proc/196828/statm: 4815801 2399971 5545 1 0 3792484 0
[pid=196828/tid=196830] ppid=196824 vsize=19263204 memory=-9176764174445617852 CPUtime=3550.92 cores=1,3
/proc/196828/task/196830/stat : 196830 (java) S 196824 196828 195934 0 -1 4194368 100533 0 0 0 354946 146 0 0 20 0 21 0 237313279 19725520896 2399971 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196843] ppid=196824 vsize=19263204 memory=-4421386504787682398 CPUtime=0 cores=1,3
/proc/196828/task/196843/stat : 196843 (Finalizer) S 196824 196828 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237313282 19725520896 2399971 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=196850] ppid=196824 vsize=19263204 memory=2688 CPUtime=0.01 cores=1,3
/proc/196828/task/196850/stat : 196850 (Common-Cleaner) S 196824 196828 195934 0 -1 4194368 3577 0 0 0 0 1 0 0 20 0 21 0 237313283 19725520896 2399971 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
[pid=196828/tid=197267] ppid=196824 vsize=19263204 memory=2432 CPUtime=0.07 cores=1,3
/proc/196828/task/197267/stat : 197267 (Thread-0) R 196824 196828 195934 0 -1 4194368 1357 0 0 0 7 0 0 0 20 0 21 0 237671769 19725520896 2399971 18446744073709551615 94113207279616 94113207283312 140729747251264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94113207291128 94113207291920 94113237839872 140729747253631 140729747253732 140729747253732 140729747259336 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 9599884 KiB

[startup+3585.11 s]*
/proc/loadavg: 3.16 3.57 3.91 5/283 197267
/proc/meminfo: memFree=107035360/131382112 swapFree=33010416/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): 3585.13
CPU time (s): 3600.31
CPU user time (s): 3595.52
CPU system time (s): 4.79136
CPU usage (%): 100.423
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 9599884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.52
system time used= 4.79136
maximum resident set size= 9600140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187113
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114342
involuntary context switches= 5199


# summary of solver processes directly reported to runsolver:
#   pid: 196828
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3595.52
#   total CPU system time (s): 4.79136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.1438 second user time and 35.4499 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-22 22:32:16
IDJOB=4542549
IDBENCH=163934
IDSOLVER=3363
FILE ID=nodeC012/4542549-1753216335
RUNJOBID= nodeC012-1753209161-195951
SLURM_JOB_ID= 9687769
Free space on /tmp= 432808 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height46_pigeons45_holes44.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542549-1753216335/watcher-4542549-1753216335 -o /tmp/evaluation-result-4542549-1753216335/solver-4542549-1753216335 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753209161-195951 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4542549-1753216335.opb

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

MD5SUM BENCH= a8e56f9e5ad0cb5cee4856e95cb4d672
RANDOM SEED=1817904921

nodeC012 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		: 3540.728
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.39
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		: 2294.969
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.39
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.474
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.39
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.140
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.39
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		: 3491.655
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.39
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		: 2704.265
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.39
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		: 3700.000
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.39
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		: 1217.144
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        119483284 kB
MemAvailable:   120374644 kB
Buffers:            2136 kB
Cached:          1657196 kB
SwapCached:           12 kB
Active:         10791200 kB
Inactive:         453624 kB
Active(anon):    9606944 kB
Inactive(anon):     4688 kB
Active(file):    1184256 kB
Inactive(file):   448936 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55332 kB
Writeback:             0 kB
AnonPages:       9588548 kB
Mapped:           128608 kB
Shmem:             26140 kB
KReclaimable:     195204 kB
Slab:             287136 kB
SReclaimable:     195204 kB
SUnreclaim:        91932 kB
KernelStack:        4664 kB
PageTables:        22264 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   19434396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150040 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9369600 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432856 MiB
End job on nodeC012 at 2025-07-22 23:32:01